SA-MP Forums Archive
[FilterScript] [FS] MoneyCheck™ - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] MoneyCheck™ (/showthread.php?tid=57245)

Pages: 1 2


[FS] MoneyCheck™ - iPimP™ - 06.12.2008

[FS] MoneyCheck™
[b]By iPimP™ [b]
[b]First FilterScript [b]
_________________________________________________

[°] Features_________________________________________________

[°] Download_________________________________________________

[°] Installation
1. Open your filterscripts folder and put the PWN and the AMX in.
2. Open server.cfg file and add
Код:
filterscripts MoneyCheck
Report any bugs please



Re: [FS] MoneyCheck™ - Snyper18 - 06.12.2008

What does this do..


Re: [FS] MoneyCheck™ - iPimP™ - 06.12.2008

Checks the online players for Money Hacks


Re: [FS] MoneyCheck™ - Norn - 06.12.2008

pawn Код:
public MoneyCheck()
{
for(new i=0;i<MAX_PLAYERS;i++)
{
 if(GetPlayerMoney(i) > 100000)
 {
  new pName[MAX_PLAYER_NAME];
  new string[256];
  GetPlayerName(i,pName,sizeof(pName));
  ResetPlayerMoney(i);
  SetPlayerHealth(i,0);
  format(string,sizeof(string),"[SERVER]: %s has been killed for Money Hack",pName);
  SendClientMessageToAll(COLOR_WHITE,string);
  return 1;
 }
}
return 0;
}
Oh my god? Are you serious! You made me laugh out loud.


Re: [FS] MoneyCheck™ - Snyper18 - 06.12.2008

Oh iight. Nice FS xD


Re: [FS] MoneyCheck™ - iPimP™ - 06.12.2008

Quote:
Originally Posted by Norn
pawn Код:
public MoneyCheck()
{
for(new i=0;i<MAX_PLAYERS;i++)
{
 if(GetPlayerMoney(i) > 100000)
 {
 new pName[MAX_PLAYER_NAME];
 new string[256];
 GetPlayerName(i,pName,sizeof(pName));
 ResetPlayerMoney(i);
 SetPlayerHealth(i,0);
 format(string,sizeof(string),"[SERVER]: %s has been killed for Money Hack",pName);
 SendClientMessageToAll(COLOR_WHITE,string);
 return 1;
 }
}
return 0;
}
Oh my god? Are you serious! You made me laugh out loud.
What you want me to do as my first filterscript AntiHacking system?


Re: [FS] MoneyCheck™ - Snyper18 - 06.12.2008

All he's sayin is it's funny


Re: [FS] MoneyCheck™ - iPimP™ - 06.12.2008

Link Update :

