Advertisement
pa1nx9

Islands Festival UNDERGROUND FARM

Sep 27th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. getgenv().Farm = true;
  2. getgenv().AutoSwing = true;
  3.  
  4.  
  5.  
  6.  
  7. spawn(function()
  8. while getgenv().AutoSwing == true do
  9. wait()
  10. mouse1press() wait() mouse1release()
  11. end
  12. end)
  13.  
  14.  
  15.  
  16.  
  17.  
  18. spawn(function()
  19. while getgenv().Farm == true do -- getgenv name
  20. wait()
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2820.4763183594, 186.89366149902, -724.84191894531)
  22. wait(0.5)
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2894.4721679688, 186.76739501953, -743.89837646484)
  24. wait(0.5)
  25. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2947.1862792969, 186.75248718262, -770.37884521484)
  26. wait(0.5)
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3061.1813964844, 186.23504638672, -765.56976318359)
  28. wait(0.5)
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3078.4291992186, 186.2928314209, -684.85760498047)
  30. wait(0.5)
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3117.8088378906, 186.1586151123, -564.96264648438)
  32. wait(0.5)
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3085.4899902344, 186.12261962891, -487.91757202148)
  34. wait(0.5)
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3136.8522949219, 186.12266540527, -450.58999633789)
  36. wait(0.5)
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2932.140625, 186.3157043457, -500.12319946289)
  38. wait(0.5)
  39. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2962.27734375, 186.12265014648, -451.93194580078)
  40. wait(0.5)
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3016.7690429688, 186.26721191406, -540.07891845703)
  42. wait(0.5)
  43. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3009.4123535156, 186.25106811523, -605.01385498047)
  44. wait(0.3)
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3017.2944335938, 186.29125976563, -628.20098876953)
  46. wait(0.5)
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2980.6398925781, 186.29898071289, -657.86688232422)
  48. wait(0.5)
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2970.2819824219, 186.22605895996, -678.89855957031)
  50. wait(0.5)
  51. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3052.9299316406, 186.18199157715, -763.74560546875)
  52. end
  53. end)
  54.  
  55. noclip = true
  56. game:GetService('RunService').Stepped:connect(function()
  57. if noclip then
  58. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  59. end
  60. end)
  61.  
  62. local VirtualUser=game:service'VirtualUser'
  63. game:service'Players'.LocalPlayer.Idled:connect(function()
  64. VirtualUser:CaptureController()
  65. VirtualUser:ClickButton2(Vector2.new())
  66. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement