Simple Auto Identify
mIRC Code
+ 0 likes
Please Register to submit score.
| 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
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
mIRC Snippet:
Simple Auto Identify
Posted on Sep 23, 2008 11:42 am
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´´´
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´´´
mIRC Snippet:
Simple Auto Identify
Posted on Sep 23, 2008 2:03 pm
Posted on Sep 23, 2008 2:03 pm
| Code: |
$newnick == guest_* |
Should be:
| Code: |
$newnick iswm guest_* |
mIRC Snippet:
Simple Auto Identify
Posted on Sep 23, 2008 4:39 pm
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
mIRC Snippet:
Simple Auto Identify
Posted on Sep 23, 2008 5:10 pm
Posted on Sep 23, 2008 5:10 pm
you could do ur menu like this as well
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.
| 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.
mIRC Snippet:
Simple Auto Identify
Posted on Sep 23, 2008 6:40 pm
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´´´
and if you want or not close that menu * { has no importance... }
Jah Bless´´´
mIRC Snippet:
Simple Auto Identify
Posted on Sep 23, 2008 7:36 pm
Posted on Sep 23, 2008 7:36 pm
THIS ARE LEET SKILLZ
mIRC Snippet:
Simple Auto Identify
Posted on Sep 23, 2008 10:39 pm
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_*
mIRC Snippet:
Simple Auto Identify
Posted on Sep 24, 2008 2:11 am
Posted on Sep 24, 2008 2:11 am
Missing a closing bracket
mIRC Snippet:
Simple Auto Identify
Posted on Sep 26, 2008 12:50 am
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
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
mIRC Snippet:
Simple Auto Identify
Posted on Sep 26, 2008 12:51 am
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
mIRC Snippet:
Simple Auto Identify
Posted on Sep 26, 2008 7:59 pm
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]
mIRC Snippet:
Simple Auto Identify
Posted on Oct 12, 2008 1:24 pm
Posted on Oct 12, 2008 1:24 pm
Shup Bullet_Dodger....
:x
:x
mIRC Snippet:
Simple Auto Identify
Posted on Oct 13, 2008 11:48 am
Posted on Oct 13, 2008 11:48 am
Lol Shup GayboNinja
Also
Should it be
as on most servers guests are like
Guest0909
ect
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
mIRC Snippet:
Simple Auto Identify
Posted on Oct 13, 2008 11:51 am
Posted on Oct 13, 2008 11:51 am
Couldn't you just use the ! prefix on the event to stop it working for yourself?
That's what I've been told the ! prefix does, but I'm not 100% sure on it.
| Code: |
| on !*:NICK: { |
That's what I've been told the ! prefix does, but I'm not 100% sure on it.
mIRC Snippet:
Simple Auto Identify
Posted on Oct 14, 2008 1:09 am
Posted on Oct 14, 2008 1:09 am
im very confused i think this site has made me retarded
mIRC Snippet:
Simple Auto Identify
Posted on Oct 14, 2008 1:45 am
Posted on Oct 14, 2008 1:45 am
^Neptune said:
um why would he not want it to work for him if this is to identify him
| Quote: | ||
Couldn't you just use the ! prefix on the event to stop it working for yourself?
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













