[FilterScript] [FS] MoneyCheck™
#1

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

[°] Features
  • Checks the online players for Money Hacks
  • pawn Код:
    SetTimer("MoneyCheck",20000,1);
_________________________________________________

[°] Download
  • [url=http://www.sendspace.com/file/urf537] [FS] MoneyCheck™
_________________________________________________

[°] 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
Reply
#2

What does this do..
Reply
#3

Checks the online players for Money Hacks
Reply
#4

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.
Reply
#5

Oh iight. Nice FS xD
Reply
#6

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?
Reply
#7

All he's sayin is it's funny
Reply
#8

Link Update :

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

Nice now it kicks them and Kills them
Reply
#10

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+
Reply
#11

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$ ...
Reply
#12

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 ...
Reply
#13

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

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.
Reply
#15

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..
Reply
#16

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 !!!!!!!!
Reply
#17

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).
Reply
#18

This is the worst script ever to be released.
Reply
#19

Код:
MoneyCheck
BY iPimP ™
© Copyright 2008 ©
Reply
#20

Stop post Hunting ppl..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)