Chainz name Changer

By irchainscriptz on Dec 03, 2008

Notting special, Just a nick name changer, which holds 10 nicknames. if needed more just modify the code a bit.

on *:load: { 
  echo -a 12Chainz Name Changer 
  .timer 1 1 echo -a 4Now you can set & Change your nicks By 7Chainz
}

menu menubar {
  Nick List 
  .List Section :{
    %n1 = $$?="1 nickname:"
    %n2 = $$?="2 nickname:"
    %n3 = $$?="3 nickname:"
    %n4 = $$?="4 nickname:"
    %n5 = $$?="5 nickname:"
    %n6 = $$?="6 nickname:"
    %n7 = $$?="7 nickname:"
    %n8 = $$?="8 nickname:"
    %n9 = $$?="9 nickname:"
    %n10 = $$?="10 nickname:"
  }
  .Reset List :{
    %n1 = Empty Slot
    %n2 = Empty Slot
    %n3 = Empty Slot
    %n4 = Empty Slot
    %n5 = Empty Slot
    %n6 = Empty Slot
    %n7 = Empty Slot
    %n8 = Empty Slot
    %n9 = Empty Slot
    %n10 = Empty Slot
  }
  .Nickname List
  ..%n1:/nick %n1
  ..%n2:/nick %n2
  ..%n3:/nick %n3
  ..%n4:/nick %n4
  ..%n5:/nick %n5
  ..%n6:/nick %n6
  ..%n7:/nick %n7
  ..%n8:/nick %n8
  ..%n9:/nick %n9
  ..%n10:/nick %n10

  .About :{ noop $input($+($str($chr(160),16),__ Chainz Name Changer __,$crlf,$str($chr(160),28),~By Chain™~,$crlf,This Snippet was made so I could change my names to whatever I desire. Has ability to hold 10 nick names.,$crlf,If needed you can add more by modifying the code a bit!),uio,-> About <-)
}
  .Advertise :{ /ame 5Using 12Chainz Name Changer By 7Chain™ (download immediately from the best IRChainScriptz http://www.chainscriptz.com)
  }
}

Comments

Sign in to comment.
PockyMMMM   -  Mar 29, 2012

I dont think it spams across servers ImNinjaKitty and @Bullet_Dodger you could just delete the .advertise line and add a } at the end if you think it's "spam" nice snippet 9/10

 Respond  
ImNinjaKitty   -  Jan 30, 2011

will this spam across servers? If so is there a line i could alter to keep it on one server only as on 2 of the servers i use im on irpg and this would mess it up
thank you

 Respond  
Bullet_Dodger   -  Dec 19, 2008

<_< i dodge bullets, No-one said i shot them, DID THEY!!! I KEEL YOU, im more of a meat cleaver man

 Respond  
irchainscriptz   -  Dec 18, 2008

Wow going to shoot me now Bullet_Dodger (¬¿¬) lol

 Respond  
napa182   -  Dec 18, 2008

So what if it spam's where to get the code.

 Respond  
Bullet_Dodger   -  Dec 18, 2008

SPAMMAH

  .Advertise :{ /ame 5Using 12Chainz Name Changer By 7Chain™ (download immediately from the best IRChainScriptz http://www.chainscriptz.com)
  }

Nice script anyway, 6/10

 Respond  
napa182   -  Dec 04, 2008

also you can shorten this

.List Section :{
    %n1 = $$?="1 nickname:"
    %n2 = $$?="2 nickname:"
    %n3 = $$?="3 nickname:"
    %n4 = $$?="4 nickname:"
    %n5 = $$?="5 nickname:"
    %n6 = $$?="6 nickname:"
    %n7 = $$?="7 nickname:"
    %n8 = $$?="8 nickname:"
    %n9 = $$?="9 nickname:"
    %n10 = $$?="10 nickname:"
  }
  .Reset List :{
    %n1 = Empty Slot
    %n2 = Empty Slot
    %n3 = Empty Slot
    %n4 = Empty Slot
    %n5 = Empty Slot
    %n6 = Empty Slot
    %n7 = Empty Slot
    %n8 = Empty Slot
    %n9 = Empty Slot
    %n10 = Empty Slot
  }

to this

.List Section :{ var %^ = 1  | while (%^ <= 10) { set $+(%,n,%^) $$?=" %^ nickname:" | inc %^ } }
  .Reset List :{ var %^ = 1  | while (%^ <= 10) { set $+(%,n,%^) Empty Slot | inc %^ } }

that will do the same thing ur's does.
but anyways nice work...

 Respond  
irchainscriptz   -  Dec 03, 2008

I like thx napa ..updated :)

 Respond  
napa182   -  Dec 03, 2008

maybe instead of doing a dialog box

.About :{ /Aboutlist 
dialog Aboutlist {
  title "    -> About <-"
  size -1 -1 95 81
  option dbu
  text "      __ Chainz Name Changer __                       ~By Chain™~                  This Snippet was made so I could change my names to whatever I desire. Has ability to hold 10 nick names. If needed you can add more by modifying the code a bit!  ", 3, 2 6 90 52
  button "Ok", 4, 54 64 37 12, ok
  box "", 5, 0 2 93 54
}

you can do this instead

.About :{ noop $input($+($str($chr(160),16),__ Chainz Name Changer __,$crlf,$str($chr(160),28),~By Chain™~,$crlf,This Snippet was made so I could change my names to whatever I desire. Has ability to hold 10 nick names.,$crlf,If needed you can add more by modifying the code a bit!),uio,-> About <-)

just a thought..

 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.