[TUTORIAL] Serverside Money. (Impossible to hack)
#10

haha - Few days ago i did really the same functions myself. (for my cash anti-cheat[i also have weapon,health & armor])
Well made!, thou there is no other way to do this

p.s. It is impossible to hack this, if you think otherwise, then you are an retard.
(It is possible via catching the variable packet, but it is practically impossible to find out which variable to set to something + i believe only 2-3 coders on this forum can script that).

Quote:
Originally Posted by ArTisT
i need a code if someone use money hack it should send messages to admins
pawn Code:
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));//Sets the money in the moneybar to the serverside cash, Do not remove!
                new hack = GetPlayerMoney(i) - GetPlayerCash(i);
                GetPlayerName(i,username,sizeof(username));
                printf("%s has picked up/attempted to spawn $%d.", username,hack);
                 if(Admin[playerid > 0)
                 {
                    SendClientMessage(playerid,COLOR_WHITE,"Some one money hacked!");
                 }
            }
        }
    }
}
For getting/setting name use format() (search wiki)

Luxeon
Reply


Messages In This Thread
[TUTORIAL] Serverside Money. (Impossible to hack) - by Norn - 30.03.2009, 08:35
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Shellegg - 30.03.2009, 08:48
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by StrickenKid - 02.04.2009, 21:29
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Kinetic - 03.04.2009, 10:06
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Nero_3D - 03.04.2009, 10:38
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Pyrokid - 03.04.2009, 12:17
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Nero_3D - 03.04.2009, 12:46
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Norn - 03.04.2009, 14:02
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by ArTisT - 22.04.2009, 11:20
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by luxeon - 22.04.2009, 15:12
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Mowgli - 22.04.2009, 15:20
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by luxeon - 22.04.2009, 15:22
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Mowgli - 22.04.2009, 15:22
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by luxeon - 22.04.2009, 15:25
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Joe Staff - 22.04.2009, 15:45
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by luxeon - 22.04.2009, 17:48
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by cristofer - 23.04.2009, 17:43
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by maij - 23.04.2009, 19:36
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by KeyWay - 17.06.2009, 16:05
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by KeyWay - 17.06.2009, 23:20
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Nero_3D - 18.06.2009, 12:10
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by KeyWay - 18.06.2009, 12:42
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Nero_3D - 18.06.2009, 12:59
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by KeyWay - 18.06.2009, 18:38
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Nero_3D - 18.06.2009, 20:31
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by KeyWay - 18.06.2009, 22:40
Respuesta: [TUTORIAL] Serverside Money. (Impossible to hack) - by ipsBruno - 16.11.2010, 03:37
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Mean - 25.12.2010, 16:47
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by yvoms - 26.12.2010, 21:02
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Tomejus - 13.01.2011, 18:16
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by jejemonerz123 - 15.01.2011, 23:27
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by YungGee - 13.02.2011, 02:18
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Ironboy - 10.03.2011, 03:42
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Davz*|*Criss - 10.03.2011, 10:27
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Roomeo - 10.03.2011, 14:09
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Bu$ter - 10.03.2011, 14:58
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Norn - 13.05.2011, 22:35
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Venice - 21.05.2011, 13:38
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by alynutzj2p - 25.06.2011, 15:35
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by FishyZ - 26.07.2013, 05:01
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by WopsS - 06.09.2013, 23:02
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by VenomMancer - 06.10.2013, 13:20
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by VenomMancer - 07.10.2013, 16:09
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Cell_ - 07.10.2013, 16:31
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by VenomMancer - 14.10.2013, 14:09
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Lops - 22.10.2013, 14:26
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by LemonPunch - 22.10.2013, 18:18
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by CharlieSanchez - 22.04.2014, 13:38
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by 1fret - 29.08.2014, 04:04
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by iKarim - 29.11.2015, 13:36
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Sh4d0w2 - 29.11.2015, 13:42
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by SkyFlare - 31.01.2016, 13:53
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by Untonyst - 01.02.2016, 09:19
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by DandyCorleone - 27.08.2016, 07:10
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by DandyCorleone - 27.08.2016, 07:37
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by ManalShaikh - 11.03.2017, 06:41
Re: [TUTORIAL] Serverside Money. (Impossible to hack) - by JazzGaming - 20.11.2018, 09:03

Forum Jump:


Users browsing this thread: 2 Guest(s)