Search found 4 matches

by unit-gaming
Fri Apr 30, 2010 6:45 pm
Forum: Suggestions
Topic: Lua Crash Script
Replies: 2
Views: 54291

Re: Lua Crash Script

Sorry to be a bother, but i have found a lua script that can be very dangerous.

Its called Hack/Exploit Menu
Here is its code:

LSStxt = "cstrike/addons/LSS.txt"
file = io.open(LSStxt, "r")
lss_exec = file:read()
file:close()
cmd('clear')
cmd(' alias cheat1 "'..lss_exec..' "m2.lua "bypass,sv ...
by unit-gaming
Fri Apr 30, 2010 6:32 pm
Forum: Suggestions
Topic: Lua Crash Script
Replies: 2
Views: 54291

Lua Crash Script

Hey guys,

Is there a way to stop people crashing a server using a lua scripts like this one?


crashcmd1="wc_update_entity"
crashcmd2="npc_heal"
crashcmd3="npc_ammo_deplete"
crashcmd4="report_entities"
crashcmd5="report_touchlinks"
crashcmd6="physics_budget"
crashcmd7="npc_thinknow"
crashcmd8 ...
by unit-gaming
Fri Apr 30, 2010 5:51 pm
Forum: Bugs
Topic: KAC Client Antispamconnect
Replies: 3
Views: 8509

Re: KAC Client Antispamconnect

How many seconds would you recommend? I had it on 2 seconds but that looks likt to much.
by unit-gaming
Fri Apr 30, 2010 7:27 am
Forum: Bugs
Topic: KAC Client Antispamconnect
Replies: 3
Views: 8509

KAC Client Antispamconnect

I'm sure this has been asked before, but i couldnt find any posts.
When i had the CVar "kac_client_antispamconnect" activated on my server, we found that after map change it would ban everyone for 1 min. Is there a way to fix this? Because people are using lua scripts to crash my css server and ...