Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.autoClick = true
- game.Player("ReplicatedStorage").autoClick.ClickEvents:GetService(unpack(args)
- ---------------------------------------------------------------------------
- _G.autoRebirth = true
- game.Player("ReplicatedStorage").autoRebirth.RebirthEvents:GetService(unpack(args)
- --change true to false to turn it off
- ---------------------------------------------------------------------------
- --others
- _G.autoShoot = true
- game.Player("ReplicatedStorage").autoShoot.ShootEvents:GetService(unpack(args)
- --change true to false to turn it off
- ---------------------------------------------------------------------------
- _G.autoReload = true
- game.Player("ReplicatedStorage").autoReload.ReloadEvents:GetService(unpack(args)
- -------------------------------------------------------------------------------
- _G.autoBuyAll = true
- game.Player("ReplicatedStorage").autoBuyAll.BuyAllEvents:GetService(unpack(args)
- --change true to false to turn it off
- -------------------------------------------------------------------------------
- _G.autoSell = true
- game.Player("ReplicatedStorage").autoSell.SellEvents:GetService(unpack(args)
- --404coder * auto stuff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement