Simple Auto Identify

By Epik-Fail on Sep 23, 2008

people who have used or tried these before probly know what to do where it says NICKNAMEHERE put ur nick for passhere put ur password

i made this and have been using it for almost 5 weeks hop u like it rate and comments good its not my first script this is probly my 15th script i've made

Sorry i forgot to add to turn on the script and turn it off type in chatbox

/set %GuestDisable on/off

on *:NICK:{
  if ($nick == $me) || ($newnick == guest_*) {
    if (%GuestDisable == On) {
      /nick NICKNAMEHERE | /ns identify PASSHERE
    }
  }
}
menu * {
  .Guest Disable
  ..Power
  ....$iif(%GuestDisable == Off,On): /set %GuestDisable On | echo -a Guest Disable On
  ....$iif(%GuestDisable == On,Off): /set %GuestDisable Off | echo -a Guest Disable Off

}

Comments

Sign in to comment.
extio   -  Sep 16, 2011

i was looking for a way to identify on return from nick|away nicks. this helped me figure out a way when i couldnt get mirc to do an action on a notice from nickserv for some reason.... so thanks.

now i just need to finish it with an on connect and ill be done...

 Respond  
K33D4Y   -  Jul 04, 2010

Most of these comments contradict --> "Simple Auto Identify".

 Respond  
rhasttaff   -  Oct 14, 2008

lol

 Respond  
napa182   -  Oct 14, 2008

^Neptune said:

Couldn't you just use the ! prefix on the event to stop it working for yourself?

on !*:NICK: {

That's what I've been told the ! prefix does, but I'm not 100% sure on it.

um why would he not want it to work for him if this is to identify him

 Respond  
Epik-Fail   -  Oct 14, 2008

im very confused i think this site has made me retarded

 Respond  
Epik-Fail   -  Oct 14, 2008

_>

 Respond  
^Neptune   -  Oct 13, 2008

Couldn't you just use the ! prefix on the event to stop it working for yourself?

on !*:NICK: {

That's what I've been told the ! prefix does, but I'm not 100% sure on it.

 Respond  
Bullet_Dodger   -  Oct 13, 2008

Lol Shup GayboNinja

Also


if ($nick == $me) || ($newnick == guest_*) {

Should it be

if ($nick == $me) || ($newnick == guest*) {

as on most servers guests are like

Guest0909

ect

 Respond  
faygoninja   -  Oct 12, 2008

Shup Bullet_Dodger....
:x

 Respond  
Bullet_Dodger   -  Sep 26, 2008

This is a good script but next time make sure u double check for missed brackets ect other than that i give u [6/10]

 Respond  
Epik-Fail   -  Sep 26, 2008

there are many ways to make what i made this was the "easiest" one i could get to work

 Respond  
Epik-Fail   -  Sep 26, 2008

Ty ^Neptune just noticed

also

if ur tired of using nickserv just type /nick whateveruwant and it will change the name back to what u had in the script and it auto identifies its been good for me for 5 weeks

 Respond  
^Neptune   -  Sep 24, 2008

Missing a closing bracket

 Respond  
Wizjany   -  Sep 23, 2008

another thing, on my network, guests are 'Guest' without the _, i'm not sure how many networks this applies to, but remember guest also includes guest_*

 Respond  
napalm`   -  Sep 23, 2008

THIS ARE LEET SKILLZ

 Respond  
rhasttaff   -  Sep 23, 2008

yeas i agree with napa182. becouse you STILL NEED someway to set that variable and use that menu.
and if you want or not close that menu * { has no importance... }

Jah Bless´´´

 Respond  
napa182   -  Sep 23, 2008

you could do ur menu like this as well

menu * {
  .Auto Ident Power
  .. $iif(%GuestDisable,Off,On):{ $iif(!%GuestDisable,set %GuestDisable On,unset %GuestDisable) | echo -a $iif(%GuestDisable,Auto Ident Power On,Auto Ident Power Off) }
}

i also would add a set up on the menu to add ur nick and pass word as well that way you can set it up without opening the scripts editor.

 Respond  
Epik-Fail   -  Sep 23, 2008

im not missing anything lol might be different ways to code a auto identify but i took forever doing this one iff i can ill post a picture of how to use it if u guys didnt get it goin

 Respond  
guest598594   -  Sep 23, 2008
$newnick == guest_*

Should be:

$newnick iswm guest_*
 Respond  
rhasttaff   -  Sep 23, 2008

edit: EDITED MY STUPID COMMENT after a second test in other of my mircs, dont know why but, thats work perfectlly! sorry!

looks very good brother ;)

just you need something to set your variable-> %GuestDisable <-on load
else we cant access the menu at start.

and missed the last bracket } from menu * {

Jah Bless´´´

 Respond  
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.