PtokaX forum

Archive => Archived 5.0 boards => Finished Scripts => Topic started by: Northwind on 07 October, 2005, 23:43:34

Title: D2AF-MouseTrap (mouse command)
Post by: Northwind on 07 October, 2005, 23:43:34
-- "D2AF MouseTrap" v.1.1 by Northwind (08-10-2005)

-- Death 2 Adultfinder developing:
-- [URL]http://board.univ-angers.fr/thread.php?threadid=4965&boardid=26&sid=665e13826f12b0e73580a14c812cf058[/URL]

-- Death 2 Adultfinder script:
-- [URL]http://destruction.myftp.org/d2af[/URL]

-- Death 2 Adultfinder external blocklist
-- [URL]http://www.northwind.official.ws/d2af.php[/URL]

-- Changelog 1.0 to 1.1
-- Mouse commands are visible in hubtab, thanks for advice Madman

function OpConnected(curUser)

       if curUser.bUserCommand then

               curUser:SendData("$UserCommand 1 3 D2AF\\IP-log $<%[mynick]> !d2af-ip|")

               curUser:SendData("$UserCommand 1 3 D2AF\\Addy\\New addy $<%[mynick]> !d2af-addy %[line:Addy]|")
               curUser:SendData("$UserCommand 1 3 D2AF\\Addy\\Remove addy $<%[mynick]> !d2af-raddy %[line:Addy]|")
               curUser:SendData("$UserCommand 1 3 D2AF\\Addy\\Show addylist $<%[mynick]> !d2af-saddy|")

               curUser:SendData("$UserCommand 1 3 D2AF\\Text\\New phrase $<%[mynick]> !d2af-text %[line:Addy]|")
               curUser:SendData("$UserCommand 1 3 D2AF\\Text\\Remove phrase $<%[mynick]> !d2af-rtext %[line:Addy]|")
               curUser:SendData("$UserCommand 1 3 D2AF\\Text\\Show phrases $<%[mynick]> !d2af-stext|")

       end

end
Title:
Post by: Madman on 08 October, 2005, 02:03:05
Nice.... =)
btw..
if you change the 2 to a 3 it will be in both hub tab and user list ;)
Title:
Post by: GeceBekcisi on 08 October, 2005, 02:12:16
MouseTrap haha nice name, and good work ;)
Title:
Post by: Northwind on 08 October, 2005, 02:28:39
@Madman

thank for advice, iam just learning... this was first one... ;-)

@GeceBekcisi

thanks
Title:
Post by: Madman on 08 October, 2005, 05:45:14
QuoteOriginally posted by Northwind
@Madman

thank for advice, iam just learning... this was first one... ;-)
np =)
Title:
Post by: LoTeK_ on 04 November, 2005, 15:16:06
Can I manually add those command lines to zRightClicker (robocop) in custom commands section?