| View previous topic :: View next topic |
| Author |
Message |
CoolGuy How do I cheat?
Reputation: 0
Joined: 05 Jul 2014 Posts: 1
|
Posted: Sat Jul 05, 2014 4:31 pm Post subject: what wrong with new scan |
|
|
I try "New scan" and nothing happens why...
i am:
Trying 2 get addreses 4: Platform racing 2
using: google chrome
Cheats engine 6.4
That happens and i need this code so yea
| Description: |
|
| Filesize: |
24.45 KB |
| Viewed: |
5971 Time(s) |

|
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25818 Location: The netherlands
|
Posted: Sat Jul 05, 2014 4:35 pm Post subject: |
|
|
are you sure that the bytes you're looking for are writable and copy on write is disabled for that region ?
If not, you may want to make them look like executable
and obviously, are you sure it's the correct process, and are those bytes correct ?
_________________
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 |
|
 |
jgoemat Master Cheater
Reputation: 23
Joined: 25 Sep 2011 Posts: 264
|
Posted: Mon Jul 07, 2014 2:52 pm Post subject: |
|
|
The most likely reason is that those bytes don't exist in the process. Try checking 'Writable' and 'CopyOnWrite' so they look like 'Executable' in your image. That means it will ignore those flags on the memory region.
If you open up memory manager (CTRL+M) and then auto-assembly (CTRL+A), enter this script and execute it:
| Code: | globalalloc(test,$100000)
test:
db d0 4e de 02 00 |
Then your search should find it for sure. If that's the only one found, then those bytes simply don't exist elsewhere in that process. I don't know where you got those bytes from, but the game could have been updated and no longer contain those bytes.
Also are you sure you have the right process id? Each chrome tab has its own process you can see in the Chrome task manager (SHIFT+ESC in chrome). 500 hex in cheat engine would show up as decimal 1280 in the task manager under "Process ID".
|
|
| Back to top |
|
 |
|