Advertisement
lucaslulu

Script For Eating Simulator

Feb 7th, 2020
7,444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. --AutoFarm
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait(0.4)--change time if you want but its destroy you at 0 lol
  5. game:GetService("ReplicatedStorage").Eat:FireServer()
  6. end
  7.  
  8. --AutoSell
  9. local sell = game.workspace.SellSellSellSellSellSellSellSellSellSellSellSellSellSell["Sell_1"]["Sell_1"]
  10. _G.LULU = true--change to true or false
  11. while _G.LULU do
  12. wait()--change time if you want
  13. sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  14. end
  15.  
  16. --AutoRebirths
  17. _G.LULU = true--change to true or false
  18. while _G.LULU do
  19. wait(5)--change time if you want
  20. local A_1 = 1
  21. game:GetService("ReplicatedStorage").Rebirth:FireServer(A_1)
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement