Nogggy Posted April 10 Share Posted April 10 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. Link to comment Share on other sites More sharing options...
0 kiynox Posted April 10 Share Posted April 10 [ @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. 1 Link to comment Share on other sites More sharing options...
0 Nogggy Posted April 10 Author Share Posted April 10 Where I can find what value I will use? Thanks for the answer Link to comment Share on other sites More sharing options...
0 BloodMoonScript Posted April 10 Share Posted April 10 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) 1 Link to comment Share on other sites More sharing options...
0 kiynox Posted April 11 Share Posted April 11 [ @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. --- Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now