Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. iz = (game.Players.LocalPlayer.Name)
  3.  
  4. is = (game.Players.LocalPlayer.Character)
  5.  
  6. for i,v in pairs(is:GetChildren()) do
  7. if v.ClassName == 'Hat' then
  8. v:Destroy()
  9. end
  10. end
  11.  
  12. for i,v in pairs(is:GetChildren()) do
  13. if v.ClassName == 'Shirt' then
  14. v:Destroy()
  15. end
  16. end
  17.  
  18. for i,v in pairs(is:GetChildren()) do
  19. if v.ClassName == 'Pants' then
  20. v:Destroy()
  21. end
  22. end
  23.  
  24.  
  25. wait()
  26.  
  27.  
  28. shirt = Instance.new('Shirt')
  29. shirt.Parent = is
  30. shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=742436097'
  31.  
  32. pants = Instance.new('Pants')
  33. pants.Parent = is
  34. pants.PantsTemplate = 'http://www.roblox.com/asset/?id=1158153423'
  35.  
  36. sound = Instance.new('Sound')
  37. sound.SoundId = 'http://www.roblox.com/asset/?id=925671915' --595265353
  38. sound.Looped = true
  39. sound.Parent = is.Torso
  40. sound.Volume = 1
  41.  
  42. taut = Instance.new('Sound')
  43. taut.SoundId = 'http://www.roblox.com/asset/?id=925671915' --595265353
  44. taut.Looped = true
  45. taut.Parent = is.Torso
  46. taut.Volume = 1
  47.  
  48. local txt = Instance.new("BillboardGui", is)
  49. txt.Adornee = is.Head
  50. txt.Name = "Nametag"
  51. txt.Size = UDim2.new(2, 0, 1.2, 0)
  52. txt.StudsOffset = Vector3.new(-9, 6, 0)
  53. local text = Instance.new("TextLabel", txt)
  54. text.Size = UDim2.new(10, 0, 7, 0)
  55. text.TextSize = 24
  56. text.Font = Enum.Font.Cartoon
  57. text.TextScaled = true
  58. text.BackgroundTransparency = 1
  59. text.TextColor3 = Color3.new(1,1,1)
  60. text.TextStrokeTransparency = 0
  61. text.TextStrokeColor3 = Color3.new(1,1,0)
  62. text.Text = "Normie God"
  63.  
  64. local player = game.Players.LocalPlayer
  65. repeat wait() until player.Character.Humanoid
  66. local humanoid = player.Character.Humanoid
  67. local mouse = player:GetMouse()
  68.  
  69. local anim = Instance.new("Animation")
  70. anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359"
  71.  
  72.  
  73. local msg = Instance.new("Hint")
  74. msg.Parent = game.Workspace
  75. msg.Text = "get rekt son"
  76. is.Humanoid.WalkSpeed = 0
  77.  
  78. mouse.KeyDown:connect(function(key)
  79. if key == "z" then
  80. sound:Play()
  81. msg:Destroy()
  82. taut:Play()
  83. is.Humanoid.WalkSpeed = 60
  84. is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=252557606'
  85. end
  86. end)
  87.  
  88. function onTouch(part)
  89. local humanoid = part.Parent:findFirstChild("Humanoid")
  90. sound1 = Instance.new('Sound')
  91. sound1.SoundId = 'http://www.roblox.com/asset/?id=256077446'
  92. sound1.Looped = false
  93. sound1.Parent = is.Torso
  94. sound1:Play()
  95.  
  96. sound2 = Instance.new('Sound')
  97. sound2.SoundId = 'http://www.roblox.com/asset/?id=256077446'
  98. sound2.Looped = false
  99. sound2.Parent = is.Torso
  100. sound2:Play()
  101. if (humanoid ~=nil) then
  102. humanoid.Health = 0
  103. end
  104. end
  105.  
  106. is.Torso.Touched:connect(onTouch)
  107.  
  108. while true do
  109. wait()
  110. game.Workspace[iz].Head.BrickColor = BrickColor.new('Industrial white')
  111. game.Workspace[iz]['Right Leg'].BrickColor = BrickColor.new('Industrial white')
  112. game.Workspace[iz]['Left Leg'].BrickColor = BrickColor.new('Industrial white')
  113. game.Workspace[iz]['Right Arm'].BrickColor = BrickColor.new('Industrial white')
  114. game.Workspace[iz]['Left Arm'].BrickColor = BrickColor.new('Industrial white')
  115. game.Workspace[iz].Torso.BrickColor = BrickColor.new('Industrial white')
  116. game.Workspace[iz].Head.face.Texture = 'rbxassetid://169088771'
  117. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement