| View previous topic :: View next topic |
| Author |
Message |
romtrack How do I cheat?
Reputation: 0
Joined: 25 Jul 2009 Posts: 3
|
Posted: Wed Jul 29, 2009 2:40 am Post subject: a little help in order to find a pointer in css |
|
|
Hi all I have discover cheat engine since 3 days, and now I can modify easy value, like money, health ...
And sorry for the title I did not now what was exactly the appropriate name.
So now I am trying to have infinite ammo in css, but as the address change everytime I restart the game (I think) I need to find a pointer.
1. I find the address that froze ammo
2. I found what writes to the adress
but here start problems...
h**p://img31.imagefra.me/img/img31/2/7/29/romtrack/f_13ef6mf9f3m_decc483.jpg
So as see on the image It might be the address of ESI, I scan for it but no result....
So I go to the debugger and I see mov esi,fffffd30 and I scan but now I get 35 result... ( I am under windows 7 here but when I tried on xp there was hundred of result)
What do I have to do now ? Try every result ?
thx for paying attention to my post, and sorry for my english
|
|
| Back to top |
|
 |
Eraser Grandmaster Cheater
Reputation: 0
Joined: 23 Jul 2008 Posts: 504 Location: http://www.youtube.com/PCtrainers
|
Posted: Wed Jul 29, 2009 3:31 am Post subject: |
|
|
| The trainer you are going to make will NOT work in online mode. Only if you will play with bots or in LAN game. (just saying)
|
|
| Back to top |
|
 |
romtrack How do I cheat?
Reputation: 0
Joined: 25 Jul 2009 Posts: 3
|
Posted: Wed Jul 29, 2009 3:53 am Post subject: |
|
|
thx for answering.
Yes I know I just want to do it with bot not online
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25993 Location: The netherlands
|
Posted: Wed Jul 29, 2009 4:07 am Post subject: |
|
|
try the pointer scan, or try code injection (I'd pick code injection)
Hook that piece of code, and then inspect the memory at esi for some kind of indication that the ammo belongs to you. (else your enemies have unlimited ammo too)
Sometimes the first 4 bytes of the address esi points to is already ubnique enough, but for ammo I doubt it. Use the data dissector to see if you're able to see what it is.
oh yes, if you need something to compare your own structure and that of an enemy with, just use the option to find what addresses that code writes to
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
romtrack How do I cheat?
Reputation: 0
Joined: 25 Jul 2009 Posts: 3
|
Posted: Wed Jul 29, 2009 4:55 am Post subject: |
|
|
thx you very much Dark Byte, lots of functions I never used it what you said I'll try them all thx again
|
|
| Back to top |
|
 |
|