WariNubs Options Menu

By #Warizardworks on Aug 11, 2009

Hey guys, this script is a simple help options menu.

How it works: You right click on mIRC and a menu comes up. This menu includes:

  • Channel Join Option
  • Nick Change Option
  • Nick Identifier
  • Nick Regger
  • Quick Slap
  • Whois short-cut
  • Nick Ghoster
  • Private Messenger
  • Notice Sender
  • MP3 Player

How to activate it: Just copy and paste this script into your remote tab and you are good to go!

We hope you enjoy.
~WZW

~ This script was made by Wariopower and Sentret (FlyNub) of #WarizardWorks on irc.purplesurge.com ~

menu channel {
  WariNub's mIRC Options Menu
  .Channel Master:/join #$$?="Enter channel name:"
  .Nick Changer:/nick $$?="Enter new nickname:"
  .Identifier:/msg NickServ IDENTIFY $$?="Input Password"
  .Register:/NickServ register $$?="Input Password" $$?="Input Email"
  .Quick Slap:/me slaps $$?="Enter Nick:" around a bit with a large trout
  .Who is that person?:/whois $$?="Enter a nickname:"
  .Ghost Buster:/NickServ ghost $$?="Input nickname here" $$?="Input Password here" 
  .Private Messenger:/query $$?="Enter a nickname:" 
  .Notice Sender:/notice $$?="Enter a name" $$?="Input Message"
  .MP3 Player
  ..Find File/Play:/warimp3
  ..Stop Song:/stopsong
  ..Pause Song:/pausesong
  ..Resume Song:/resumesong
}
alias warimp3 {
  if (!$1) var %file = $sfile(c:\,Pick a MP3 File,Play!)
  else { set %file $1- }  
  if (%file) { 
    splay %file
    ame is now playing: - 2 $+ $nopath(%file) $+ !
  }
}
alias stopsong { splay stop }
alias pausesong { splay pause }
alias resumesong { splay resume }

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.