supergeo

supergeo

Joined
Feb 15, 2005
Location
Ohio, U.S.A.

Activity Stream

supergeo commented on a Page, *Update* Mini Fantasy  -  Dec 22, 2005

you missed the \"}\", closing bracket, at the end of the lasergun \'if.\' add one there and remove one at the end, and the script is finished...

That one\'s done too. Sorry I missed those, I just assumed since I was working off a predone code it was fine, and I probably started typing in between the lasergun thing and the and, so there\'s an extra brackett at the end.

 Respond  
supergeo commented on a Page, *Update* Mini Fantasy  -  Dec 22, 2005

you missed the \"n\" after the \"o\", that is why stage 7 doesnt work.

I also just fixed this one, thanks :)

 Respond  
supergeo commented on a Page, *Update* Mini Fantasy  -  Dec 22, 2005

ermm actualy your command is wrong it should be on *:Text:!~:#: {
also !proceed_into_castle and !climb_ladder triggers do not work

I fixed this. Thanks!

 Respond  
supergeo commented on a Page, Roulette  -  Dec 22, 2005

Done. Since I added that feature, I added an on - off switch for it.

 Respond  
supergeo created a Page  -  Dec 20, 2005
2,155 

You don't have to set any of the options if you don't want to, the defaults are you don't part if you get shot and you are a male. I saw another roulette game where there's a bot and people can play through that, this is for yourself. You have about a 17% chance of losing.

supergeo commented on a mIRC Script, Dragon Script V4.0  -  Oct 20, 2005

Dareios, I think it does, if you don\'t that\'s fine.

 Respond  
supergeo commented on a Page, Nick Mentioned Update  -  Oct 02, 2005

Huh? Thought what was about the @ window?

 Respond  
supergeo created a Page  -  Oct 01, 2005
225 

This is just a little different than snoop's. It doesn't have the color and it isn't "leet". Also, you can turn it on or off. Just in case someone would rather have it this way than the "leet" way. It also won't return an error if it was said in a pm, this is just for channels. It's really Snoop's work, I just edited it.

supergeo created a Page  -  Sep 30, 2005
821 

Well, this is kind of hard to give a title. Sometimes, if people have 2 houses (Parents Divorced, want to get on at a grandparent's house, etc.) and they left their nick logged on, they have to take their alternative nickname until their original times out. That just happened in a channel with someone, and I decided to make something to be able to disconnect your other nick with a simple command. Put..

supergeo commented on a Page, Monitor Window  -  Sep 25, 2005

You might have to restart the client to get it working again :\

 Respond  
supergeo commented on a Page, Monitor Window  -  Sep 25, 2005

Oh, it doesn\'t include the person who was opped, etc? It should...

 Respond  
supergeo commented on a Page, Monitor Window  -  Sep 25, 2005

\"(14:09:58) omgW Opped in #zero.
(14:09:59) vanISH Opped in #eu.
(14:10:41) c- Opped in #z-ya.
(14:10:41) Thab0mb Opped in #z-ya.
(14:22:35) 3rr0r Voiced in #qaz.
(14:38:49) desi Unbanned\"

What\'s the problem???

 Respond  
supergeo commented on a Page, Monitor Window  -  Sep 25, 2005

\"I have noticed it uses on connect.What if you are already connected and then turn it on? I get errors such as above.\"

Yea, I noticed that. I\'ll fix it right now.

 Respond  
supergeo created a Page  -  Sep 24, 2005
454 

I decided to make a snippet which puts different bits of information into a window. It could be useful for IRCops or channel ops. When someone joins or parts a channel you're in or quits, you'll see it. If someone ops or deops someone else you'll see it. If someone kicks someone else you'll see it.

supergeo commented on a Page, Thanks. (Voice & Op)  -  Sep 24, 2005

You had lots of errors.... Updated code:
on :Op:#:{
if ($opnick == $me ) && ($nick == $me) msg $chan I opped myself.
else msg $chan 12 15Thanks15 15for15 15the15 15@15 $nick 12
}
on
:Voice:#:{
if ($vnick == $me) && ($nick == $me) msg $chan I voiced myself.
else msg $chan 12 15Thanks15 15for15 15the15 15+15 $nick 12
}

 Respond  
supergeo created a Page  -  Sep 18, 2005
305 

Well, since I made my hacktalk snippet, I decided to make this. It took about 30 mins to make and test, and it works very nicely I think. The meter bars take awhile to make, so if you would like to rip them for your own project go ahead. Hopefully that can spare some people time, because that's what takes more time than anything else. On this, you always turn out 100% leet, and you can select one person..

supergeo commented on a Page, $textlen  -  Sep 14, 2005

Creative ideas.

 Respond  
supergeo commented on a Page, a few modes  -  Sep 11, 2005

I know, brottor. People just come through and give it a rating to bump their count. I\'ve been saying this for awhile.

 Respond  
supergeo created a Page  -  Sep 04, 2005
2,595 

This ONLY works if you have a bot and a nick in the same room and both are opped. This could be useful in certain situations.

supergeo commented on a Page, lol,brb and more  -  Sep 04, 2005

on :Text::#:{
if (lol isin $1-) msg $chan $nick is laughing out loud.
if (brb isin $1-) msg $chan $nick is going to be right back.
if (bbl isin $1-) msg $chan $nick is going to be back later.
if (g2g isin $1-) msg $chan $nick has to leave.
if (bbl isin $1-) msg $chan $nick is going to be back later.
if (rofl isin $1-) msg $chan $nick is rolling on the floor laughing.
if (roflmao isin $1-) msg $chan $nick is rolling on the floor laughing his ass off.
}

 Respond  
supergeo commented on a Page, Slap back script  -  Sep 04, 2005

Because I was going to do something with it but decided it wasn\'t necessary. You can delete the on nick and on connect.

 Respond  
supergeo commented on a Page, Slap back script  -  Sep 03, 2005

on :connect:{ set %a $me }
on
:nick:{
if ($nick == $me) set %a $me
}

on :Action:slaps $me::{
if ($chan == $null) set %n $nick
else set %n $chan
msg %n $nick has just attempted to slap me!
describe %n dodges $nick\'s slap and counter-attacks $nick
}

I just revised it a little bit.

 Respond  
supergeo commented on a Page, Goggled_Bot Version 2.0  -  Aug 31, 2005

Actually it is! $chan(35) turns out as # in the text! Will add that in an update, though. Guys I need more ideas here!

 Respond  
supergeo commented on a Page, *Update* Mini Fantasy  -  Aug 31, 2005

on *:Text!~:#: {
if (%stage5 == on) {

You type !~ for the last symbol. It should work.

 Respond  
supergeo commented on a Page, Goggled_Bot Version 2.0  -  Aug 30, 2005

Anyone have any comments on the new version

 Respond  
supergeo commented on a Page, Bot Shitlist  -  Aug 30, 2005

Looks like Spanish.

 Respond  
supergeo created a Page  -  Aug 30, 2005
487 

I don't know. It might be useful.

supergeo commented on a Page, deop script  -  Aug 30, 2005

The code I just posted is shorter and faster. I would use it if I were you.

 Respond  
supergeo commented on a Page, deop script  -  Aug 30, 2005

on *:Deop:#: {
if ($opnick == $me && ($nick != $me || $nick != Chanserv || dal.net !isin $nick)) {
cs op # $me
mode # -o $nick
ban -k $nick THATS WHAT YOU GET WHEN YOU MESS WITH ME
}
}

 Respond  
supergeo commented on a Page, deop script  -  Aug 30, 2005

$nick != $me

You\'ve already checked this.

 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.