Anti Money Hack
#1

Hello, can someone make me a Anti Money Hack Script? I tried everything but nothing works..
Reply
#2

Very Simple fllow this script

new Additionargent[MAX_PLAYERS];
new ancienargent[MAX_PLAYERS];
new officielargent[MAX_PLAYERS];
forward aunticheatARGENT()


Onplayerconnect et OnPlayerDisconnect

Additionargent[playerid] = 0;
ancienargent[playerid] = 0;

GameModeInit
SetTimer("aunticheatARGENT",1000,1);

PHP код:
public aunticheatARGENT()
 {
 for(new 
argent=0argent<MAX_PLAYERSargent++)
 {
 if(
IsPlayerConnected(argent))
 {
 if(
GetPlayerMoney(argent) != officielargent[argent])
 {
 
ancienargent[argent] = GetPlayerMoney(argent);
 
ResetPlayerMoney(argent);
 
GivePlayerMoney(argent,officielargent[argent]);
 }
 }
 }
 return 
0;
 } 
Use officielargent[playerid] += 500; // to Give 500 $ to a player
Reply
#3

This tutorial might help:

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


Forum Jump:


Users browsing this thread: 3 Guest(s)