[HELP] Anti-Money Hack
#1

I am using this anti-cheat: https://sampforum.blast.hk/showthread.php?tid=71136

This anti-cheat takes away all the money you only get. How do I make that broken only by the money you get from the anti-cheat
Reply
#2

HELP ME!!!
Reply
#3

Just set the players money back to Cash[playerid] or whatever is used there.
Reply
#4

I do not understand, explain in more detail what needs to be done there
Reply
#5

pawn Код:
public MoneyTimer()
{
    new username[MAX_PLAYER_NAME];
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(GetPlayerCash(i) != GetPlayerMoney(i))
            {
                ResetMoneyBar(i);//Resets the money in the original moneybar, Do not remove!
                UpdateMoneyBar(i,GetPlayerCash(i));
                new hack = GetPlayerMoney(i) - GetPlayerCash(i);
                GetPlayerName(i,username,sizeof(username));
                printf("%s has picked up/attempted to spawn $%d.", username,hack);
            }
        }
    }
}
This should just work? Quoted without changing from that topic
Reply
#6

What needs to change here?
Reply
#7

just copy that code and place it in your script FFS
Reply
#8

So I have to upload it but the money still falls to zero
Reply
#9

All understand me all the money lost when logging in and spawn the money, to be made to disappear only to cheat money
Reply
#10

Help me!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)