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

Anti FastFire v1.2


Post New Thread Reply   
 
Thread Tools Display Modes
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 03-26-2008 , 17:54   Re: Anti FastFire v1.2
Reply With Quote #41

Will this speed hacks? Like how they use their knives? That's how I think, hehe.
P4rD0nM3 is offline
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 03-27-2008 , 14:44   Re: Anti FastFire v1.2
Reply With Quote #42

Quote:
Originally Posted by P4rD0nM3 View Post
Will this speed hacks? Like how they use their knives? That's how I think, hehe.
Perhaps, if they can trigger a fire event with the knife above permitted ratios then it's possible.

Other options are http://forums.alliedmods.net/showthread.php?t=57767 and http://forums.alliedmods.net/showthread.php?t=19276 - explicitly constructed to detect speedhacks. Didnt get approved though, possibly due to the fact that these plugins will randomly ban users on surf maps (and other maps enabling the clients to move unnaturaly fast)
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 03-27-2008 , 15:17   Re: Anti FastFire v1.2
Reply With Quote #43

It explicitly says..."This anti-cheat plugin is developed to be used for normal servers - not funservers." And I only have Classic servers, so I'm guessing it's safe. Hehe.
P4rD0nM3 is offline
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 03-28-2008 , 03:23   Re: Anti FastFire v1.2
Reply With Quote #44

Quote:
Originally Posted by P4rD0nM3 View Post
It explicitly says..."This anti-cheat plugin is developed to be used for normal servers - not funservers." And I only have Classic servers, so I'm guessing it's safe. Hehe.
Anyway, it's my guess as to why it was unapproved - I could be wrong and there could be something wrong with it. In any case, you can report bugs and such directly to me and I will try to revise it - but you use it at own risk.
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 03-28-2008 , 19:37   Re: Anti FastFire v1.2
Reply With Quote #45

Alright, sounds fair. Thanks for the plugin.
P4rD0nM3 is offline
mr_spock
Junior Member
Join Date: Apr 2008
Old 05-27-2008 , 14:56   Re: Anti FastFire v1.2
Reply With Quote #46

any positive tests on this pluing!?
Please post them so we can insure that this is safe to use, and also works correctly
mr_spock is offline
Kitami
Senior Member
Join Date: Jun 2006
Location: Toronto
Old 07-26-2008 , 19:55   Re: Anti FastFire v1.2
Reply With Quote #47

It was registering fine when a hacker joined, it would say blah blah was kick for fast fire, but it actually doesn't ban the person it just says it out loud to the server. So it doesnt ban / kick but it does register that the person is fast firing.
__________________
You know what I'd like to be? I mean if I had my goddamn choice, I'd just be the catcher in the rye and all.
Kitami is offline
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 09-04-2008 , 21:32   Re: Anti FastFire v1.2
Reply With Quote #48

Mine doesn't ban either.

I'm banning via AMX Bans.

Code:
public checkBulletCount()
{
	if (get_cvar_num("amx_af") == 1)
	{
		for(new i=1;i<=g_MaxPlayers;i++)
		{
			if(is_user_alive(i))
			{
				//client_print(i,print_chat,"%i",countBullets[i])
				if (countBullets[i] > get_cvar_num("amx_af_max"))
				{
					new Authid[35],Name[32],CurrentTime[29],Map[32],ping,loss,Message[256]
					//client_print(0,print_chat,"%i",countBullets[i])
					get_user_name(i,Name,31)
					get_user_authid(i,Authid,34)
					get_mapname(Map,31)
					get_user_ping(i,ping,loss)
					get_time("%d/%m-%Y - %H:%M:%S",CurrentTime,29)
					
					format(Message,255,"[Anti FastFire %s - %s] %s<%s> using FastFire type of cheat (Ping: %d )",CurrentTime,Map,Name,Authid,ping)
					log_amx(Message)

					//client_print(0, print_chat, "%s booted by AF plugin.",Name)

					if (get_cvar_num("amx_af") == 0)
					{
						server_cmd("kick #%d Anti Fastfire",get_user_userid(i))
						server_cmd("banid 0.0 %s",Authid)
						server_cmd("writeid")
					}
					else
					{
						server_cmd("amx_ban %i %s Anti Fastfire", get_cvar_num("amx_af_bantime"), i)
					}
				}
			}
			countBullets[i] = 0
		}
	}
}
All I get is this message...

Quote:
L 09/04/2008 - 13:59:45: [anti_fastfire.amxx] [Anti FastFire 04/09-2008 - 13:59:45 - de_inferno] Mr. High On Cracks<STEAM_0:1928497> using FastFire type of cheat (Ping: 98 )
P4rD0nM3 is offline
taheri6
Member
Join Date: Mar 2006
Old 01-05-2009 , 18:19   Re: Anti FastFire v1.2
Reply With Quote #49

Same problem on amx 1.81 although the plugin runs fine it doesnt do any banning, it just logs it

I am using amxbans
amx_af 1
amx_af_amxban 1
amx_af_bantime 30
__________________
http://www.yaur.com -=[Yaur]=- Clan Website

Last edited by taheri6; 01-19-2009 at 02:04.
taheri6 is offline
taheri6
Member
Join Date: Mar 2006
Old 01-19-2009 , 02:07   Re: Anti FastFire v1.2
Reply With Quote #50

I get about three warnings per day (I set it to log in a special file so I can easily check), and of those people who are logged, none of them get banned, and to be honest, all of them really suck. None of them were hacking and most of them couldnt keep a positive score on a death match server running gun game.

Im not very convinced this plugin works that well in detecting - does any one else have any feedback?
__________________
http://www.yaur.com -=[Yaur]=- Clan Website
taheri6 is offline
Reply



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 17:10.


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