Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local PhantomForcesWindow = Library:NewWindow("Health++RoghoulXD")
- local HealthCheats = PhantomForcesWindow:NewSection("Farm")
- local toggle = false
- local player = game.Players.LocalPlayer
- HealthCheats:CreateToggle("Auto Farm", function(value)
- toggle = not toggle
- if toggle then
- while true do
- wait(0.2)
- player.Character:MoveTo(Vector3.new(3031.623046875, 1.1405029296875, -2622.285888671875))
- player.Character.Humanoid.WalkSpeed = 1
- player.Character.Humanoid.Health = math.huge
- if toggle == false then
- player.Character.Humanoid.WalkSpeed = 30
- break
- end
- end
- else
- toggle = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment