Snow1337 Catastrophic Cheatah
Reputation: 1
Joined: 12 Oct 2004 Posts: 183 Location: Your, Computer
|
Posted: Wed Feb 18, 2009 9:05 am Post subject: Shattered Galaxy - Cloak Hack (Source) |
|
|
This is the bare code, so you can see how it works.
On
004e4531 - 8b 50 08 - mov edx,[eax+08] <--- Moves pointer of cloak into WPM protection (Nop This)
00574a53 - 8b 46 08 - mov eax,[esi+08] <---Moves the address that contains the cloak into EAX
00574a82 - 83 46 08 01 - add dword ptr [esi+08],01 <---Turns cloak on
Off
004e4531 - 8b 50 08 - mov edx,[eax+08]
00574a53 - 8b 46 08 - mov eax,[esi+08]
00574a82 - 83 46 08 01 - add dword ptr [esi+08],FF <--- Dito as above but this turns it off
This may crash your Shattered Galaxy, the protection on the game is unstable and uses WPM (Write Process Memory) to protect against any editing of variables that is not server side.
Vao
_________________
|
|