tth443 How do I cheat?
Reputation: 0
Joined: 11 Feb 2008 Posts: 1
|
Posted: Mon Feb 11, 2008 4:47 am Post subject: Pure VB - VirtualProtect API |
|
|
Hi All,
I need help to modify values in a particular game. The game is abnormally difficult to crack to obtain write permissions to protected pages of it's virtual memory.
Read permissions has been obtained through debug privileges but as the game is utilizing some procedure for IsDebuggerPresent; when attempting to write to the game the process is subsequently terminating.
An alternative was done to obtain PROCESS_ALL_ACCESS or VM_OPERATION through obtaining a handle to process AND WritePermissions set to VM_Write/VM_Execute_Read, etc,etc. Still to no avail!!!
A side note, the CE engine is successfully writing these values even with this protection. Could someone please assist? THIS IS VB 6
Yours Gratefully
TTH443
|
|