vSkyzv

vSkyzv

Joined
Aug 16, 2008

Activity Stream

vSkyzv created a Page  -  Jul 13, 2011
289 

This code performs several functions: 1) Keeps tracks of channel keys. When the key of a channel that you are on changes, the script records that and saves the information in a file. This also saves the key of any channels that you join. Whenever you want to rejoin that channel, but you get an error saying you need a key, the script automatically joins the channel with the previously saved key. 2)..

 Respond   mIRC  
vSkyzv commented on a Page, here  -  Apr 15, 2009

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.

 Respond  
vSkyzv created a Page  -  Apr 15, 2009
842 

This script allows you to see where a TinyUrl will go before you click it on.

 Respond  
vSkyzv commented on a Page, CTCP Reply Message Faker  -  Mar 13, 2009

Aucun50, yes you can. /silence +.

@Kirby
This was an educational script. /ctcpreply doesn't show you the stuff behind a CTCP.

 Respond  
vSkyzv created a Page  -  Mar 12, 2009
1,738 

This is a script intended to show people how you can fake your CTCP reply messages.

vSkyzv commented on a Page, LOLOP  -  Mar 12, 2009

Sorry I didn't look over it carefully. But seriously, what about...

/mode +o

 Respond  
vSkyzv commented on a Page, LOLOP  -  Mar 12, 2009

Why would any sane channel owner use this? It's basically inviting spammers to raid your channel.

 Respond  
vSkyzv created a Page  -  Mar 08, 2009
682 

This is an 8-ball script with the same responses as the original 8-ball. It also records all questions and answers and repeats them at random if there are more than recordings. This script also includes spam protection (1 question every 5 seconds).

vSkyzv commented on a Page, Math Identifiers  -  Feb 28, 2009

Thanks. Are there any more that you guys would like to suggest?

 Respond  
vSkyzv created a Page  -  Feb 28, 2009
1,191 

This is a simple script which can perform an action to every user on a given channel.

vSkyzv created a Page  -  Feb 25, 2009
1 308 

These were a few identifiers I just came up with. Enjoy :-).

vSkyzv created a Page  -  Feb 19, 2009
2 807 

This identifier was based off of one made by jonesy44 at http://www.hawkee.com/snippet/5665/.

vSkyzv created a Page  -  Feb 02, 2009
764 

This script will automatically pick a noob of the day and change it automatically when the day changes. Type "!notd" to use.

vSkyzv commented on a Page, Query Manager  -  Jan 25, 2009

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.

 Respond  
vSkyzv created a Page  -  Jan 23, 2009
vSkyzv commented on a Page, Inactivity Report  -  Dec 29, 2008

For some reason $nick(,).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.

 Respond  
vSkyzv commented on a Page, Inactivity Report  -  Dec 28, 2008

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.

 Respond  
vSkyzv commented on a Product, here  -  Dec 28, 2008

Why are we cracking apps that cost half the change in our pockets? Seriously.

 Respond  
vSkyzv commented on a Page, Inactivity Report  -  Dec 28, 2008

Thanks. Updated.

 Respond  
vSkyzv created a Page  -  Dec 28, 2008
450 
vSkyzv created a Page  -  Dec 06, 2008
2,362 

This script will kick everybody you can kick off a channel.

vSkyzv commented on a Page, Auto-Kick  -  Dec 06, 2008

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! }
}
}

 Respond  
vSkyzv created a Page  -  Dec 06, 2008
1,967 

This script will kick and then ban users. For increased effectiveness, their ban protections will be removed and will be re-kicked if they rejoin before being banned.

  1 Thread   mIRC  
vSkyzv commented on a Page, Goofy!  -  Nov 29, 2008

Did you make this picture yourself? It's pretty amazing.

 Respond  
vSkyzv commented on a Page, Sky's Script II  -  Nov 29, 2008

Sky's Script has been updated to Sky's Script II.

 Respond  
vSkyzv commented on a Page, einy meiny mieny mo (spelt wrong probably)  -  Nov 29, 2008

You could shorten the code to this:

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.

 Respond  
vSkyzv commented on a Page, Op/Oper command script  -  Nov 29, 2008

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 , would be $1 and not $2.

 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.