Advertisement
dwatson9

saber sim candy farm no ads

Dec 7th, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Candy-Farm";
  3. Text = "made by awdas#7125";
  4. Duration = 999999;
  5. })
  6. game.StarterGui:SetCore("SendNotification", {
  7. Title = "Candy Cane-Farm";
  8. Text = "For Steek>";
  9. Duration = 999999;
  10. })
  11. if game.Players.LocalPlayer.Character.AntiPort and game.Players.LocalPlayer.Character.AntiPortNew and game.Players.LocalPlayer.Character.HumanoidRootPart.Name ~= "H" then
  12. game.Players.LocalPlayer.Character.AntiPort:Destroy()
  13. game.Players.LocalPlayer.Character.AntiPortNew:Destroy()
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "H"
  15. game.Players.LocalPlayer.Character.LowerTorso.Root:Destroy()
  16. wait(0.1)
  17. end
  18. while wait() do
  19. local plrh = game.Players.LocalPlayer.Character.H
  20. for i,v in pairs(game:GetService("Workspace").CandyHolder:GetChildren()) do
  21. plrh.CFrame = v.CFrame
  22. wait(0.2)
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement