Advertisement
trollhackerdude

GET OFF MY LAWN

Jun 17th, 2019
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. -- by trollhackerdude
  2. -- this will continue to get updated until its perfect
  3. -- Instances:
  4. local getoffmylawn = Instance.new("ScreenGui")
  5. local Autofarm = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. --Properties:
  8. getoffmylawn.Name = "getoffmylawn"
  9. getoffmylawn.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. getoffmylawn.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Autofarm.Name = "Autofarm"
  13. Autofarm.Parent = getoffmylawn
  14. Autofarm.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  15. Autofarm.Position = UDim2.new(0.92333889, 0, 0.839486361, 0)
  16. Autofarm.Size = UDim2.new(0, 97, 0, 50)
  17. Autofarm.Font = Enum.Font.SourceSans
  18. Autofarm.Text = "Autofarm"
  19. Autofarm.TextColor3 = Color3.new(0, 0, 0)
  20. Autofarm.TextScaled = true
  21. Autofarm.TextSize = 14
  22. Autofarm.TextWrapped = true
  23.  
  24. TextLabel.Parent = getoffmylawn
  25. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  26. TextLabel.BackgroundTransparency = 1
  27. TextLabel.Position = UDim2.new(0.560506165, 0, 0.91974318, 0)
  28. TextLabel.Size = UDim2.new(0, 556, 0, 50)
  29. TextLabel.Font = Enum.Font.SourceSans
  30. TextLabel.Text = "Yardwork sim autofarm by trollhackerdude"
  31. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  32. TextLabel.TextScaled = true
  33. TextLabel.TextSize = 14
  34. TextLabel.TextWrapped = true
  35. -- Scripts:
  36. function SCRIPT_RHQO66_FAKESCRIPT() -- Autofarm.tp
  37. local script = Instance.new('LocalScript')
  38. script.Parent = Autofarm
  39. script.Parent.MouseButton1Click:Connect(function()
  40. while true do
  41. wait(1)
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(454.628265, 24.2248249, -244.844284)
  43. wait(1)
  44. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(457.779572, 24.2248249, -210.903381)
  45. end
  46. end)
  47.  
  48. end
  49. coroutine.resume(coroutine.create(SCRIPT_RHQO66_FAKESCRIPT))
  50. function SCRIPT_MNNO71_FAKESCRIPT() -- Autofarm.farm
  51. local script = Instance.new('LocalScript')
  52. script.Parent = Autofarm
  53. script.Parent.MouseButton1Click:Connect(function()
  54. while true do
  55. wait()
  56. local tbl_main =
  57. {
  58. "MouseEvent",
  59. true
  60. }
  61. game:GetService("ReplicatedStorage").Client.Remotes.mainServerInvoke:FireServer(unpack(tbl_main))
  62. end
  63. end)
  64.  
  65. end
  66. coroutine.resume(coroutine.create(SCRIPT_MNNO71_FAKESCRIPT))
  67. function SCRIPT_TJZO77_FAKESCRIPT() -- Autofarm.tpsell
  68. local script = Instance.new('LocalScript')
  69. script.Parent = Autofarm
  70. script.Parent.MouseButton1Click:Connect(function()
  71. while true do
  72. wait(5.8)
  73. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(346.502869, 24.2248402, -180.524368)
  74. end
  75. end)
  76.  
  77. end
  78. coroutine.resume(coroutine.create(SCRIPT_TJZO77_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement