Anti Money Hack
#1

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
Reply
#2

Help mee please
Reply
#3

Help mee ?
Reply
#4

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

Use this one
Reply
#5

Dont work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)