Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. wait(0.1)
  2. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"i summon the ultimate form of navaltom02!", "Red")
  3. wait(3)
  4. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"its time too make MY JUSTICE IN THIS WORLD!", "Blue")
  5. wait(3)
  6. local p = game.Players.LocalPlayer
  7. local p = game.Players.LocalPlayer
  8. local char = p.Character
  9. local mouse = p:GetMouse()
  10. local larm = char["Left Arm"]
  11. local rarm = char["Right Arm"]
  12. local lleg = char["Left Leg"]
  13. local rleg = char["Right Leg"]
  14. local hed = char.Head
  15. local torso = char.Torso
  16. local hum = char.Humanoid
  17. local cam = game.Workspace.CurrentCamera
  18. local root = char.HumanoidRootPart
  19. local deb = false
  20. local shot = 0
  21. local l = game:GetService("Lighting")
  22. local rs = game:GetService("RunService").RenderStepped
  23. local stanceToggle = "Normal"
  24. math.randomseed(os.time())
  25. hum.WalkSpeed = 100
  26. char.Health:Destroy()
  27. hum.MaxHealth = math.huge
  28. wait(0.1)
  29. hum.Health = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement