[FilterScript] Ultimate Anti Money Hackers | Server Side Money
#1

Eficient Anti Money Hacker


Epic Very Small


Add in Top GameMode

pawn Code:
#define\
    GivePlayerCash(%0,%1);\
        SetPVarInt(%0,"SSM",GetPVarInt(%0,"SSM") %1); \
                ResetPlayerMoney(%0);\
                    GivePlayerMoney(%0,GetPVarInt(%0,"SSM"));

#define\
    UpdatePlayerMoney(%0); \
        if(GetPVarInt(%0,"SSM") < GetPlayerMoney(%0)) \
            GivePlayerMoney(%0,GetPVarInt(%0,"SSM")-GetPlayerMoney(%0));

#define\
    ResetPlayerCash(%0);\
        GivePlayerMoney(%0,GetPVarInt(%0,"SSM")-GetPlayerMoney(%0));\
            SetPVarInt(%0,"SSM",0);
public OnPlayerUpdate(playerid)
{
     UpdatePlayerMoney(playerid);
     return true;
}
And Change:
GivePlayerMoney for GivePlayerCash

Like!

Is my Ultimate Anti Money Hack
Reply
#2

its is work?? lemme me try it . if work big thanks for u. keep good work
Reply
#3

Wow it actually works. Nice code you broke a record for smallest FS ever!
Reply
#4

is work TY!! but man,my real cash is lost too ;-( ...but is work i try hax money n money will set 0 back haha..
Reply
#5

Wow Thankz Peoples s2

Dr.Ghost

Is Work man,lol
Reply
#6

XD nice first release it
Reply
#7

nice XD...
Reply
#8

Oh,thankz,if have bugs, contact me with private message in forum

thankz
Reply
#9

Nice job. So simple yet SO effective.
Reply
#10

Thankz DiddyBop!

For Version 0.2

pawn Code:
new money[500];
#define GivePlayerCash(%0,%1); money[%0]+=%1; GivePlayerMoney(%0, money[%0]);
#define UpdatePlayerMoney(%0); if(money[%0] < GetPlayerMoney(%0)) GivePlayerMoney(%0,money[%0]-GetPlayerMoney(%0));
public OnPlayerUpdate(playerid) UpdatePlayerMoney(playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)