Advertisement
ScriptingFluff

[ROBLOX]Lawn Mowing Sim

Feb 8th, 2020
2,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local vu = game:GetService("VirtualUser")
  2. game:GetService("Players").LocalPlayer.Idled:connect(function()
  3. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  4. wait(1)
  5. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6. end)
  7. _G.Farm = 50 --Edit this number, if you put too much it won't work. Depends on your backpack
  8. loadstring(game:HttpGet(('https://pastebin.com/raw/YjAvvzzS')))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement