Nogggy Posted April 10, 2024 Posted April 10, 2024 Hi everyone what to do if I find the offset of the game(Among Us) I want to unlock all the skins what to do? Thank you for the help.
kiynox Posted April 10, 2024 Posted April 10, 2024 [ @Nogggy ] --- Generate the game SDK by dumping it using: Magisk and use: Zygisk-Il2CppDumper module -> then find something "unlock" or "skin" from dump.cs -> take the offset, and use BadCase Toolbox or other similar tools -> paste the offset and change the value accordingly. --- Yes it's simplified.
Nogggy Posted April 10, 2024 Author Posted April 10, 2024 Where I can find what value I will use? Thanks for the answer
BloodMoonScript Posted April 10, 2024 Posted April 10, 2024 1 hour ago, Nogggy said: Where I can find what value I will use? Thanks for the answer Mov w0, #0x1 Ret Or use hex 20008052C0035FD6 For unlock(bool)
kiynox Posted April 11, 2024 Posted April 11, 2024 [ @Nogggy ] --- Quote Where I can find what value I will use? Thanks for the answer You need to dump the game first. All the game information will be stored into dump.cs which you can see all the game offsets to modify. If there's multiple offset from dump.cs, you need to test it one by one. ---
Question
Nogggy
Hi everyone what to do if I find the offset of the game(Among Us) I want to unlock all the skins what to do? Thank you for the help.
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.