DarkRP BailNPC exploit

Posts 115 of 23 · Page 1 of 2
DarkRP BailNPC exploit
This exploit will allow you to unarrest players (including yourself) from anywhere on the map for 0$. You can make it negative and some servers won't know how to handle it making it so you can buy anything. Once you've loaded it type bailnpc in console to open it. This is from the addon BailNPC












https://www.pastebin.com/ERLb4d00


https://www.virustotal.com/en/file/7...is/1418507436/
bailnpc_mpgh.net.zip2 KB · 367 downloads Scanning…
Nice dude thanks for sharing !
wow, yet another easy net message script! exploited 1000+ times, nice man!
Quote Originally Posted by KIF3R View Post
wow, yet another easy net message script! exploited 1000+ times, nice man!
I can't tell if you're being sarcastic.

If you're being sarcastic: Yeah, it is easy, then again I don't know shit about lua and this is my start to doing bigger things. I haven't seen this anywhere else and a good bit of servers use this. I used to be a scrub that lurks and doesn't contribute shit and this website has helped me a lot. So I figured that the least I could do is to help out in any way I can. And c'mon, you were happy when you did your first too.

If you're not: Thanks?...


EDIT: Aww shit nigga, you're the main thing that got me started on this shit. When I say this I don't mean I aspire to be like you, I'm saying I saw the scripts and what not you posted and it got me interested in exploiting servers.
http://pastebin.com/u/seth0r
(I have this fuck bookmarked lol)
Quote Originally Posted by ShitFucks View Post
I can't tell if you're being sarcastic.

If you're being sarcastic: Yeah, it is easy, then again I don't know shit about lua and this is my start to doing bigger things. I haven't seen this anywhere else and a good bit of servers use this. I used to be a scrub that lurks and doesn't contribute shit and this website has helped me a lot. So I figured that the least I could do is to help out in any way I can. And c'mon, you were happy when you did your first too.

If you're not: Thanks?...


EDIT: Aww shit nigga, you're the main thing that got me started on this shit. When I say this I don't mean I aspire to be like you, I'm saying I saw the scripts and what not you posted and it got me interested in exploiting servers.
http://pastebin.com/u/seth0r
(I have this fuck bookmarked lol)
that pastebin is full of retardation / skiddiness
Quote Originally Posted by MeepDarknessMeep View Post
that pastebin is full of retardation / skiddiness
I know this now. When I first found it I didn't realize how bad it is.
I like using the console more, here's an edit. Also, thanks for sharing this.

Usage: unarrest <name> or leave name empty to unarrest yourself
Code:
concommand.Add("unarrest", function(ply, cmd, args)
	net.Start("BailOut")
	if !args[1] then
		net.WriteEntity(LocalPlayer())
		net.WriteEntity(LocalPlayer())
	else
		for k,v in pairs(player.GetAll()) do
			if v:Name() == args[1] || v:Nick() == args[1] then
				net.WriteEntity(v)
				net.WriteEntity(v)
			end
		end
	end
	net.WriteFloat(0)
	net.SendToServer()
end)
Quote Originally Posted by itchinganus View Post
I like using the console more, here's an edit. Also, thanks for sharing this.

Usage: unarrest <name> or leave name empty to unarrest yourself
Code:
concommand.Add("unarrest", function(ply, cmd, args)
	net.Start("BailOut")
	if !args[1] then
		net.WriteEntity(LocalPlayer())
		net.WriteEntity(LocalPlayer())
	else
		for k,v in pairs(player.GetAll()) do
			if v:Name() == args[1] || v:Nick() == args[1] then
				net.WriteEntity(v)
				net.WriteEntity(v)
			end
		end
	end
	net.WriteFloat(0)
	net.SendToServer()
end)
How do I use this cus OP's one don't work
Quote Originally Posted by Alkoden View Post
How do I use this cus OP's one don't work
1) Open Notepad and paste in that code
2) Save in garrysmod/lua
3) Run gmod with your desired bypass
4) Join server/singleplayer with darkrp as gamemode
5) Open the developer console (enable it in gmod options and bind it to a key)
6) Write lua_openscript_cl FILENAME.lua
6) Write "unarrest" when you are in jail and you will be unarrested
Quote Originally Posted by itchinganus View Post
I like using the console more, here's an edit. Also, thanks for sharing this.

Usage: unarrest <name> or leave name empty to unarrest yourself
Code:
concommand.Add("unarrest", function(ply, cmd, args)
	net.Start("BailOut")
	if !args[1] then
		net.WriteEntity(LocalPlayer())
		net.WriteEntity(LocalPlayer())
	else
		for k,v in pairs(player.GetAll()) do
			if v:Name() == args[1] || v:Nick() == args[1] then
				net.WriteEntity(v)
				net.WriteEntity(v)
			end
		end
	end
	net.WriteFloat(0)
	net.SendToServer()
end)
oh god please no

http://pastebin.com/8wwrCiib
Jesus fucking christ. Your name is too good. incrementvar sv_cheats 0 1 1, You need to stop telling all these skids these undetectable bypasses!!!!
how do I get the net library tho? it gives me errors everytime I do unarrest in console.
Quote Originally Posted by Reeverr View Post
how do I get the net library tho? it gives me errors everytime I do unarrest in console.
what's the error? rofl no net library needed.
Quote Originally Posted by cdriza View Post


what's the error? rofl no net library needed.
Im quite the nub but here you go;


[ERROR] lua/unarrest . lua:2: Calling net . Start with unpooled message name [http :/ /goo . gl/qcx0y]
1. Start - [C]:-1
2. unknown - lua/unarrest . lua:2
3. unknown - lua/includes/modules/concommand . lua:69
Quote Originally Posted by Reeverr View Post
Im quite the nub but here you go;


[ERROR] lua/unarrest . lua:2: Calling net . Start with unpooled message name [http :/ /goo . gl/qcx0y]
1. Start - [C]:-1
2. unknown - lua/unarrest . lua:2
3. unknown - lua/includes/modules/concommand . lua:69
that means the server doesn't have the BailNPC addon or renamed the net message name.
Posts 115 of 23 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?