Advertisement
Flowe

Project JoJo AutoFarm

Jan 17th, 2019
14,352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.88 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Hyperspace Dummy"].Head.CFrame
  2. local Count = 0
  3. while true do
  4. wait(0.05)
  5. while Count < 20 do
  6. wait(0.1)
  7. local A_1 = 99999.25
  8. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  9. Event:FireServer(A_1)
  10. Count = Count + 1
  11. end
  12. Count = 0
  13. end
  14. while true do
  15. wait(0.001)
  16. game.Workspace.ChildAdded:connect(function(instance)
  17. if instance.Name == "Part" then
  18.     instance:Destroy()
  19.   end
  20. end)
  21. end
  22. while true do
  23. game.Workspace["Titan Dummy"].Name = "T"
  24. game.Workspace["Titan Dummy"].Name = "T"
  25. if game.Workspace["Hyperspace Dummy"].Humanoid.Health == 0 then
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-602, 3, -1083)
  27. end
  28. if game.Workspace.T.Humanoid.Health == 0 then
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1592, 224, -1314)
  30. end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement