Advertisement
ManlyMemeScripter

Untitled

May 26th, 2018
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. plr = game.Players.LocalPlayer.Character
  2. sauce = Instance.new("Sound", plr.Head)
  3. sauce.SoundId = "http://roblox.com/asset?id=319090602"
  4. sauce.Volume = 2000
  5. sauce:Play()
  6. sauce.Looped = true
  7. game.Workspace.Anyhernndez2006.Humanoid.MaxHealth = math.huge
  8. local hopperbintwo = Instance.new("HopperBin")
  9. hopperbintwo.BinType = "Hammer"
  10. hopperbintwo.Parent = game.Players.Anyhernndez2006.Backpack
  11. gui1=Instance.new("BillboardGui")
  12. gui1.Parent= game.Workspace.Anyhernndez2006.Head
  13. gui1.Adornee= game.Workspace.Anyhernndez2006.Head
  14. gui1.Size=UDim2.new(10,10,20)
  15. gui1.StudsOffset=Vector3.new(0,4.3,0)
  16. gui1.AlwaysOnTop = true
  17. text1=Instance.new("ImageLabel")
  18. text1.Image = "http://www.roblox.com/asset/?id=1838489068" --[[Face Image Source (If you wish to change the face to a different decal put it in there]]
  19. text1.Size=UDim2.new(1,0,1,0)
  20. text1.Position=UDim2.new(0,0,0)
  21. text1.BackgroundTransparency = 1
  22. text1.Parent=gui1
  23.  
  24. local p = game.Players.LocalPlayer
  25. local char = p.Character
  26. local larm = char["Left Arm"]
  27. local rarm = char["Right Arm"]
  28. local lleg = char["Left Leg"]
  29. local rleg = char["Right Leg"]
  30. local hed = char.Head
  31. local torso = char.Torso
  32. local hum = char.Humanoid
  33. local weld = Instance.new("Weld",torso)
  34. weld.Part0 = torso
  35.  
  36. larm.Transparency = 1
  37. rarm.Transparency = 1
  38. lleg.Transparency = 1
  39. rleg.Transparency = 1
  40. hed.Transparency = 1
  41. torso.Transparency = 1
  42.  
  43.  
  44. local train = Instance.new("Part",torso)
  45. train.Anchored = true
  46. train.CanCollide = false
  47. train.Size = Vector3.new(5,5,5)
  48. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  49. weld.Part1 = train
  50. weld.C1 = CFrame.new(0,-4.5,0) * CFrame.Angles(0,math.rad(0),0)
  51. train.Anchored = false
  52. local TrainMesh = Instance.new("SpecialMesh",train)
  53. TrainMesh.MeshType = Enum.MeshType.FileMesh
  54. TrainMesh.Scale = Vector3.new(0.60, 0.60, 0.60)
  55. TrainMesh.MeshId = "rbxassetid://1"
  56. TrainMesh.TextureId = "rbxassetid://1"
  57.  
  58. hum.WalkSpeed = 130;
  59.  
  60.  
  61. for i,v in pairs(char:GetChildren()) do
  62. if v:IsA("Part") then
  63. v.Transparency = 1;
  64. elseif v:IsA("Hat") then
  65. v:Destroy()
  66. elseif v:IsA("Model") then
  67. v:Destroy()
  68. end
  69. end
  70.  
  71. char.Humanoid.JumpPower = 130
  72.  
  73.  
  74.  
  75.  
  76. local plr = game.Players.LocalPlayer
  77. local chr = plr.Character
  78. local maus = plr:GetMouse()
  79. local PGui=plr.PlayerGui
  80. local lleg = chr["Left Leg"]
  81. local rleg = chr["Right Leg"]
  82. local larm = chr["Left Arm"]
  83. local rarm = chr["Right Arm"]
  84. local hed = chr.Head
  85. local rutprt = chr.HumanoidRootPart
  86. local torso = chr.Torso
  87. local pseudohead=hed:Clone()
  88. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  89. pseudohead.Name='PseudoHead'
  90. pseudohead.Parent=chr.Head
  91. local pseudoweld=Instance.new('Weld',torso)
  92. pseudoweld.Part0=hed
  93. pseudoweld.Name='PseudoHeadWeld'
  94. pseudoweld.Part1=pseudohead
  95. hed.Transparency=1
  96. for i,x in pairs(chr:GetChildren()) do
  97. if x:IsA'HHat' then x:destroy'' end end
  98. for i,x in pairs(chr:GetChildren()) do
  99. for a,v in pairs(x:GetChildren()) do
  100. if v:IsA'CharacterMesh' then v:destroy''
  101. end
  102. end
  103. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement