Jump to content

[Beginner Friendly] Guide to Easily Hacking Your First Unity Game


111 posts in this topic

Recommended Posts

Posted
2 hours ago, taithptqt said:

If the game doesn't have a unity framework file, what file do we have to get to find the value?
and how to find 

  Hide contents

 

 

if there is no unity framework then the game does not use unity engine. The same goes for global-metadata.dat, if that is not present then the game likely does not use il2cpp

Posted

Thanks so much for this! @Enoch  

 

So do you have to save this before testing the hack in the offpatcher? or while you're hacking you can see the changes you're making in real time? If you see that the modification you made worked, do you save this new version and replace it with the original?  @Rook

Posted
Just now, Ambrosianyc said:

Thanks so much for this! @Enoch  

 

So do you have to save this before testing the hack in the offpatcher? or while you're hacking you can see the changes you're making in real time? If you see that the modification you made worked, do you save this new version and replace it with the original?  @Rook

Live Offset Patcher makes it so you can easily see changes in real time and test offsets and functions you find in IDA.

However, some patches will likely need you to inject on app launch, but overall it is a useful utility.

  • Like 1
Posted
5 minutes ago, Rook said:

Live Offset Patcher makes it so you can easily see changes in real time and test offsets and functions you find in IDA.

However, some patches will likely need you to inject on app launch, but overall it is a useful utility.

Amazing thank you! If an offset works in the patcher, how do i ensure the change remains? Do i have to replace the original executable with the modified one?

Posted
Just now, Ambrosianyc said:

Amazing thank you! If an offset works in the patcher, how do i ensure the change remains? Do i have to replace the original executable with the modified one?

Correct, that is one way.

Another way would be to turn the offset & patch into a .deb tweak if you plan on releasing.

  • Like 1
Posted
Just now, Rook said:

Correct, that is one way.

Another way would be to turn the offset & patch into a .deb tweak if you plan on releasing.

ok! gonna practice so that i can hopefully get skilled enough to make hacks and not break everyone's balls here 😂

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 would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines