You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Game crashing would not surprise me, with the way you set the gold value.
Basically, If you start the game and immediately run the injector, the addesses you referenced might not be allocated yet, or might not hold valid data yet.
Can you provide me with a link to download the exact version you are targeting, and some exit codes?
Also with what bitness does the injector run (32 or 64)? I assume 32-bit from the Cargo.toml file. And I assume the game runs on 32bit, as you state that in the Readme.
The text was updated successfully, but these errors were encountered:
In the README, you write that:
The injector, which is a bit of WIP and unusable so far. Currently it crashes on injecting the dll, i'm unable to see why yet
This contradicts what is written here. This suggests that the injector works perfectly fine, and it is the Game that crashes.
https://github.com/Sara-0x53617261/GameHackingAcademy-Rust/blob/a3bcdd2fa6e8453b2d53ab8651b2e6b63ed5ebbd/DLLMemoryHack/src/main.rs#L19
The Game crashing would not surprise me, with the way you set the gold value.
Basically, If you start the game and immediately run the injector, the addesses you referenced might not be allocated yet, or might not hold valid data yet.
Also I see a potential issue with my injector. I took a quick peek at how CheatEngine does things, and it seems that the comment below might be relavent:
https://github.com/cheat-engine/cheat-engine/blob/e8c068681e6081902ecab9df91f59b477eebb95a/Cheat%20Engine/CEFuncProc.pas#L1324
Can you provide me with a link to download the exact version you are targeting, and some exit codes?
Also with what bitness does the injector run (32 or 64)? I assume 32-bit from the Cargo.toml file. And I assume the game runs on 32bit, as you state that in the Readme.
The text was updated successfully, but these errors were encountered: