dull

dull

Joined
Apr 28, 2008
Interests
Chatting on irc.lucidchat.net

Activity Stream

dull commented on a Page, DefianceBot  -  May 11, 2008

Again, I made the script simple so scripters who are new to mIRC scripting can easely feel like editing it.
But still, I aprecciate your help. :)

 Respond  
dull commented on a Page, PM Blocker with Dialog  -  May 11, 2008

Hey Bouncer this script is nice... Very useful for blocking those enoying people you just dont want to ignore!

 Respond  
dull created a Page  -  May 11, 2008
773 

A collecion of scripts funny scripts put together as a bot... May not be so useful, but great for entertaining people when they are bored!

dull commented on a Page, Steal random item from user  -  Apr 30, 2008

LOL! okay thanx for the tips all :)

 Respond  
dull commented on a Page, Bot  -  Apr 30, 2008

on *:TEXT:!8Ball:#: {
var %8 $rand(1,5)
if (%8 == 1) { msg $chan $nick $+ , Yes. }
if (%8 == 2) { msg $chan $nick $+ , No. }
if (%8 == 3) { msg $chan $nick $+ , Maybe some day. }
if (%8 == 4) { msg $chan $nick $+ , I don\'t think so! }
if (%8 == 5) { msg $chan $nick $+ , Ask another time. }
}

Could also have been

on *:TEXT:!8Ball:#: {
var %8 $rand(1,5)
if (%8 == 1) { msg # Yes. }
if (%8 == 2) { msg # No. }
if (%8 == 3) { msg # Maybe some day. }
if (%8 == 4) { msg # I don\'t think so! }
if (%8 == 5) { msg # Ask another time. }
}

Still, nice script, I like it. Good for entertaining people when they are bored! 9/10

 Respond  
dull commented on a Page, Mega Dice  -  Apr 29, 2008

okay. :)

sounds all coplicated but I\'ll try to figure out how to work with that

 Respond  
dull commented on a Page, Random emoticon  -  Apr 29, 2008

okay, thanks for the tip!

 Respond  
dull commented on a Page, Advanced 8ball script  -  Apr 29, 2008

BlueTheb: WHOOPS! Thank you for noticing... I\'ll fix it right away!
Mountaindew: thank you :)

 Respond  
dull commented on a Page, Advanced 8ball script  -  Apr 28, 2008

:\ I didn\'t like bouncer\'s message but I wont remove it because I repect people.
And Napa, thanks for the tip.
EL: You cheer me up. thank you!

 Respond  
dull commented on a Page, Steal random item from user  -  Apr 28, 2008

Okay! Thank you for the advice.
I\'m kinda new to making IRC scripts, so it\'s still hard for me. Haha...

 Respond  
dull created a Page  -  Apr 28, 2008
1,312 

when somebody typed -emoticon-, your nick automaticly chooses a emoticon. with installed counter. I only posted it for fun... hope you enjoy it.

dull created a Page  -  Apr 28, 2008
1,013 

With this script, users can steal random objects from users... (But you dont have to enter a nickname, could be a normal name too.) To use it, write down -steal- <(nick)name>

dull created a Page  -  Apr 28, 2008
392 

A dice script with a counter inside it, and some extra's... Only works if another user says -dice- You can add text behind the command... makes stuff more easy.

dull created a Page  -  Apr 28, 2008
713 

More then a simple 8ball script... Enjoy! (PS this only works if others type -8ball- ) This is my first snippet... I hope u guys like it...

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.