Lick Hack for Unturned
I know. It doesn't work at all though, here is the code I used (I've been using it forever (It used to work)) https://i.imgur.com/79qfNLX.pngⓘ
Where i have to put this code?
It is still crashing when I inject mod.. help
This hack was great when it was 2.4 but with the 2.5 and 2.6 it crashes the game when I try to play MP or SP
Insert does nothing 

This gui looks fimiliar (Insert sort of the same gui but with a green and red button with yellow text on the one its made too and white to the one its not)
Anywho, not going to download, butttt I just hope you didnt go through the trouble of placing all those buttons and making a void for 1 instead of drawing all the buttons seperatly with all there locations.
PS. Not sure if you want it... BUTTTTT
string SpeedHackButton = "";
public void button(int x, int y, int w, int h,bool Bool, string StringBool)
{
//button crap blah blah blah... skip to the part where you pressed it
Bool = !Bool
if(Bool)
{
StringBool = "OFF";
}else
{
StringBool = "ON"
}
}
But thats just to make it One button instead of 2 Buttons....
Anywho, not going to download, butttt I just hope you didnt go through the trouble of placing all those buttons and making a void for 1 instead of drawing all the buttons seperatly with all there locations.
PS. Not sure if you want it... BUTTTTT
string SpeedHackButton = "";
public void button(int x, int y, int w, int h,bool Bool, string StringBool)
{
//button crap blah blah blah... skip to the part where you pressed it
Bool = !Bool
if(Bool)
{
StringBool = "OFF";
}else
{
StringBool = "ON"
}
}
But thats just to make it One button instead of 2 Buttons....
They use two...
Code:
GUI.set_color(this.carMenu ? Color.get_red() : Color.get_white());
GUI.Label(new Rect(5f, 200f, 95f, 30f), "Car Spawn");
GUI.set_color(Color.get_white());
if (GUI.Button(new Rect(100f, 200f, 40f, 30f), "ON"))
{
this.carMenu = true;
}
if (GUI.Button(new Rect(140f, 200f, 40f, 30f), "OFF"))
{
this.carMenu = false;
}
How do we use them
Hey the hack looks great, but every time I try to inject it the game just crashes, please help me out.
Similar Threads
Unturned Hacks & CheatsBasic Hack for Unturned! (v2.1.4)
33 Unturned Hacks & CheatsBasic Hack for Unturned! (v2.1.5)
21 Unturned Hacks & CheatsSimple Unturned Hacks for Unturned [2.1.5]
4 Unturned Hacks & CheatsSimple Hacks for Unturned [2.1.7]
14 Unturned Discussions & HelpCan someone do just a short range ESP and crouch speed hack for unturned?L1 1
