How do I use the Finger Script , anonymously?
How do I use the finger script without someone seeing I have typed ;finger or finger in the log? I want to use it much like the ssay or tsay script which spoofs anonymously.
ON INCHAT { whoFing GLOBAL CHATSTR LOWERCASE lowchat = ; See Note #1 { { "\x3bfinger" WHOCHAT PRIVATEMSG ; #2, #7 } whoFing WHOCHAT == NOT IF ; #3 "@10,10 ^" ; #4 USERNAME & ; #5 ": Conqueror of Scotland\x0d" & "http://www.botzilla.com/house/" & ; #6, #8 WHOCHAT PRIVATEMSG WHOCHAT whoFing = ; #3 } lowchat "finger" == lowchat "\x3bfinger" == OR ; #7 WHOCHAT WHOME == NOT AND IF} or here is the other script like it {; this is your FINGER information - replace the stuff in quotes with; information about yourself. "^<insert name>\x0d" "<insert e-mail>\x0d" + WHOCHAT PRIVATEMSG } CHATSTR "finger" == CHATSTR ";finger" == OR WHOCHAT WHOME == NOT AND IF} THANK YOU.
Last edited by qwerty123; 02-07-2008 at 02:53 AM.
Reason: mistyped
|