Advertisement
lucaslulu

Script Crushing Simulator

Oct 11th, 2019
4,182
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --AutoFarm
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait(0.1)-- pick up item and execute script for work
  5. game:GetService("Workspace").LucasGamingOne.Crush.crush:FireServer()
  6. end
  7.  
  8. --Autosell
  9. _G.LULU = true--change to true or false
  10. while _G.LULU do
  11. wait(1)-- change time if you want
  12. game:GetService("ReplicatedStorage").sell:FireServer()
  13. end
  14.  
  15. --Enjoy
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement