Advertisement
Bendy928443534

Untitled

Jul 26th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 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
  407. if hit ~= nil then
  408. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  409. local torsy = nil
  410. if hit.Parent:FindFirstChild("Torso")~=nil then
  411. torsy = hit.Parent.Torso
  412. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  413. torsy = hit.Parent.UpperTorso
  414. end
  415. local bodpos = Instance.new("BodyPosition",torsy)
  416. bodpos.Position = torsy.Position
  417. wait(1)
  418. burnsnd:Play()
  419. hit.Parent.Humanoid.MaxHealth = 0
  420. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  421. for i = 1, 10 do
  422. wait(.1)
  423. BurningEff(torsy)
  424. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 2000
  425. end
  426. KillMortal(hit.Parent)
  427. end
  428. else end
  429. end
  430.  
  431. isdoingaction = false
  432.  
  433. --Teleport--
  434. mouse.KeyDown:connect(function(key)
  435. if key == "e" and isdoingaction == false then
  436. isdoingaction = true
  437. Teleport()
  438. Orbvc.Transparency = 1
  439. Orbd.Transparency = 1
  440. hed.Transparency = 1
  441. torso.Transparency = 1
  442. larm.Transparency = 1
  443. rarm.Transparency = 1
  444. lleg.Transparency = 1
  445. rleg.Transparency = 1
  446. chara.Humanoid.WalkSpeed = 60
  447. chara.Humanoid.JumpPower = 100
  448. end
  449.  
  450. if key == "q" and isdoingaction == false then
  451. isdoingaction = true
  452. Orbvc.Transparency = 1
  453. Orbd.Transparency = 1
  454. end
  455. end)
  456.  
  457.  
  458. --Jumpscare--
  459. screamready = true
  460. mouse.Button1Down:connect(function()
  461. if screamready == true then
  462. local hit = mouse.Target
  463. screamready = false
  464. intimidate:Play()
  465. l.Contrast = 0
  466. intimidate.Volume = 5
  467. i = 0
  468. l.TintColor = Color3.new(1,0,0)
  469. Grab
  470. while i<0.5 do
  471. wait()
  472. i = i + 0.01
  473. l.Contrast = l.Contrast + 0.02
  474. intimidate.Volume = intimidate.Volume - 0.10
  475. end
  476. l.TintColor = Color3.new(1,1,1)
  477. l.Contrast = 0
  478. screamready = true
  479. end
  480. end)
  481.  
  482. if key == "e" and isdoingaction == true then
  483. isdoingaction = false
  484. Orbvc.Transparency = 0
  485. Orbd.Transparency = 0
  486. hed.Transparency = 0
  487. torso.Transparency = 0
  488. larm.Transparency = 0
  489. rarm.Transparency = 0
  490. lleg.Transparency = 0
  491. rleg.Transparency = 0
  492. chara.Humanoid.WalkSpeed = 0
  493. chara.Humanoid.JumpPower = 0
  494. end
  495.  
  496. if key == "q" and isdoingaction == true then
  497. isdoingaction = false
  498. Orbvc.Transparency = 0
  499. Orbd.Transparency = 0
  500. end
  501. end)
  502.  
  503. --Mouse Functions--
  504. while true do
  505. wait()
  506. chance = math.random(0,100)
  507. if chance < 10 then
  508. sel = math.random(1,3)
  509. if sel == 1 then
  510. tecks.Text = "ok"
  511. elseif sel == 2 then
  512. tecks.Text = "ok"
  513. elseif sel == 3 then
  514. tecks.Text = "ok"
  515. end
  516. else tecks.Text = "Stan"
  517. if chara.Humanoid.Health > 0 then
  518. chara.Humanoid.MaxHealth = math.huge
  519. chara.Humanoid.Health = math.huge
  520. end
  521. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  522. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  523. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  524. l.TintColor = Color3.new(1,0,0)
  525. end
  526. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  527.  
  528. for i,v in pairs(chara:children()) do
  529. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") or v:IsA("CharacterMesh")then
  530. v:Destroy()
  531. end
  532. end
  533. char.Head.face:Destroy()
  534. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  535. end
  536. end
  537.  
  538. -------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement