Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 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 char = p.Character
  8. local mouse = p:GetMouse()
  9. local larm = char["Left Arm"]
  10. local rarm = char["Right Arm"]
  11. local lleg = char["Left Leg"]
  12. local rleg = char["Right Leg"
  13. ]local hed = char.Head
  14. local torso = char.Torso
  15. local hum = char.Humanoid
  16. local cam = game.Workspace.CurrentCamera
  17. local root = char.HumanoidRootPart
  18. local deb = false
  19. local shot = 0
  20. local debris=game:service"Debris"
  21. local l = game:GetService("Lighting")
  22. local rs = game:GetService("RunService").RenderStepped
  23. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  24. math.randomseed(os.time())
  25. for i,v in pairs(char:children()) do
  26. if v:IsA("Hat") then
  27. v:Destroy()
  28. end
  29. end
  30. for i,v in pairs (hed:GetChildren()) do
  31. if v:IsA("Sound") then
  32. v:Destroy()
  33. end
  34. end
  35.  
  36.  
  37. ----------------------------------------------------
  38. local Handle
  39. local Blade
  40. local haw
  41. Pack = Instance.new('Model', Char)
  42. Pack.Name = WEAPON_NAME
  43. do
  44. Handle = xPart{Pack,0.54285717, 4.96428585, 1.02857149} Handle.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic haw = xWeld(ra,Handle) LastMade.C1 = ca(90,0,180)*cn(0,3,0) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  45.  
  46. end
  47. has = haw.C1
  48.  
  49. for _,v in pairs(Pack:GetChildren()) do
  50. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement