Anti cheat
#1

any one here see my anti money hack
Код:
new Miney = pInfo[playerid][Money];
	pInfo[playerid][Money] = Miney+50000;
Код:
for(new i = 0; i < GetMaxPlayers(); i++)
	{
	    if(IsPlayerConnected(i) && spawned[i] == 1)
	    {
			//AUTO_SAVE(i);
			new playermoney,newmoney,setmoney;
			playermoney = pInfo[i][Money];
			newmoney = GetPlayerMoney(i);
			setmoney = playermoney-newmoney;
			if(playermoney != newmoney) GivePlayerMoney(i,setmoney);
		}
	}
see if any error i can't find one btw
Reply
#2

What's wrong with this? If you have any errors, post them..
Reply
#3

i AM just asking any way to hack it
Reply
#4

As long as it's serversided it can't be hacked.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)