Anti cheat(detecting health?)
#1

Is this possible to detect sobiets invulnrebility hack that stays 100hp frozen ? Or is there any script that detects some of that hacks features?
Reply
#2

I would think all anti cheats detect infinite health. It's one of the common hacks.

This one works well. https://sampforum.blast.hk/showthread.php?tid=71877
Reply
#3

@Kayla: They don't.

I used to have a pretty accurate script that detects health hacks though, it slapped them in the air and exploded them, and put the player back in the original position after 1-2 seconds. The script would then tell if the player lost any HP because of the explosion, or was AFK (Slap him in the air)
Reply
#4

pawn Код:
new Float:health;
GetPlayerHealth(playerid, health);
if(health > 100)
Ban(playerid);
I am sure this fails, but ye I gave it a try
Reply
#5

Quote:
Originally Posted by Claude
Посмотреть сообщение
pawn Код:
new Float:health;
GetPlayerHealth(playerid, health);
if(health > 100)
Ban(playerid);
I am sure this fails, but ye I gave it a try
wtf lmao are u stupid?
Reply
#6

Quote:
Originally Posted by Claude
Посмотреть сообщение
pawn Код:
new Float:health;
GetPlayerHealth(playerid, health);
if(health > 100)
Ban(playerid);
I am sure this fails, but ye I gave it a try
that will fail because if admin goes /god then there health will go to 100,000 && ban that admin -_- && admin /sethealth its bans them if the health is set to more than 100
Reply
#7

if(IsPlayerAdmin) function.
Reply
#8

Quote:
Originally Posted by willsuckformoney
Посмотреть сообщение
that will fail because if admin goes /god then there health will go to 100,000 && ban that admin -_- && admin /sethealth its bans them if the health is set to more than 100
Depends on the script, of course.

Quote:
Originally Posted by Kar
Посмотреть сообщение
wtf lmao are u stupid?
Don't post if you're going to contradict yourself.
Reply
#9

Well as what Hiddos said try to do the following and if someone reported a possible health hacking :

1.) Make a command like /healthhacks that would first slap them and explode
2.) After the succession of the command, make a timer about 7000 or 7 seconds.
3.) If the player didn't lose health, kick them automatically.

Well that's just me.
Reply
#10

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Посмотреть сообщение
Well as what Hiddos said try to do the following and if someone reported a possible health hacking :

1.) Make a command like /healthhacks that would first slap them and explode
2.) After the succession of the command, make a timer about 7000 or 7 seconds.
3.) If the player didn't lose health, kick them automatically.

Well that's just me.
Kicking a health hacker is like spitting in a terrorists face instead of attempting to hand him into the authorities or attempting to prevent him from attacking...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)