[url=http://www.sendspace.com/file/urf537] [FS] MoneyCheck™
pawn Код:
Kick(i);



Re: [FS] MoneyCheck™ - Snyper18 - 06.12.2008

Nice now it kicks them and Kills them


Re: [FS] MoneyCheck™ - Norn - 06.12.2008

Quote:
Originally Posted by iPimP™
Quote:
Originally Posted by Norn
pawn Код:
public MoneyCheck()
{
for(new i=0;i<MAX_PLAYERS;i++)
{
 if(GetPlayerMoney(i) > 100000)
 {
 new pName[MAX_PLAYER_NAME];
 new string[256];
 GetPlayerName(i,pName,sizeof(pName));
 ResetPlayerMoney(i);
 SetPlayerHealth(i,0);
 format(string,sizeof(string),"[SERVER]: %s has been killed for Money Hack",pName);
 SendClientMessageToAll(COLOR_WHITE,string);
 return 1;
 }
}
return 0;
}
Oh my god? Are you serious! You made me laugh out loud.
What you want me to do as my first filterscript AntiHacking system?
You moron this will kick anyone with 100k+


Re: [FS] MoneyCheck™ - iPimP™ - 06.12.2008

Quote:
Originally Posted by Norn
Quote:
Originally Posted by iPimP™
Quote:
Originally Posted by Norn
pawn Код:
public MoneyCheck()
{
for(new i=0;i<MAX_PLAYERS;i++)
{
 if(GetPlayerMoney(i) > 100000)
 {
 new pName[MAX_PLAYER_NAME];
 new string[256];
 GetPlayerName(i,pName,sizeof(pName));
 ResetPlayerMoney(i);
 SetPlayerHealth(i,0);
 format(string,sizeof(string),"[SERVER]: %s has been killed for Money Hack",pName);
 SendClientMessageToAll(COLOR_WHITE,string);
 return 1;
 }
}
return 0;
}
Oh my god? Are you serious! You made me laugh out loud.
What you want me to do as my first filterscript AntiHacking system?
You moron this will kick anyone with 100k+
If you want you can change to 1,000,000$ ...


Re: [FS] MoneyCheck™ - iPimP™ - 06.12.2008

Quote:
Originally Posted by Seif_
Quote:
Originally Posted by iPimP™
Quote:
Originally Posted by Norn
pawn Код:
public MoneyCheck()
{
for(new i=0;i<MAX_PLAYERS;i++)
{
 if(GetPlayerMoney(i) > 100000)
 {
 new pName[MAX_PLAYER_NAME];
 new string[256];
 GetPlayerName(i,pName,sizeof(pName));
 ResetPlayerMoney(i);
 SetPlayerHealth(i,0);
 format(string,sizeof(string),"[SERVER]: %s has been killed for Money Hack",pName);
 SendClientMessageToAll(COLOR_WHITE,string);
 return 1;
 }
}
return 0;
}
Oh my god? Are you serious! You made me laugh out loud.
What you want me to do as my first filterscript AntiHacking system?
Don't release them if they're useless and won't work properly! This isn't anti hacking, it only checks if your money is over a few grands and kicks them. Real anti-money cheats are way more advanced than this. Check my Seifensive for example.
I working on P_AntiHacks but as you know it's takes more then few minutes ...


Re: [FS] MoneyCheck™ - Snyper18 - 06.12.2008

Now that i think about it, If someone Earned 100k They would be kicked 24/7 Untill someone re-sets the scripts.


Re: [FS] MoneyCheck™ - Rome101 - 06.12.2008

Quote:
Originally Posted by Snyper18
Now that i think about it, If someone Earned 100k They would be kicked 24/7 Untill someone re-sets the scripts.
Nope, it resets their cash. Look at the script.


Re: [FS] MoneyCheck™ - luxeon - 06.12.2008

bullshit, not a script.
reasons:
1)pointless
2)noobish
3)2-3min max to script (i bet it took u more to create thread here)
4)it isn't ant money cheat..


Re: [FS] MoneyCheck™ - UsaBoy91 - 06.12.2008

Quote:
Originally Posted by Seif_
Quote:
Originally Posted by iPimP™
Quote:
Originally Posted by Norn
pawn Код:
public MoneyCheck()
{
for(new i=0;i<MAX_PLAYERS;i++)
{
 if(GetPlayerMoney(i) > 100000)
 {
 new pName[MAX_PLAYER_NAME];
 new string[256];
 GetPlayerName(i,pName,sizeof(pName));
 ResetPlayerMoney(i);
 SetPlayerHealth(i,0);
 format(string,sizeof(string),"[SERVER]: %s has been killed for Money Hack",pName);
 SendClientMessageToAll(COLOR_WHITE,string);
 return 1;
 }
}
return 0;
}
Oh my god? Are you serious! You made me laugh out loud.
What you want me to do as my first filterscript AntiHacking system?
Don't release them if they're useless and won't work properly! This isn't anti hacking, it only checks if your money is over a few grands and kicks them. Real anti-money cheats are way more advanced than this. Check my Seifensive for example.
Im sorry seif , but your Seifensive AntiCheat don't works !!!!!!!!


Re: [FS] MoneyCheck™ - Ipuvaepe - 06.12.2008

Quote:
Originally Posted by Rome101
Quote:
Originally Posted by Snyper18
Now that i think about it, If someone Earned 100k They would be kicked 24/7 Untill someone re-sets the scripts.
Nope, it resets their cash. Look at the script.
Bullshit, as it only resets their client cash. When they log in, their 100k serverside cash on their account will still be there, and they will get kicked/killed (Anyone who knows what they're doing knows that).


Re: [FS] MoneyCheck™ - Mikep - 06.12.2008

This is the worst script ever to be released.


Re: [FS] MoneyCheck™ - Serbish - 06.12.2008

Код:
MoneyCheck
BY iPimP ™
© Copyright 2008 ©



Re: [FS] MoneyCheck™ - Snyper18 - 06.12.2008

Stop post Hunting ppl..