View previous topic :: View next topic |
Author |
Message |
eternal159 Newbie cheater
Reputation: 0
Joined: 29 Oct 2009 Posts: 18 Location: Lithuania
|
Posted: Sat Oct 31, 2009 12:44 pm Post subject: Soulstorm cant find Pointer |
|
|
So here i tried to make a resource/power hack and i found the adress... now i searched for what whrites the adress and find out i need to search for 09117F6C in hex... i searched for it but i have no results? why? im sure it should be the right adress?? help?
|
|
Back to top |
|
 |
Silhouette Cheater
Reputation: 0
Joined: 19 Oct 2009 Posts: 40 Location: Elsewhere
|
Posted: Sat Oct 31, 2009 9:17 pm Post subject: |
|
|
Make sure you have CE scanning all of the memory, not just 00400000 to 7FFFFFFF like it normally does. It might be possible that the pointer is located at an address less than 00400000. To change how much memory is scanned, just click the 'All' button under 'Memory Scan Options' in the main CE window.
_________________
"The sun that cloudy April day, struck the world, and made it May." |
|
Back to top |
|
 |
eternal159 Newbie cheater
Reputation: 0
Joined: 29 Oct 2009 Posts: 18 Location: Lithuania
|
Posted: Sun Nov 01, 2009 1:47 am Post subject: |
|
|
doesnt change a thing... what i noticed sometimes i keep scanning and i got the adress but it takes like 50scans? wtf? or i can and do something in game and scan and sometimes it works? maybe i need to scan when doing something? for example when my requisition/power is changing?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sun Nov 01, 2009 5:44 am Post subject: |
|
|
make sure the address is the address you need and isn't overwritten by the execution of the instruction (e.g mov eax,[eax+18]) Then calculate the base address manually yourself.
_________________
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 |
|
 |
eternal159 Newbie cheater
Reputation: 0
Joined: 29 Oct 2009 Posts: 18 Location: Lithuania
|
Posted: Sun Nov 01, 2009 6:33 am Post subject: |
|
|
i got no idea what u sayd
what do u mean isnt overwhrited?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sun Nov 01, 2009 6:58 am Post subject: |
|
|
One common mistake by people is actually believing what ce tells you it thinks is the probable base address
ce doesn't yet understand that a mov eax,[eax+ebx] will overwrite the original value of EAX with the value stored at [eax+ebx] so it'll tell you the base is the value of EAX
In such a case it's usually better to just figure out for yourself what it is by doing basic math
eax+ebx=Y
Y is a known value (it's the address you used "Find what accesses/writes on"
EBX is also a known value
so eax=Y-EBX
_________________
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 |
|
 |
eternal159 Newbie cheater
Reputation: 0
Joined: 29 Oct 2009 Posts: 18 Location: Lithuania
|
Posted: Sun Nov 01, 2009 9:49 am Post subject: |
|
|
dude im 12 years old do u really think we learn about stuff like eax,ebx,Y? damn i got no idea what ure talking about
Ill post some info here ok? maybe u can help me figure it out.
Edit: Requisition: 05b05eba - fstp dword ptr [eax]
Store Real
The value of pointer needed to find this address is probably
0928E4C4
So i scan for 0928E4C4 in hex 4bytes pick to scan all then scan and i have no results.... why?
Power: 05b05ec2 - fstp dword ptr [eax+04]
Store Real
The value of the pointer needed to find this address is probably
0928E4C4 ( same as requisition just when i find adress i put the offset when adding manualy... so i cant find the 0928E4C4 adress in hex.... why?
|
|
Back to top |
|
 |
|