[Include] WS - Anti Money Hacker - 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)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] WS - Anti Money Hacker (
/showthread.php?tid=311439)
WS - Anti Money Hacker -
WeenSoares_ - 16.01.2012
Hello people, today you came here to post my first one include, and how is the first, accepts criticism / sujestхes.
Description:
As you can see this is to include a hacker to prevent money players get money easily with hackers on the server, it is much simpler, more useful.
pawn Code:
native GivePlayerGrana(playerid, quantia);
How does it work? ?
Next, place the folder include the following "Pawno/include/", and then add this line at the top of your gamemode:
and then do the following, go to your callback '
OnGameModeInit ' and put the following:
pawn Code:
SetTimer("CheckMoney", 500, true);
and then press CTRL + H, and the first box set:
and in second place:
then click Ok.Ai a message will appear and overwritten, click the option '
Yes to All ', Include and ready ready to install and use.
NOTE: I had to test up because I'm not at home, but I thought is functioning normally. : D
Credits:
WeenSoares - Creator
Download:
Pastebin
Solidfiles
Sorry for the English, because I'm Brazilian.
****** Translate Wins \х/
Re: WS - Anti Money Hacker -
rexarlet - 16.01.2012
Nice INC! Thanks
Re: WS - Anti Money Hacker -
steki. - 16.01.2012
As I said on the Portuguese section, people, don't download it!
pawn Code:
stock GivePlayerGrana(playerid, quantia)
{
GivePlayerMoney(playerid, quantia);
SetPVarInt(playerid, "Grana", GetPlayerMoney(playerid));
}
If I cheat money on the time this function gets executed, it'll overwrite the money, increasing the cheated money plus the money just given.
tl;dr: Doesn't work at all.
Re: WS - Anti Money Hacker -
WeenSoares_ - 16.01.2012
@rexarlet
Thanks.
@Stewie
I tested here usually run, I see the problem.
Re: WS - Anti Money Hacker -
CAPTAIN.TINTIN - 17.01.2012
it help me

but cant detect some of money hack in case of trainers
Re: WS - Anti Money Hacker - T0pAz - 17.01.2012
Yet another inaccurate anti-hack.
Re: WS - Anti Money Hacker -
WeenSoares_ - 17.01.2012
What the Problem CAPTAIN ?