Jump to content

Question

Posted

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

  • 0
Posted

[ @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.

  • 0
Posted
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)

  • 0
Posted

[ @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.
---

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.