• GMOD AntiCheat
    28 replies, posted
Was wondering if I could get some suggestion for anti cheat plugins or code for my server. Thanks!\
LeyAC anticheat.
sv_allowcslua 1
With the right setup: [url]https://scriptfodder.com/scripts/view/192[/url] is very useful and stops 99% of cheaters.
[QUOTE=actuallytyler;46042283]With the right setup: [url]https://scriptfodder.com/scripts/view/192[/url] is very useful and stops 99% of cheaters.[/QUOTE] i bet it couldn't stop me
The T James Money Sign Library has an experimental AC included since the last update. It's still a piece of shit though
This is a pretty dumb question, what is sv_allowcslua? people have been suggesting I turn it on but I want to know what it really is and how it helps keep Hackers/bypassers out.
[QUOTE=M21z;46042999]This is a pretty dumb question, what is sv_allowcslua? people have been suggesting I turn it on but I want to know what it really is and how it helps keep Hackers/bypassers out.[/QUOTE] Hes taking the piss, it openly allows people to run clientside lua scripts
[QUOTE=actuallytyler;46042283]With the right setup: [url]https://scriptfodder.com/scripts/view/192[/url] is very useful and stops 99% of cheaters.[/QUOTE] nice self promo bae
get LeyAC or just shove this shit in your addons [url]https://github.com/zerothefallen/Quack-Anti-Cheat[/url]
[QUOTE=WhiteHusky;46037179]sv_allowcslua 1[/QUOTE] I realized I fucked up. sv_allowcslua [B]0[/B]
[QUOTE=WhiteHusky;46045433]I realized I fucked up. sv_allowcslua [B]0[/B][/QUOTE] Automatically it is set to 0, I was just wondering what it was, also one of my friends were suggesting to set it to 1 thats why I came here and made this thread. :dance:
If you want sv_allowcslua 1 but don't want people to cheat, you are going to have a hard time. Your best bet would be to learn lua and write your own anticheat, blacklisting hooks that are used for cheats like aim bots. You could also use an admin mod that allows you to run Lua on a client with sv_allowcslua 0, but this will not prevent cheaters from the people who have access to it. In the case you just want an anticheat, there are no 'good' ones around. You could try LeyAC or QAC but they are not foolproof and in the case of LeyAC, cost money.
Someone once told me, admins are your best anti cheat. Also, I don't know if this isn't allowed or what, there are many scripts out there called screen grab. If you suspect someone is cheating, use the screen grab on them and it will take a picture of there screen and send it to you ingame. Easy for catching wall hackers. But yeh, your best options are setting sv_allowcslua 0 and getting some good admins and possibly adding a screen grab script. I don't really care for anti-cheat addons.
Quack Anti-Cheat isn't bad, it'll detect most skids.
[QUOTE=actuallytyler;46053371]Quack Anti-Cheat isn't bad, it'll detect most skids.[/QUOTE] The privately updated QAC works a lot better. Only the obsessive C++ nerds get into my server. [QUOTE=actuallytyler;46042283]With the right setup: [url]https://scriptfodder.com/scripts/view/192[/url] is very useful and stops 99% of cheaters.[/QUOTE] This script only detects blacklisted convars in the server. Nothing special at all. Also, your behavior and lack of maturity will really get you purchases! [img]http://sereneservernetwork.com/images/sfscreen.png[/img]
what do you mean privately updated the most updated version is on github, free for all lol.
[QUOTE=Noi;46056735]lack of immaturity, what[/QUOTE]He complimented him duuuh!
Well thanks for all your replys... I got QAC running now ;)
if it doesnt work out for you, try leyac, its 10x more comprehensive than mine
[QUOTE=zerothefallen;46061585]if it doesnt work out for you, try leyac, its 10x more comprehensive than mine[/QUOTE] What is yours?
[QUOTE=bluebull107;46061590]What is yours?[/QUOTE] QAC is zook's and I's creation
I'll vouch for LeyAC it can be a little overwhelming to set up if you're unfamiliar with lua ,but once it's set up it detects basically everything.
[QUOTE=WhiteHusky;46037179]sv_allowcslua 1[/QUOTE] Seriously, anyone with half a brain could force that cvar.
[QUOTE=zerothefallen;46055996]what do you mean privately updated the most updated version is on github, free for all lol.[/QUOTE] Someone else is playing with it and it works :p
[img]http://i.imgur.com/G4WXVYy.png[/img] Oh the irony.
[QUOTE=M21z;46046509]Automatically it is set to 0, I was just wondering what it was, also one of my friends were suggesting to set it to 1 thats why I came here and made this thread. :dance:[/QUOTE] Actually, DarkRP forces it to 1 by default. Really dumb. Just do a check on clientside convars for host_timescale, sv_cheats, sv_allowcslua, and anything else "malicious." That'll stop like 90% of cheats since most are shitty MGPH hacks.
[QUOTE=.:ATomIC:.;46068640]Someone else is playing with it and it works :p[/QUOTE] well its most likely garbage since they'd need to re-write qac entirely. i've fit as much as you can with my method, at this point, a new method is required.
Sorry, you need to Log In to post a reply to this thread.