Advertisement
RobloxScriptzzz

dd

Jun 23rd, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.19 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("AAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHH")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local Mouse = Player:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=Mouse.Hit or t~=Mouse.Target then
  77. h,t=Mouse.Hit,Mouse.Target
  78. Event:FireServer({isMouse=true,Target=t,Hit=h})
  79. end
  80. end]==],Player.Character)
  81. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83.  
  84.  
  85. musicOn = true
  86.  
  87. Me = game.Players.GrownGreen
  88. player = Me
  89. char = Me.Character
  90. chara = char
  91. larm = char["Left Arm"]
  92. rarm = char["Right Arm"]
  93. lleg = char["Left Leg"]
  94. rleg = char["Right Leg"]
  95. torso = char.Torso
  96. hed = char.Head
  97. lght = game.Lighting
  98. lichtact = false
  99. moosicact = false
  100. gotsagofest = true
  101. chara.Humanoid.MaxHealth = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  102. chara.Humanoid.Health = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  103.  
  104.  
  105.  
  106. wait(2.5)
  107.  
  108. chara.Humanoid.WalkSpeed = 30
  109. chara.Humanoid.JumpPower = 40
  110. local naeeym = Instance.new("BillboardGui",chara)
  111. naeeym.Size = UDim2.new(0,100,0,40)
  112. naeeym.StudsOffset = Vector3.new(0,2,0)
  113. naeeym.Adornee = chara.Head
  114. local tecks = Instance.new("TextLabel",naeeym)
  115. tecks.BackgroundTransparency = 1
  116. tecks.BorderSizePixel = 0
  117. tecks.Text = ""
  118. tecks.Font = "Bodoni"
  119. tecks.TextStrokeTransparency = 0
  120. tecks.TextColor3 = Color3.new(6,567,56)
  121. rrer = BrickColor.new("Really red")
  122. tecks.TextStrokeColor3 = rrer.Color
  123. tecks.Size = UDim2.new(1,0,0.5,0)
  124. local licht = Instance.new("PointLight",chara.Torso)
  125. licht.Color = tecks.TextStrokeColor3
  126. licht.Range = 60
  127. licht.Brightness = 1
  128. licht.Enabled = false
  129.  
  130.  
  131. ------------------------------- Player -------------------------------------------------------------------
  132. local z = Instance.new("Sound",char)
  133. z.Looped = true
  134. z.SoundId = "rbxassetid://903003684"
  135. z.Volume = 10
  136. if musicOn then
  137. z:Play()
  138. end
  139.  
  140. for i,v in pairs(chara:children()) do
  141. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  142. v:Destroy()
  143. end
  144. end
  145. char.Head.face:Destroy()
  146.  
  147. Orbd.Name = "Orbd"
  148. Orbd.Shape = Enum.PartType.Ball
  149. Orbd.CanCollide = false
  150. Orbd.BrickColor = BrickColor.new("Really red")
  151. Orbd.Transparency = 0
  152. Orbd.Material = "Neon"
  153. Orbd.Size = Vector3.new(0.4, 0.4, 0.4)
  154. Orbd.TopSurface = Enum.SurfaceType.Smooth
  155. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  156. local Weld = Instance.new("Weld", Orbd)
  157. Weld.Part0 = char.Head
  158. Weld.Part1 = Orbd
  159. Weld.C1 = CFrame.new(-0.2, -0.2, 0.5)
  160. local glov = Instance.new("PointLight", Orbd)
  161. glov.Brightness = 0.25
  162. glov.Range = 20
  163. glov.Color = Color3.new(255, 0, 0)
  164. local Orbvc = Instance.new("Part", char)
  165. Orbvc.Name = "Orbvc"
  166. Orbvc.Shape = Enum.PartType.Ball
  167. Orbvc.CanCollide = false
  168. Orbvc.BrickColor = BrickColor.new("Really red")
  169. Orbvc.Transparency = 0
  170. Orbvc.Material = "Neon"
  171. Orbvc.Size = Vector3.new(0.4, 0.4, 0.4)
  172. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  173. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  174. local Weld = Instance.new("Weld", Orbvc)
  175. Weld.Part0 = char.Head
  176. Weld.Part1 = Orbvc
  177. Weld.C1 = CFrame.new(0.2, -0.2, 0.5)
  178. local glo = Instance.new("PointLight", Orbvc)
  179. glo.Brightness = 0.25
  180. glo.Range = 40
  181. glo.Color = Color3.new(255, 0, 0)
  182.  
  183. local IsFreeFalling = false
  184. local SpinPart = Instance.new('Part')
  185. SpinPart.Transparency = 1
  186. SpinPart.Size = Vector3.new(25,1,25)
  187. SpinPart.CanCollide = false
  188. SpinPart.FormFactor = 'Custom'
  189. local FX = Instance.new('ParticleEmitter',SpinPart)
  190. FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",-0.1
  191. local FX = Instance.new('ParticleEmitter',SpinPart)
  192. FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",0.1
  193. do
  194. local tspin = Instance.new('BodyAngularVelocity')
  195. tspin.angularvelocity = Vector3.new(0,1,0)
  196. tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
  197. tspin.Parent = SpinPart
  198. end
  199. local SpinPos = Instance.new('BodyPosition')
  200. SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  201. SpinPos.Parent = SpinPart
  202.  
  203. function Equipped()
  204. IsEquipped = true
  205. local MyTorso = char.Torso
  206. if MyTorso then
  207. spawn(function()
  208. local startTime = tick()
  209. SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
  210. SpinPart.Parent = MyTorso
  211. local fadeIn = true
  212. while IsEquipped do
  213. if not IsFreeFalling then
  214. SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
  215. end
  216. wait()
  217. end
  218. SpinPart.Parent = nil
  219.  
  220. end)
  221. end
  222. end
  223.  
  224.  
  225. wait(0.01)
  226. Equipped()
  227.  
  228.  
  229. function start()
  230. print("Darkness falls across the battlefield...")
  231. wait()
  232. print("----------------------------------------")
  233. wait()
  234. print(" - Ender booted up. -")
  235. wait()
  236. print("- Ender written by yeox769. -")
  237. i = 0
  238. while i<1 do
  239. wait()
  240. i = i + 0.01
  241. l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0.02, l.Saturation - 0.0075, l.Brightness + 0.00375
  242. l.TintColor = Color3.new(1,1-i,1-i)
  243. end
  244. end
  245.  
  246. delay(0,start)
  247.  
  248. TC = chara.HumanoidRootPart.RootJoint
  249. HC = chara.Torso.Neck
  250. RAC = chara.Torso["Right Shoulder"]
  251. LAC = chara.Torso["Left Shoulder"]
  252. RLC = chara.Torso["Right Hip"]
  253. LLC = chara.Torso["Left Hip"]
  254. TCF = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  255. HCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  256. RACF = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  257. LACF = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  258. RLCF = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  259. LLCF = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  260. RWF = CFrame.new(-1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  261. LWF = CFrame.new(1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  262. RLWF = CFrame.new(-.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  263. LLWF = CFrame.new(.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  264. RW = Instance.new("Weld",HC.Parent)
  265. RW.Part1 = HC.Parent
  266. RW.Part0 = chara["Right Arm"]
  267. RW.C0 = RWF
  268. LW = Instance.new("Weld",HC.Parent)
  269. LW.Part1 = HC.Parent
  270. LW.Part0 = chara["Left Arm"]
  271. LW.C0 = LWF
  272. RLW = nil
  273. LLW = nil
  274.  
  275.  
  276. function clerp(a,b,c)
  277. return a:lerp(b,c)
  278. end
  279.  
  280. TC.C0 = TCF
  281. HC.C0 = HCF
  282. RW.C0 = RWF
  283. LW.C0 = LWF
  284.  
  285. --Idle Clerp--
  286. ITCF = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(10))
  287. IHCF = HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,math.rad(-10))
  288. IRWF = RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-2))
  289. ILWF = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(2))
  290.  
  291. TC.C0 = ITCF
  292. HC.C0 = IHCF
  293. RW.C0 = IRWF
  294. LW.C0 = ILWF
  295.  
  296.  
  297.  
  298.  
  299.  
  300. New = function(Object, Parent, Name, Data)
  301. local Object = Instance.new(Object)
  302. for Index, Value in pairs(Data or {}) do
  303. Object[Index] = Value
  304. end
  305. Object.Parent = Parent
  306. Object.Name = Name
  307. return Object
  308. end
  309.  
  310. function ScatterEff(part)
  311. local eff1 = Instance.new("ParticleEmitter",part)
  312. eff1.Size = NumberSequence.new(.1)
  313. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  314. eff1.LightEmission = 1
  315. eff1.Lifetime = NumberRange.new(1)
  316. eff1.Speed = NumberRange.new(1)
  317. eff1.Rate = 100
  318. eff1.VelocitySpread = 10000
  319. eff1.Texture = "rbxassetid://347504241"
  320. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  321. local eff2 = Instance.new("ParticleEmitter",part)
  322. eff2.Size = NumberSequence.new(.1)
  323. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  324. eff2.LightEmission = 1
  325. eff2.Lifetime = NumberRange.new(1)
  326. eff2.Speed = NumberRange.new(1)
  327. eff2.Rate = 100
  328. eff2.VelocitySpread = 10000
  329. eff2.Texture = "rbxassetid://347504259"
  330. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  331. end
  332.  
  333. function BurningEff(part)
  334. local eff1 = Instance.new("ParticleEmitter",part)
  335. eff1.Size = NumberSequence.new(.1)
  336. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  337. eff1.LightEmission = 1
  338. eff1.Lifetime = NumberRange.new(1)
  339. eff1.Speed = NumberRange.new(0)
  340. eff1.Rate = 100
  341. eff1.Texture = "rbxassetid://347504241"
  342. eff1.Acceleration = Vector3.new(0,10,0)
  343. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  344. local eff2 = Instance.new("ParticleEmitter",part)
  345. eff2.Size = NumberSequence.new(.1)
  346. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  347. eff2.LightEmission = 1
  348. eff2.Lifetime = NumberRange.new(1)
  349. eff2.Speed = NumberRange.new(0)
  350. eff2.Rate = 100
  351. eff2.Texture = "rbxassetid://347504259"
  352. eff2.Acceleration = Vector3.new(0,10,0)
  353. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  354. local eff3 = Instance.new("ParticleEmitter",part)
  355. eff3.Size = NumberSequence.new(1)
  356. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  357. eff3.LightEmission = 1
  358. eff3.Lifetime = NumberRange.new(1)
  359. eff3.Speed = NumberRange.new(0)
  360. eff3.Rate = 100
  361. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  362. eff3.Acceleration = Vector3.new(0,10,0)
  363. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  364. end
  365.  
  366.  
  367.  
  368. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  369. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  370. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  371. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  372. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  373. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  374. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  375. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  376.  
  377.  
  378.  
  379.  
  380.  
  381. --Soul Steal--
  382. function SoulSteal(pos)
  383. local soulst = coroutine.wrap(function()
  384. local soul = Instance.new("Part",chara)
  385. soul.Size = Vector3.new(0,0,0)
  386. soul.CanCollide = false
  387. soul.Anchored = false
  388. soul.Position = pos
  389. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  390. soul.Transparency = 1
  391. local ptc = Instance.new("ParticleEmitter",soul)
  392. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  393. ptc.Size = NumberSequence.new(.5)
  394. ptc.LockedToPart = true
  395. ptc.Speed = NumberRange.new(0)
  396. ptc.Lifetime = NumberRange.new(9999)
  397. local bodpos = Instance.new("BodyPosition",soul)
  398. bodpos.Position = pos
  399. wait(2)
  400. soul.Touched:connect(function(hit)
  401. if hit.Parent == chara then
  402. soul:Destroy()
  403. end
  404. end)
  405. while soul do
  406. wait(.1)
  407. bodpos.Position = chara.Torso.Position
  408. end
  409. end)
  410. soulst()
  411. end
  412.  
  413. --Death of a Mortal--
  414. function KillMortal(hitdude)
  415. local torsy = nil
  416. if hitdude:FindFirstChild("Torso")~=nil then
  417. torsy = hitdude.Torso
  418. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  419. torsy = hitdude.UpperTorso
  420. end
  421. local val = Instance.new("ObjectValue",hitdude)
  422. val.Name = "HasBeenHit"
  423. hitdude:BreakJoints()
  424. hitdude.Humanoid:Destroy()
  425. SoulSteal(torsy.Position)
  426. local chi = hitdude:GetChildren()
  427. for i = 1, #chi do
  428. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  429. local bodpos = Instance.new("BodyPosition",chi[i])
  430. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  431. ScatterEff(chi[i])
  432. chi[i].BrickColor = BrickColor.new("Really black")
  433. end
  434. end
  435. for i = 1, 4 do
  436. for i = 1, #chi do
  437. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  438. chi[i].Transparency = chi[i].Transparency + .25
  439. wait(.01)
  440. end
  441. end
  442. end
  443. for i = 1, #chi do
  444. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  445. chi[i]:Destroy()
  446. end
  447. end
  448. end
  449.  
  450.  
  451. function Teleport(pos)
  452. telesnd:Play()
  453. local ch = chara:GetChildren()
  454. for i = 1, #ch do
  455. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  456. local trace = Instance.new("Part",game.Workspace)
  457. trace.Size = ch[i].Size
  458. trace.Material = "Neon"
  459. trace.BrickColor = BrickColor.new("Really black")
  460. trace.Transparency = .3
  461. trace.CanCollide = false
  462. trace.Anchored = true
  463. trace.CFrame = ch[i].CFrame
  464. if ch[i].Name == "Head" then
  465. mehs = Instance.new("CylinderMesh",trace)
  466. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  467. end
  468. tracedisappear = coroutine.wrap(function()
  469. wait(1)
  470. for i = 1, 7 do
  471. wait(.1)
  472. trace.Transparency = trace.Transparency + .1
  473. end
  474. trace:Destroy()
  475. end)
  476. tracedisappear()
  477. end
  478. end
  479. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  480. end
  481.  
  482.  
  483. if hit ~= nil then
  484. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  485. local torsy = nil
  486. if hit.Parent:FindFirstChild("Torso")~=nil then
  487. torsy = hit.Parent.Torso
  488. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  489. torsy = hit.Parent.UpperTorso
  490. end
  491. local bodpos = Instance.new("BodyPosition",torsy)
  492. bodpos.Position = torsy.Position
  493. wait(1)
  494. burnsnd:Play()
  495. hit.Parent.Humanoid.MaxHealth = 100
  496. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  497. for i = 1, 10 do
  498. wait(.1)
  499. BurningEff(tors)
  500. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  501. end
  502. KillMortal(hit.Parent)
  503. end
  504. else end
  505.  
  506. while true do
  507. wait(.01)
  508. chance = math.random(0,100)
  509. if chance < 10 then
  510. sel = math.random(1,3)
  511. if sel == 1 then
  512. tecks.Text = "Idiot"
  513. elseif sel == 2 then
  514. tecks.Text = "0010 10001010 101011"
  515. elseif sel == 3 then
  516. tecks.Text = "Idiot"
  517. end
  518. else tecks.Text = "idiot"
  519. if chara.Humanoid.Health > 0 then
  520. chara.Humanoid.MaxHealth = math.huge
  521. chara.Humanoid.Health = math.huge
  522. end
  523. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  524. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  525. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  526. l.TintColor = Color3.new(1,0,0)
  527. end
  528. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  529. end
  530. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement