Jump to content

Making skripts (im trash so sorry if its not the best)


Darth1013

Recommended Posts

8 hours ago, _Mr_Puppy_ said:

make anti autoclicker skirpt

on click:
 add 1 to {Clicks}
 
 if {Clicks} >= 40:
  execute console command "/ban %player% 10 AutoClicker"
  
every 1 second:
  clear {Clicks}
  
on right click:
 add 1 to {ClicksR}
 
 if {ClicksR} >= 40:
  execute console command "/ban %player% 10 AutoClicker"
  
every 1 second:
  clear {ClicksR}

 

something i worked on... its not the best...

and it prolly doesnt work

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...