Solitude

Solitude

Joined
Jun 30, 2009
Occupation
Student
Location
Sacramento, California
Website
Interests
Challenging myself

Activity Stream

Solitude commented on a Page, Age (yours and theres)  -  Jul 18, 2009

Nice. It works fine for me...6/10, lol?

 Respond  
Solitude commented on a Page, My 1st Bad Word Kick  -  Jul 18, 2009

$gettok would help, because if you use

 if (ass isin $1-) {

Wouldn't it pick up on any of those words anywhere? i.e, 'ASSassin'?

 Respond  
Solitude commented on a Page, My 1st Bad Word Kick  -  Jul 18, 2009
on *:text:*:#: {
  if ($me isop $chan) {
    if ($gettok(fuck cunt ass sex,$1-,32)) {
      MODE $chan +b $nick
      KICK $chan $nick No badwords!
    }
  }
}

Obviously replace the censored words above with whatever cuss words you want, lol.

 Respond  
Solitude commented on a Page, Random FML  -  Jul 17, 2009

Heh.

if you like FML, you are going to love MLIA:

http://mylifeisaverage.com/index.html

I decided to see if it'd work if I editted napa182's code for FML to work with MLIA. It works for me.

on $*:text:/^@mlia$/iS:#: { if (!$($+(%,mliaflood,$nick),2)) { set -u3 $+(%,mlia,$nick) on | if ($sock(mlia)) .sockclose mlia | unset %mlia.* | sockopen mlia mylifeisaverage.com 80 | sockmark mlia $r(1,10) $r(2,30) # } }
on *:sockopen:mlia: { sockwrite -nt $sockname GET $+(/page/,$gettok($sock(mlia).mark,2,32),/) HTTP/1.1 | sockwrite -nt $sockname Host: $+(mylifeisaverage.com,$str($crlf,2)) }
on *:sockread:mlia: {
  var %mlia | sockread %mlia
  if ($regex(%mlia,/\x09(.+\sMLIA)/)) { set %mlia.outcome $regml(1) | inc %mlia.ms }
  if (%mlia.ms == $gettok($sock(mlia).mark,1,32)) { msg $gettok($sock(mlia).mark,3,32) 14[04My Life Is Average 14] %mlia.outcome | unset %mlia.* | sockclose mlia }
}
 Respond  
Solitude commented on a Page, IRC Socket Connection  -  Jul 16, 2009

Try posting that in the 'requests' section on the forum.

 Respond  
Solitude commented on a Page, HTML encoder  -  Jul 16, 2009

Blargh. I don't really understand Regular Expressions, lol. Not how mIRC uses them, anyways..

 Respond  
Solitude commented on a Page, IRC Socket Connection  -  Jul 16, 2009

I don't really understand what you're trying to say, Fujitsu. Too jumbled :(

 Respond  
Solitude commented on a Page, Random FML  -  Jul 16, 2009

( 03:09:06 ) ( Simplicity ) .fml
( 03:09:12 ) ( JustaBot ) Close the advertisementToday, my mother called to say that my 11 year old nephew found my secret stash of nipple tassles, furry hand cuffs, and a bottle of lube. He doesn't want to visit me anymore. FML

 Respond  
Solitude commented on a Page, Rotating Starfield  -  Jul 15, 2009

Colorful. It works, but is there a way you could slow down the movements a bit?

 Respond  
Solitude commented on a Page, IRC Socket Connection  -  Jul 15, 2009

I thought it'd be nice to share it with others who don't go to mircscripts.org

lol. I thought that'd make sense to people.

If you used somebody else's snippet you must include a URL to the original.

If people don't like that I found something cool and decided to share it, Hawkee or somebody can take the code down for me.

 Respond  
Solitude created a Page  -  Jul 15, 2009
2,007 

This is a basic IRC socket bot/connection/whatever.

Solitude commented on a Page, Istok test  -  Jul 14, 2009

lol, yeah. $r(N,N) is the same as $rand(N,N). And thanks, Thelmrac.

 Respond  
Solitude commented on a Page, Random Chuck Norris fact  -  Jul 14, 2009

At least that comment was actually helpful -! Thanks. And I know mIRC has no /browse command. And uh, I don't know about sockets lol, I'm trying to learn.

 Respond  
Solitude commented on a Page, Random Chuck Norris fact  -  Jul 14, 2009

I never said I wanted it to specifically connect to that site o_o; I was talking in general. So how about you stop attempting to seem cool by making pointless code? lol.

I just mean, if the script were meant to connect to say, a dictionary website, and /browse was the part to enter the word you wish to find a definition for in, and $2 being that word (input by the user)? Would it work to do that?

 Respond  
Solitude commented on a Page, Istok test  -  Jul 14, 2009

on *:text:*:*: {
  if ($istok(%text.1 %text.2,$1,32)) { msg $chan $gettok(%reply.1 %reply.2 %reply.3 %reply.4,$r(1,4),32) }
} 

I don't see where that'd look for my variable %randomreply.

on *:text:*:*: {
  set %randomreply $r(1,4)

I am trying to use that to reply depending on what the $r(1,4) sets, not just randomly reply with one of my four %reply.N's.

 Respond  
Solitude commented on a Page, Random Chuck Norris fact  -  Jul 14, 2009

Would it work on something like this, if you were to do..

 sockwrite -n $sockname GET /browse/$2 HTTP/1.1 

With $2 obviously being the second parameter in the users input? like..

.search blah

Being 'blah'? To make it /browse/blah?

 Respond  
Solitude commented on a Page, improved htmlfree  -  Jul 14, 2009

Since I love bringing up old stuff.. What would making it with $chr(32)?

 Respond  
Solitude commented on a Page, Istok test  -  Jul 14, 2009

Woops, that was a typing error above all..I was thinking too much about $istok, lol.

 Respond  
Solitude commented on a Page, Istok test  -  Jul 14, 2009

lmao..

 Respond  
Solitude created a Page  -  Jul 14, 2009
308 

I wanted to try learning something a bit more complicated, so I started looking at token identifiers..$istok looked easiest to me, so..

Solitude commented on a Page, Clan Roster Script  -  Jul 12, 2009

People post things on hawkee.com to get help and get comments on their work. If you don't like it, don't post.

 Respond  
Solitude commented on a Page, Twango's first dialog  -  Jul 11, 2009

Lay off it, people. The script may be useless, but he's learning, right? My first script was a lame PicWin Animation thing, his is a dialog. So what if it has no use to us?

So, instead of being a bunch of useless TROLLS you can try to kindly point him in the right direction. Not everyone can do the more complicated scripts on their first try.

Twango, you're doing fine. Keep it up, but try doing something a bit more complicated. Like, maybe you could try to make a dialog clock or something.

The script does what he wants it to do, and nothing more or less. So technically, the script works. Just because it does nothing for you does not mean it is useless. For example, some beginner to mIRC dialog's could use this as a basic example towards making layouts and using basic dialog options.

EDIT--

Oh, yeah. There is a bracket mismatch like sunslayer said. But, some people might not understand what you mean.

At the end of the code you have two closing brackets:

}
}

