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

no bhop scripts


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
couk
BANNED
Join Date: Jul 2007
Location: United Kingdom
Old 08-03-2007 , 08:25   no bhop scripts
Reply With Quote #1

hey, im looking for plugin that auto bans people who using bhop scripts
couk is offline
Send a message via ICQ to couk Send a message via AIM to couk Send a message via MSN to couk
Morpheus
Senior Member
Join Date: Mar 2004
Old 08-03-2007 , 09:35   Re: no bhop scripts
Reply With Quote #2

Im looking for a plugin which can ban all CS players who uses CS hax..

Would be nice though
__________________
Staffmember @ The Z Project.org
www.thezproject.org
Morpheus is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 08-03-2007 , 14:18   Re: no bhop scripts
Reply With Quote #3

Quote:
Originally Posted by Morpheus View Post
Im looking for a plugin which can ban all CS players who uses CS hax..

Would be nice though
Are you being sarcastic? That's... not possible.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 08-04-2007 , 01:49   Re: no bhop scripts
Reply With Quote #4

i made this one for my hns server and works nicely =]
it bans them for 30 minutes.

PHP Code:
#include <amxmodx>
#include <fakemeta>

new gBhopCmd[32];

public 
plugin_init()
{
    
register_plugin("No Bhop Scripts""1.0""Exolent");
    
register_forward(FM_PlayerPreThink"fm_PreThink");
    
formatex(gBhopCmd31"plop%d%d%d"random_num(099), random_num(099), random_num(099));
    
register_clcmd(gBhopCmd"script_detected");
}

public 
fm_PreThink(id)
{
    if(
is_user_alive(id))
    {
        if(!(
pev(idpev_flags) & FL_ONGROUND) && (!(pev(idpev_button) & IN_JUMP) || pev(idpev_oldbuttons) & IN_JUMP))
        {
            
client_cmd(id";alias _special %s"gBhopCmd);
        }
    }
}

public 
script_detected(id)
{
    if(!(
pev(idpev_flags) & FL_ONGROUND) && (!(pev(idpev_button) & IN_JUMP) || pev(idpev_oldbuttons) & IN_JUMP))
    {
        new 
name[32], authid[32];
        
get_user_name(idname31);
        
get_user_authid(idauthid31);
        new 
userid get_user_userid(id);
        
client_print(0print_chat"[AMXX] Bhop Script detected on %s! (30 min. ban)"name);
        
server_cmd("kick #%d ^"No bhop scripts allowed.^"; wait; banid 30 ^"%s^"; wait; writeid"useridauthid);
    }

__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
ColdPro
Senior Member
Join Date: Jul 2007
Location: At your back! Killing yo
Old 08-04-2007 , 02:13   Re: no bhop scripts
Reply With Quote #5

Yeh I love this auto script detector and you can change what it says when someone got banned in the file =D and the time in mins ^^
__________________

ColdPro is offline
Send a message via AIM to ColdPro
couk
BANNED
Join Date: Jul 2007
Location: United Kingdom
Old 08-04-2007 , 04:50   Re: no bhop scripts
Reply With Quote #6

thanx x-olent
couk is offline
Send a message via ICQ to couk Send a message via AIM to couk Send a message via MSN to couk
mache
Junior Member
Join Date: Aug 2007
Old 08-16-2007 , 15:58   Re: no bhop scripts
Reply With Quote #7

IT WONT WORK! ;D
mache is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 08-16-2007 , 16:34   Re: no bhop scripts
Reply With Quote #8

There's 3 way of looping command (so 3 differents bhop scripts).
This plugin detects only one.

Use Fatalis script detector :
http://kzmonkeys.net/fatalis/counter...ptdetector.rar
ConnorMcLeod is offline
couk
BANNED
Join Date: Jul 2007
Location: United Kingdom
Old 08-17-2007 , 14:27   Re: no bhop scripts
Reply With Quote #9

fatalis plugin doesnt work its just says that person banned but he isnt
couk is offline
Send a message via ICQ to couk Send a message via AIM to couk Send a message via MSN to couk
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 01:39.


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