Top

Nick Locker


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.0
Scores Submitted  1
Date Added  Feb 18, 2008
Last Updated  Feb 19, 2008
Tags  lock  nickname 
  Bookmark and Share

Introduction

I made this randomly in about 5mins. What it does: If you have it turned on and u try to change nick it will make u change back again.

Reason: I kept getting abused with /svsnicks so i locked my nick with this ;)


To use:
Right click anywhere
Nick locker
Power = on

Grab the Code

Comments

  (7)  RSS
Scakk
Comments: 237
 
mIRC Snippet:  Nick Locker
Posted on Feb 18, 2008 4:25 pm
" Reason: I kept getting abused with /svsnicks so i locked my nick with this ;) "

That tells me a couple things.

1) You are probably using bad nicks.
2) The ones with the power to use that command should not have it.
LucSatise
Comments: 122
 
mIRC Snippet:  Nick Locker
Posted on Feb 19, 2008 10:03 am
k answer to 1) I was using the name LucSatise or Rayth
2) tell them that
mountaindew
Comments: 1,640
 
mIRC Snippet:  Nick Locker
Posted on Feb 19, 2008 11:57 am
Code:

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

all u need is if ($nick == $me) because $newnick can't == $me if you're already $me
Code:

      set %Nick $nick
      nick $nick

the variable is pointless if ur not using it
Code:

  ..On: /set %nicklock On | echo -a Nick Locker On
  ..Off: /set %nicklock Off | echo -a Nick Locker Off

i would use $style and $iif to disable whether it's on or off already
LucSatise
Comments: 122
 
mIRC Snippet:  Nick Locker
Posted on Feb 19, 2008 12:03 pm
Edited to match Mountain Dew's suggestions.
mountaindew
Comments: 1,640
 
mIRC Snippet:  Nick Locker
Posted on Feb 19, 2008 12:07 pm
lol...why'd you take the /nick line out? that's the main part of this script
LucSatise
Comments: 122
 
mIRC Snippet:  Nick Locker
Posted on Feb 19, 2008 1:01 pm
lolz took out wrng line :O
j-skrillz
Comments: 11
 
mIRC Snippet:  Nick Locker
Posted on Sep 15, 2008 6:07 pm
hmm..pretty good script....
i had to manually do /set %guestdisable on
(i edited it so if i get reset to guest it changes me back and identifies...)
but other than that....good

Please Register or Login to start posting comments.
Bottom