Top

Comments

  (22)  RSS
Chainchomp's
RussellReal
Comments: 40
 
mIRC Snippet:  Nintendo Wi-Fi Friendcode Script
Posted on Jan 13, 2007 7:54 am
Was kind of expecting a socket of some sort >.< Oh well ;)
Superior
Comments: 25
 
mIRC Snippet:  Nintendo Wi-Fi Friendcode Script
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 :)
greenlanter420
Comments: 48
 
mIRC Snippet:  Spy script
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
Justdabomb2
Comments: 4
 
mIRC Snippet:  Nintendo Wi-Fi Friendcode Script
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.
Noutrious
Comments: 353
 
mIRC Snippet:  Spy script
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.
Chainchomp
Comments: 18
 
mIRC Snippet:  Spy script
Posted on Sep 28, 2006 9:42 am
This kind of script are VERY VERY MUCH!

Elaborate :P
Noutrious
Comments: 353
 
mIRC Snippet:  Spy script
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.. :)
Chainchomp
Comments: 18
 
mIRC Snippet:  Spy script
Posted on Sep 28, 2006 4:29 am
Thanks!
Midnight
Comments: 24
 
mIRC Snippet:  Spy script
Posted on Sep 27, 2006 4:59 pm
Haha, Genious.. genious.. Haven't tested it but I plan on doing so.. ;o
Joystyk
Comments: 11
 
mIRC Snippet:  Spy script
Posted on Sep 27, 2006 3:01 pm
Fun to play with. Kind of useless otherwise, But fun. Good job.
Acid-Religion
Comments: 62
 
mIRC Snippet:  Very simple calc script
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!
QuickStep
Comments: 123
 
mIRC Snippet:  Very simple calc script
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.
Chainchomp
Comments: 18
 
mIRC Snippet:  Very simple calc script
Posted on Sep 18, 2006 10:08 am
Hey, take it easy, it was just a joke.

Your 5 year old nephew can script???
sean
Comments: 111
 
mIRC Snippet:  Very simple calc script
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
Noutrious
Comments: 353
 
mIRC Snippet:  Very simple calc script
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
}
}
StanZ
Comments: 19
 
mIRC Snippet:  Very simple calc script
Posted on Sep 18, 2006 3:37 am
Hum, too simple maybe :))
Chainchomp
Comments: 18
 
mIRC Snippet:  Very simple calc script
Posted on Sep 18, 2006 1:29 am
Sean likes moking me :P
It works don't it? Be happy :D
Chainchomp
Comments: 18
 
mIRC Snippet:  Nintendo Wi-Fi Friendcode Script
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.
sean
Comments: 111
 
mIRC Snippet:  Very simple calc script
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.
sean
Comments: 111
 
mIRC Snippet:  Nintendo Wi-Fi Friendcode Script
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"
1 2 Next
Bottom