[Include] FoxMoney (v2) - Anti-Money-Hack (%100 Works)
#1



What-is-this-again ?
After the v1 release with a Half-Working Shitty Script, i had to do a fixxed and better Version of this.
And i created this Full-working Perfect Script!


What does this ?
This Include protects %100 from MoneyHackers, and it doesn't detect Pay'n'Spray or something like that as a Money Hack (but stuntbonuses...).
If the Player cheats 500$, the 500$ will be removed from his Money.

Features
There's a Changelog in the .rar-Package, but here the list:
Quote:

*** FoxMoney v1 ***
- Initial Release.
- Half-Working shitty Script.
- Pay'n'Spray, Vehicle Mods and eat/drink-machines were gratis (free).
- Only the %20 of the cheated money were removed.

*** FoxMoney v2 ***
- Full-Working perfect Script.
- Pay'n'Spray, Vehicle Mods and the eat/drink-machines do cost now.
- Log-Function added.
- "OnPlayerCheatMoney(playerid,newmoney,oldmoney )" Callback added. (Using is optional)
- All Money Functions are replaced with new money functions (you mustn't change anything, plug&play)
- For Money Checking is now another Callback used, not OnPlayerUpdate
- MoneyCheck-Time is settable (time in seconds).
- I %100 guarantee, ALL of the Cheated money will be removed, no chance to hack Money.

Callback
There's a new Callback: "OnPlayerCheatMoney(playerid,newmoney,oldmoney )"
It's really useful, if you want to kick Moneyhackers:
[pwn]public OnPlayerCheatMoney(playerid, newmoney, oldmoney)
{
new pname[MAX_PLAYER_NAME],string[128],cheatedmoney=newmoney-oldmoney;
GetPlayerName(playerid,pname,sizeof(pname));
format(string,sizeof(string),"[FoxMoney] Player %s got kicked because he tried to Cheat %d$",pname,cheatedmoney);
SendClientMessageToAll(0xFFFFFF,string);
Kick(playerid);
return 1;
}[/pwn]
You CAN use this Callback, but you MUSTN'T.

Installation
Installation is pretty easy.
You must only add "
#include <foXmoney_v2>" in your Script!

Download
Pastebin foXmoney.inc - Pastebin.de

Download FoxMoney_v2.rar - RapidShare
Download FoxMoney_v2.rar - SendSpace
Download FoxMoney_v2.rar - SolidFiles
Download FoxMoney_v2.rar - iFile.it

Close
Have Fun!
Made by FoxHound aka PSPgamer aka Gцkhan Akin
_
Reply
#2

Looks good, try to make this bigger, like also anti-weapon and anti-godmode hacking maybe, then i would give it a shot to try/use on my server
Reply
#3

Nice bro, I might use this
Reply
#4

I'll be testing this...
Reply
#5

What about stunt bonusses? And casinos?
Reply
#6

If the Player gets Money without GivePlayerMoney, it'll be detected as a Cheat
Reply
#7

As you guarentee there is no way to hack money with your script, what do we get if we manage to?? :P
Reply
#8

You could set a var is player to point (In casino), then when they leave the var resets. But, you'd have to turn stunt bouns off.
Reply
#9

nice fs good work i think in my server anti-weapon system and anti-air break system will be useful but this anti-money system is not necessary for my stunt server anyway thnx
Reply
#10

Quote:
Originally Posted by ScottCFR
View Post
You could set a var is player to point (In casino), then when they leave the var resets. But, you'd have to turn stunt bouns off.
And what, if the Player cheats in the Casino ?

& For Stuntserver wich have Stuntbonusses enabled is it unusable.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)