Hacker, keeps hacking Server >.<

Forum rules
Some form of proof must be provided or your report will not be considered.
Jack
Former Server Admin
Posts: 1248
Joined: Fri Apr 09, 2010 4:01 pm
Location: Norway, Oslo

Re: Hacker, keeps hacking Server >.<

Post by Jack » Wed Aug 10, 2011 7:16 pm

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.

Nicdel
Server Admin
Posts: 2417
Joined: Sun Apr 11, 2010 4:50 am

Re: Hacker, keeps hacking Server >.<

Post by Nicdel » Thu Aug 11, 2011 4:53 am

alias sv_cheats idklol

kthxbye
Ingame: -[SaD]- Nico

Image

User avatar
kyo
250+ Posts
250+ Posts
Posts: 253
Joined: Mon Jun 20, 2011 5:04 am
Location: United States -Alabama

Re: Hacker, keeps hacking Server >.<

Post by kyo » Fri Sep 02, 2011 8:24 pm

have not seen him any time soon hes gone?
Nobody's perfect...and since I'm nobody, that makes me perfect!

User avatar
Blake
500+ Posts
500+ Posts
Posts: 588
Joined: Mon Jul 05, 2010 8:51 pm
Location: Ontario, Canada

Re: Hacker, keeps hacking Server >.<

Post by Blake » Fri Sep 02, 2011 9:52 pm

Nicdel wrote:alias sv_cheats idklol

kthxbye
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.
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.

isivisi
1+ Posts
1+ Posts
Posts: 9
Joined: Tue Aug 10, 2010 5:58 pm

Re: Hacker, keeps hacking Server >.<

Post by isivisi » Sat Sep 03, 2011 8:50 pm

Code: Select all

def server_cvar(ev):
	if ev['cvarname'] == 'sv_cheats' and ev['cvarvalue'] == '1':
		es.forcevalue('sv_cheats', '0')
:O
Image