NOOB-WHO-SAY-FUCK

m

Jun 23rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. plr=game.Players.luxulux
  2. plr.Backpack:ClearAllChildren()
  3. script.Parent=plr.Backpack
  4. char=plr.Character
  5. bin=Instance.new("HopperBin",plr.Backpack)
  6. bin.Name="Sigil"
  7. --[[InHuman Healing]]
  8.  
  9. pcall(function() char.Humanoid.Name="Demonoid" end)
  10.  
  11. human=char.Demonoid
  12. print(human.Name)
  13. pcall(function() char.Health.Disabled=true end)
  14. Alive=true
  15. function SaveHealth()
  16. if human.Health < 50 and Alive==true then --Save Player Before Death
  17. human.Health=human.Health + 45
  18. end
  19. end
  20. function RegenHealth()
  21. wait(1)
  22. if human.Health < human.MaxHealth and Alive==true then
  23. human.Health=human.Health + 15
  24. end
  25. end
  26. human.HealthChanged:connect(RegenHealth)
  27. human.HealthChanged:connect(SaveHealth)
  28. human.Died:connect(function() Alive=false end) --When Player Dies Stop Rapid Healing
  29. human:TakeDamage(1)
  30. human.MaxHealth=250
  31. human.Health=250
  32. human.WalkSpeed=32
  33. --[[Funcs?]]
  34. function sig2()
  35. sp2=Instance.new("Part",char)
  36. sp2.formFactor="Custom"
  37. sp2.Size=Vector3.new(.5,0.02,.5)
  38. sp2.Anchored=false
  39. sp2.CanCollide=false
  40. sp2.Transparency=1
  41. sp2.BrickColor=BrickColor.new("White")
  42. m2=Instance.new("BlockMesh",sp2)
  43. m2.Scale=Vector3.new(46,.05,46)
  44. dec2=Instance.new("Decal",sp2)
  45. dec2.Texture="http://www.roblox.com/asset/?id=101980462"
  46. dec2.Face="Top"
  47. dec3=Instance.new("Decal",sp2)
  48. dec3.Texture="http://www.roblox.com/asset/?id=101980462"
  49. dec3.Face="Bottom"
  50. return sp2
  51. end
  52. --[[Extra]]
  53. chg=char.Head:GetChildren()
  54. for i,v in pairs(chg) do
  55. if v.Name ~="Mesh" and v.Name ~="face" and v.ClassName ~="Weld" then
  56. v:Remove()
  57. end
  58. end
  59. --[[Mouse]]
  60. hold=false
  61. bin.Selected:connect(function(mouse)
  62. print("Selected")
  63. mouse.Button1Down:connect(function(mouse)
  64. hold=true
  65. blast()
  66. end)
  67. mouse.Button1Up:connect(function()
  68. hold=false
  69. end)
  70. mouse.KeyDown:connect(function(key)
  71. if key == "q" then
  72. summon()
  73. elseif key=="e" then
  74. print("E")
  75. elseif key=="r" then
  76. print("R")
  77. end
  78. end)
  79. end)
  80. --[[Spining Sigil]]
  81. MS=true
  82. coroutine.resume(coroutine.create(function()
  83. the1=sig2()
  84. the1:BreakJoints()
  85. d=Instance.new("Weld",char.Torso)
  86. d.Part0=the1
  87. d.Part1=char.Torso
  88. d.C1=CFrame.new(0,-2.9,0)
  89. f=1
  90. while MS do
  91. wait()
  92. f=f-0.02
  93. d.C0=CFrame.Angles(0,f*math.pi,0)
  94. end
  95. end))
  96. --[[Killer]]
  97. Recursive=function(where,loadcode)
  98. --pcall(function()
  99. if where then
  100. for _,obj in pairs(where:children'') do
  101. Recursive(obj,loadcode);
  102. end;
  103. loadcode(where);
  104. end;
  105. --end);
  106. end;
  107. local s,e=coroutine.resume(coroutine.create(function()
  108. while wait(0.01) do
  109. Recursive(workspace, function(p)
  110. if p.Name ~= "Base" and pcall(function() local _ = p.CanCollide; end) and not p:IsDescendantOf(char) then
  111. if (p.Position - char.Torso.Position).magnitude <= 12 then
  112. local f = Instance.new("Fire", p)
  113. f.Size = (p.Size.x + p.Size.y + p.Size.z) * 2
  114. f.Color = BrickColor.new("Bright orange").Color
  115. f.Heat=15
  116. f.SecondaryColor = Color3.new(0.5, 0, 0)
  117. Delay(0.2, function()
  118. if p.Parent:FindFirstChild("Humanoid") then
  119. human.Health = human.Health + math.random(5, 35)
  120. end
  121. p:Remove()
  122. end)
  123. end
  124. end
  125. end)
  126. end
  127. end))
  128. --[[Anti Explode, Like a boss]]
  129. gfc=char:GetChildren()
  130. for i,v in pairs(gfc) do
  131. if v:IsA("Part") or v:IsA("Hat") or v.Name == "Demanoid" then
  132. Instance.new("ForceField",v)
  133. end
  134. end
  135. if not s then print("ERR: " .. e) end
  136.  
  137. sc=Instance.new("ScreenGui")
  138. sc.Parent=plr.PlayerGui
  139. sc.Name="Gui Interface"
  140. hp=Instance.new("TextLabel",sc)
  141. hp.Size=UDim2.new(0,150,0,40)
  142. hp.Position=UDim2.new(0,1100,0,600)
  143. hp.BackgroundTransparency=.5
  144. hp.BackgroundColor3=BrickColor.new("Really black").Color
  145. hp.BorderColor3=BrickColor.new("Really black").Color
  146. hp.TextColor3=BrickColor.new("Lime green").Color
  147. hp.FontSize="Size18"
  148. hp.Font="ArialBold"
  149. health=human.Health
  150. mhealth=human.MaxHealth
  151. hp.Text="Health: "..health.." / "..mhealth.." "
  152. human.HealthChanged:connect(function()
  153. if human.Health > 200 then
  154. num="Lime green"
  155. elseif human.Health > 100 then
  156. num="Bright yellow"
  157. elseif human.Health < 100 then
  158. num="Really red"
  159. end
  160. Col=num
  161. hp.TextColor3=BrickColor.new(Col).Color
  162. health=human.Health
  163. mhealth=human.MaxHealth
  164. hp.Text="Health: "..health.." / "..mhealth..""
  165. end)
  166.  
  167. --mediafire gtfo password
Add Comment
Please, Sign In to add comment