| View previous topic :: View next topic |
| Author |
Message |
JWP Programs Newbie cheater
Reputation: 0
Joined: 19 Dec 2011 Posts: 23
|
Posted: Tue Jan 03, 2012 1:09 am Post subject: how to freeze address? |
|
|
write before this, I can't use english very well.
so please understand well..
--------------------
The CE can freeze addresses.
so I tried freeze addresses too.
but I didn't know how to freeze address.
I did use VirtualProtectEx.
like this,
VirtualProtectEx(ProcessHandle, Pointer(Address), 4,
PAGE_READONLY, OldProtect); // In the Pinball
//also Address and OldProtect are DWORD type.
but It wasn't succeed. The value(score) changed.
...
So How to freeze ADDRESS?
please answer to me.
Thanks for reading. |
|
| Back to top |
|
 |
rooski Master Cheater
Reputation: 0
Joined: 31 Oct 2007 Posts: 340 Location: Siberia
|
Posted: Tue Jan 03, 2012 3:43 am Post subject: |
|
|
Use readprocessmemory to read the value and When it changes use writeprocessmemory to change it back. _________________
clawtheclouds.com |
|
| Back to top |
|
 |
SwaggaJackin' Master Cheater
Reputation: 2
Joined: 06 Nov 2009 Posts: 304
|
Posted: Tue Jan 03, 2012 5:16 am Post subject: |
|
|
| That or just set a loop with a timer to just constantly write to it. |
|
| Back to top |
|
 |
Kavvman Master Cheater
Reputation: 2
Joined: 17 Apr 2004 Posts: 316
|
Posted: Tue Jan 03, 2012 6:40 am Post subject: |
|
|
do code injection and write your own value. Or just constantly write directly using WPM, Using RPM is just way too much steps for a simple thing as this. _________________
... |
|
| Back to top |
|
 |
JWP Programs Newbie cheater
Reputation: 0
Joined: 19 Dec 2011 Posts: 23
|
Posted: Tue Jan 03, 2012 7:16 am Post subject: Thanks for all of the answers. |
|
|
So there are many ways!
Check all of the freeze list and writeprocessmemory..
Good, why I didnt think that?!
Thnaks!! |
|
| Back to top |
|
 |
|