Advertisement
Guest User

fixed stingy-rsr v3

a guest
May 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 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. IncomingMessage.Text = "Loading RSR v2... "
  25. wait(1)
  26. local loading_val = 0
  27. for i = 1,100 do
  28. wait(math.random(0,25)/100)
  29. loading_val = loading_val + 1
  30. IncomingMessage.Text = "Loading Stingy-RSR v2... (" .. loading_val .. "%)"
  31. end
  32.  
  33. omg:remove()
  34.  
  35. IncomingMessage.Text = "''This mailbox is mine'' - Stingy"
  36.  
  37. mine = Instance.new("Sound",workspace)
  38. mine.EmitterSize = math.huge
  39. mine.MaxDistance = math.huge
  40. mine.Name = "(#@*()#@!MW 23021eq sadlkcsx sarcasticcc :D :D: D:Dw2"
  41. mine.SoundId = "rbxassetid://551103930"
  42. mine.Volume = 1
  43. mine.Looped = true
  44. mine.PlayOnRemove = true
  45. mine:Play()
  46.  
  47. workspace.Gravity = 30
  48.  
  49. local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
  50. cc.Contrast = 5
  51. cc.Saturation = (math.pi/10)
  52.  
  53. while wait() do
  54. cc.TintColor = Color3.new((math.random(0,100)/100),(math.random(0,100)/100),(math.random(0,100)/100))
  55. mine.PlaybackSpeed = (math.random(50,150)/100)
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement