mIRC Snippet:
Nintendo Wi-Fi Friendcode Script
Posted on Jan 13, 2007 7:54 am
Posted on Jan 13, 2007 7:54 am
Was kind of expecting a socket of some sort >.< Oh well ;)
mIRC Snippet:
Nintendo Wi-Fi Friendcode Script
Posted on Oct 11, 2006 8:52 am
Posted on Oct 11, 2006 8:52 am
I made this script, only ChainChomp has made some changes, but the script isn't working anymore! The codes of games are messed up!
sfc isn't TDS etc.!
And Justdabomb2, I am not familiar with Nintendo, I just made this script for fun :)
sfc isn't TDS etc.!
And Justdabomb2, I am not familiar with Nintendo, I just made this script for fun :)
mIRC Snippet:
Spy script
Posted on Oct 9, 2006 11:20 pm
Posted on Oct 9, 2006 11:20 pm
I must say I don't agree with the comment these scripts can be found all over I have saw a few befor but not the same as this and this script does work how its supposed to and even though you won't use it all the time it can be useful ,good work I would suggest maybe using ! instead of @ because its more common but the user can change that if they like
mIRC Snippet:
Nintendo Wi-Fi Friendcode Script
Posted on Oct 1, 2006 8:02 am
Posted on Oct 1, 2006 8:02 am
There are more than 5 Wi-Fi enabled games... And you should use the officials initials of the games.
mIRC Snippet:
Spy script
Posted on Sep 29, 2006 5:43 am
Posted on Sep 29, 2006 5:43 am
The spybots around the net can be found i think in every average mIRC scripting homepage, and other, it can be coded in 2 minutes, in this portal i found 3 OTHER matches for spy, and sorry, but 2 of them has better coding than this.
mIRC Snippet:
Spy script
Posted on Sep 28, 2006 9:42 am
Posted on Sep 28, 2006 9:42 am
This kind of script are VERY VERY MUCH!
Elaborate :P
Elaborate :P
mIRC Snippet:
Spy script
Posted on Sep 28, 2006 7:21 am
Posted on Sep 28, 2006 7:21 am
This kind of script are VERY VERY MUCH! I don`t think its needed anymore, but anyway its good for starting, continue like this.. :)
mIRC Snippet:
Spy script
Posted on Sep 27, 2006 4:59 pm
Posted on Sep 27, 2006 4:59 pm
Haha, Genious.. genious.. Haven't tested it but I plan on doing so.. ;o
mIRC Snippet:
Spy script
Posted on Sep 27, 2006 3:01 pm
Posted on Sep 27, 2006 3:01 pm
Fun to play with. Kind of useless otherwise, But fun. Good job.
mIRC Snippet:
Very simple calc script
Posted on Sep 19, 2006 9:00 am
Posted on Sep 19, 2006 9:00 am
An $exp() would impress me, also numerical integration.....
But I use matlab for those, so I don't care... But it is a beat cheap snippet, and like some suggested you could put a bit more work for it, like check that the arguments are numerical and that it is correct syntage.. Produce some error msg's!
But I use matlab for those, so I don't care... But it is a beat cheap snippet, and like some suggested you could put a bit more work for it, like check that the arguments are numerical and that it is correct syntage.. Produce some error msg's!
mIRC Snippet:
Very simple calc script
Posted on Sep 18, 2006 1:04 pm
Posted on Sep 18, 2006 1:04 pm
Idea if you want to make it more advanced:
Make it evaluate certain (mathematic) identifiers, like $pi, $int, $ceil , but not $findfile etc.
Make it evaluate certain (mathematic) identifiers, like $pi, $int, $ceil , but not $findfile etc.
mIRC Snippet:
Very simple calc script
Posted on Sep 18, 2006 10:08 am
Posted on Sep 18, 2006 10:08 am
Hey, take it easy, it was just a joke.
Your 5 year old nephew can script???
Your 5 year old nephew can script???
mIRC Snippet:
Very simple calc script
Posted on Sep 18, 2006 9:31 am
Posted on Sep 18, 2006 9:31 am
@Chainchomp: Im not mocking you, just pointing out your "flaws". In addition: Just because something works, doesn't mean it's acceptable. If you post somethign here, your expecting review. In reviewing, people tend to be critically harsh; not "mocking". "It works don't it? Be happy", why should I be happy about something that:
1) is incomplete.
2) is unuseful to me
3) my 5 year old nephew could have scripted better.
Comment Rules:
# Do not complain about your score.
# Keep your language professional at all times.
# Always be constructive.
If you can't take the critisim don't post; simple. Enough Said.
@Noutrious: No need for 'halt' in your post. Also, your if statement has room for error (which defeats the purpose of "error checking"). In your statement, you only check for '$2' when there's a possibility that more characters could be involved
1) is incomplete.
2) is unuseful to me
3) my 5 year old nephew could have scripted better.
Comment Rules:
# Do not complain about your score.
# Keep your language professional at all times.
# Always be constructive.
If you can't take the critisim don't post; simple. Enough Said.
@Noutrious: No need for 'halt' in your post. Also, your if statement has room for error (which defeats the purpose of "error checking"). In your statement, you only check for '$2' when there's a possibility that more characters could be involved
mIRC Snippet:
Very simple calc script
Posted on Sep 18, 2006 7:40 am
Posted on Sep 18, 2006 7:40 am
on *:TEXT:@calc:#:{
if ($2) && ($calc($2-)) {
.notice $nick $2- = $calc($2-)
halt
}
else {
.notice $nick Error, invalid syntax. (Example: 2 + 2 or 4 / 2)
halt
}
}
if ($2) && ($calc($2-)) {
.notice $nick $2- = $calc($2-)
halt
}
else {
.notice $nick Error, invalid syntax. (Example: 2 + 2 or 4 / 2)
halt
}
}
mIRC Snippet:
Very simple calc script
Posted on Sep 18, 2006 3:37 am
Posted on Sep 18, 2006 3:37 am
Hum, too simple maybe :))
mIRC Snippet:
Very simple calc script
Posted on Sep 18, 2006 1:29 am
Posted on Sep 18, 2006 1:29 am
Sean likes moking me :P
It works don't it? Be happy :D
It works don't it? Be happy :D
mIRC Snippet:
Nintendo Wi-Fi Friendcode Script
Posted on Sep 18, 2006 1:25 am
Posted on Sep 18, 2006 1:25 am
1) I've edited the title.
2) I don't know, but at least it works.
3) :S
4) Yeah, I fixed the info.
5) Fixed.
2) I don't know, but at least it works.
3) :S
4) Yeah, I fixed the info.
5) Fixed.
mIRC Snippet:
Very simple calc script
Posted on Sep 17, 2006 7:21 pm
Posted on Sep 17, 2006 7:21 pm
;A very simple calculator script, just copy into your remotes and type @calc <sum>.
Why would you $calc() the sum of something? Also, you have to take in consideration that some do not know the correct sytax, so error checking would be a must for something like this.
Why would you $calc() the sum of something? Also, you have to take in consideration that some do not know the correct sytax, so error checking would be a must for something like this.
mIRC Snippet:
Nintendo Wi-Fi Friendcode Script
Posted on Sep 17, 2006 7:16 pm
Posted on Sep 17, 2006 7:16 pm
1) Wi-Fi is not just for Nintendo nor was it created by them
2) Why not use .ini's for something like this?
3) It's to my knowledge that: "write -s $nick" != "write -s$nick"
4) This snippet uses and on text event and your directions clearly state that typing "@friendcodes" will result in information being displayed. Your instructions are incorrect, this snippet can only be triggered by someone else.
5) "if ($2 == $null) { notice $nick You did not enter any game and code number! Type: @add (game) (code) }" the command to add is "@addfc"
2) Why not use .ini's for something like this?
3) It's to my knowledge that: "write -s $nick" != "write -s$nick"
4) This snippet uses and on text event and your directions clearly state that typing "@friendcodes" will result in information being displayed. Your instructions are incorrect, this snippet can only be triggered by someone else.
5) "if ($2 == $null) { notice $nick You did not enter any game and code number! Type: @add (game) (code) }" the command to add is "@addfc"






