Some questions about game hacking & CE
Hello !
I have some questions about game hacking, here in AVA, and Cheat Engine...
1) I found some value, but if I try to change it (for exemple, bullet), that don't work... Is it a protection related with the server ?
2) Even if that don't work, when I try to find out what acess to this adress, the game crash because of the debuger that CE attach to the process...
So how to do it?
3) I don't see how we can make a Superweapon hack since the values never change ?
4) Why games don't use a server verification to make sure that the client isn't hacked ?
I'm coding in VB.NET/ a bit C++...
Sorry if i don't write it well enougth, but Im not english ^^
Thanks for answeres...
1) You probably found the wrong address.
2) In CE go to debugger options and change the debugger to VEH method.
3) You can use the Pointer Scan of CE with a starting value.
4) They simply forget, or that it's a hassle to add a check as that will force the server to do more work and slow it.