| View previous topic :: View next topic |
| Author |
Message |
Asad Expert Cheater
Reputation: 0
Joined: 21 Feb 2007 Posts: 223
|
Posted: Wed Jun 02, 2010 1:25 am Post subject: Pointers totally different |
|
|
I found some pointers on a 3D game, and tried on a different computer, it didn't work.
So I re-found pointers on the other computer and they were not the same, but the offset was. The address was static (green).
Any ideas what could cause this?
_________________
|
|
| Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Wed Jun 02, 2010 5:23 am Post subject: |
|
|
Different game versions would cause this. The offsets would stay the same but the static base changes.
Try pc 1 and find what accesses your address. Take that accessed address and copy it to pc 2 memory viewer. Right click it and find what addresses access those instructions. Your address should show if both pc games have the same version.
If it works but you're still unable to find a pointer to work for both pc's, try alittle code injection.
_________________
|
|
| Back to top |
|
 |
supercharger Advanced Cheater
Reputation: 0
Joined: 06 Aug 2009 Posts: 61
|
Posted: Wed Jun 02, 2010 10:49 am Post subject: |
|
|
| i suspect that the environment of software system can sometimes affect address of a pointer. such as, with CE running in background or without CE running. even if the game is totally the same and the PC is the same one.
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Wed Jun 02, 2010 1:51 pm Post subject: |
|
|
| Pointers can also change dinamically. Usually they are not working on another computer, op. system or even if You change Your directX version etc. So they are basically useless if You want to make a cheat which is working on every computer with more op. systems. As Pingo suggested, try code injection.
|
|
| Back to top |
|
 |
|