Advertisement
LeafyHirt

Untitled

Jun 20th, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. --[[Baby Nefl created by Brannon1964802]]--
  2. --[[Mini King Neflhelm edited by Goldmaster119]]--
  3. --[[Accurate design of King Neflhelm from Strife]]--
  4. -------------------------------------------------------------------------------------
  5.  
  6. Player = game.Players.LocalPlayer
  7. Character = Player.Character
  8. local txt = Instance.new("BillboardGui", Character)
  9. txt.Adornee = Character.Head
  10. txt.Name = "_status"
  11. txt.Size = UDim2.new(2, 0, 1.2, 0)
  12. txt.StudsOffset = Vector3.new(-9, 8, 0)
  13. local text = Instance.new("TextLabel", txt)
  14. text.Size = UDim2.new(10, 0, 7, 0)
  15. text.FontSize = "Size24"
  16. text.TextScaled = true
  17. text.TextTransparency = 0
  18. text.BackgroundTransparency = 10
  19. text.TextTransparency = 0
  20. text.TextStrokeTransparency = 0
  21. text.Font = "Antique"
  22. text.TextStrokeColor3 = Color3.new(0,0,0)
  23. text.Text = "DEADLOCKED"
  24. ----------------------------------------------------------------------
  25.  
  26. Player=game:GetService("Players").LocalPlayer
  27. Character=Player.Character
  28. PlayerGui=Player.PlayerGui
  29. Backpack=Player.Backpack
  30. Torso=Character.Torso
  31. Head=Character.Head
  32. Humanoid=Character.Humanoid
  33. m=Instance.new('Model',Character)
  34. LeftArm=Character["Left Arm"]
  35. LeftLeg=Character["Left Leg"]
  36. RightArm=Character["Right Arm"]
  37. RightLeg=Character["Right Leg"]
  38. LS=Torso["Left Shoulder"]
  39. LH=Torso["Left Hip"]
  40. RS=Torso["Right Shoulder"]
  41. RH=Torso["Right Hip"]
  42. Face = Head.face
  43. Neck=Torso.Neck
  44. it=Instance.new
  45. attacktype=1
  46. vt=Vector3.new
  47. cf=CFrame.new
  48. euler=CFrame.fromEulerAnglesXYZ
  49. angles=CFrame.Angles
  50. cloaked=false
  51. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  52. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  53. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  54. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  55. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  56. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  57. RootPart=Character.HumanoidRootPart
  58. RootJoint=RootPart.RootJoint
  59. RootCF=euler(-1.57,0,3.14)
  60. attack = false
  61. attackdebounce = false
  62. deb=false
  63. equipped=true
  64. hand=false
  65. MMouse=nil
  66. combo=0
  67. mana=0
  68. trispeed=.2
  69. attackmode='none'
  70. local idle=0
  71. local Anim="Idle"
  72. local Effects={}
  73. local gun=false
  74. local shoot=false
  75. player=nil
  76. mana=0
  77. sphere=true
  78. aura=false
  79. blinking=true
  80. rest=false
  81. sleep=false
  82.  
  83. game.Players.LocalPlayer.Character.Humanoid.Changed:connect(function(jump)
  84. if jump == "Jump" then
  85. Humanoid.Jump = false
  86. end
  87. end)
  88.  
  89. Humanoid.MaxHealth = 9999999999999999999999999999999999999999999
  90. wait(0.1)
  91. Humanoid.Health = 9999999999999999999999999999999999999999999
  92.  
  93. print("Giant Snowman loaded.")
  94. print("Baby Nefl by Brannon1964802")
  95. print("Edited Baby King Neflhelm by Zalgo_exe")
  96.  
  97. RootPart.Transparency = 1
  98.  
  99. Humanoid.CameraOffset = Vector3.new(0, 12.5, 0)
  100.  
  101. Humanoid:findFirstChild("Animator"):Destroy()
  102.  
  103. Torso.Transparency = 1
  104. Head.Transparency = 1
  105. LeftLeg.Transparency = 1
  106. RightLeg.Transparency = 1
  107. LeftArm.Transparency = 1
  108. RightArm.Transparency = 1
  109.  
  110. mouse=Player:GetMouse()
  111. --save shoulders
  112. RSH, LSH=nil, nil
  113. --welds
  114. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  115. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  116. LH=Torso["Left Hip"]
  117. RH=Torso["Right Hip"]
  118. TorsoColor=Torso.BrickColor
  119. function NoOutline(Part)
  120. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  121. end
  122. player=Player
  123. ch=Character
  124. RSH=ch.Torso["Right Shoulder"]
  125. LSH=ch.Torso["Left Shoulder"]
  126. --
  127. RSH.Parent=nil
  128. LSH.Parent=nil
  129. --
  130. RW.Name="Right Shoulder"
  131. RW.Part0=ch.Torso
  132. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  133. RW.C1=cf(0, 0.5, 0)
  134. RW.Part1=ch["Right Arm"]
  135. RW.Parent=ch.Torso
  136. --
  137. LW.Name="Left Shoulder"
  138. LW.Part0=ch.Torso
  139. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  140. LW.C1=cf(0, 0.5, 0)
  141. LW.Part1=ch["Left Arm"]
  142. LW.Parent=ch.Torso
  143.  
  144. Player=game:GetService('Players').LocalPlayer
  145. Character=Player.Character
  146. Mouse=Player:GetMouse()
  147. m=Instance.new('Model',Character)
  148.  
  149. music = Instance.new("Sound", Character)
  150. music.SoundId = "http://www.roblox.com/asset/?id=328573277"
  151. music.Volume = 0.7
  152. music.Looped = true
  153. wait(0.1)
  154. music:Play()
  155.  
  156. music2 = Instance.new("Sound", Character)
  157. music2.SoundId = "http://www.roblox.com/asset/?id=328573277"
  158. music2.Volume = 1000000000000000000000000000000000
  159. music2.Looped = true
  160.  
  161. rawr = Instance.new("Sound", Character)
  162. rawr.SoundId = "http://www.roblox.com/asset/?id=865772398"
  163. rawr.Volume = 100000000000000000000000000000000000
  164. rawr.Looped = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement