Jump to content

Question

Posted

Good morning Good afternoon Good night.
I wonder if there is smart guard protection cracked, some older version where it is not so effective, but it works.
If it does not exist I would like to know how to find a smart guard with medium price.
Thank you very much.

 

Note: Text generated by Google Translate.

Recommended Posts

  • 0
Posted (edited)
On 9/22/2018 at 4:10 PM, N0K3 said:

Is this the first alternative for smartguard or sguard? If it works, I'll follow.

and this is an old rev of smartguard not sure if it works :
https://mega.nz/#!yNQDACrT!4ACgkgw0GPMo5uh7r2rrlfwpTwXG4KAYQBPNKSIQvB0

Edited by Xenokage
  • 0
Posted
On 9/28/2018 at 3:19 PM, Xenokage said:

and this is an old rev of smartguard not sure if it works :
https://mega.nz/#!yNQDACrT!4ACgkgw0GPMo5uh7r2rrlfwpTwXG4KAYQBPNKSIQvB0

Even if this is still working, the think is, tower/adrenaline works. Owner cannot do something else, smartguard or sguard the only option for him..

True, the euro for br people is too expensive, but if you plan something good, you will get your money back.

  • 0
Posted (edited)
On 9/28/2018 at 3:19 PM, Xenokage said:

and this is an old rev of smartguard not sure if it works:
https://mega.nz/#!yNQDACrT!4ACgkgw0GPMo5uh7r2rrlfwpTwXG4KAYQBPNKSIQvB0

this is SmartGuard client side for their users to add in their servers is not the server side of smartguard that does the job, and without client source its useless.

plus you can ask for the new version if you're a client in their forum, and you can also code for frozen version (but already there is 99% in their forum) 

if someone wants to hack it here it is update.smguard.net/build_v3.php?token="token" and v2 xD

Edited by ToNoobForscool
  • 0
Posted (edited)
33 minutes ago, ToNoobForscool said:

este é o lado do cliente SmartGuard para os seus usuários para adicionar em seus servidores não é o lado do servidor do smartguard que faz o trabalho, e sem fonte de cliente é inútil.

Além disso, você pode pedir a nova versão, se você é um cliente em seu fórum, e você também pode codificar para a versão congelada (mas já há 99% em seu fórum) 

se alguém quiser hackear aqui, é update.smguard.net/build_v3.php?token="token "e v2 xD

Could you show me the frozen smartguard link you mentioned and how to crack the same?

 

Edit: Do I get it wrong? Do you show where the token is to crack the link cited by the friend?

Edited by N0K3
  • 0
Posted
10 hours ago, ToNoobForscool said:

this is SmartGuard client side for their users to add in their servers is not the server side of smartguard that does the job, and without client source its useless.

plus you can ask for the new version if you're a client in their forum, and you can also code for frozen version (but already there is 99% in their forum) 

if someone wants to hack it here it is update.smguard.net/build_v3.php?token="token" and v2 xD

Friends, any expert knows or can crack or freeze this version of smartguard shared by @Xenokage, @ToNoobForscool gave a sense of where to start.
Can anyone with experience meet this challenge?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..