View previous topic :: View next topic |
Author |
Message |
z0926z How do I cheat?
Reputation: 0
Joined: 23 Feb 2023 Posts: 6
|
Posted: Thu Feb 23, 2023 2:52 am Post subject: Is there a way to find a value "ever changed"? |
|
|
I'm trying to find a value of an action game, when the character is doing nothing I know the default value is FFFFFFFF, and if I change this value to 1,2 or 3 the game will detect and cast a skill, then immediately change it back to FFFFFFFF. How do I find the address of this kind of value?
I only know I use the scan type of changed value but it's technically impossible to catch the moment my wanted just change to 1 while casting the skill manually and preform the searching of CE, is there a way to exclude those values not changing during that, only show those values "ever changed" but still stay FFFFFFFF?
|
|
Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Thu Feb 23, 2023 3:13 am Post subject: |
|
|
Tick the checkbox "Pause the game while scanning"
|
|
Back to top |
|
 |
z0926z How do I cheat?
Reputation: 0
Joined: 23 Feb 2023 Posts: 6
|
Posted: Thu Feb 23, 2023 3:18 am Post subject: |
|
|
[quote="LeFiXER"]Tick the checkbox "Pause the game while scanning"[/quote]
I think this is not gonna work, almost every moment it stays at default value and I can not catch the moment value changed because of the unknown delay after I press a key til game detect and change it
|
|
Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Thu Feb 23, 2023 3:26 am Post subject: |
|
|
In addition to ticking the checkbox, set a hotkey for scanning then you can press the hotkey as soon as the delay is over.
|
|
Back to top |
|
 |
z0926z How do I cheat?
Reputation: 0
Joined: 23 Feb 2023 Posts: 6
|
Posted: Thu Feb 23, 2023 3:34 am Post subject: |
|
|
[quote="LeFiXER"]In addition to ticking the checkbox, set a hotkey for scanning then you can press the hotkey as soon as the delay is over.[/quote]
That delay is unknown, I've tried this method using keypress bot with hotkey searching set too, but it's just not realistic to catch that.
|
|
Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Thu Feb 23, 2023 3:38 am Post subject: |
|
|
Is the delay due to ping? i.e. an online game?
|
|
Back to top |
|
 |
z0926z How do I cheat?
Reputation: 0
Joined: 23 Feb 2023 Posts: 6
|
Posted: Thu Feb 23, 2023 3:49 am Post subject: |
|
|
[quote="LeFiXER"]Is the delay due to ping? i.e. an online game?[/quote]
It's probably not because I'm playing offline mode, the reason why I think it not doable is I don't know to adjust the delay longer or shorter If not catchs, and the keypress bot's timer is not very accurate either, the accuracy of it may bigger than that delay time already
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25805 Location: The netherlands
|
Posted: Thu Feb 23, 2023 3:50 am Post subject: |
|
|
try ultimap or the codefilter to find the code that accesses that address
_________________
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 |
|
 |
z0926z How do I cheat?
Reputation: 0
Joined: 23 Feb 2023 Posts: 6
|
Posted: Thu Feb 23, 2023 4:07 am Post subject: |
|
|
[quote="Dark Byte"]try ultimap or the codefilter to find the code that accesses that address[/quote]
I'm not using an Intel CPU so I'm gonna skip ultimap and try code filter fisrt, I'm still a newbie to CE so I guess this gonna take some time but I will try it, thanks for advice!
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25805 Location: The netherlands
|
Posted: Thu Feb 23, 2023 4:51 am Post subject: |
|
|
is the target 64 bit? If so, use ce 7.5 with the unwind info. It's the most stable way to get a proper list of instructions
_________________
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 |
|
 |
z0926z How do I cheat?
Reputation: 0
Joined: 23 Feb 2023 Posts: 6
|
Posted: Thu Feb 23, 2023 5:03 am Post subject: |
|
|
[quote="Dark Byte"]is the target 64 bit? If so, use ce 7.5 with the unwind info. It's the most stable way to get a proper list of instructions[/quote]
It's 32bit, I'm now still facing the problem that game keep crashing, but seems only load from disassembler works for me
|
|
Back to top |
|
 |
|