[FilterScript] The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker]
#7

Quote:
Originally Posted by Nikk123
View Post
very nice, thanks for this
Thank you!

Quote:
Originally Posted by Emmet_
View Post
You are seriously one hell of a spammer. 70% of your posts, are posted in old old threads, until you've bumped them, and you say "nice, very nice, thanks, etc..".

On-topic:
Very nice job. I think I'm going to be using this.

Also..

pawn Code:
new Float:CurrHealth;
GetPlayerHealth(target,CurrHealth);
SetPVarInt(target,"CurrHealth",GetPlayerHealth(target,CurrHealth));
I don't think that's going to work properly (you've used GetPlayerHealth 2 times, wtf ), however, instead of Int, try Float.

pawn Code:
new Float:CurrHealth;
GetPlayerHealth(target,CurrHealth);
SetPVarFloat(target,"CurrHealth",CurrHealth);
And instead of using GetPVarInt, you use GetPVarFloat.

Very nice, wish I could give you Rep+, but I already did for the NPC creator, and now I have to spread it around first.
Ok! So, it will give same results! I tried with Float and Int, bans me with HH both way! :P

Quote:
Originally Posted by cessil
View Post
I don't understand, you set their position so they fall down, then a second later you save their health and then another second later check their health? why would you even delay the first check?
also like Emmet_ said you're not using the PVar's properly but also you're not using the timers properly either

pawn Code:
SetTimer("CheckTakenHealth",TakenHealthTime,false);

public CheckTakenHealth() //contains target

SetTimer("CheckNewHealth",NewHealthTime,false);

CheckNewHealth() //contains target

SetTimer("BanIfHacker",BanHackerTime,false);

public BanIfHacker() //contains target
I'm wondering if you even tried to compile this, because that'd give you heaps of undefined errors with the target

also also
pawn Code:
if(sscanf(params, "uis", target))
only needs the u parameter.

you're not taking into consideration that players lag.
Oh, my mystake (bout "uis")!
And timers work perfectly and do what they are supposed to do! Theres nothing wrong with timers! Just go and try it and you will see! :P
Reply


Messages In This Thread
The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by fiki574 - 14.12.2011, 21:47
Respuesta: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by [Nikk] - 14.12.2011, 21:49
Re: Respuesta: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Emmet_ - 15.12.2011, 00:32
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by cessil - 15.12.2011, 00:54
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Dragony92 - 15.12.2011, 03:58
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Astralis - 15.12.2011, 04:33
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by fiki574 - 15.12.2011, 06:45
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by cessil - 15.12.2011, 07:31
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Dragony92 - 15.12.2011, 07:45
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by fiki574 - 15.12.2011, 07:53
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by xinix000 - 15.12.2011, 08:10
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by §с†¶e®РµРe - 15.12.2011, 11:26
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by shitbird - 15.12.2011, 11:29
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by GamingTurf - 15.12.2011, 11:48
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by fiki574 - 15.12.2011, 18:13
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Dragony92 - 15.12.2011, 20:18
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by WarToFar - 26.12.2011, 13:39
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Fairy - 27.12.2011, 13:55
Re: Respuesta: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Notis123 - 28.12.2011, 09:30
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Jeffry - 15.02.2012, 18:06
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by fiki574 - 15.02.2012, 18:34
Re: The Best Anti Health-Hack [Works 100%][Bans every single HealthHacker] - by Da' J' - 16.02.2012, 08:00

Forum Jump:


Users browsing this thread: 1 Guest(s)