Advertisement
404Coder

auto scripts

Aug 27th, 2023
1,455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.31 KB | None | 0 0
  1. _G.autoClick = true
  2. game.Player("ReplicatedStorage").autoClick.ClickEvents:GetService(unpack(args)
  3.    
  4. ---------------------------------------------------------------------------
  5. _G.autoRebirth = true
  6. game.Player("ReplicatedStorage").autoRebirth.RebirthEvents:GetService(unpack(args)
  7.  
  8. --change true to false to turn it off
  9.        
  10. ---------------------------------------------------------------------------
  11.        
  12. --others
  13. _G.autoShoot = true
  14. game.Player("ReplicatedStorage").autoShoot.ShootEvents:GetService(unpack(args)      
  15.  
  16. --change true to false to turn it off
  17.            
  18. ---------------------------------------------------------------------------
  19. _G.autoReload = true
  20. game.Player("ReplicatedStorage").autoReload.ReloadEvents:GetService(unpack(args)  
  21.                
  22. -------------------------------------------------------------------------------
  23. _G.autoBuyAll = true
  24. game.Player("ReplicatedStorage").autoBuyAll.BuyAllEvents:GetService(unpack(args)    
  25.                    
  26. --change true to false to turn it off
  27.                    
  28. -------------------------------------------------------------------------------
  29. _G.autoSell = true
  30. game.Player("ReplicatedStorage").autoSell.SellEvents:GetService(unpack(args)    
  31.    
  32.                        
  33.                        
  34.     --404coder * auto stuff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement