[FilterScript] Anti God (HACKS) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Anti God (HACKS) (
/showthread.php?tid=476962)
Anti God (HACKS) -
omur1905 - 21.11.2013
Hi guys!
This script is used in god or any hack trick ****** detects the player bans.
Coding: CaLderoN`
Download Link:
http://www.solidfiles.com/d/85b4792aa7/
http://pastebin.com/FKYK4Wx1
Good forums.
Re: Anti God (HACKS) -
iAnonymous - 21.11.2013
any pics ?
Re: Anti God (HACKS) -
Konstantinos - 21.11.2013
Upload it to pastebin.
Re: Anti God (HACKS) -
omur1905 - 21.11.2013
Quote:
Originally Posted by Konstantinos
Upload it to pastebin.
|
Okey
Re: Anti God (HACKS) -
Konstantinos - 21.11.2013
It will not work.
You store the player's health to oyuncuCan and then set the player's health to 50. Last you check if oyuncuCan is not 50 and then you kick the player.
It will only kick players whose health was 50 while checking and it won't work for the rest.
That's the main and the most important problem to your filterscripts. There are few more such as sending a message before kicking a player will not be sent. You'll need to send the message and then kick the player with a delay (timer).
Also you check if the player is RCON admin and you return a message that they're not. Same goes for connected player - you forgot the symbol ! before those functions.
The last one is the strtok and the 2 pointless arrays of sizes 254 and 256, so I'll link you to a nice thread about that:
https://sampforum.blast.hk/showthread.php?tid=55261
Re: Anti God (HACKS) -
dakata994 - 21.11.2013
Good job, but its simple.
Re: Anti God (HACKS) -
Ivan25 - 22.11.2013
simple and not so bad, good job