Lick Hack for Unturned

Posts 4660 of 75 · Page 4 of 5
Quote Originally Posted by lordeisjesus View Post
Was this patched?
No sir, not patched. This hack won't be patched until VAC, at which point I might need to go do some D3D menu stuff.
Quote Originally Posted by MinecraftGamer101010 View Post
Ah, I had it as hackMenu = true; >.< The answer was so obvious.

...Doesn't work... :/
This works very easily, try a different Keycode if you are having issues. KeyCode.M or another letter key should always work.
Quote Originally Posted by jumboperson187 View Post
This works very easily, try a different Keycode if you are having issues. KeyCode.M or another letter key should always work.
Hmm.... something is up, still not working. >.<
Quote Originally Posted by MinecraftGamer101010 View Post
Hmm.... something is up, still not working. >.<
I literally gave you the exact code.
Quote Originally Posted by jumboperson187 View Post
I literally gave you the exact code.
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
Quote Originally Posted by ozzy5512 View Post
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
Crashing doesn't lower the quality of the hack. Make sure the loader.ini is correct as we changed the namespace after 2.4 so loader.ini's namespace needs to be LickHack
thanks, this worked.
Quote Originally Posted by jumboperson187 View Post
Crashing doesn't lower the quality of the hack. Make sure the loader.ini is correct as we changed the namespace after 2.4 so loader.ini's namespace needs to be LickHack
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....
Quote Originally Posted by xiEatNoodlezx View Post
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....
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;
		}
Hey the hack looks great, but every time I try to inject it the game just crashes, please help me out.
Posts 4660 of 75 · Page 4 of 5

Post a Reply

Similar Threads

Tags for this Thread

Need help?