Top

Simple Menu

+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Apr 07, 2008
Last Updated  Apr 09, 2008
Tags  chanserv  memoserv  menu  mirc  nickserv 

Introduction

This is a menu script I wrote when I got bored of playing the 360 :P

Just load in your Remotes(Alt+R)

And right click in a channel to view the list of commands to use.


I'm still new to scripting so atleast give me some credit for trying :)

Grab the Code

Comments

  (5)  RSS
SonnyX
Comments: 2
 
mIRC Snippet:  Simple Menu
Posted on Apr 8, 2008 9:06 am
The Entry Mesage is wrong u made it
\"/cs ET $chan entrymsg $$?=\"Enter Message:\"\"
inplace of
\"/cs SET $chan ENTRYMSG $$?=\"Enter Message:\"\"
mountaindew
Comments: 1,523
 
mIRC Snippet:  Simple Menu
Posted on Apr 8, 2008 1:51 pm
Code:

  .Identify:/ns id $$?=\"Enter Password:\"
  .Ghost:/ns ghost $$?=\"Enter Nick:\" $$?=\"Enter Password:\"
  .Group:/ns group $$?=\"Enter Nick:\" $$?=\"Enter Password:\"
  .drop:/ns drop $$?=\"Enter Nick:\"
  .Password Change:/ns set password $$?=\"Enter New Password:\"
  .Recover Nick:/ns recover $$?=\"Enter Nick:\" $$?=\"Enter Password\"
  .Release Nick:/ns relase $$?=\"Enter Nick:\" $$?=\"Enter Password:\"

I\'d make the $$?=\"Enter Password\"\'s $$?*=\"Enter Password:\" so that it writes *\'s into the input box.
Jamiie
Comments: 122
 
mIRC Snippet:  Simple Menu
Posted on Apr 8, 2008 4:29 pm
Thanks for noticing the typo SonnyX, I was in a hurry for work in the morning lol.
Jamiie
Comments: 122
 
mIRC Snippet:  Simple Menu
Posted on Apr 8, 2008 4:29 pm
Didn\'t think about that mountaindew, thanks.
SonnyX
Comments: 2
 
mIRC Snippet:  Simple Menu
Posted on Apr 9, 2008 8:26 am
I always believed that: .Release Nick:/ns relase $$?=\"Enter Nick:\" $$?*=\"Enter Password:\"
Was ment to be: .Release Nick:/ns release $$?=\"Enter Nick:\" $$?*=\"Enter Password:\"
again a typo :(

Please Register or Login to start posting comments.
Bottom