17.02.2009, 21:48
TESTED ON 0.3 SERVERS; LINUX AND WINDOWS 99%
_________________________________________________
Version 2 (public release)
/clone [id]
!= FS Usage:
filterscripts amx goes into filterscripts, duh!
but make sure you have scriptfiles folder available and save a file called: ip.history.txt
I think when server is loaded it will make the file automatically, but just add ip.history.txt anyways, just to be safe.
!= In Game Usage: (Shows Matched name with their IP.)
At the moment you can use this while logged into RCON but you can easily customize the way your
admin level system works:
You can add your own way if you know a bit of scripting ( please don't contact me to add it for you )
Its pretty simple really, I found very good use for this, but of course the script that is used is a bit
more advanced but i cannot release does since its on my current server at the moment.
!= Why the release this?
Its time that sa-mp hackers or frauds hiding from hard working admins.
I will also release a script called: ispy which is a watch system customized and will post in a few minutes. so be on a look out for.
!= YEY!
Say thanks, come in IRC and say sup, we are always looking for new players just to chat with.
and i love sa-mp and i love everything sa-mp.com forums/admins/dev's have designed and created. woot samp!
*come chat in IRC @: irc.ffsnetwork.com channel #PTP || or try webirc
!= Screenshots:
This uses a bit of a custom Dini's and dutils, i do not know if i am breaking rules by renaming them,
but i don't see the reason why you should risk messing your other includes.
I named them differently and just add them into your \pawno\include folder: names are:
* Dini2TRUCECO.inc -- Download
- and -
* dutils2TRUCECO.inc - Download
The copy right and all are in there, this includes are slightly modified so check them out if you'd like.
!= Downloads (speedy downloads)
* WTF? ooooh', wanna' see? check Pastebin (pwn) : source * updated
_________________________________________________


[FS] IP Clone Spy
( An admin cmd release)
[INFO] Detection against clones names matched with their IP address
!= iClone Commands:( An admin cmd release)
[INFO] Detection against clones names matched with their IP address
/clone [id]
!= FS Usage:
filterscripts amx goes into filterscripts, duh!
but make sure you have scriptfiles folder available and save a file called: ip.history.txt
I think when server is loaded it will make the file automatically, but just add ip.history.txt anyways, just to be safe.
!= In Game Usage: (Shows Matched name with their IP.)
At the moment you can use this while logged into RCON but you can easily customize the way your
admin level system works:
Код:
.... public OnPlayerCommandText(playerid, cmdtext[]) { if (!strcmp("/clone", cmdtext, true, 5)) { // NOTE: add your own way of detecting your level system below : if(!IsPlayerAdmin(playerid)) return 0; // rcon logged in ? ....
Its pretty simple really, I found very good use for this, but of course the script that is used is a bit
more advanced but i cannot release does since its on my current server at the moment.
!= Why the release this?
Its time that sa-mp hackers or frauds hiding from hard working admins.
I will also release a script called: ispy which is a watch system customized and will post in a few minutes. so be on a look out for.
!= YEY!
Say thanks, come in IRC and say sup, we are always looking for new players just to chat with.
and i love sa-mp and i love everything sa-mp.com forums/admins/dev's have designed and created. woot samp!

*come chat in IRC @: irc.ffsnetwork.com channel #PTP || or try webirc
!= Screenshots:
[ screen shot missing :/ ]
!= Other notes:This uses a bit of a custom Dini's and dutils, i do not know if i am breaking rules by renaming them,
but i don't see the reason why you should risk messing your other includes.
I named them differently and just add them into your \pawno\include folder: names are:
* Dini2TRUCECO.inc -- Download
- and -
* dutils2TRUCECO.inc - Download
The copy right and all are in there, this includes are slightly modified so check them out if you'd like.
!= Downloads (speedy downloads)
* WTF? ooooh', wanna' see? check Pastebin (pwn) : source * updated