Advertisement
Guest User

Untitled

a guest
May 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. local lighting = game:GetService("Lighting")
  2.  
  3.  
  4. local firebox = Instance.new("Sky")
  5. firebox.SkyboxBk = "rbxassetid://438356387"
  6. firebox.SkyboxDn = "rbxassetid://438356387"
  7. firebox.SkyboxFt = "rbxassetid://438356387"
  8. firebox.SkyboxLf = "rbxassetid://438356387"
  9. firebox.SkyboxRt = "rbxassetid://438356387"
  10. firebox.SkyboxUp = "rbxassetid://438356387"
  11. firebox.Parent = game:GetService("Lighting")
  12. local moozi = Instance.new("Sound")
  13. moozi.SoundId = "rbxassetid://657623150"
  14. moozi.Parent = game:GetService("Workspace")
  15. moozi.Looped = true
  16. moozi.Volume = "10"
  17. moozi.Name = "KYS"
  18. moozi:Play()
  19. lighting.Ambient = Color3.new(255, 0, 0)
  20. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  21. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  22. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  23. lighting.FogColor = Color3.new(255, 0, 0)
  24. lighting.FogEnd = "10000"
  25.  
  26.  
  27.  
  28. while true do
  29. wait(0.003)
  30. local rbrick = Instance.new("Part")
  31. rbrick.Parent = game:GetService("Workspace")
  32. rbrick.Name = "RektBrick"
  33. rbrick.Position = Vector3.new(math.random(-512,512),100,math.random(-512,512))
  34. rbrick.Size = Vector3.new(19, 7, 12)
  35. rbrick.BrickColor = BrickColor.new("Maroon")
  36. local rfire = Instance.new("Fire")
  37. rfire.Parent = rbrick
  38. rfire.Color = Color3.new(255, 0, 0)
  39. rfire.Heat = "25"
  40. rfire.Name = "RektFire"
  41. rfire.Size = "30"
  42. local rsmoke = Instance.new("Smoke")
  43. rsmoke.Color = Color3.new(255, 0, 0)
  44. rsmoke.Name = "RektSmoke"
  45. rsmoke.Opacity = "1"
  46. rsmoke.Size = "50"
  47. rsmoke.Parent = rbrick
  48. local rspark = Instance.new("Sparkles")
  49. rspark.Parent = rbrick
  50. local NewGuiPart1 = Instance.new("BillboardGui")
  51. NewGuiPart1.Size = UDim2.new(0, 400, 0, 400)
  52. local NewGuiPart2 = Instance.new("Frame")
  53. NewGuiPart2.BackgroundTransparency = 1
  54. NewGuiPart2.Size = UDim2.new(10, 100, 10, 100)
  55. NewGuiPart2.Parent = NewGuiPart1
  56. local NewGuiPart3 = Instance.new("TextLabel")
  57. NewGuiPart3.BackgroundTransparency = 1
  58. NewGuiPart3.Size = UDim2.new(0, 400, 0, 400)
  59. NewGuiPart3.FontSize = Enum.FontSize.Size96
  60. NewGuiPart3.Text = "Revenge Script"
  61. NewGuiPart3.TextColor3 = Color3.new(0.333333, 0, 0)
  62. NewGuiPart3.Parent = NewGuiPart2
  63. NewGuiPart1.Parent = rbrick
  64.  
  65. lighting.Ambient = Color3.new(255, 0, 0)
  66. lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  67. lighting.ColorShift_Top = Color3.new(255, 0, 0)
  68. lighting.OutdoorAmbient = Color3.new(255, 0, 0)
  69. lighting.FogColor = Color3.new(255, 0, 0)
  70. lighting.FogEnd = "10000"
  71.  
  72. lighting.Ambient = Color3.new(255, 85, 0)
  73. lighting.ColorShift_Bottom = Color3.new(255, 85, 0)
  74. lighting.ColorShift_Top = Color3.new(255, 85, 0)
  75. lighting.OutdoorAmbient = Color3.new(255, 85, 0)
  76. lighting.FogColor = Color3.new(255, 85, 0)
  77. lighting.FogEnd = "10000"
  78.  
  79. lighting.Ambient = Color3.new(255, 255, 0)
  80. lighting.ColorShift_Bottom = Color3.new(255, 255, 0)
  81. lighting.ColorShift_Top = Color3.new(255, 255, 0)
  82. lighting.OutdoorAmbient = Color3.new(255, 255, 0)
  83. lighting.FogColor = Color3.new(255, 255, 0)
  84. lighting.FogEnd = "10000"
  85.  
  86. local function ear(insere)
  87. for i,v in pairs(insere:GetChildren())do
  88. DESTRUCTION = game:GetObjects("rbxassetid://1270454505") DESTRUCTION.Parent = v
  89. -- Objects
  90.  
  91. local REKTSOON = Instance.new("BillboardGui")
  92. local AHH = Instance.new("TextBox")
  93.  
  94. -- Properties
  95.  
  96. REKTSOON.Name = "REKTSOON"
  97. REKTSOON.Parent = v
  98. REKTSOON.LightInfluence = 1
  99. REKTSOON.Size = UDim2.new(0, 200, 0, 200)
  100.  
  101. AHH.Name = "AHH"
  102. AHH.Parent = REKTSOON
  103. AHH.BackgroundColor3 = Color3.new(0, 0, 0)
  104. AHH.Size = UDim2.new(0, 200, 0, 50)
  105. AHH.Font = Enum.Font.SciFi
  106. AHH.Text = "Hello Prizmax"
  107. AHH.TextColor3 = Color3.new(0, 1, 0.74902)
  108. AHH.TextSize = 100
  109. AHH.TextStrokeColor3 = Color3.new(0, 0.45098, 1)
  110. AHH.TextStrokeTransparency = 0
  111. end
  112. end
  113. for i=1,120 do
  114. ear(game:GetService("Workspace"))
  115. ear(game:GetService("Lighting"))
  116. ear(game:GetService("Workspace"))
  117. ear(game:GetService("Lighting"))
  118. ear(game:GetService("Workspace"))
  119. ear(game:GetService("Lighting"))
  120. end
  121. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement