1
Help / Re: auto clicker
« on: March 21, 2014, 06:53:40 PM »So you help on getting the loop started but never to tell how to stop it?Uh this is the spray can spam not the click command i just want to auto respawn and use spray can is a autoclicker but.. pressing the spraycan button doesnt respawn you so.. can you fix it? to mouse1
Also you never even said how to start the loop, just how to create the function.
Well done, you helped him and everyone else A LOT.
On topic however, here you go.
To create the auto-clicker copy this into your console (press the ~ key ingame);
function m(){commandtoserver('Activatestuff'); $Spam = schedule(30,0,m);}
To start it, type this into the console.
m();
To stop it, copy this into the console.
cancel($spam);
Hope this helped!