Advertisement
Bendy928443534

Untitled

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