Advertisement
Guest User

Inf Health & Btools

a guest
Nov 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Character = Player.Character or Player.CharacterAdded:Wait()
  3. local Exploit = "UsernameHere"
  4.  
  5. if Character.Name == Exploit then
  6. if Character then
  7. local Mouse = Player:GetMouse()
  8. if Mouse then
  9. if Mouse.Target then
  10. Mouse.Button1Down:Connect(function()
  11. Mouse.Target:Destroy()
  12. end)
  13. end
  14. end
  15. end
  16. end
  17.  
  18. if Character.Name == Exploit then
  19. if Character then
  20. local WalkSpeed = Character.Humanoid.WalkSpeed
  21. WalkSpeed = 5000
  22. local MaxHealth = Character.Humanoid.MaxHealth
  23. local Health = Character.Humanoid.Health
  24. MaxHealth = math.huge
  25. Health = math.huge
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement