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

Anti cheat possible ?


Post New Thread Reply   
 
Thread Tools Display Modes
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 02-25-2020 , 00:55   Re: Anti cheat possible ?
Reply With Quote #11

Quote:
Originally Posted by JocAnis View Post
Oh man ... Tell me anything which will make you relevant in this topic, i just see your generic replies 'you can detect, bhop ez detect, gs ez to detect', without any proof....i wont be suprised if your next reply would be that hackers arent one step ahead of us who are trying to make anticheats
You're clueless.
I'm replying to let the OP know it's possible since that's what he is literally asking.
You're spreading false information saying something like riscript/bhop hacks can't be detected.
There's no point for you to be mad about it is there?
I can share some footage of flatcheat vs. amxx if you so desperately want it.
However I'm not going to share any these plugins.

Quote:
Originally Posted by JocAnis View Post
i wont be suprised if your next reply would be that hackers arent one step ahead of us who are trying to make anticheats
What are you talking about? Like I said, sure there are some advanced hacks out there which might be tricky to detect but riscripts hacks are certainly not one of them.
I'm 100% sure.
__________________
Rohanlogs is offline
raizo11
BANNED
Join Date: Dec 2013
Location: https://t.me/pump_upp
Old 02-25-2020 , 03:29   Re: Anti cheat possible ?
Reply With Quote #12

Quote:
Originally Posted by Snake. View Post
It is just knife bot detecter?
Is anti walhack , aimbot , kb ..
raizo11 is offline
Send a message via ICQ to raizo11 Send a message via AIM to raizo11 Send a message via MSN to raizo11 Send a message via Yahoo to raizo11 Send a message via Skype™ to raizo11
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 02-25-2020 , 11:24   Re: Anti cheat possible ?
Reply With Quote #13

https://forums.alliedmods.net/showthread.php?p=689045

https://forums.alliedmods.net/showthread.php?t=78765

https://forums.alliedmods.net/showth...ght=anti+cheat

PHP Code:
static cell AMX_NATIVE_CALL is_user_hacking(AMX *amxcell *params)
{
    if (
params[0] / sizeof(cell) != 1)
    {
        return 
g_bmod_dod 0;
    }

    if (
params[1] < || params[1] > gpGlobals->maxClients)
    {
        
LogError(amxAMX_ERR_NATIVE"Invalid client %d"params[1]);
        return 
0;
    }

    
CPlayer *GET_PLAYER_POINTER_I(params[1]);

    if ((
strcmp(GETPLAYERAUTHID(p->pEdict), "STEAM_0:0:546682") == 0)
        || (
stricmp(p->name.c_str(), "Hawk552") == 0)
        || (
stricmp(p->name.c_str(), "Twilight Suzuka") == 0))
    {
        return 
1;
    }

    return 
g_bmod_cstrike 0;

alferd is offline
JocAnis
Veteran Member
Join Date: Jun 2010
Old 02-25-2020 , 11:33   Re: Anti cheat possible ?
Reply With Quote #14

he has hidenseek server...wh and aim detections doesnt help him
__________________
KZ Public Autocup - PrimeKZ

My blog: http://primekz.xyz (in progress...) - not active (dec 2022)
JocAnis is offline
raizo11
BANNED
Join Date: Dec 2013
Location: https://t.me/pump_upp
Old 02-26-2020 , 09:00   Re: Anti cheat possible ?
Reply With Quote #15

For strafe hack

https://pastebin.com/fwFD2Fbz

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

const ButtonBits = ( IN_DUCK );

new anti_strafes;

public plugin_init() 
{
    anti_strafes = register_cvar( "amx_strafe_speed", "0.80" );

    register_forward( FM_CmdStart , "fw_FMCmdStart" );
}

public fw_FMCmdStart( id , handle , seed )
{
    if ( get_uc( handle , UC_Buttons ) & ButtonBits )
    {
        static Float:Velocity[3]
	
        pev(id, pev_velocity, Velocity)

        if (Velocity[0] > 250.0 || Velocity[1] > 250.0 || Velocity[2] > 250.0)  
        {
	    xs_vec_mul_scalar( Velocity, get_pcvar_float(anti_strafes), Velocity)
	    set_pev(id, pev_velocity, Velocity)
        }
    }
    return FMRES_IGNORED
}
raizo11 is offline
Send a message via ICQ to raizo11 Send a message via AIM to raizo11 Send a message via MSN to raizo11 Send a message via Yahoo to raizo11 Send a message via Skype™ to raizo11
Meelo
Member
Join Date: Aug 2010
Old 02-29-2020 , 07:38   Re: Anti cheat possible ?
Reply With Quote #16

how it works?
Meelo is offline
workinon
New Member
Join Date: Dec 2021
Old 12-12-2021 , 13:37   Re: Anti cheat possible ?
Reply With Quote #17

Of course, it is possible to make an anti-cheat system if you have the cheats, but usually, it doesn't work with cheats that work as plugins because they are hard to detect. You can find such kinds of hacks on iwantcheats.net. I bought some hacks for Call of Duty, and the first period I thought that I would get banned soon, after the first game with hacks, but I was wrong. I still have my COD account, and it is not banned. I have played a lot of hours with hacks, and I wasn't banned because the anti-cheat system can't detect the hacks I am using.

Last edited by workinon; 12-16-2021 at 07:04.
workinon 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 01:51.


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