Advertisement
Adel987654321

Thick Legends | Auto Farm

Feb 12th, 2020
2,081
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. --All AutoFarm
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait()--change time if you want
  5. local A_1 = "Food"
  6. game:GetService("ReplicatedStorage").Remotes.UseTool:FireServer(A_1)
  7. local A_1 = "Punch"
  8. game:GetService("ReplicatedStorage").Remotes.UseTool:FireServer(A_1)
  9. end
  10.  
  11. --All AutoBuy
  12. _G.LULU = true--change to true or false
  13. while _G.LULU do
  14. wait(1)--change time if you want
  15. local A_1 = "Fist"
  16. game:GetService("ReplicatedStorage").Remotes.RequestBuyAll:FireServer(A_1)
  17. local A_1 = "Food"
  18. game:GetService("ReplicatedStorage").Remotes.RequestBuyAll:FireServer(A_1)
  19. local A_1 = "Stomach"
  20. game:GetService("ReplicatedStorage").Remotes.RequestBuyAll:FireServer(A_1)
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement