Advertisement
The_Red

zz

Jul 10th, 2023
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.19 KB | None | 0 0
  1.  wait(0.1)
  2.  print("Le serveur est actuellement raid par Yelmxa Hangout")
  3.  wait(5)
  4. function sov()
  5.     local sov = Instance.new("Sound")
  6.     sov.Parent = game.SoundService
  7.     sov.SoundId = "rbxassetid://7854285068"
  8.     sov.Volume = 10
  9.     sov.RollOffMaxDistance = 100000
  10.     sov.RollOffMinDistance = 100000
  11.     sov.Looped = true
  12.     sov:Play()
  13. end
  14. local so = Instance.new("Sound")
  15. so.Parent = game.SoundService
  16. so.SoundId = "rbxassetid://157636218"
  17. so.Volume = 10
  18. so.RollOffMaxDistance = 100000
  19. so.RollOffMinDistance = 100000
  20. so.Looped = false
  21. so:Play()
  22. spawn(function()
  23.     while true do wait()
  24.         local co = Instance.new("ColorCorrectionEffect")
  25.         co.Parent = game.Lighting
  26.         co.Saturation = math.random(0,10000)
  27.         co.TintColor = Color3.fromRGB(0.4, 0, 1)
  28.         wait()
  29.         co:Destroy()
  30.     end
  31. end)
  32. function n()
  33.     local t = Instance.new("Message")
  34.     t.Parent = workspace
  35.     t.Text = "SERVEUR CRASH PAR YELMXA EZZZZZ"
  36.     n()
  37. end
  38. wait()
  39. local h = Instance.new("Hint")
  40. h.Parent = workspace
  41. h.Text = "Le serveur va etre crash dans quelque seconde, n'oubliez pas, VIVE YELMXA HANGOUT  "
  42. wait(6)
  43. sov()
  44. while true do wait()
  45.     n()
  46.     n()
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement