• Simple Anti-cheat
    17 replies, posted
Has there ever been a public anti-cheat released? Just one to block all these jetbot idiots.. If there has been could you direct me to one, if not tell me the basics of it and i can figure out the rest.
SE
[QUOTE=CombineGuru;19524673]SE[/QUOTE] This. Just enable script enforcer. [code]sv_scriptenforcer 2[/code]
Or if you don't want people randomly banned: [code]sv_scriptenforcer 1[/code]
It seems Jetbot has been getting past Scriptenforcer tho, I've had at least 3 people admit that they were using jetbot while i was on the server, they were banned by me shortly after.
In that case, [QUOTE=Overv;19525439]This. Just enable script enforcer. [code]sv_scriptenforcer 2[/code][/QUOTE]
nooo I don't like SE2 it sux dix serverside: [lua] concommand.Add("banmejetbot", function(ply) ply:Ban(0, "JetBot") end ) [/lua] clientside: [lua] if AIMBOT_ON or ESP_ON then RunConsoleCommand("banmejetbot") end [/lua] :biggrin:
[QUOTE=CombineGuru;19533290]nooo I don't like SE2 it sux dix serverside: [lua] concommand.Add("banmejetbot", function(ply) ply:Ban(0, "JetBot") end ) [/lua] clientside: [lua] if AIMBOT_ON or ESP_ON then RunConsoleCommand("banmejetbot") end [/lua] :biggrin:[/QUOTE] Just helps against idiotic/bad scripts, which declare those shit of variables global. My hack is quite invisible to everything and bypasses SE2. Or in short: There is no real way getting people busted with lua only. It is always a fail-attempt, because they can simply look at your "anti-cheat" they downloaded from the server and write a bypass (or make their cheat invisible like I did), while you can look at their (private or modified) cheat.
yes that one was only for stopping jetbot
What is Jetbot?
[QUOTE=CombineGuru;19533459]yes that one was only for stopping jetbot[/QUOTE] Then it's quite useless. Everyone, who can bypass SE2 will most probably not use JetBot or an extensively modified version which can't be identified by this method.
Well i really just need to get rid of these little kids that keep coming to my server and deciding its fun to jetbot...Personally my aimbot gets past SE and SE2 ..really (Yes its only ok for me to do it..noone else is allowed to >:D)
Jetbot can't bypass script enfrocer.
As far as I know admin cam carn't be detected. I used to use it and never got found out. I don't use it any more because I don't go online that much. plus if you know where the police are on rp that just is boring.
[QUOTE=alexojm;19614147]As far as I know admin cam carn't be detected. I used to use it and never got found out. I don't use it any more because I don't go online that much. plus if you know where the police are on rp that just is boring.[/QUOTE] Anything run in the game Lua environment can be detected by Lua anticheats, if they are well enough coded. That's why aVon doesn't use the game environment.
[code]sv_scriptenforcer 2[/code] blocks 99.99% of the cheat kids out there. The other 0.01% will [highlight]always[/highlight] be able to hack on your server - you have to accept this.
[QUOTE=The-Stone;19623420]The other 0.01% will [highlight]always[/highlight] be able to hack on your server - you have to accept this.[/QUOTE] no :frown: I got permabanned from one fretta server because some idiot reported me when I got 100 kills in the round.
Sorry, you need to Log In to post a reply to this thread.