Hi
I am trying to write a script for Neon Abyss to make myself invincible (I know a trainer already exists, I just want to learn something new). I got everything working fine, but the script I wrote stops working after I restart the game, but the interesting thing is, if I go through the steps to find the spot to inject my script, the old script works again.
Here are my steps to find the right place to inject my script:
1. Open up a .NET Assembly Viewer
2. Find the function I am interested in
3. Right click function and click "Open In Disassembler"
4. Right click a good spot "Inject here > AOB" (AOB Module doesn't work, empty script)
5. Edit the script to make the cheat work
6. Script works and can be disabled/enabled as you please
If I restart the game I have to repeat the first three steps for the script to work again, otherwise I get this error:
Link (SetInvincible, Script error in line 1: Cannot find aob for 'originalcode_8223')
Anything to help me go in the right direction?