Jump to content

Skripted aim trainer..


Recommended Posts

command /reaction:
    trigger:
        open virtual chest with 6 rows named "&9&l        Reaction Time" to player
        set {_1} to random integer between 0 and 53
        set {_2} to -1
        loop 54 times:
            add 1 to {_2}
            format gui slot {_2} of player with red wool with no nbt named "&c&lNOPE!" with lore "&c&lDONT CLICK ME!" to run:
                player command "lost"
        format gui slot {_1} of player with green wool with no nbt named "&9&lAIM TRAINER" with lore "&a&lCLICK ME!" to run:
            player command "reaction"
command /lost:
    trigger:
        open virtual chest with 6 rows named "&9&l        Chance Time" to player
        set {_3} to random integer between 0 and 53
        set {_4} to -1
        loop 54 times:
            add 1 to {_4}
            format gui slot {_4} of player with red wool with no nbt named "&c&lNOPE!" with lore "&c&lDONT CLICK ME!" to run:
                player command "lost"
        format gui slot {_3} of player with green wool with no nbt named "&9&lAIM TRAINER" with lore "&a&lCLICK ME!" to run:
            player command "reaction"

Edited by Twenjii
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...