Jump to content

Tips on how to find Unity methods and offsets?


garha

7 posts in this topic

Recommended Posts

Posted

Hey all,

Hopefully this is the correct place to ask, but I've been interested in making patches for Unity games. I'm trying with some games that already have known hacks (i.e. Blade XLord and Seven Deadly Sins: Grand Cross) but don't know how to efficiently find the correct methods. Are there keywords or specific things y'all look for? Or is it really just brute force? I'm using DnSpy btw. I'm interested to see if anyone has tips for that as well :)

I was also able to find the correct method for damage for Blade XLord, but it looks like its linked. I don't have the link at the moment, but I recall there being a tutorial from ted or someone else that shows how to unlink. Is that the only way or is there a more efficient way? Only ask because it's been a while since that was posted.

Thanks for taking the time to read my question!

Posted
6 hours ago, garha said:

Is that the only way or is there a more efficient way?

That’s still valid. :)

You need to play the game and look for keywords of what you’re interested in modifying. Damage, health, hp, attack, currency, etc.

Posted
42 minutes ago, Rook said:

That’s still valid. :)

You need to play the game and look for keywords of what you’re interested in modifying. Damage, health, hp, attack, currency, etc.

Ok cool thank you! Just making sure. Respect for the amount of patience y'all have haha. Just out of curiosity, do you have a preferred workflow on Unity-based games? Say, look at the dump.cs file first before heading into dnSpy?

I've also been noticing more success with 0x101XXXXXX addresses rather than 102 or 103 addresses. Am I going crazy or is this pretty common?

-

Also sorry if any of these questions are dumb. While I do have programming experience, this is a new area for me 😅

Posted
4 minutes ago, garha said:

Say, look at the dump.cs file first before heading into dnSpy?

I would personally load the script in IDA and look through the functions. I haven’t tried DnSpy.

I also use Live Offset Patcher: 

 

Posted
16 hours ago, Rook said:

I would personally load the script in IDA and look through the functions. I haven’t tried DnSpy.

I also use Live Offset Patcher: 

 

Awesome! Thank you! I've already been using the live offset patcher. Super helpful tool 🙏! I do hope that one bug can get fixed soon though. Not that big of an issue though tbh.

 

Thank you for all the help!

Posted
6 hours ago, garha said:

Awesome! Thank you! I've already been using the live offset patcher. Super helpful tool 🙏! I do hope that one bug can get fixed soon though. Not that big of an issue though tbh.

 

Thank you for all the help!

Already fixed! Keep an eye out for a new update coming soon.

Posted
2 minutes ago, Rook said:

Already fixed! Keep an eye out for a new update coming soon.

Blessssssss 

:)🙏

Archived

This topic is now archived and is closed to further replies.

×
  • 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