Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --All AutoFarm
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change time if you want
- local A_1 = "Food"
- game:GetService("ReplicatedStorage").Remotes.UseTool:FireServer(A_1)
- local A_1 = "Punch"
- game:GetService("ReplicatedStorage").Remotes.UseTool:FireServer(A_1)
- end
- --All AutoBuy
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(1)--change time if you want
- local A_1 = "Fist"
- game:GetService("ReplicatedStorage").Remotes.RequestBuyAll:FireServer(A_1)
- local A_1 = "Food"
- game:GetService("ReplicatedStorage").Remotes.RequestBuyAll:FireServer(A_1)
- local A_1 = "Stomach"
- game:GetService("ReplicatedStorage").Remotes.RequestBuyAll:FireServer(A_1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement