Ant, this must be true because few people told me that the Deathrun server got hacked and they wanted me to tell it to you.
Anyways, maybe the Deathrun server needs a plugin that block enabling sv_cheats and such things.
I got a plugin for it but it is outdated.
Hacker, keeps hacking Server >.<
Forum rules
Some form of proof must be provided or your report will not be considered.
Some form of proof must be provided or your report will not be considered.
-
- Former Server Admin
- Posts: 1251
- Joined: Fri Apr 09, 2010 4:01 pm
- Location: Norway, Oslo
-
- Server Admin
- Posts: 2417
- Joined: Sun Apr 11, 2010 4:50 am
-
- 250+ Posts
- Posts: 253
- Joined: Mon Jun 20, 2011 5:04 am
- Location: United States -Alabama
Re: Hacker, keeps hacking Server >.<
have not seen him any time soon hes gone?
Nobody's perfect...and since I'm nobody, that makes me perfect!
-
- 500+ Posts
- Posts: 588
- Joined: Mon Jul 05, 2010 8:51 pm
- Location: Ontario, Canada
Re: Hacker, keeps hacking Server >.<
wont work because you can still modify it with such commands as sm_cvar which use SetConVarInt(FindConvar("sv_cheats"), 1); or what ever it is.Nicdel wrote:alias sv_cheats idklol
kthxbye
Unkown wrote: Life’s too short to worry about the little things.
Albert Einstein wrote: You do not really understand something unless you can explain it to your grandmother.
-
- 1+ Posts
- Posts: 9
- Joined: Tue Aug 10, 2010 5:58 pm
Re: Hacker, keeps hacking Server >.<
Code: Select all
def server_cvar(ev):
if ev['cvarname'] == 'sv_cheats' and ev['cvarvalue'] == '1':
es.forcevalue('sv_cheats', '0')