Search found 12 matches
- Thu Jun 02, 2011 4:35 pm
- Forum: Suggestions
- Topic: What do you suggest?
- Replies: 11
- Views: 117482
Re: What do you suggest?
Have you thought about a file-consistency module?
- Mon May 30, 2011 9:43 am
- Forum: Suggestions
- Topic: What do you suggest?
- Replies: 11
- Views: 117482
Re: What do you suggest?
I'd assume as far as CVAR detection goes there is not much left to improve on. Have you considered whole-new modules to the AC such as an anti-aimbot one?
Also, I am not too sure on the logistics behind something like this but would it be possible check if a client has access to a function (as I ...
Also, I am not too sure on the logistics behind something like this but would it be possible check if a client has access to a function (as I ...
- Tue May 03, 2011 4:59 pm
- Forum: Support
- Topic: Issue compiling
- Replies: 12
- Views: 29421
Re: Issue compiling
I understand that KAC is does not officially support Garry's-Mod nor do I assume Kigen would want to put extra-time into it for it to be a highly-supported plugin but in its current state it still does function as a good GMod AC. There is only one major issue (zm_version I believe has to be removed ...
- Tue May 03, 2011 11:45 am
- Forum: Support
- Topic: Issue compiling
- Replies: 12
- Views: 29421
Re: Issue compiling
we dont support modded KAC. so therefore no support here. end of discussion
Thanks for this, this thread was mainly to discuss modifcations that Kigen had advised me to do before in responce to a question of mine(http://www.kigenac.com/viewtopic.php?t=1088), plus removing the reason of the ban ...
Thanks for this, this thread was mainly to discuss modifcations that Kigen had advised me to do before in responce to a question of mine(http://www.kigenac.com/viewtopic.php?t=1088), plus removing the reason of the ban ...
- Mon May 02, 2011 12:56 pm
- Forum: Support
- Topic: Issue compiling
- Replies: 12
- Views: 29421
Re: Issue compiling
Ahh ok, thanks for clearing this up. I do have access to unabn anyone/everyone if anything goes a bit wrong.
- Mon May 02, 2011 11:25 am
- Forum: Support
- Topic: Issue compiling
- Replies: 12
- Views: 29421
Re: Issue compiling
Hmm, thanks. I'd still like to see whether the eye-detection routine is compatible in GMOD. Would it be possible to have a word (I assume it may need to be from Kigen) that if one of my Steam-Accounts is banned for such an offense that it will be able to be unbanned?
Also, I am fairly sure that it ...
Also, I am fairly sure that it ...
- Sun May 01, 2011 2:14 pm
- Forum: Support
- Topic: Issue compiling
- Replies: 12
- Views: 29421
Re: Issue compiling
Thanks for the reply.
I have tried to use it with 1.37/1.40 version of sourcemod, both have the issue still.
I'd unserstand that using a pre-compliled version would be easier but as I am using this with Garry's-Mod then its not really an option. I normally include a few extra existence CVAR checks ...
I have tried to use it with 1.37/1.40 version of sourcemod, both have the issue still.
I'd unserstand that using a pre-compliled version would be easier but as I am using this with Garry's-Mod then its not really an option. I normally include a few extra existence CVAR checks ...
- Sun May 01, 2011 1:10 pm
- Forum: Support
- Topic: Issue compiling
- Replies: 12
- Views: 29421
Issue compiling
Hi,
I am trying to compile that latest version of KAC but it is returning this error:
kigenac/translations.sp(1) : error 010: invalid function declaration
Honestly, it could be due to the fact I have little knowledge on compiling SM plugins; but it seems able to complile all other plugins fine ...
I am trying to compile that latest version of KAC but it is returning this error:
kigenac/translations.sp(1) : error 010: invalid function declaration
Honestly, it could be due to the fact I have little knowledge on compiling SM plugins; but it seems able to complile all other plugins fine ...
- Sat Feb 12, 2011 5:59 am
- Forum: Support
- Topic: Adding Client-Side Cvars?
- Replies: 7
- Views: 15814
Re: Adding Client-Side Cvars?
Thanks for the reply again.
I believe this is one of the scripts that SethHack uses to prevent being detected.
//Convars
function GetConVarNumber( cvar )
if( cvar == "sv_cheats" ) then return 0 end
if( cvar == "sv_scriptenforcer" ) then return 1 end
if( cvar == "host_timescale" ) then return ...
I believe this is one of the scripts that SethHack uses to prevent being detected.
//Convars
function GetConVarNumber( cvar )
if( cvar == "sv_cheats" ) then return 0 end
if( cvar == "sv_scriptenforcer" ) then return 1 end
if( cvar == "host_timescale" ) then return ...
- Fri Feb 11, 2011 2:50 pm
- Forum: Support
- Topic: Adding Client-Side Cvars?
- Replies: 7
- Views: 15814
Re: Adding Client-Side Cvars?
Thanks, the command is not the most important issue.
With the CVARs the main hacks/mods that are on Gmod are fairly sophisticated, they have many detours to prevent some of the checks. Before I go and start to modify the plugin does KAC have any checks that would counter-act the detours these hacks ...
With the CVARs the main hacks/mods that are on Gmod are fairly sophisticated, they have many detours to prevent some of the checks. Before I go and start to modify the plugin does KAC have any checks that would counter-act the detours these hacks ...