Wizzy2008 Posted September 5, 2023 Posted September 5, 2023 My game is codestage anticheat protected. The game's dump file has this field offset: public ObscuredFloat JumpForce; // 0x78 Changing this locks the value. How do I change this?
kiynox Posted September 6, 2023 Posted September 6, 2023 [ @Wizzy2008 ] --- Try to find each of field pointer -> find if pointer has the correct fake / text only value -> Find nearby values to your fake value -> It should be have a "subsequent" address that has the same value -> Try to change one of it to 0 and the other one with whatever you want to change. ---
Question
Wizzy2008
My game is codestage anticheat protected.
The game's dump file has this field offset:
public ObscuredFloat JumpForce; // 0x78
Changing this locks the value.
How do I change this?
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.