AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceMod Anti-Cheat (https://forums.alliedmods.net/forumdisplay.php?f=133)
-   -   Infinite Ubercharge (https://forums.alliedmods.net/showthread.php?t=213945)

cool_myll 04-21-2013 05:08

Infinite Ubercharge
 
Can someone add detection for this?

Posting a known cheat changelog:
Quote:

1.4 Final:
Improved Aimbot speed
Added aimbot option to ignore invisible/Cloaked spies
Added nospread option
Added Infinite Ubercharge for Medic
Fixed speedhack lags after a game update
Fixed to work with any injector
Note: Disable nospread/crits on SMAC servers to prevent bans

PBSGTS 04-21-2013 06:23

Re: Infinite Ubercharge
 
Detection for what? Most of that's already detected, not sure about the infinite uber.

cool_myll 04-21-2013 06:31

Re: Infinite Ubercharge
 
Quote:

Originally Posted by PBSGTS (Post 1936906)
Detection for what? Most of that's already detected, not sure about the infinite uber.

Title.

Yes i am talking about the uber one.

SystematicMania 04-21-2013 10:57

Re: Infinite Ubercharge
 
I wasn't aware this was an active problem. You could always try something like this:

Code:

public Action:OnPlayerRunCmd(client, &buttons, &impulse, Float:vel[3], Float:angles[3], &weapon, &subtype, &cmdnum, &tickcount, &seed, mouse[2])
{
        if (tickcount > GetGameTickCount() + 100)
        {
                tickcount = GetGameTickCount();
        }
        return Plugin_Continue;
}



All times are GMT -4. The time now is 14:20.

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