Advertisement
Guest User

sadasd

a guest
May 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. -- Well, at first: This is the second version of Stingy-ROBLOX-SERVER-RAPER (Stingy-RSR v2)
  2. -- Thanks for using me. I love raping servers! <3~
  3.  
  4. --Don't tell moderators about me.
  5.  
  6.  
  7.  
  8. local IncomingMessage = Instance.new("Hint",workspace)
  9. IncomingMessage.Text = "Incoming attack! O_O!!!"
  10.  
  11. local omg = Instance.new("Sound",workspace)
  12. omg.EmitterSize = math.huge
  13. omg.MaxDistance = math.huge
  14. omg.Name = "omg!!!"
  15. omg.SoundId = "rbxassetid://168323076"
  16. omg.Volume = 0.75
  17. omg.PlaybackSpeed = 0.9
  18. omg.Looped = true
  19. omg.PlayOnRemove = false -- making sure right?
  20. omg:Play()
  21.  
  22. wait((math.pi*math.pi))
  23.  
  24. omg:remove()
  25.  
  26. IncomingMessage.Text = "''This mailbox is mine'' - Stingy"
  27.  
  28. mine = Instance.new("Sound",workspace)
  29. mine.EmitterSize = math.huge
  30. mine.MaxDistance = math.huge
  31. mine.Name = "(#@*()#@!MW 23021eq sadlkcsx sarcasticcc :D :D: D:Dw2"
  32. mine.SoundId = "rbxassetid://551103930"
  33. mine.Volume = 1
  34. mine.Looped = true
  35. mine.PlayOnRemove = true
  36. mine:Play()
  37.  
  38. local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
  39. cc.Contrast = 5
  40. cc.Saturation = (math.pi/10)
  41.  
  42. while wait() do
  43. cc.TintColor = Color3.new((math.random(0,100)/100),(math.random(0,100)/100),(math.random(0,100)/100))
  44. mine.PlaybackSpeed = (math.random(50,150)/100)
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement