Raised This Month: $ Target: $400
 0% 

Kigen's Anti-Cheat 1.1.9


Post New Thread Closed Thread   
 
Thread Tools Display Modes
CS:S*
BANNED
Join Date: Jun 2009
Old 11-19-2009 , 20:52   Re: Kigen's Anti-Cheat 1.1.9
#2351

oki i'm waiting
CS:S* is offline
justjr
Junior Member
Join Date: Nov 2009
Old 11-19-2009 , 20:54   Re: Kigen's Anti-Cheat 1.1.9
#2352

I havin this error on my log, and the plugin dont load.

Code:
L 11/19/2009 - 22:39:54: [SM] Native "SetConVarInt" reported: Invalid convar handle 0 (error 4)
  L 11/19/2009 - 22:39:54: [SM] Displaying call stack trace for plugin "kigen-ac-pub.smx":
  L 11/19/2009 - 22:39:54: [SM]   [0]  Line 119, kigen-ac-pub.sp::OnPluginStart()
Im using the last version of hooks, compiled for sm 1.2 and its working fine with the superlogs tf2.
What should I do?

Code:
 22:59:11 [SM] Displaying 10 extensions:
          [01] Automatic Updater (1.2.4): Updates SourceMod gamedata files
          [02] Webternet (1.2.4): Extension for interacting with URLs
          [03] TF2 Tools (1.2.4): TF2 extended functionality
          [04] BinTools (1.2.4): Low-level C/C++ Calling API
          [05] SDK Hooks (1.1.0): Source SDK Hooks
          [06] SDK Tools (1.2.4): Source SDK Tools
          [07] Socket (3.0.0alpha): Socket extension for SourceMod
          [08] Top Menus (1.2.4): Creates sorted nested menus
          [09] Client Preferences (1.2.4): Saves client preference settings
          [10] MySQL-DBI (): MySQL driver implementation for DBI

 22:58:42 [SM] Listing 32 plugins:
            01 <Error> "Kigen's Anti-Cheat" (1.2.0.3) by Kigen
            02 "Nextmap" (1.2.4) by AlliedModders LLC
            03 "Admin Menu" (1.2.4) by AlliedModders LLC
            04 "Basic Chat" (1.2.4) by AlliedModders LLC
            05 "Client Preferences" (1.2.4) by AlliedModders LLC
            06 "Advertisements" (0.5.5) by Tsunami
            07 "Basic Ban Commands" (1.2.4) by AlliedModders LLC
            08 "Map Nominations" (1.2.4) by AlliedModders LLC
            09 "PsychoStats Spatial Plugin" (1.1) by Stormtrooper, K1ller
            10 "AFK Manager" (3.2.3) by Rothgar
            11 "SuperLogs: TF2" (1.4.0) by psychonic
            12 "MapChooser" (1.1.0) by AlliedModders LLC
            13 "Player Commands" (1.2.4) by AlliedModders LLC
            14 "Tag Protection" (1.21) by InstantDeath
            15 "Plugin Manager" (1.1.0) by R-Hehl
            16 "Auto Name Changer" (3.0) by MoggieX
            17 "VBAC" (3.3) by MoggieX
            18 "Anti-Flood" (1.2.4) by AlliedModders LLC
            19 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
            20 "Sound Commands" (1.2.4) by AlliedModders LLC
            21 "Admin File Reader" (1.2.4) by AlliedModders LLC
            22 "Basic Commands" (1.2.4) by AlliedModders LLC
            23 "PsychoStats Interface Plugin Rearmed" (0.93) by Axon
            24 "Admin loggin" (1.0) by vIr-Dan
            25 "Rock The Vote" (1.2.4) by AlliedModders LLC
            26 "Admin Help" (1.2.4) by AlliedModders LLC
            27 "Basic Info Triggers" (1.2.4) by AlliedModders LLC
            28 "Reserved Slots" (1.2.4) by AlliedModders LLC
            29 "PermaMute" (0.1) by Ryan "FLOOR_MASTER" Mannion
            30 "Basic Comm Control" (1.2.4) by AlliedModders LLC
            31 "Anti-Ping Mask" (1.7.0) by atom0s, mod by kroleg
            32 "Basic Votes" (1.2.4) by AlliedModders LLC
         Load Errors:
         Kigen's Anti-Cheat: Error detected in plugin startup (see error logs)

Last edited by justjr; 11-19-2009 at 21:03.
justjr is offline
Kigen
BANNED
Join Date: Feb 2008
Old 11-19-2009 , 21:09   Re: Kigen's Anti-Cheat 1.1.9
#2353

Quote:
Originally Posted by myzombie View Post
If I am not wrong, to disable socket, just compile it without network.sp

At kigen-ac-pub.sp, remove this line
#include "kigenac/network.sp"

When you compile, there should be 3 errors.
Remove the 3 lines as well and you have a non-socket version.

BTW kigen, using hook for anti-wallhack is bad especially for people running zombie server. Prone to crashes.

From the KAC code, it seems that KAC needs to hook SetTransmit from SDK Hooks.
Is there anything else?
I have to hook SetTransmit because that is the deciding factor of if the data will be sent or withheld. I don't recommend using Anti-Wallhack on ZM, RPG, or w/e mod servers. Anti-Wallhack is for competitive straight CS:S servers.
Kigen is offline
Kigen
BANNED
Join Date: Feb 2008
Old 11-19-2009 , 21:09   Re: Kigen's Anti-Cheat 1.1.9
#2354

Quote:
Originally Posted by myzombie View Post
Tested, it crashed my server after just a few minutes.

The whole hooking thing is very unnecessary. I will find a way or maybe contact Tsunami to make a lite version of SDK Hooks.

Just need to confirm with Kigen what does KAC needs from that extension.
It needs SetTransmit and that is all.
Kigen is offline
Kigen
BANNED
Join Date: Feb 2008
Old 11-19-2009 , 21:13   Re: Kigen's Anti-Cheat 1.1.9
#2355

Quote:
Originally Posted by justjr View Post
I havin this error on my log, and the plugin dont load.

Code:
L 11/19/2009 - 22:39:54: [SM] Native "SetConVarInt" reported: Invalid convar handle 0 (error 4)
  L 11/19/2009 - 22:39:54: [SM] Displaying call stack trace for plugin "kigen-ac-pub.smx":
  L 11/19/2009 - 22:39:54: [SM]   [0]  Line 119, kigen-ac-pub.sp::OnPluginStart()
Im using the last version of hooks, compiled for sm 1.2 and its working fine with the superlogs tf2.
What should I do?

Code:
 22:59:11 [SM] Displaying 10 extensions:
          [01] Automatic Updater (1.2.4): Updates SourceMod gamedata files
          [02] Webternet (1.2.4): Extension for interacting with URLs
          [03] TF2 Tools (1.2.4): TF2 extended functionality
          [04] BinTools (1.2.4): Low-level C/C++ Calling API
          [05] SDK Hooks (1.1.0): Source SDK Hooks
          [06] SDK Tools (1.2.4): Source SDK Tools
          [07] Socket (3.0.0alpha): Socket extension for SourceMod
          [08] Top Menus (1.2.4): Creates sorted nested menus
          [09] Client Preferences (1.2.4): Saves client preference settings
          [10] MySQL-DBI (): MySQL driver implementation for DBI

 22:58:42 [SM] Listing 32 plugins:
            01 <Error> "Kigen's Anti-Cheat" (1.2.0.3) by Kigen
            02 "Nextmap" (1.2.4) by AlliedModders LLC
            03 "Admin Menu" (1.2.4) by AlliedModders LLC
            04 "Basic Chat" (1.2.4) by AlliedModders LLC
            05 "Client Preferences" (1.2.4) by AlliedModders LLC
            06 "Advertisements" (0.5.5) by Tsunami
            07 "Basic Ban Commands" (1.2.4) by AlliedModders LLC
            08 "Map Nominations" (1.2.4) by AlliedModders LLC
            09 "PsychoStats Spatial Plugin" (1.1) by Stormtrooper, K1ller
            10 "AFK Manager" (3.2.3) by Rothgar
            11 "SuperLogs: TF2" (1.4.0) by psychonic
            12 "MapChooser" (1.1.0) by AlliedModders LLC
            13 "Player Commands" (1.2.4) by AlliedModders LLC
            14 "Tag Protection" (1.21) by InstantDeath
            15 "Plugin Manager" (1.1.0) by R-Hehl
            16 "Auto Name Changer" (3.0) by MoggieX
            17 "VBAC" (3.3) by MoggieX
            18 "Anti-Flood" (1.2.4) by AlliedModders LLC
            19 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
            20 "Sound Commands" (1.2.4) by AlliedModders LLC
            21 "Admin File Reader" (1.2.4) by AlliedModders LLC
            22 "Basic Commands" (1.2.4) by AlliedModders LLC
            23 "PsychoStats Interface Plugin Rearmed" (0.93) by Axon
            24 "Admin loggin" (1.0) by vIr-Dan
            25 "Rock The Vote" (1.2.4) by AlliedModders LLC
            26 "Admin Help" (1.2.4) by AlliedModders LLC
            27 "Basic Info Triggers" (1.2.4) by AlliedModders LLC
            28 "Reserved Slots" (1.2.4) by AlliedModders LLC
            29 "PermaMute" (0.1) by Ryan "FLOOR_MASTER" Mannion
            30 "Basic Comm Control" (1.2.4) by AlliedModders LLC
            31 "Anti-Ping Mask" (1.7.0) by atom0s, mod by kroleg
            32 "Basic Votes" (1.2.4) by AlliedModders LLC
         Load Errors:
         Kigen's Anti-Cheat: Error detected in plugin startup (see error logs)
Re-download KAC manually.

http://www.kigenac.com/KACSM/BETA/kigen-ac-pub.smx
Kigen is offline
myzombie
BANNED
Join Date: Apr 2009
Old 11-19-2009 , 21:19   Re: Kigen's Anti-Cheat 1.1.9
#2356

Quote:
Originally Posted by Kigen View Post
It needs SetTransmit and that is all.
Thanks. Will try to get psy to recompile SDK Hook that only has SetTransmit.
myzombie is offline
Kigen
BANNED
Join Date: Feb 2008
Old 11-19-2009 , 21:27   Re: Kigen's Anti-Cheat 1.1.9
#2357

Quote:
Originally Posted by myzombie View Post
Thanks. Will try to get psy to recompile SDK Hook that only has SetTransmit.
Have fun. By the way, KAC 1.2.0.3 doesn't need SDKHooks to work. It just needs it for Anti-WH.
Kigen is offline
myzombie
BANNED
Join Date: Apr 2009
Old 11-19-2009 , 21:37   Re: Kigen's Anti-Cheat 1.1.9
#2358

KAC 1.2.0.3 runs perfectly without SDKHooks.

But having Anti-WH is cool ;)

Good job Kigen.
myzombie is offline
justjr
Junior Member
Join Date: Nov 2009
Old 11-19-2009 , 21:40   Re: Kigen's Anti-Cheat 1.1.9
#2359

Thank you Kigen.
Its working great now.
Waiting this anti wall hack for TF2, wich I run on my server.
Great work!
justjr is offline
Fearts
ferts of daeth
Join Date: Oct 2008
Old 11-19-2009 , 23:03   Re: Kigen's Anti-Cheat 1.1.9
#2360

Hey I just joined my server and it told me to change my name is this part of your plugin?


EDIT:

It does look like your plugin is there a way to disable this feature?
__________________

Last edited by Fearts; 11-19-2009 at 23:10.
Fearts is offline
Closed Thread



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 05:16.


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