Quote:
Originally posted by CheeToS2
i'll put it into simple terms for you.
Ok, you've found the part where the client reacts to the server's request for a password. You replace it so it send the server "LOL BEANS". The server says "WTF?"
You cant change the script in any way to make the server let you pass, it will wait for a valid password, and that is all.
|
I'm not talking about the login request. I'm talking about a couple other things, which i'd rather not state here in case of possible abuse.
Quote:
Originally posted by CheeToS2
Wallhacking is from a bug in the client that is abused by a trainer, which uses clientsided scripts to change the players x/y positions without a wallcheck.
|
Actually "wallhacking" is possible because lo and behold, the client sends exact X and Y coordinates for positions, all walking and default onwall is done on the client end, remove the onwall and thus, you can walk over walls.
The server trusts what X and Y positions the client gives it.