SA-MP Forums Archive
Seaching this Anti Money Cheat System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Seaching this Anti Money Cheat System (/showthread.php?tid=84912)



Seaching this Anti Money Cheat System - SureShot - 03.07.2009

Hey guy,
i can't find this Anti Money Cheat System


I had 0$, but the cheat gives me 10500$ but i dont become the money
How can i build a Anti Money Cheat system, that dont gives the money but the Money-Bar shows the Cheated Money. Please Help me

SureShot


Re: Seaching this Anti Money Cheat System - yom - 04.07.2009

Simply don't use Get/Give/ResetPlayerMoney in your script, and use a variable instead.



Re: Seaching this Anti Money Cheat System - SureShot - 04.07.2009

You mean, all GetPlayerMoney to my variable ? ... SafeGetPlayerMoney its that okay?


Re: Seaching this Anti Money Cheat System - lavamike - 04.07.2009

Come back on and money hack on Argo so I can ban you!!! :[

Use search and you can find one. It's not a hard concept to understand.


Re: Seaching this Anti Money Cheat System - SureShot - 04.07.2009


Can i change now all Get/Give/RestPlayerMoneys to SelfmadeGetPlayerMoney/SelfmadeGivePlayerMoney/SelfmadeResetPlayerMoney


Re: Seaching this Anti Money Cheat System - SureShot - 04.07.2009

Please give me an example


Re: Seaching this Anti Money Cheat System - illay - 04.07.2009

pawn Код:
#define IsMoneyCheck(%1,%2) if(GetPlayerMoney(%1)>=%2)
public AntiMoney();

public AntiMoney(){
for(new i = 0; i < GetMaxPlayers(); i++){
if(IsMoneyCheck(i,100000)) ResetPlayerMoney(i);
return 1;
}



Re: Seaching this Anti Money Cheat System - David_Omid - 04.07.2009

What was your name when you come to Argonath RPG? Likely that I banned you...

We aren't telling you how our anti-cheat works by the way


Re: Seaching this Anti Money Cheat System - SureShot - 05.07.2009

David.,
its all


Re: Seaching this Anti Money Cheat System - Abernethy - 05.07.2009

Did you just say you 'Cheat'?