View previous topic :: View next topic |
Author |
Message |
Doom How do I cheat? Reputation: 0
Joined: 03 Oct 2023 Posts: 3
|
Posted: Tue Oct 03, 2023 6:47 am Post subject: Score hacking in a sports game |
|
|
Hey guys when i found the function that hacks the team score in my cricket game, the function also has an xor function below it like:
XOR edx, edx
Because of this the game's display team score changes but the internal value upon pausing the game remains the same?
And when i remove the XOR from the team score code, and then play the game crashes, how to bypass this XOR?
Description: |
This is my Team score function and XOR below it |
|
Filesize: |
1.37 MB |
Viewed: |
20853 Time(s) |
|
|
|
Back to top |
|
|
ParkourPenguin I post too much Reputation: 147
Joined: 06 Jul 2014 Posts: 4518
|
Posted: Tue Oct 03, 2023 9:43 am Post subject: |
|
|
Doom wrote: | Because of this the game's display team score changes but the internal value upon pausing the game remains the same? | I'm not sure what you mean here, but that xor does nothing important. `xor edx,edx` is just a fast way of setting `edx` to 0.
If changing the value doesn't work, you probably found the wrong value.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
|
Doom How do I cheat? Reputation: 0
Joined: 03 Oct 2023 Posts: 3
|
Posted: Tue Oct 03, 2023 10:04 am Post subject: |
|
|
What i mean is that, the actual team score in the game does not change and only the display value does.
Whatever value type i use Double, float, 4 bytes etc, the actual value never changes?
What to do in such a case with such an encrypted value?
|
|
Back to top |
|
|
ParkourPenguin I post too much Reputation: 147
Joined: 06 Jul 2014 Posts: 4518
|
Posted: Tue Oct 03, 2023 10:31 am Post subject: |
|
|
That means you found the wrong value.
First of all, is that an online game? If you can't play it without an internet connection, give up.
Try unknown initial value and changed / unchanged value scans.
If that fails, you should go to a third party site and request someone else do this for you:
https://forum.cheatengine.org/thirdparty.php
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
|
Doom How do I cheat? Reputation: 0
Joined: 03 Oct 2023 Posts: 3
|
Posted: Tue Oct 03, 2023 10:48 am Post subject: |
|
|
Anyways i got my values, i was making mistakes, its all fine now.
Thank you so much for the tips, friend.
Yes i did not find the right values initially.
|
|
Back to top |
|
|
sgsgwv$6263 Advanced Cheater Reputation: 0
Joined: 05 Aug 2020 Posts: 75
|
Posted: Mon Oct 23, 2023 11:46 pm Post subject: |
|
|
Hey doom,can you share the unique aob of the instruction that watches or writes the correct game score?
|
|
Back to top |
|
|
|