larry

larry

Joined
Sep 27, 2006

Activity Stream

larry created a Page  -  Feb 25, 2007
582 

This script will add a menu control to the nicklist. It will add the option +q if the user is not owner and -q if he is and so on. It also saves the modes q and a to an ini, you can use the ini for other options too.

 Respond   mIRC  
larry created a Page  -  Feb 24, 2007
2,176 

Just load this in your remote and then type /whois.settings to set all settings correct.

larry commented on a Page, nicklist info  -  Nov 21, 2006

I tested it and it worked fine for me. I got the idea from Xchat btw

 Respond  
larry created a Page  -  Nov 21, 2006
514 

Past this script in your remote [Alt]+[R] This script shows in your nicklist Info, if you open it you will see nick,host and username. If you click on it it will copy it to the clipboard.

larry commented on a Page, My First flood protection  -  Nov 17, 2006

a nice anti flood script. Only you could try to make it for more channels than just one like mine

 Respond  
larry commented on a Page, 30 sec Bad Word Kicker  -  Nov 11, 2006

a very simple bad word kicker, try to make one where all bad words are stored in a txt file.

 Respond  
larry commented on a Page, A simple id script  -  Nov 10, 2006

this all allready is in
Nickserv Aut-Ident (WORKS EVEN WITH BNC) by SeminolePride

 Respond  
larry commented on a Page, Asl-database  -  Nov 07, 2006

Yoinx, me to, i have all my help files in a txtfile and then just play them but this is a complete snippet. you just have to load it and thats all. Thats why i used timers ;)

 Respond  
larry commented on a Page, styler  -  Nov 05, 2006

ah okay, Thank You very much Noutrious

 Respond  
larry created a Page  -  Nov 05, 2006
251 

Just past this script to your remote. If you say in a channel somewans name this script will put it in [] and place a @ for op, % for halfop ... I also add a colorscript to it, just find out yourself how it works ;) I just want to know if it can be made better or if there are any bugs

larry created a Page  -  Nov 04, 2006
1 667 

add this to your remote and then just type in a channel where you are op "/ops " and thats all. I just wrote this becouse i couldn't find it here and i needed something like this. I use it and it works fine.

larry commented on a Page, Deck Keeper  -  Nov 03, 2006

I like it. Maybe you could try to add a dialog to it :p.

 Respond  
larry commented on a Page, Cookie Jar  -  Nov 01, 2006

here is how i changed it:
elseif ($2 == stats) {
if (%cookieguess != ON) {
msg $chan Last person to fill cookie jar: %cookiefiller
.timer 1 1 msg $chan Last person to eat cookie: $+(,%cookieeater,)
.timer 1 2 msg $chan Last person to add cookie: $+(,%cookieadder,)
.timer 1 3 msg $chan Cookies left in cookie jar: $+(,%cookiejar,)
.timer 1 4 msg $chan Type !cookie help to get a list of cookie commands.
}
else { msg $chan Nooo cheating! First stop the cookieguess by typing !cookie guess stop }
}

 Respond  
larry commented on a Page, Cookie Jar  -  Nov 01, 2006

nice but only i would change \"elseif ($2 == stats)\" to \"elseif ($2 == stats) && (%cookieguess != ON)\" coz otherwise you can see the total cookies in the jar while playing the cookieguess. For the rest its perfect :p

 Respond  
larry commented on a Page, Asl-database  -  Oct 31, 2006

woops, i changed it :P

 Respond  
larry commented on a Page, Asl-database  -  Oct 31, 2006

btw, sorry for bad english, i\'m Russian/Belgian

 Respond  
larry created a Page  -  Oct 31, 2006
335 

This is my first script on Hawkee so just if i don't works like you want just tell me how i sould be. Save this in a text file in the mIRC direction and type in mIRC "/load -rs path-to-the-file" or got to your remote (Ctrl + R), and select File>Load... and select the file you saved. I tested it using mIRCv6.2 Enjoy It :p [This script is for a bot! Only other people then the bot where the script..

larry commented on a Page, Deop Protection  -  Sep 28, 2006

!op is if the server uses a BotServ, like anope, and there is a bot assign for the room. Then it also wil be the bot who ops and deops like cs.
i would use it this way >>>>
on *:DEOP:#: {
if ($opnick !== $me) halt << if you are deoped
if ($nick == $me) halt << you dont want to be kicked
if ($nick !ison $chan) halt << the cs problem
else {
msg $chan Very Funny $nick $+ .
cs op $chan $me
timer 1 2 kick $chan $nick
}
}

 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.