This is a devtool, not a hack on its own. You'll need your own Payload.dll to do anything interesting with this.
It can be used on ANY unity game!
List of games it has been tested on and confirmed hooking:
Reign of Kings
Unturned
Robocraft
Rust
7DTD
How to use (Non-devs):
1. Go to Steam\SteamApps\common\<GameName>\<GameName>_Data\ Managed
2. Put the files in there
3. Run UnityHook.exe
4. Done
Hos to use (Devs):
1. Use the provided template.
2. Populate Payload._Update and Payload._GUI with your hacks - Dont put it in PayloadProxy!
3. Build the dll as "Payload.dll". It wont hook otherwise!
If you dont want to use the template do this:
1. Namespace and payload proxy needs to be this: Payload.PayloadProxy
2. PayloadProxy needs public static void Launch
3. The dll needs to be named Payload.dll
Very nice release. This will help out a lot of people thanks @Kunii
Nice :O I noticed that the game needed something like Titanium, but for 64bit.
Originally Posted by lexkymbeth
Nice :O I noticed that the game needed something like Titanium, but for 64bit.
It doesn't right now, you can literally call your hacks from the Assembly without anything being injected. That's the issue. I'm sure this will be in handy if they add some simpleton anticheat (not to say that it isn't right now.. it makes it super ez for people who don't know what they're doing. Just take encodes source with this loader and bam).
cool patse safdksd i like it bruhhh
Kunii! Hi you were one of the first to do a preview on the reign of kings hack
but never released it. Anyways may you teach me how to do this step by step in a bit more details and what does it do? THANKS!
What exactly can this do for some of these games and is it at all detectable by anticheat?
What dose tihs hack do?
how do i use this lol
what does it do
- - - Updated - - -
what does it do
tried it but didn't work probably cause I have 32bit
Originally Posted by NeonSpirit
Kunii! Hi you were one of the first to do a preview on the reign of kings hack
but never released it. Anyways may you teach me how to do this step by step in a bit more details and what does it do? THANKS!
No. There are a ton of tutorials out there already.
Originally Posted by kittehlover72
What exactly can this do for some of these games and is it at all detectable by anticheat?
It loads your hack for you. And no, its not detected so far.
Originally Posted by ludwig503
What dose tihs hack do?
Its not a hack.
Originally Posted by robme
how do i use this lol
Read the post.
Originally Posted by fluffy10
what does it do
- - - Updated - - -
what does it do
tried it but didn't work probably cause I have 32bit
Doesn't matter whether you have 32 or 64 bit. Its not a hack, read the post.
Nice method but i preffer inject through mono on runtime, with my private loader i can load/unload on runtime, so i can test out things w/o having to exit from game.
Originally Posted by NeonSpirit
how to do this step by step in a bit more details
AAHAHAHAHHAHAA/
You're not even worth explaining to, not in the slightest.
Thanks for this!
ok so do i put the hack in before i load this or how is it done exactly ?