| View previous topic :: View next topic |
| Author |
Message |
bensh Newbie cheater
Reputation: 0
Joined: 15 May 2010 Posts: 15
|
Posted: Mon May 17, 2010 12:01 pm Post subject: can't find any adressen with cheat engine |
|
|
Hi guys,
Again I have a question to ask.
Is it normal, that I can't find any adresses for a value in some games?
in one of my pc games I scanned for a value, and found about 100 or so.
but after the second scan the results are always 0, no matter which scanntype (byte, 1 byte etc..)
or does a way exist to find even such an hidden value?
I'am gratefull for any help. sorry to bother you all, but I still don't understand everything of cheat engine.
|
|
| Back to top |
|
 |
Vincent. Grandmaster Cheater
Reputation: 16
Joined: 09 Nov 2007 Posts: 774
|
Posted: Mon May 17, 2010 12:08 pm Post subject: Re: can't find any adressen with cheat engine |
|
|
| bensh wrote: | Hi guys,
Again I have a question to ask.
Is it normal, that I can't find any adresses for a value in some games?
in one of my pc games I scanned for a value, and found about 100 or so.
but after the second scan the results are always 0, no matter which scanntype (byte, 1 byte etc..)
or does a way exist to find even such an hidden value?
I'am gratefull for any help. sorry to bother you all, but I still don't understand everything of cheat engine. |
When you found 100 addresses after your first scan, it's possible all those 100 addresses stay the same value. That, or either you scan for the wrong value.
|
|
| Back to top |
|
 |
bensh Newbie cheater
Reputation: 0
Joined: 15 May 2010 Posts: 15
|
Posted: Mon May 17, 2010 12:24 pm Post subject: |
|
|
| well as I said, after the first scan there are plenty of adresses cheat engine has found. but when I change the value in the game, and search for it in cheat engine, It doesn't find anything anymore.
|
|
| Back to top |
|
 |
Corscaria How do I cheat?
Reputation: 0
Joined: 21 May 2010 Posts: 3
|
Posted: Fri May 21, 2010 2:01 am Post subject: |
|
|
If you are searching for an integer try scanning for a float, and vice versa. Floats and integers are formatted differently, but you cant tell them apart just by looking at their raw values.
A few games hide certain values to prevent cheating. Simply XORing a value with a known other value effectively hides a number from simple scans, and is extremely fast so there is no performance penalty to the game. You may have to just alternately scan for value has changed, and value has not changed, not giving it a value to search for. If you do find it, you would need to find the known value (which on rare occasions could change each time the game writes to it), and inject custom code to change the value instead of just injecting the value.
Even worse some games actually move the location of variables around during runtime. One of the supplied tutorials deals with that problem, if i remember correctly.
|
|
| Back to top |
|
 |
hackerdvm Master Cheater
Reputation: -1
Joined: 23 Nov 2008 Posts: 385 Location: On the computer hacking
|
Posted: Fri May 21, 2010 10:26 am Post subject: |
|
|
Try doing a double for it, then scanning for that number or what he said up there.
_________________
|
|
| Back to top |
|
 |
bensh Newbie cheater
Reputation: 0
Joined: 15 May 2010 Posts: 15
|
Posted: Sun May 23, 2010 4:41 pm Post subject: |
|
|
| I already tried everything like (byte,2byte,4byte,8byte,double,float) but found nothing. well i guess it can't be helped. maybe because it is an emulated game
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25823 Location: The netherlands
|
Posted: Sun May 23, 2010 4:44 pm Post subject: |
|
|
tried an unknown initial value scan method ?
anyhow, in emulator games I recommend setting to 1 byte value
And if the value is bigger than 256, just ignore that (it will convert to a less than 256 automatically)
_________________
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 |
|
 |
bensh Newbie cheater
Reputation: 0
Joined: 15 May 2010 Posts: 15
|
Posted: Mon May 24, 2010 4:18 pm Post subject: |
|
|
I tried this one out again in some games and noticed something. there are values than can be found, and others that can't be found.
for example I found values for str,dex and so on, but I could not find values for hp and mp. maybe this game was programmed so It can't be hacked for some values?
so the hp value I was searching for all the time, still can't be found )= but I was able to change the value of my hp potions =)
so thanks to you all no more help in this topic is needed so far, maybe I'm able to find such values that are hard to find some day when I'm deeper into the topic (I'm still new to ASM )
|
|
| Back to top |
|
 |
|