Advertisement
Bendy928443534

Untitled

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