Raised This Month: $12 Target: $400
 3% 

AntiDLL


Post New Thread Reply   
 
Thread Tools Display Modes
doroemon
Senior Member
Join Date: Dec 2009
Location: TF2 AFK Server
Old 05-11-2021 , 23:11   Re: AntiDLL
Reply With Quote #31

Quote:
Originally Posted by Ejziponken View Post
Is there a log only option?
sourcemod/configs/antidll/settings.ini :
Code:
"ad_action_method"			"0"			// 0 - None, 1 - Kick, 2 - SM Ban, 3 - SB Ban, 4 - MA Ban
											// Add up the values below to get the functionality you want.
"ad_notification_method"	"1"			// 0 - None, 1 - Log to file, 2 - Print to server, 4 - Print to chat admins 8 - Print to chat all
Quote:
Originally Posted by JDW View Post
A small extension capable of detecting cheats at an early stage and eliminating a dishonest player. Protects against 90 internal software

Support Game: CSGO, CSS, It is also possible to support other games, write to me in discord.

Support for the development of a full-fledged anti-cheat:

Visa: 4276 2800 1954 9093
PayPal: [email protected]
https://discord.gg/5dVeerDRUF


GitHub - https://github.com/JDW1337/AntiDLL
Release - https://github.com/JDW1337/AntiDLL/releases
does this Extensions support for TF2?
__________________
I'm just a guy who's a server operator for fun.
https://steamcommunity.com/groups/cfmsg
doroemon is offline
lhffan
Senior Member
Join Date: Jul 2008
Old 05-12-2021 , 23:07   Re: AntiDLL
Reply With Quote #32

Quote:
Originally Posted by JDW View Post
A small extension capable of detecting cheats at an early stage and eliminating a dishonest player. Protects against 90 internal software

Support Game: CSGO, CSS, It is also possible to support other games, write to me in discord.

Support for the development of a full-fledged anti-cheat:

Visa: 4276 2800 1954 9093
PayPal: [email protected]
https://discord.gg/5dVeerDRUF


GitHub - https://github.com/JDW1337/AntiDLL
Release - https://github.com/JDW1337/AntiDLL/releases
TF2 and DODS wouldc be nice

Last edited by lhffan; 05-15-2021 at 08:45.
lhffan is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-09-2022 , 13:57   Re: AntiDLL
Reply With Quote #33

Does this ban for OBS?
Ejziponken is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-14-2022 , 12:51   Re: AntiDLL
Reply With Quote #34

Quote:
Originally Posted by Ejziponken View Post
Does this ban for OBS?
no, explained quite simply. There are events in cheats and when one of the banned events is called, the person is banned...but some cheats have been updated so that you can bypass it
freak.exe_uLow is offline
r3v
Senior Member
Join Date: Feb 2016
Location: Lithuania, Vilnius
Old 03-15-2022 , 10:03   Re: AntiDLL
Reply With Quote #35

Is this latest version anticheat still working and banning cheaters in csgo? Can someone confirm this?
r3v is offline
dr_lex
Member
Join Date: Dec 2014
Old 04-08-2022 , 09:37   Re: AntiDLL
Reply With Quote #36

Quote:
Originally Posted by lhffan View Post
TF2 and DODS wouldc be nice
+L4D2
__________________
dr_lex is offline
xSaG
Junior Member
Join Date: Sep 2018
Location: Romānia
Old 05-22-2022 , 03:33   Re: AntiDLL
Reply With Quote #37

Quote:
Originally Posted by JDW View Post
A small extension capable of detecting cheats at an early stage and eliminating a dishonest player. Protects against 90 internal software

Support Game: CSGO, CSS, It is also possible to support other games, write to me in discord.

Support for the development of a full-fledged anti-cheat:

Visa: 4276 2800 1954 9093
PayPal: [email protected]
https://discord.gg/5dVeerDRUF


GitHub - https://github.com/JDW1337/AntiDLL
Release - https://github.com/JDW1337/AntiDLL/releases
Give me discord. I buy private anticheat!
xSaG is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 05-30-2022 , 10:22   Re: AntiDLL
Reply With Quote #38

https://github.com/eyal282/SQLite-Ba.../SQLiteBans.sp

Can you support this? It's meant to support the normal BanClient with slight edits:

BanClient(client, blocking_time, BANFLAG_AUTO, message);

-->

BanClient(client, blocking_time, BANFLAG_AUTO|BANFLAG_NOKICK, message, "dummy_value", "antidll")

// Client still in game? SQLiteBans is not installed and we need to kick him ourselves.
if(!IsClientInKickQueue(client))
{
KickClient(client, message);
}
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 05-30-2022 at 10:32.
eyal282 is offline
Kamizun
AlliedModders Donor
Join Date: May 2015
Location: Portugal
Old 02-03-2023 , 14:08   Re: AntiDLL
Reply With Quote #39

After 02/02 update needs new gamedata

Code:
L 02/03/2023 - 18:44:39: [SM] Unable to load extension "AntiDLL.ext": Failed to create interceptor
L 02/03/2023 - 18:44:39: [SM] Unable to load plugin "AntiDLL.smx": Required extension "AntiDLL" file("AntiDLL.ext") not running
Kamizun is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-03-2023 , 14:10   Re: AntiDLL
Reply With Quote #40

Quote:
Originally Posted by Kamizun View Post
After 02/02 update needs new gamedata

Code:
L 02/03/2023 - 18:44:39: [SM] Unable to load extension "AntiDLL.ext": Failed to create interceptor
L 02/03/2023 - 18:44:39: [SM] Unable to load plugin "AntiDLL.smx": Required extension "AntiDLL" file("AntiDLL.ext") not running
Attached Files
File Type: txt engine.csgo.txt (370 Bytes, 213 views)
freak.exe_uLow is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode