View previous topic :: View next topic |
Author |
Message |
fearless123456 How do I cheat?
Reputation: 0
Joined: 13 Nov 2017 Posts: 5
|
Posted: Thu Mar 21, 2019 6:00 am Post subject: Code Injection Crashes Game after 30 Seconds |
|
|
The game is Zwei: Arges Adventure
I can't seem to pinpoint the reason why some of my scripts crashes after 30 seconds (they still modify the variables like I want them to) and some don't.
I have tried doing a code injection where I don't modify the original code at all and it still happens.
I have tried changing the specific bytes in memory view, for example from just sub esi,00010000 to add esi, 00010000 (to increase an item when I use it) and it still crashes the game after a short while (even though my character is standing still and not doing anything to prompt that particular code to run). Although when I change it to sub esi,00020000, it doesn't crash.....
|
|
Back to top |
|
 |
TheyCallMeTim13 Wiki Contributor
Reputation: 51
Joined: 24 Feb 2017 Posts: 976 Location: Pluto
|
Posted: Thu Mar 21, 2019 12:56 pm Post subject: |
|
|
Sounds like memory integrity checks, look into how to create a bypass for that. Stealth Edit might do the trick; you should be able to find a copy, just make sure to use the correct CE version that's it's built for.
_________________
|
|
Back to top |
|
 |
fearless123456 How do I cheat?
Reputation: 0
Joined: 13 Nov 2017 Posts: 5
|
Posted: Thu Mar 21, 2019 5:07 pm Post subject: |
|
|
Thank you. That's what it was.
Stealth Edit did the trick.
|
|
Back to top |
|
 |
|