Top

Simple Auto Identify


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.5 (of 4 scores)
Date Added  Sep 23, 2008
Last Updated  Oct 12, 2008
Tags  awesome  identify  im  mirc  simple 

Description

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

Grab the Code

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

  (18)  RSS
rhasttaff
Comments: 101
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 23, 2008 11:42 am
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´´´
mountaindew
Comments: 1,816
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 23, 2008 2:03 pm
Code:

$newnick == guest_*

Should be:
Code:

$newnick iswm guest_*
Epik-Fail
Comments: 54
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 23, 2008 4:39 pm
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
napa182
Comments: 1,692
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 23, 2008 5:10 pm
you could do ur menu like this as well
Code:
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.
rhasttaff
Comments: 101
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 23, 2008 6:40 pm
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´´´
napalm`
Comments: 180
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 23, 2008 7:36 pm
THIS ARE LEET SKILLZ
Wizjany
Comments: 19
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 23, 2008 10:39 pm
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_*
^Neptune
Comments: 629
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 24, 2008 2:11 am
Missing a closing bracket
Epik-Fail
Comments: 54
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 26, 2008 12:50 am
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
Epik-Fail
Comments: 54
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 26, 2008 12:51 am
there are many ways to make what i made this was the "easiest" one i could get to work
Bullet_Dodger
Comments: 307
 
mIRC Snippet:  Simple Auto Identify
Posted on Sep 26, 2008 7:59 pm
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]
faygoninja
Comments: 4
 
mIRC Snippet:  Simple Auto Identify
Posted on Oct 12, 2008 1:24 pm
Shup Bullet_Dodger....
:x
Bullet_Dodger
Comments: 307
 
mIRC Snippet:  Simple Auto Identify
Posted on Oct 13, 2008 11:48 am
Lol Shup GayboNinja

Also

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


Should it be

Code:

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


as on most servers guests are like

Guest0909

ect
^Neptune
Comments: 629
 
mIRC Snippet:  Simple Auto Identify
Posted on Oct 13, 2008 11:51 am
Couldn't you just use the ! prefix on the event to stop it working for yourself?
Code:
on !*:NICK: {


That's what I've been told the ! prefix does, but I'm not 100% sure on it.
Epik-Fail
Comments: 54
 
mIRC Snippet:  Simple Auto Identify
Posted on Oct 14, 2008 1:09 am
>_>
Epik-Fail
Comments: 54
 
mIRC Snippet:  Simple Auto Identify
Posted on Oct 14, 2008 1:09 am
im very confused i think this site has made me retarded
napa182
Comments: 1,692
 
mIRC Snippet:  Simple Auto Identify
Posted on Oct 14, 2008 1:45 am
^Neptune said:
Quote:
Couldn't you just use the ! prefix on the event to stop it working for yourself?

Code:
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
rhasttaff
Comments: 101
 
mIRC Snippet:  Simple Auto Identify
Posted on Oct 14, 2008 2:36 am
lol

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom