Advertisement
lucaslulu

Script Munching Master

Nov 22nd, 2019
9,480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --AutoFarm Eat
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait(0.1)--change time if you want
  5. game:GetService("ReplicatedStorage").Events.Player.Eat:FireServer()--Pick your item for autofarm work please !
  6. end
  7.  
  8.  
  9. --AutoSell
  10. _G.LULU = true--change to true or false
  11. while _G.LULU do
  12. wait(1)--change time if you want
  13. local A_1 = game:GetService("Workspace").SELL.Pad
  14. game:GetService("ReplicatedStorage").Events.Player.Teleport:FireServer(A_1)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement