Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. -- Made by Seth --
  2.  
  3.  
  4. gui = Instance.new("ScreenGui",game.CoreGui)
  5. gui.ResetOnSpawn = false
  6. gui.Name = "Get Fucked"
  7.  
  8. button = Instance.new("TextButton",gui)
  9. button.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  10. button.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  11. button.BorderSizePixel = 5
  12. button.Position = UDim2.new(0.8, 0,0.6, 0)
  13. button.Size = UDim2.new(0, 60,0, 60)
  14. button.Font = "Arial"
  15. button.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  16. button.TextScaled = true
  17. button.Text = ":)"
  18. button.TextWrapped = true
  19.  
  20.  
  21.  
  22. button.MouseButton1Click:connect(function()
  23.  
  24. local workspace = workspace:GetChildren()
  25. for i=1,#workspace do
  26. local fire = Instance.new("Fire",workspace[i])
  27. fire.Size = 100
  28. end
  29.  
  30.  
  31. local blur = Instance.new("BlurEffect",game.Lighting)
  32. blur.Size = 20
  33.  
  34. local bloom = Instance.new("BloomEffect",game.Lighting)
  35. bloom.Intensity = 1
  36. bloom.Size = 100
  37. bloom.Threshold = 0.1
  38.  
  39. local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
  40. cc.Contrast = 1
  41. cc.Brightness = 0.55
  42. cc.Saturation = 1
  43. cc.TintColor = Color3.new(255/255,0/255,0/255)
  44.  
  45. local sound = Instance.new("Sound",game.Workspace)
  46. sound.Name = "Purge"
  47. sound.Looped = true
  48. sound.Volume = 10
  49. sound.SoundId = "rbxassetid://232554097"
  50. sound:Play()
  51.  
  52. local sound = Instance.new("Sound",game.Workspace)
  53. sound.Name = "Earrape"
  54. sound.Looped = true
  55. sound.Volume = 10
  56. sound.SoundId = "rbxassetid://552367422"
  57. sound:Play()
  58.  
  59. local sound = Instance.new("Sound",game.Workspace)
  60. sound.Name = "ForAllah"
  61. sound.Looped = true
  62. sound.Volume = 10
  63. sound.SoundId = "rbxassetid://424614632"
  64. sound:Play()
  65.  
  66. local a=Instance.new("Sky",game.Lighting)
  67.  
  68. local b={"Bk","Dn","Ft","Lf","Rt","Up"}
  69.  
  70. for i,v in pairs(b) do
  71.  
  72. a["Skybox"..v]="rbxassetid://479777511"
  73. end
  74. for i, v in pairs(game.Players:GetChildren()) do
  75. local pe = Instance.new("ParticleEmitter",v.Character.Torso)
  76. pe.Texture = "http://www.roblox.com/asset/?id=479777511"
  77. pe.VelocitySpread = 50
  78. end
  79.  
  80. for i, v in pairs(game.Players:GetChildren()) do
  81. local pe = Instance.new("ParticleEmitter",v.Character.Torso)
  82. pe.Texture = "http://www.roblox.com/asset/?id=479777511"
  83. pe.VelocitySpread = 50
  84. end
  85.  
  86. for i,v in pairs(game.Players:GetChildren()) do
  87. game:GetService("Chat"):Chat(v.Character.Head,"WELCOME TO POUND TOWN YOU FILTHY FUCKIN JEWS HAHAHAHA")
  88. end
  89.  
  90. game.Workspace.Camera.FieldOfView = 50
  91.  
  92. for i,v in pairs(game.Players:GetChildren()) do
  93. v.CameraMaxZoomDistance = 10
  94. v.CameraMinZoomDistance = 10
  95. end
  96. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement