Search found 12 matches

by Jonzky
Thu Jun 02, 2011 4:35 pm
Forum: Suggestions
Topic: What do you suggest?
Replies: 11
Views: 39052

Re: What do you suggest?

Have you thought about a file-consistency module?
by Jonzky
Mon May 30, 2011 9:43 am
Forum: Suggestions
Topic: What do you suggest?
Replies: 11
Views: 39052

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 ass...
by Jonzky
Tue May 03, 2011 4:59 pm
Forum: Support
Topic: Issue compiling
Replies: 12
Views: 23434

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)...
by Jonzky
Tue May 03, 2011 11:45 am
Forum: Support
Topic: Issue compiling
Replies: 12
Views: 23434

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 from...
by Jonzky
Mon May 02, 2011 12:56 pm
Forum: Support
Topic: Issue compiling
Replies: 12
Views: 23434

Re: Issue compiling

Ahh ok, thanks for clearing this up. I do have access to unabn anyone/everyone if anything goes a bit wrong.
by Jonzky
Mon May 02, 2011 11:25 am
Forum: Support
Topic: Issue compiling
Replies: 12
Views: 23434

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 c...
by Jonzky
Sun May 01, 2011 2:14 pm
Forum: Support
Topic: Issue compiling
Replies: 12
Views: 23434

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 a...
by Jonzky
Sun May 01, 2011 1:10 pm
Forum: Support
Topic: Issue compiling
Replies: 12
Views: 23434

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 but i...
by Jonzky
Sat Feb 12, 2011 5:59 am
Forum: Support
Topic: Adding Client-Side Cvars?
Replies: 7
Views: 12774

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_timesca...
by Jonzky
Fri Feb 11, 2011 2:50 pm
Forum: Support
Topic: Adding Client-Side Cvars?
Replies: 7
Views: 12774

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 ...