SA-MP Forums Archive
Anti Money Hack - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Anti Money Hack (/showthread.php?tid=514429)



Anti Money Hack - gekas - 21.05.2014

Hello can to help mee with this anti money hack ?

PHP код:
SetTimer("CheckGrana",1500,true); 
PHP код:
stock GivePlayerCash(playerid,Contia)
{
    
GivePlayerMoney(playerid,Contia);
    
SetPVarInt(playerid,"grana",Contia);
    
SetPVarInt(playerid,"AntiMH",10);
    return 
true;
}
forward CheckGrana();
public 
CheckGrana()
{
    for(new 
0;MAX_PLAYERS;i++)
    {
        if(
GetPVarInt(i,"AntiMH") == 10)
        {
            
SetPVarInt(,"AntiMH",0);
            return 
0;
        }
        if(
GetPlayerMoney(i) < GetPVarInt(i,"grana"))
        {
            
SetPVarInt(i,"grana",GetPlayerMoney(i));
        }
        if(
GetPlayerMoney(i) > GetPVarInt(i,"grana"))
        {
            
ResetPlayerMoney(i);
            
GivePlayerMoney(i,GetPVarInt(i,"grana"));
        }
    }
    return 
true;

And when i login on my server he didn't give mee money he give mee 0 money + when i add he get mee again my money.

I get this anti money hack from Internet Network


Re: Anti Money Hack - gekas - 21.05.2014

Help mee please


Re: Anti Money Hack - gekas - 22.05.2014

Help mee ?


Re: Anti Money Hack - Kyance - 22.05.2014

https://sampforum.blast.hk/showthread.php?tid=71136

Use this one


Re: Anti Money Hack - gekas - 22.05.2014

Dont work