Hey guys since the latest update of unturned I can't inject hacks that I made so how do I inject a hack into the game without crash. Do I have to update my hack or titanium? and what do I need to update. Thanks.
If you are using a titanium injection based hack you don't need to update, Unless something got patched.
The problem is that the game crashes if I inject the dll but it worked before the update and so did a few other hacks
Maybe something in your hack was patched, check all the functions work and debug the problem, it shouldn't be titanium. Also if you changed something in the assembly, you will need to do it again with the latest.
Originally Posted by TheGRimPunisher12
The problem is that the game crashes if I inject the dll but it worked before the update and so did a few other hacks
No updates should have patched the hacks. The only one I can think of is the silent update that renamed the variable "TellHealth" to "TellHealthKuniiPleaseStopAlsoWouldYouLikeToHelpWi thAntiCheat or something".
//Moved to correct section.
Originally Posted by LordNature
No updates should have patched the hacks. The only one I can think of is the silent update that renamed the variable "TellHealth" to "TellHealthKuniiPleaseStopAlsoWouldYouLikeToHelpWi thAntiCheat or something".
I was thinking because of the gold hack dll but that can't be the case because every other hack works fine
Originally Posted by TheGRimPunisher12
I was thinking because of the gold hack dll but that can't be the case because every other hack works fine
Probably your source code. This is why I use GitHub/BitBucket. I can go back in-time before I saved the error . Try rewriting your code?