View previous topic :: View next topic |
Author |
Message |
dopatabe How do I cheat?
Reputation: 0
Joined: 24 Jan 2012 Posts: 3
|
Posted: Fri Jul 06, 2012 1:41 am Post subject: [ask] how to find pointer when value not change |
|
|
Guys first im sorry im bad at english
No matter what type i write in google or search in this forum i cant find this solution
Here my problem :
i find 10 value, and 1 of them is the right value, when i change it all my soldier with same health will increase the problem is when i restart the game, adress for that right value is changed, and i cant find the pointer for that value because when i click find out what writes in thats the right value i cant see anything (nothing happen)
Can someone help me how to find that pointer thx
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Fri Jul 06, 2012 4:49 am Post subject: |
|
|
Once you have found the correct value rightclick it and choose "pointerscan for this address", with some luck the default settings are fine, but try other settings if you can't find anything useful. (Note: Rescan is not optional)
Also, have you tried other debugger interfaces and options?
If nothing is showing, it could be that settings->debugger settings->"override existing breakpoints" is disabled.
Enabling it might find it (and crash the game, but if you're quick enough, it might find it)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
dopatabe How do I cheat?
Reputation: 0
Joined: 24 Jan 2012 Posts: 3
|
Posted: Fri Jul 06, 2012 7:04 am Post subject: |
|
|
Quote: | Once you have found the correct value rightclick it and choose "pointerscan for this address", with some luck the default settings are fine, but try other settings if you can't find anything useful. (Note: Rescan is not optional)
Also, have you tried other debugger interfaces and options?
If nothing is showing, it could be that settings->debugger settings->"override existing breakpoints" is disabled.
Enabling it might find it (and crash the game, but if you're quick enough, it might find it)
|
i already do pointer scan but i find so many number and just like u said when i rescan all gone
about debugger and options, can u tell me more detail, coz i still dont understand what do u mean by ''it could be that settings->debugger settings->"override existing breakpoints" is disabled.
Enabling it might find it ''
and thx for ur kind replay
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Fri Jul 06, 2012 7:14 am Post subject: |
|
|
Try a bigger level and structsize (e.g level 6 and size 4096)
As for the debugger, in settings->debugger settings is a checkbox that says "override existing breakpoints" . If that option is disabled it will refuse to set a breakpoint on a thread if it can't do it since all spots are used up
That causes the breakpoint to never trigger. (and won't mess up the game if it relies on those breakpoints)
Also, don't use "find what writes" when looking for pointers, use "find what accesses"
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
dopatabe How do I cheat?
Reputation: 0
Joined: 24 Jan 2012 Posts: 3
|
Posted: Fri Jul 06, 2012 8:02 am Post subject: |
|
|
ok il try with bigger lvl and size but i still got many number so frustated sory
also no mater i use find what write or find what acces i cant find anything coz my value is just like a mother to other value, when i change it many my son (other value) will become like mother and the one wo doing fight is just the son so the value of moter will not change, thats why i cant find anything when ill try to find what acces or what writes thx
|
|
Back to top |
|
 |
|