ItzzMuffin Posted August 19, 2023 Share Posted August 19, 2023 Need skripts taking any type of skript Im making a huge skript collection post your skripts below Link to comment Share on other sites More sharing options...
PeterCandy1 Posted August 24, 2023 Share Posted August 24, 2023 Here is a clickerleaderboard skript:  command /clickstop:   trigger:     loop {clicks::*}:       add 1 to {_size}       if {_low.to.high.list::%loop-value%} is not set:         set {_low.to.high.list::%loop-value%} to loop-index       else:         set {_n} to 0         loop {_size} times:           set {_n} to {_n}+1           {_low.to.high.list::%loop-value-1%.%{_n}%} is not set           set {_low.to.high.list::%loop-value-1%.%{_n}%} to loop-index           stop loop     wait 1 tick     set {_n} to size of {_low.to.high.list::*}     loop {_low.to.high.list::*}:       set {_high.to.low.list::%{_n}%} to loop-value       set {_n} to {_n}-1     wait 1 tick     set {_i} to 0     send "&7&m-----------&8< &6Top10 &8>&7&m-----------"     loop {_high.to.low.list::*}:       add 1 to {_topnumber}       set {_player} to "%loop-value%" parsed as offlineplayer       send "&7%{_topnumber}% - &c%{_player}% &8» &7%{clicks::%loop-value%}% Balance"       add 1 to {_i}       if {_topnumber} > 10:         stop     send "&7&m------------------------------" 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now