Advertisement
roblox_exploit

halloweensimulator

Oct 20th, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. _G.farm = true
  2.  
  3. local player = game.Players.LocalPlayer
  4. player.Range.Value = 999999999999
  5. if player.Character.Humanoid.WalkSpeed < 100 then
  6. player.Character.Humanoid.WalkSpeed = 100
  7. end
  8. for i,v in pairs(workspace.Interaction:GetChildren()) do
  9. if v.Name == "Gates" or v.Name == "UnderworldGates" then
  10. v:Destroy()
  11. end
  12. end
  13. player.Character.HumanoidRootPart.CFrame=workspace.Zones.Zone10.SpawningZone1.CFrame
  14. while wait() do
  15. if _G.farm then
  16. for i,v in pairs(workspace.CandySpawns:GetDescendants()) do
  17. if string.find(v.Name, "Candy") then
  18. v.CFrame=player.Character.HumanoidRootPart.CFrame
  19. end
  20. end
  21. for i,v in pairs(workspace.Interaction.SellPad:GetChildren()) do
  22. if v.Name == "SellPart" then
  23. v.CFrame=player.Character.HumanoidRootPart.CFrame
  24. wait(0.1)
  25. v.CFrame=player.Character.HumanoidRootPart.CFrame+Vector3.new(0,1000,0)
  26. wait(0.1)
  27. end
  28. end
  29. if _G.farm == false then
  30. break
  31. end
  32. end
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement