View previous topic :: View next topic |
Author |
Message |
DxKE How do I cheat?
Reputation: 0
Joined: 30 Sep 2021 Posts: 4
|
Posted: Thu Oct 07, 2021 4:19 pm Post subject: Converting a Game guardian script to CE |
|
|
Hi , I recently started using cheat engine.I have a script for game guardian , can someone explain me how to convert this to cheat engine? I dont understand what is the data type here and how to do a grouped scan using them.
Code: | gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("00h;00h;80h;3Fh;13h;13h;17h;3Eh::8", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
gg.refineNumber("00h;00h;80h;3Fh::4", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(10000)
gg.editAll("00h;00h;48h;43h", gg.TYPE_BYTE) |
|
|
Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Thu Oct 07, 2021 4:33 pm Post subject: |
|
|
The data type is byte i.e. a value between 0-255. I'm not sure entirely how GameGuardian searches for memory but you can just find the value by searching its current value, changing it in-game then searching for the new value and repeating until you have found just a few addresses which hold the value.
|
|
Back to top |
|
 |
DxKE How do I cheat?
Reputation: 0
Joined: 30 Sep 2021 Posts: 4
|
Posted: Fri Oct 08, 2021 1:30 am Post subject: |
|
|
LeFiXER wrote: | The data type is byte i.e. a value between 0-255. I'm not sure entirely how GameGuardian searches for memory but you can just find the value by searching its current value, changing it in-game then searching for the new value and repeating until you have found just a few addresses which hold the value. |
Thank you so much for helping <3 Unfortunately that value doesn't change so I think grouped search is the only way to reduce the number of results.
And aso, when i try to search those bytes i mentioned in the post, ce giving me a error that it is an invalid value.
|
|
Back to top |
|
 |
LeFiXER Grandmaster Cheater Supreme
Reputation: 20
Joined: 02 Sep 2011 Posts: 1069 Location: 0x90
|
Posted: Fri Oct 08, 2021 5:45 am Post subject: |
|
|
Anytime, I hope that what I have said has been of help. I thought you should know that the values by GameGuardian are represented in hex so 80h = 128 decimal (unless you tick the hex box you should search using decimal numbers). Although, it's better to work from the values you have in-game.
|
|
Back to top |
|
 |
DxKE How do I cheat?
Reputation: 0
Joined: 30 Sep 2021 Posts: 4
|
Posted: Fri Oct 08, 2021 9:50 am Post subject: |
|
|
LeFiXER wrote: | Anytime, I hope that what I have said has been of help. I thought you should know that the values by GameGuardian are represented in hex so 80h = 128 decimal (unless you tick the hex box you should search using decimal numbers). Although, it's better to work from the values you have in-game. |
Yes it helped a lot. Finally I managed to mimic the scan in CE.Thank you ^^
|
|
Back to top |
|
 |
|