Advertisement
moathon

Invincible

Jul 20th, 2016
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. invinc = Instance.new("Tool", game.Workspace)
  2. wait(1)
  3. invinc.Parent = game.Workspace.firemomo45
  4. invinc.Name = "Invincibility"
  5. Vandle = Instance.new("Part",invinc)
  6. Vandle.Name = "Handle"
  7. Vesh = Instance.new("SpecialMesh",Vandle)
  8. Vesh.MeshId = "http://www.roblox.com/asset/?id=16190555"
  9. Vesh.Scale = Vector3.new(3,3,3)
  10. Vesh.VertexColor = Vector3.new(3,3,3)
  11. Barkles = Instance.new("Sparkles",Vandle)
  12. Barkles.SparkleColor = Color3.new(255,255,0)
  13. Tool = invinc
  14. invinc.Activated:connect(function()
  15. local h = invinc.Parent:FindFirstChild("Humanoid")
  16. if (h ~= nil) then
  17. h.Name = "IDK"
  18. wait()
  19. while game.Workspace.firemomo45.IDK.Health < 99999999999999999999999999999999999999 do
  20. game.Workspace.firemomo45.IDK.MaxHealth = 99999999999999999999999999999999999999
  21. game.Workspace.firemomo45.IDK.Health = h.MaxHealth
  22. h.WalkSpeed = 100
  23. wait()
  24. end
  25. local ff = Instance.new("ForceField",invinc.Parent)
  26. else
  27. return
  28. end
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement