Top

Nintendo wi-fi games Friendcodes


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Oct 24, 2009
Last Updated  Oct 24, 2009
Tags  cod  friendcodes  games  mirc  mkw  nintendo  script  ssbb  wifi 

Introduction

I have had this script a while and use it but just in case some body stumbles accross the site looking for this kind of script here they go :)

Grab the Code

ON *:TEXT:Sadd cod *:*: { 
  set $+(%,fc,cod,$nick) $2- 
  notice $nick Your Fc has been recorded to see it type Scod <name> 
  msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 
  msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon 
  msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm
 
} 
ON *:TEXT:Scod &:*: { 
  if ($($+(%,fc,cod,$2),2)) { 
    notice $nick Fc $+($2,::) $ifmatch 
  } 
  else { 
  msg $chan $2 does not have a Set fc. For them to have one they must type Sadd cod <Fc here> }
} 
 
 
 
ON *:TEXT:Sadd pokemon *:*: {
  set $+(%,poke,$nick) $2-
  notice $nick Saved
  msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 
  msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon 
  msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm
 
}
ON *:TEXT:Spoke &:*: {
  if ($($+(%,poke,$2),2)) {
    notice $nick %1F%02Fc $+($2,::)%1F $ifmatch
  }
  else {
  msg $chan $2 not saved that fc }
}
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
ON *:TEXT:Sadd ssbb *:*: {
  set $+(%,ssbb,$nick) $2-
  notice $nick Saved
  msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 
  msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon 
  msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm
 
}
ON *:TEXT:Sssbb &:*: {
  if ($($+(%,ssbb,$2),2)) {
    notice $nick %1F%02Fc $+($2,::)%1F $ifmatch
  }
  else {
  msg $chan $2 not saved that fc }
}
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
ON *:TEXT:Sadd mkw *:*: {
  set $+(%,mkw,$nick) $2-
  notice $nick Saved
  msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 
  msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon 
  msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm
 
}
ON *:TEXT:Smkw &:*: {
  if ($($+(%,mkw,$2),2)) {
    notice $nick %1F%02Fc $+($2,::)%1F $ifmatch
  }
  else {
  msg $chan $2 not saved that fc }
}
;;;;;;;;;;;;;;;;;;;;;;;;;;
ON *:TEXT:Sadd mkd *:*: {
  set $+(%,mkd,$nick) $2-
  notice $nick Saved
  msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 
  msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon 
  msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm
 
}
ON *:TEXT:Smkd &:*: {
  if ($($+(%,mkd,$2),2)) {
    notice $nick %1F%02Fc $+($2,::)%1F $ifmatch
  }
  else {
  msg $chan $2 not saved that fc }
}
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ON *:TEXT:Sadd acww *:*: {
  set $+(%,acww,$nick) $2-
  notice $nick Saved
  msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 
  msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon 
  msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm
 
}
ON *:TEXT:Sacww &:*: {
  if ($($+(%,acww,$2),2)) {
    notice $nick %1F%02Fc $+($2,::)%1F $ifmatch
 
  }
  else {
  msg $chan $2 not saved that fc }
}
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
ON *:TEXT:Sadd accf *:*: {
  set $+(%,accf,$nick) $2-
  notice $nick Saved
  msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 
  msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon 
  msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm
 
}
ON *:TEXT:Saccf &:*: {
  if ($($+(%,accf,$2),2)) {
    notice $nick %1F%02Fc $+($2,::)%1F $ifmatch
  }
  else {
  msg $chan $2 not saved that fc }
}
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
#toys on
 

Comments

  (3)  RSS
RePod
Comments: 14
 
mIRC Snippet:  Nintendo wi-fi games Friendcodes
Posted on Oct 24, 2009 12:13 pm
Writing and reading the codes from a text file from within mIRC would be much more efficient, in my opinion.

This would also save you from spamming your variables tab.
Cracker200
Comments: 263
 
mIRC Snippet:  Nintendo wi-fi games Friendcodes
Posted on Oct 24, 2009 11:33 pm
o.o
slub77
Comments: 44
 
mIRC Snippet:  Nintendo wi-fi games Friendcodes
Posted on Oct 25, 2009 5:43 am
well actually this script has a story some body wanted me to show them how to use %var and so i made the first one which was Sadd cod <fc> and then they said how would this work for the others so i made the rest of the script as an example on using them this script has come in use to me as i am in a gaming clan so fc's and names are needed and instead of people repeating people can just look it up

Commenting Options

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

  
Bottom