Raised This Month: $ Target: $400
 0% 

jump loopings


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kielor
Senior Member
Join Date: Jan 2009
Location: Russia, Novosibirsk
Old 05-25-2010 , 02:52   jump loopings
Reply With Quote #1

Ok, I'm making antibhophack plugin.
Currently I've made correctly only one type of detections out of two possible.

Second is looping aka _special aka (whatever or kzh by default)_loopx.
At the moment I'm using this code to detect it:
PHP Code:
public fwdCmdStart(iduc_handleseed)
{
    if(
is_user_alive(id) && is_user_connected(id))
    {
        static 
iButtonss_iOldButtons[33], s_iFrameCounter[33], s_iScrollCounter[33];
        
iButtons get_uc(uc_handleUC_Buttons);
        
        if(
s_iOldButtons[id] & IN_JUMP && !(iButtons IN_JUMP))
            
s_iFrameCounter[id] = 0;
        else if(
iButtons IN_JUMP && !(s_iOldButtons[id] & IN_JUMP) && <= s_iFrameCounter[id] && s_iFrameCounter[id] <= 5)
            
s_iScrollCounter[id]++;
        
        if(
s_iScrollCounter[id] >= 10)
        {
            
s_iScrollCounter[id] = 0;
            new 
szName[32];
            
get_user_name(idszName31);
            
client_print(0print_chat"** Bhop hack detected on %s! Reason: jump loopings(poss _special or kzh_loopx)."szName);
            
//kick_user(id, "Bhop hack detected!");
        
}
        
        if(
s_iFrameCounter[id] >= 40s_iScrollCounter[id] = 0;
        
        
s_iOldButtons[id] = iButtons;
        
s_iFrameCounter[id]++;
    }

But this detects it if I jump with scroll.. What is wrong with that?
__________________
try using +karma if i helped you...
kielor is offline
Send a message via ICQ to kielor Send a message via Skype™ to kielor
Brreaker
Senior Member
Join Date: Oct 2009
Location: Constanta, Romania
Old 05-25-2010 , 13:42   Re: jump loopings
Reply With Quote #2

Aren't alias_special blocked by steam since like 2 updates?
__________________
There are 10 kinds of people.Those who understand binary, and those who don't.
Also, for those who understand binary, there is a donation tab too!
No steam || PM support!
Brreaker is offline
Send a message via MSN to Brreaker Send a message via Yahoo to Brreaker
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-25-2010 , 15:55   Re: jump loopings
Reply With Quote #3

You dickass are trying to make an anti bhop hack ?
But you sir, are trying to get help to make a bhop cheat there : http://www.cheat-project.com
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
kielor
Senior Member
Join Date: Jan 2009
Location: Russia, Novosibirsk
Old 05-26-2010 , 03:45   Re: jump loopings
Reply With Quote #4

Quote:
Originally Posted by Brreaker View Post
Aren't alias_special blocked by steam since like 2 updates?
Yes, but there are some cheats that do same thing. KzHack for instance.

Quote:
Originally Posted by ConnorMcLeod View Post
You dickass are trying to make an anti bhop hack ?
But you sir, are trying to get help to make a bhop cheat there : http://www.cheat-project.com
Made my day Yes, sir, I'm trying to make BhopHack Detector, as good as yours, sir. But this can't prevent me from making cheats.
P.S. And you dickass have deleted me from Steam and don't want to accept again!
__________________
try using +karma if i helped you...
kielor is offline
Send a message via ICQ to kielor Send a message via Skype™ to kielor
kielor
Senior Member
Join Date: Jan 2009
Location: Russia, Novosibirsk
Old 05-26-2010 , 06:00   Re: jump loopings
Reply With Quote #5

solved, changed 10 with 20 and 40 with 6
__________________
try using +karma if i helped you...
kielor is offline
Send a message via ICQ to kielor Send a message via Skype™ to kielor
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 05:28.


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