My server has been having issues with people using Lenny Scripts v2.
I've disabled client-sided scripts, but people are bypassing it.
I was told there's code available that bans people bypassing it.
Does anyone have this code?
//leachrequest
[code]
if SERVER then
AddCSLuaFile()
function wangchecker( ply )
ply:Ban( "SMALL WANG" )
end
concommand.Add("ihavealittlewang", wangchecker)
else
if Lenny then
RunConsoleCommand("ihavealittlewang")
end
end
[/code]
ez
Run this somewhere clientside:
[code]timer.Create(tostring(math.random()), 5, 0, function()
if Lenny then
while true do end
end
end[/code]
[editline]20th September 2014[/editline]
[QUOTE=kibble;46033872][code]
if SERVER then
AddCSLuaFile()
function wangchecker( ply )
ply:Ban( "SMALL WANG" )
end
concommand.Add("ihavealittlewang", wangchecker)
else
if Lenny then
RunConsoleCommand("ihavealittlewang")
end
end
[/code]
ez[/QUOTE]
[code]alias ihavealittlewang "echo rekt"[/code]
[QUOTE=Ott;46033876]Run this somewhere clientside:
[code]timer.Create(tostring(math.random()), 5, 0, function()
if Lenny then
while true do end
end
end[/code]
[editline]20th September 2014[/editline]
[code]alias ihavealittlewang "echo rekt"[/code][/QUOTE]
So I should create a global Lenny table in all my addons?
[QUOTE=code_gs;46033929]So I should create a global Lenny table in all my addons?[/QUOTE]
Sure if you want "OMFG IT CRASHES WTF" plastered everywhere.
maybe also deactivating lua scripts might decrease your amount of minges alot because they probably dont know how to bypass it.
So I should have this in...
\gmod\garrysmod\lua\autorun\server\
[QUOTE=kibble;46033872][code]
if SERVER then
AddCSLuaFile()
function wangchecker( ply )
ply:Ban( "SMALL WANG" )
end
concommand.Add("ihavealittlewang", wangchecker)
else
if Lenny then
RunConsoleCommand("ihavealittlewang")
end
end
[/code]
[/quote]
And I should have this in...
\gmod\garrysmod\lua\autorun\client\
[QUOTE=Ott;46033876]
[code]timer.Create(tostring(math.random()), 5, 0, function()
if Lenny then
while true do end
end
end[/code]
[/QUOTE]
Right?
[editline]20th September 2014[/editline]
[QUOTE=Xaotic;46034126]maybe also deactivating lua scripts might decrease your amount of minges alot because they probably dont know how to bypass it.[/QUOTE]
Like I said in OP, already have it disabled.
[code]sv_allowcslua 0[/code]
This will disable clientside scripts.
[QUOTE=GGG KILLER;46034173][code]sv_allowcslua 0[/code]
This will disable clientside scripts.[/QUOTE]
Once again, I already have that. People are bypassing it.
[IMG]http://i.gyazo.com/72c34fa944eee9ca969f9a2783c75798.png[/IMG]
DarkRP forces sv_allowcslua to 1 [URL="https://github.com/FPtje/DarkRP/blob/master/gamemode/config/config.lua#L57"]by config[/URL]. If you have it set in your server.cfg then it gets over-done in gamemode load. (seriously fptje remove this. It's not even used for it's intended purpose.)
If they're bypassing sv_allowcslua, then it's not Lenny's Scripts.
Someone should make it so fadmin does the hangman ragdoll thing and announces who has it in the chat
[QUOTE=Lolcats;46034266][IMG]http://i.gyazo.com/72c34fa944eee9ca969f9a2783c75798.png[/IMG]
DarkRP forces sv_allowcslua to 1 [URL="https://github.com/FPtje/DarkRP/blob/master/gamemode/config/config.lua#L57"]by config[/URL]. If you have it set in your server.cfg then it gets over-done in gamemode load. (seriously fptje remove this. It's not even used for it's intended purpose.)
If they're bypassing sv_allowcslua, then it's not Lenny's Scripts.[/QUOTE]
Already got that, thanks.
Either way, they're bypassing it somehow.
[QUOTE=Qazwwx;46034397]Already got that, thanks.
Either way, they're bypassing it somehow.[/QUOTE]
If someone is going to bypass i think the last thing they would use it lenny due to it being the most known darkrp 'hack' around..
Maybe I should make it humiliate you if sv_allowcslua is 0 :v:
[editline]21st September 2014[/editline]
On another I have seen many admins start to use the "social features" of the scripts to detect users
(If your steam profile is public you will be marked as lenny's scripts user on other users esps)
Sorry, you need to Log In to post a reply to this thread.