This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Simple Block Wall Hack


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 02-12-2016 , 12:43   Simple Block Wall Hack
Reply With Quote #1

Hi guys.

This simple plugin has 90% chance to block the "Wall hack, Esp Hack" may also be able to incapacitate "AutoShootHack" I got it running and so far works well.

I'm not sure if it is really well written, if not forcing the server or requiring a lot of CPU.

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

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_forward(FM_AddToFullPack"pfw_atfp"1
}

public 
pfw_atfp(eseenthostflagsplayerset

    if (!
player// if isn't player don't check (save CPU)
        
return FMRES_IGNORED

    set_es
(esES_SolidSOLID_NOT// Bug players EspHack
    
    
return FMRES_IGNORED

known bugs:

1. "CSDM" mode has 50% chance that the "EspHack" and "AutoShoot" may not work if the attacker dies and respawn, this bug only occurs in some cheats that are difficult to avoid.

2. classic mode, also has a 50% chance of not working, because at the beginning of each round, everyone does spawn at the same time, this bug only occurs in some cheats that are difficult to avoid.

Source: EngFunc_CheckVisibility

Last edited by mlibre; 02-14-2016 at 00:31.
mlibre is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 02-12-2016 , 14:56   Re: Simple Block Wall Hack
Reply With Quote #2

Is this realy working? im planning to use this to reduce epoly
__________________

Last edited by Depresie; 02-12-2016 at 14:57.
Depresie is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 02-13-2016 , 00:32   Re: Simple Block Wall Hack
Reply With Quote #3

Quote:
Originally Posted by Depresie View Post
Is this realy working? im planning to use this to reduce epoly
helps prevent that cheaters have no advantage over other players
mlibre is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 02-13-2016 , 06:56   Re: Simple Block Wall Hack
Reply With Quote #4

Well, im more interested in blocking non visible player models for inceasing FPS

Btw, this doesn't work
__________________
Depresie is offline
indraraj striker
Veteran Member
Join Date: Mar 2014
Location: Under the water
Old 02-13-2016 , 23:17   Re: Simple Block Wall Hack
Reply With Quote #5

Depresie is this really work for esp hack and wallhack ?
__________________
Thanks everyone. #miss_you_all
indraraj striker is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 02-14-2016 , 04:00   Re: Simple Block Wall Hack
Reply With Quote #6

I didn't test with any wallhack
But it does not blocks rendering players that are not visible... so it shouldn't work
__________________
Depresie is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 02-21-2016 , 19:15   Re: Simple Block Wall Hack
Reply With Quote #7

this does not allow see through walls:

PHP Code:
public pfw_atfp(eseenthostflagsplayerset)
{
    if(!
is_user_alive(host)) return FMRES_IGNORED;
        
    if(!
pev_valid(ent)) return FMRES_IGNORED;

    
pev(entpev_classname"block"31);

    
set_es(esES_SolidSOLID_NOT); 
    
    return 
FMRES_IGNORED;

mlibre is offline
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 02-22-2016 , 12:56   Re: Simple Block Wall Hack
Reply With Quote #8

So whats the point of this if it only works half of the times? And why isactly does it only work half of the times?
Syturi0 is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 02-22-2016 , 12:59   Re: Simple Block Wall Hack
Reply With Quote #9

What do you mean it only work half the times?
I didnt test the last code yet, but i will

I would be very happy if it would actualy work, since it doesn't seem to be very heavy on the CPU, so it's more than a fair trade for the FPS gained from not rendering twice as many players as visible...
__________________
Depresie is offline
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 02-22-2016 , 13:00   Re: Simple Block Wall Hack
Reply With Quote #10

Quote:
known bugs:

1. "CSDM" mode has 50% chance that the "EspHack" and "AutoShoot" may not work if the attacker dies and respawn, this bug only occurs in some cheats that are difficult to avoid.

2. classic mode, also has a 50% chance of not working, because at the beginning of each round, everyone does spawn at the same time, this bug only occurs in some cheats that are difficult to avoid.
Syturi0 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 02:46.


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