Advertisement
Bendy928443534

ok

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