| View previous topic :: View next topic |
| Author |
Message |
Quam How do I cheat?
Reputation: 0
Joined: 06 Sep 2023 Posts: 3
|
Posted: Wed Sep 06, 2023 1:29 am Post subject: Auto Assemble Script not Working after restarting game |
|
|
Hey new to learning game hacking and am having problems with my auto assemble scripts after I restart the game it stops working and I can no longer toggle it I tired using Code Injection and AOB but neither persist after restarting the game
I found the address for Health opened it in disassembler and made a basic auto injection And Tried AOB but it breaks after relaunching any tips on how I make them persistent |
|
| Back to top |
|
 |
Xx XoTiC V1 xX Cheater
Reputation: 1
Joined: 03 Aug 2012 Posts: 43
|
Posted: Wed Sep 06, 2023 5:51 am Post subject: Re: Auto Assemble Script not Working after restarting game |
|
|
| Quam wrote: | Hey new to learning game hacking and am having problems with my auto assemble scripts after I restart the game it stops working and I can no longer toggle it I tired using Code Injection and AOB but neither persist after restarting the game
I found the address for Health opened it in disassembler and made a basic auto injection And Tried AOB but it breaks after relaunching any tips on how I make them persistent |
Have you used wildcards "??" in your AOB? It sounds like you got some opcode bytes changing, basically take your old AOB, compare it with the new set of AOBs you have and any bytes that have changed you put ?? there then check to make sure only one address comes up when you search the AOB. You may have to rinse and repeat a couple times to get all of them. Also there is an AOB tool you can use so you don't have to spend a whole lot of time on doing those just google it it's on fearlessrevolutions website I believe. I use one because I got tired of manually doing it and missing bytes sometimes. Anyway, could also be anything else in your code but it sounds like AOBscan issues. If the opcode bytes change that you have to use, you'll have to use readmem, define, or reassemble in order to restore it to the original bytes. There are tutorials for those. _________________
Learning as I go. |
|
| Back to top |
|
 |
Quam How do I cheat?
Reputation: 0
Joined: 06 Sep 2023 Posts: 3
|
Posted: Wed Sep 06, 2023 4:07 pm Post subject: |
|
|
I will need to learn more about AOB and wildcards to fully understand your response, but you helped point me in the right direction. Thank you. As I'm still new, I need to learn a lot. I am working on learning assembly; currently, I have been using Gilded Hacking as learning material. Do you have any suggestions for learning material for AOB scans besides YouTube?
Appreciate the response |
|
| Back to top |
|
 |
|