But only one opening bracket. The start is correct, but since you only need one, it should be:

alias twango /dialog -m twango twango
dialog Twango {
  size -1 -1 500 500
  title "Twango infromation Dialog"
  tab "Info about Twango", 1, 0 0 500 500
  tab "Server info about twango", 2, 0 3 500 500
  tab "Twango's Channels", 6, 0 6 1 1
  text "Twango is a mIRC scripter (see ##mirc on freenode or #script on coldfront)", 4, 0 50 700 300, tab 1 
  text "Twango likes to be on the server coldfront (irc.coldfront.net) he generally likes to be on his channel #chattychatness just whois him", 3, 0 50 500 500, tab 2
  text "he posts to hawkee, twango other than scripting plays MMORPG FPS and makes websites", 5, 0 100 700 300, tab 1
  text "his main channel is #chattychatness #fcMount #mircscript and #chanserv", 7, 0 100 700 300, tab 6
  button "Close", 9, 200 400 50 50, ok
}
 Respond  
Solitude commented on a Page, Clan Roster Script  -  Jul 11, 2009

Why make this script so complicated? I see no point in wasting so much time on something so useless.

Also, instead of making commands for /set whatever you should make it ask for the %publicchan and whatnot on load.

on *:load {
 set %publicchan $$?="What is the public channel?"
}

And that's SIMPLE So....

EDIT--

Remove the ASCII logo. It can get in the way of the code. Instead of uploading something and being a little douche about it and saying:

"anyway if you dont like it remove it"

You can stop being a little stuck up child and remove it yourself. When somebody makes a comment on something you post for people to see, why don't you just make it user-friendly? Don't argue people when they try to help you on your code.

 Respond  
Solitude created a Page  -  Jun 30, 2009
385 

I was viewing another users script, and he was attempting to have the script NOTICE people when he was WHOISed.

  1 Thread   mIRC  
Solitude commented on a Page, Whois noticer???  -  Jun 30, 2009

When I did your code, I got an error message saying:

[08:28:07] -> -(Oblivion@xxx.xxx.xx.xx)- Yes (Oblivion@xxx.xxx.xx.xx), I'm an IRCop. Is there something I can help you with?
(Oblivion@xxx.xxx.xx.xx) No such nick/channel

So I made this:

 on *:SNOTICE:*WHOIS*: {
  NOTICE $2 4,12Yes $2 $+ , I'm an IRCop. Is there something I can help you with?
}

I think it works like that because in the SNOTICE saying who WHOISed you, it looks something like:

-irc.trinetchat.com- *** Serenity (Oblivion@xxx.xxx.xx.xx) did a /whois on you.

And you are looking for the person who whoised you, not their address, since it won't NOTICE an address; in this case $2 is the nick of the person.

 Respond  
Solitude commented on a Page, My First Script - Picture Window  -  Jun 30, 2009

Bleh. No comments, then? Must suck :(

 Respond  
Solitude created a Page  -  Jun 30, 2009
451 

I made this mIRC Picture Window with the help of BlueThen's tutorial and mIRCs help file on Picture Windows

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.