TheNadie

Lawn Mowing Hack

Jan 11th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. local oh1 = "grassCollect"
  2. local oh2 = { 9e+100 }
  3. spawn(function ()
  4. while wait(1) do
  5. game:GetService("ReplicatedStorage").RF:InvokeServer("buyUpgrade", {"bagLevel"})
  6. end
  7. end)
  8. while wait() do
  9. if game.Players.LocalPlayer.Backpack:GetChildren()[1] then
  10. game.Players.LocalPlayer.Backpack:GetChildren()[1].Parent = game.Players.LocalPlayer.Character
  11. end
  12. game:GetService("Workspace").Map.Pads.Sell.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  13. game:GetService("ReplicatedStorage").RF:InvokeServer(oh1, oh2)
  14. end
Add Comment
Please, Sign In to add comment