Top

Comments

  (22)  RSS
vSkyzv's
vSkyzv
Comments: 22
 
mIRC Snippet:  TinyUrl Previewer\Checker
Posted on Apr 15, 2009 7:58 pm
If somebody spammed a TinyUrl and this were on TEXT, your computer might lag a bit.

However, an on HOTLINK does make more sense... I might make it later.
vSkyzv
Comments: 22
 
mIRC Snippet:  CTCP Reply Message Faker
Posted on Mar 13, 2009 12:08 am
Aucun50, yes you can. /silence +<nick>.

@Kirby
This was an educational script. /ctcpreply doesn't show you the stuff behind a CTCP.
vSkyzv
Comments: 22
 
mIRC Snippet:  LOLOP
Posted on Mar 12, 2009 11:35 pm
Sorry I didn't look over it carefully. But seriously, what about...

/mode <channel> +o <nick>
vSkyzv
Comments: 22
 
mIRC Snippet:  LOLOP
Posted on Mar 12, 2009 11:31 pm
Why would any sane channel owner use this? It's basically inviting spammers to raid your channel.
vSkyzv
Comments: 22
 
mIRC Snippet:  Math Identifiers
Posted on Feb 28, 2009 11:11 pm
Thanks. Are there any more that you guys would like to suggest?
vSkyzv
Comments: 22
 
mIRC Snippet:  Query Manager
Posted on Jan 25, 2009 10:06 pm
Thanks for the reply. I'll be sure to add a way to make communication with services a lot less inconvenient. It gets annoying for me too.
vSkyzv
Comments: 22
 
Image:  Particle Engine Screens
Posted on Jan 23, 2009 8:50 pm
Very good considering the code used to make this.
vSkyzv
Comments: 22
 
mIRC Snippet:  Inactivity Report
Posted on Dec 29, 2008 12:37 pm
For some reason $nick(<channel>,<order>).idle is inaccurate when the idle time of a user is in hours.

Example 1:
I whois'd myself and got an idle time of "7 seconds".
I then used $nick and it also echoed "7".

However when I did it to a person who was inactive for 9+ hours, it echoed "1096". If you do the math there are 32,400 seconds in 9 hours, which means something is wrong.
vSkyzv
Comments: 22
 
mIRC Snippet:  Inactivity Report
Posted on Dec 28, 2008 11:57 pm
Thanks for the comments.

@NIGathan
Could you give me a general idea on how to use that? I'm always looking forward to shortening my code.
vSkyzv
Comments: 22
 
iPhone App:  HiCalc Winner Calculator &amp; Unit Converter
Posted on Dec 28, 2008 8:46 pm
Why are we cracking apps that cost half the change in our pockets? Seriously.
vSkyzv
Comments: 22
 
mIRC Snippet:  Inactivity Report
Posted on Dec 28, 2008 7:36 pm
Thanks. Updated.
vSkyzv
Comments: 22
 
mIRC Snippet:  Auto-Kick
Posted on Dec 6, 2008 9:11 pm
on *:TEXT:*:#:{
if ($nick isvoice $chan || $nick ishop $chan || $nick isop $chan) { halt }
else {
if ($wildtok(SWEARS GO HERE,$1-,0,32) > 0) { kick $chan $nick Watch your language! }
}
}
vSkyzv
Comments: 22
 
mIRC Snippet:  Goofy!
Posted on Nov 29, 2008 10:00 pm
Did you make this picture yourself? It's pretty amazing.
vSkyzv
Comments: 22
 
mIRC Snippet:  Sky's Script II
Posted on Nov 29, 2008 9:39 pm
Sky's Script has been updated to Sky's Script II.
vSkyzv
Comments: 22
 
mIRC Snippet:  einy meiny mieny mo (spelt wrong probably)
Posted on Nov 29, 2008 9:05 pm
You could shorten the code to this:

Code:

on *:TEXT:!emmm*:#:{
  var %emmm = $rand(1,$2)
if (%emmm != $null) && (%emmm <= 10) msg $chan emmm answer: $calc(%emmm + 2)
}


As I saw in your script, the answer is always "two plus %emmm". This is basically what my revision does. I also saw that %emmm only went up to ten. This revision also makes sure that %emmm only goes up to ten.
vSkyzv
Comments: 22
 
mIRC Snippet:  Op/Oper command script
Posted on Nov 29, 2008 9:00 pm
Wouldn't it be better if you made aliases instead of on TEXT? That way nobody can see what you typed and you wouldn't need a bot for this.

Example:

alias unban { mode $1 -b $2 | msg %Admin $2 Has Been Unbanned From $1 $+ . }



If you do convert these to aliases, remember this:

In /unban <Username>, <Username> would be $1 and not $2.
vSkyzv
Comments: 22
 
mIRC Snippet:  Sky's Script II
Posted on Nov 15, 2008 8:08 pm
Thanks for the comment but I plan to redo it as a few mIRC newbies are having trouble using it.
vSkyzv
Comments: 22
 
mIRC Snippet:  Sky's Script II
Posted on Nov 8, 2008 12:38 am
Thanks for the help.

Update: Shortened code with napa's advice.

Update 2: Dialog has been shrunk from 300 x 250 to 300 x 150.
vSkyzv
Comments: 22
 
mIRC Snippet:  Rock Paper Scissors Game
Posted on Nov 5, 2008 11:15 pm
I am not sure if that will work, but thanks for the comment anyways.

Edit: Does not seem to work.
vSkyzv
Comments: 22
 
mIRC Snippet:  Action Revenge
Posted on Nov 1, 2008 12:58 pm
Script updated with md's suggestion.
1 2 Next
Bottom