Advertisement
Bendy928443534

Untitled

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