View previous topic :: View next topic |
Author |
Message |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Thu Dec 30, 2010 12:18 am Post subject: Find out what writes to an address |
|
|
The address i'm looking for in my target constantly changes each time a new game has been launched. I'm assuming that a new class which contains the game info (ammo, player coordinates, etc) is allocated each time a new game is created. If that is true, should I find the address, and then find what writes to it? What can I do to help solve my issue? Finding the pointer to the pointer of the address doesn't work (suggested by Dark Byte) because in the end its pointing to the same address which has been changed.
I thought of scanning for operation codes in order to get my address but that'll be a hassle considering I need to attach a debugger (which I don't have) to the game.
Can anybody help me please?
Thank you
|
|
Back to top |
|
 |
M.CORP Grandmaster Cheater Supreme
Reputation: 28
Joined: 28 Oct 2009 Posts: 1010
|
Posted: Thu Dec 30, 2010 12:33 am Post subject: |
|
|
What's the game? Is it Flash or App?
Flash games are usually like this, their addresses shift eachtime they are launched.
_________________
|
|
Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Thu Dec 30, 2010 2:07 pm Post subject: |
|
|
Its an application.
|
|
Back to top |
|
 |
NoMercy Master Cheater
Reputation: 1
Joined: 09 Feb 2009 Posts: 289
|
Posted: Thu Dec 30, 2010 4:24 pm Post subject: |
|
|
Array of byte?
|
|
Back to top |
|
 |
M.CORP Grandmaster Cheater Supreme
Reputation: 28
Joined: 28 Oct 2009 Posts: 1010
|
Posted: Thu Dec 30, 2010 8:05 pm Post subject: |
|
|
I think the game has somekind of anti-hack protection to prevent people from cheating using memory scanners or trainers editing the addresses.
I apologize if i can't help you because i don't really use CE that much.
_________________
|
|
Back to top |
|
 |
|