NUUBEXPLOITS

SABER SIMULATOR AUTO SELL

Sep 22nd, 2019
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. G_KillAutoFarm = false
  2.  
  3. while true do
  4. if G_KillAutoFarm then return end
  5. local Remote = game.ReplicatedStorage.Events['Clicked']
  6.  
  7. local Arguments = {
  8.  
  9. }
  10.  
  11. Remote:FireServer(unpack(Arguments))
  12.  
  13. local Remote = game.ReplicatedStorage.Events['Sell']
  14.  
  15. local Arguments = {
  16.  
  17. }
  18.  
  19. Remote:FireServer(unpack(Arguments))
  20. wait()
  21. end
Add Comment
Please, Sign In to add comment