I\'ll also be adding a few later today and compiling them into two DLLs as a release - a \"light\" version, (with the less detectable hacks, like rail gun reload, no inaccuracy, and radar range) and a \"full\" version - with all the hacks.
it is bad i maked a post of the Assembly c-sharp wich is modded ?
Originally Posted by Ainasoja
it is bad i maked a post of the Assembly c-sharp wich is modded ?
Nope, its OK as long as you give credit to the hack authors. (you did :P)
The intent of this thread is to make it easier for people to create and share their hacks, and learn how hacks work. Feel free to use anything here in your own release, but just add a line at the top of the post or above the download giving credit to the authors or the hacks you used.
Originally Posted by apemanzilla
Nope, its OK as long as you give credit to the hack authors. (you did :P)
The intent of this thread is to make it easier for people to create and share their hacks, and learn how hacks work. Feel free to use anything here in your own release, but just add a line at the top of the post or above the download giving credit to the authors or the hacks you used.
ok Thanks for you.
Good source code.. keep the good work
Originally Posted by apemanzilla
I have improved the camera anti-shake hack to bypass the client-side anticheat, and have finished the perfect accuracy hack. (for all weapons) Updating OP now. I will also add the link.
Care to share the modifications? I can give you access to the spreadsheet if you prefer so that you can do it manually as well.
I am not distributing the DLL to anyone until it is done. However, if you like, you can look at the spreadsheet and try to modify the client manually. I will be adding a link in the OP momentarily.
Okay,thank you very much. Anyway can you teach me how to edit/create hack in this game? Help very much appreciated.
Originally Posted by iscythe18
Okay,thank you very much. Anyway can you teach me how to edit/create hack in this game? Help very much appreciated.
I'll add a tutorial on using the tools later. For now, just look at Unturned hacks - they're made similarly.
When making these changes to the dll do you also have to delete all of the anti cheat methods?
Originally Posted by rogerbacon
When making these changes to the dll do you also have to delete all of the anti cheat methods?
No.
10char
is it possible to change the damage of nanotech disruptors to smg damage
Originally Posted by Ainasoja
is it possible to change the damage of nanotech disruptors to smg damage
There act as hidden meanings. If it was a possibly, it would long ago have done damage smg like a railgun
Originally Posted by Ainasoja
is it possible to change the damage of nanotech disruptors to smg damage
Possible, yes. Easy, no. I\'ve been looking at hacks for the nano disruptors.
Originally Posted by apemanzilla
Possible, yes. Easy, no. I\'ve been looking at hacks for the nano disruptors.
i wondered if i can get better range and autoaim to enemies
Originally Posted by Ainasoja
i wondered if i can get better range and autoaim to enemies
Both are probably doable, but also probably obfuscated.
I cant find the member for the firetimingdata is it a different name?
Originally Posted by Scoredplayer
I cant find the member for the firetimingdata is it a different name?
FireTimingData is the type, not the member. Look for it in the default namespace (may be denoted by a hyphen "-")
The tree should look something like this:
Assembly-CSharp.dll
-<default namespace> or <->
--FireTimingData
---Members show up here