Raised This Month: $32 Target: $400
 8% 

Aimbot detection


Post New Thread Reply   
 
Thread Tools Display Modes
^BuGs^
Senior Member
Join Date: May 2007
Old 07-24-2007 , 12:19   Re: Aimbot detection
Reply With Quote #11

Place the complied .smx file into the Sourcemod Plugins folder. You need Sourcemod for installation.
__________________
Sourcemod Plugin Author and Plugin Approver
"The correct way is MAXPLAYERS + 1"
I will not take bugs/new idea reports over the forums. Please use the issue list.
^BuGs^ is offline
imported_Anth0ny
Senior Member
Join Date: Jan 2005
Location: Saturn
Old 07-25-2007 , 06:33   Re: Aimbot detection
Reply With Quote #12

try to compile:

SourcePawn Compiler 1.0.0.1170
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2007 AlliedModders, LLC

aimbot.sp(255) : warning 217: loose indentation
aimbot.sp(270) : warning 213: tag mismatch
aimbot.sp(270) : warning 213: tag mismatch
aimbot.sp(495) : warning 203: symbol is never used: "DisplayInfo"
Header size: 2748 bytes
Code size: 11328 bytes
Data size: 9780 bytes
Stack/heap size: 16384 bytes; Total requirements: 40240 bytes

4 Warnings.
imported_Anth0ny is offline
Send a message via ICQ to imported_Anth0ny
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 07-25-2007 , 22:37   Re: Aimbot detection
Reply With Quote #13

Quote:
Originally Posted by imported_Anth0ny View Post
try to compile:

SourcePawn Compiler 1.0.0.1170
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2007 AlliedModders, LLC

aimbot.sp(255) : warning 217: loose indentation
aimbot.sp(270) : warning 213: tag mismatch
aimbot.sp(270) : warning 213: tag mismatch
aimbot.sp(495) : warning 203: symbol is never used: "DisplayInfo"
Header size: 2748 bytes
Code size: 11328 bytes
Data size: 9780 bytes
Stack/heap size: 16384 bytes; Total requirements: 40240 bytes

4 Warnings.
Those would be warnings. I know about them, and I have no plans to fix them any time soon (The compiler doesn't seem to like some of the stuff I do, but it doesn't cause problems)
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
Extreme_One
Veteran Member
Join Date: Nov 2006
Old 08-13-2007 , 09:14   Re: Aimbot detection
Reply With Quote #14

Code:
./include/string.inc(81) : warning 234: function is deprecated (symbol "StrCompare") Use strcmp() instead

./include/string.inc(237) : warning 234: function is deprecated (symbol "StrBreak") Use BreakString() instead

./include/clients.inc(196) : warning 234: function is deprecated (symbol "IsPlayerInGame") Use IsClientInGame() instead

/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(116) : warning 234: function is deprecated (symbol "StrBreak") Use BreakString() instead

/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(117) : warning 234: function is deprecated (symbol "StrBreak") Use BreakString() instead

/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(143) : warning 234: function is deprecated (symbol "OnServerCfg") Use OnConfigsExecuted() instead

/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(205) : warning 234: function is deprecated (symbol "StrCompare") Use strcmp() instead

/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(224) : warning 234: function is deprecated (symbol "IsPlayerInGame") Use IsClientInGame() instead

/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(255) : warning 217: loose indentation
/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(270) : warning 213: tag mismatch
/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(270) : warning 213: tag mismatch
/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(288) : warning 234: function is deprecated (symbol "IsPlayerInGame") Use IsClientInGame() instead
Does all this matter?

/home/groups/sourcemod/upload_tmp/phpnyfsiV.sp(495) : warning 203: symbol is never used: "DisplayInfo"
__________________
Extreme_One is offline
FlyingMongoose
Veteran Member
Join Date: Mar 2004
Old 08-13-2007 , 23:56   Re: Aimbot detection
Reply With Quote #15

As of right now, no it doesn't matter much, there's backwards compatibility, it won't matter until SM version 1.0.0 is released.
__________________
Please do NOT PM for support.

Only ask for support in plugin threads.

TunedChaos.com - Precision Tuned Game Servers
FlyingMongoose is offline
imported_Anth0ny
Senior Member
Join Date: Jan 2005
Location: Saturn
Old 08-26-2007 , 09:42   Re: Aimbot detection
Reply With Quote #16

plugin is actual and working as coded you mean? =)
__________________
aka Mad.Eagle
Creator\Owner\Admin of
www.megatron.ws
imported_Anth0ny is offline
Send a message via ICQ to imported_Anth0ny
imported_Anth0ny
Senior Member
Join Date: Jan 2005
Location: Saturn
Old 08-26-2007 , 09:49   Re: Aimbot detection
Reply With Quote #17

fixed bunch of warnings

still exist:

Code:
/home/groups/sourcemod/upload_tmp/phpZZNQxa.sp(255) : warning 217: loose indentation
/home/groups/sourcemod/upload_tmp/phpZZNQxa.sp(270) : warning 213: tag mismatch
/home/groups/sourcemod/upload_tmp/phpZZNQxa.sp(270) : warning 213: tag mismatch
/home/groups/sourcemod/upload_tmp/phpZZNQxa.sp(495) : warning 203: symbol is never used: "DisplayInfo"
Attached Files
File Type: sp Get Plugin or Get Source (aimbot.sp - 1103 views - 14.2 KB)
__________________
aka Mad.Eagle
Creator\Owner\Admin of
www.megatron.ws
imported_Anth0ny is offline
Send a message via ICQ to imported_Anth0ny
Craziness
Junior Member
Join Date: Sep 2007
Old 09-29-2007 , 23:14   Re: Aimbot detection
Reply With Quote #18

Any chance there will be usable with Fortress Forever in the future (assuming it won't now, looks built strictly for CS)?
Craziness is offline
ottobohn
Senior Member
Join Date: Sep 2007
Old 11-09-2007 , 13:55   Re: Aimbot detection
Reply With Quote #19

Think you could port this to admin chat thorugh sourcemod instead of the other admin ways? This utility would be great if you had it like that. We're stuck since we use supermenu and sourcemod only.

Could you please convert for us?

otto
ottobohn is offline
dirtyjob
Senior Member
Join Date: Jul 2007
Location: Boston,MA
Old 11-10-2007 , 15:43   Re: Aimbot detection
Reply With Quote #20

can you make this work for dod:s??? please
dirtyjob is offline
Send a message via AIM to dirtyjob
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 07:20.


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