Advertisement
ZabrosKaTriUs

Corrupted Name

Dec 15th, 2017
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. player = game:GetService("Players").LocalPlayer
  2. chara = player.Character
  3. Torso = chara.Torso
  4. Head = chara.Head
  5. RightArm = chara["Right Arm"]
  6. LeftArm = chara["Left Arm"]
  7.  
  8. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  9. cce.Saturation = 0
  10. blur = Instance.new("BlurEffect", game.Lighting)
  11. blur.Size = 0
  12.  
  13. local particleemitter = Instance.new("ParticleEmitter", LeftArm)
  14. particleemitter.VelocitySpread = 0
  15. particleemitter.Lifetime = NumberRange.new(1)
  16. particleemitter.Speed = NumberRange.new(0)
  17. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.3, 0.3), NumberSequenceKeypoint.new(1, 0.1, 0.1)})
  18. particleemitter.RotSpeed = NumberRange.new(-180, 180)
  19. particleemitter.Rotation = NumberRange.new(-360, 360)
  20. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  21. particleemitter.LightEmission = 0
  22. particleemitter.Texture = "http://www.roblox.com/asset/?id=771221224"
  23. particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0, 0))
  24. particleemitter.Rate = 20
  25. particleemitter.Acceleration = Vector3.new(0,-5,0)
  26.  
  27.  
  28. local particleemitter = Instance.new("ParticleEmitter", RightArm)
  29. particleemitter.VelocitySpread = 0
  30. particleemitter.Lifetime = NumberRange.new(1)
  31. particleemitter.Speed = NumberRange.new(0)
  32. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.3, 0.3), NumberSequenceKeypoint.new(1, 0.1, 0.1)})
  33. particleemitter.RotSpeed = NumberRange.new(-180, 180)
  34. particleemitter.Rotation = NumberRange.new(-360, 360)
  35. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
  36. particleemitter.LightEmission = 0
  37. particleemitter.Texture = "http://www.roblox.com/asset/?id=771221224"
  38. particleemitter.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0, 0))
  39. particleemitter.Rate = 20
  40. particleemitter.Acceleration = Vector3.new(0,-5,0)
  41.  
  42. chara.Head.face.Texture = "rbxassetid://333183568"
  43.  
  44. music = Instance.new("Sound", Torso)
  45. music.SoundId = "http://www.roblox.com/asset/?id=660500399"
  46. music.Volume = 1000
  47. music.PlaybackSpeed = 1
  48. music.Looped = true
  49. music:Play()
  50.  
  51. scream = Instance.new("Sound", Torso)
  52. scream.SoundId = "http://www.roblox.com/asset/?id=1096948154"
  53. scream.Volume = 1000
  54. scream.PlaybackSpeed = 1
  55. scream.Looped = true
  56. scream:Play()
  57.  
  58. static = Instance.new("Sound", Torso)
  59. static.SoundId = "http://www.roblox.com/asset/?id=176713518"
  60. static.PlaybackSpeed = 1
  61. static.Looped = true
  62. static:Play()
  63.  
  64. local naeeym = Instance.new("BillboardGui",chara)
  65. naeeym.Size = UDim2.new(0,100,0,40)
  66. naeeym.StudsOffset = Vector3.new(0,2,0)
  67. naeeym.Adornee = chara.Head
  68. local tecks = Instance.new("TextLabel",naeeym)
  69. tecks.BackgroundTransparency = 1
  70. tecks.BorderSizePixel = 0
  71. tecks.Text = "Z A L G O"
  72. tecks.Font = "Fantasy"
  73. tecks.FontSize = "Size24"
  74. tecks.TextStrokeTransparency = 0
  75. tecks.BackgroundColor3 = Color3.new(0,0,0)
  76. tecks.TextStrokeColor3 = Color3.new(1,0,0)
  77. tecks.TextColor3 = Color3.new(0,0,0)
  78. tecks.Size = UDim2.new(1,0,0.5,0)
  79.  
  80. while true do
  81. wait()
  82. cce.Saturation = math.random(-1.5,0)
  83. blur.Size = math.random(0,10)
  84. tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
  85. chance = math.random(0,100)
  86. if chance < 10 then
  87. sel = math.random(1,7)
  88. fontselect = math.random(1,4)
  89. if fontselect == 1 then
  90. tecks.Font = "Fantasy"
  91. end
  92. if fontselect == 2 then
  93. tecks.Font = "Arcade"
  94. end
  95. if fontselect == 3 then
  96. tecks.Font = "SciFi"
  97. end
  98. if fontselect == 4 then
  99. tecks.Font = "Legacy"
  100. end
  101. tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
  102. if sel == 1 then
  103. tecks.Text = "N O H O P E"
  104. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  105. tecks.TextColor3 = Color3.new(0,0,0)
  106. elseif sel == 2 then
  107. tecks.Text = "G I V E U P"
  108. elseif sel == 3 then
  109. tecks.Text = "O G L A Z"
  110. tecks.TextStrokeColor3 = Color3.new(0,255,255)
  111. tecks.TextColor3 = Color3.new(255,255,255)
  112. tecks.BackgroundTransparency = 0
  113. tecks.FontSize = "Size24"
  114. elseif sel == 4 then
  115. tecks.Text = "A H A H A H A H A"
  116. tecks.TextStrokeColor3 = Color3.new(10,0,0)
  117. tecks.TextColor3 = Color3.new(0,0,0)
  118. elseif sel == 5 then
  119. tecks.Text = "BURNINHELL"
  120. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  121. tecks.TextColor3 = Color3.new(0,0,0)
  122. elseif sel == 6 then
  123. tecks.Text = "_ E X E"
  124. tecks.TextStrokeColor3 = Color3.new(1,0,0)
  125. tecks.TextColor3 = Color3.new(0,0,0)
  126. elseif sel == 6 then
  127. tecks.Text = "S U F F E R"
  128. tecks.TextStrokeColor3 = Color3.new(1,0,0)
  129. tecks.TextColor3 = Color3.new(1,0,0)
  130. end
  131. else tecks.Text = "Z A L G O"
  132. tecks.TextStrokeColor3 = Color3.new(1,0,0)
  133. tecks.TextColor3 = Color3.new(0,0,0)
  134. tecks.BackgroundTransparency = 1
  135. end
  136. static.Volume = math.random(-5,1)
  137. tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
  138. if chara.Humanoid.Health > 0 then
  139. chara.Humanoid.MaxHealth = math.huge
  140. chara.Humanoid.Health = math.huge
  141. tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
  142. chara["Left Arm"].Anchored = false
  143. chara["Right Arm"].Anchored = false
  144. chara["Left Leg"].Anchored = false
  145. chara["Right Leg"].Anchored = false
  146. tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
  147. chara.Torso.Anchored = false
  148. ch = chara:GetChildren()
  149. tools = player.Backpack:GetChildren()
  150. for i = 1, #tools do
  151. if tools[i].ClassName == "HopperBin" then
  152. tools[i]:Destroy()
  153. end
  154. end
  155. tecks.Position = UDim2.new(0,math.random(-10,10),0,math.random(-10,10))
  156. music.PlaybackSpeed = math.random(0,2)
  157. scream.PlaybackSpeed = math.random(-10,1)
  158. end
  159. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement