Top

Random FML Script


mIRC Code
+ 2 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Jul 04, 2009
Last Updated  Sep 05, 2009
Tags  fml  fuck  life  mirc  my  script  trev 

Description

Simple FML Script.

Disclaimer:
The parser used to retrieve data from is property of RuneScript. I do not own the parser or the bot.
Their parser. My script.

(09:18:00 PM) (@Trev) !fml
(09:18:02 PM) —› (Notice:) -W|R|I|S|T- (Random FML™) Today, my boyfriend broke up with me. He said I was way too good at sex so I must have lied about not having much experience, and he "wouldn't be with someone who is hiding something." WTF? FML

Grab the Code

Alias cc1 return $+($chr(3),01,$1-)
Alias cc2 return $+($chr(3),02,$1-)
Alias lg return $+($cc1($chr(40)),$cc2($1 $+ $chr(153)),$cc1($chr(41)))
On $*:TEXT:/^[!.@]fml/Si:#: { 
  sockopen FML. rscript.org 80 
  set %fml.temp $iif($mid($1,1,1) == $chr(64),msg #,.notice $nick)
}
On *:SOCKOPEN:FML.: {
  sockwrite -n $sockname GET /lookup.php?type=fml HTTP/1.1 
  sockwrite -n $sockname Host: rscript.org
  sockwrite -n $sockname $crlf 
}
On *:SOCKREAD:FML.: {
  if ($sockerr) { halt }
  Else {
    var %fml 
    sockread %fml
    if (Text:* iswm %fml) {
      tokenize 32 %fml
      set %fml.text $cc2($2-) 
      %fml.temp $lg(Random FML) %fml.text
      unset %fml.*
      sockclose FML.
    }
  }
}
 

Comments

  (13)  RSS
PATX
Comments: 387
 
mIRC Snippet:  Random FML Script
Posted on Jul 4, 2009 9:03 pm
LOL! I love the example in your Introduction! That is sooo funny funny!!! Good script by the way. Keep up the good work. Gets a 5.
Trev
Comments: 9
 
mIRC Snippet:  Random FML Script
Posted on Jul 4, 2009 9:31 pm
Thanks :)
k0ji
Comments: 28
 
mIRC Snippet:  Random FML Script
Posted on Jul 6, 2009 7:37 am
not work tu me
k0ji
Comments: 28
 
mIRC Snippet:  Random FML Script
Posted on Jul 6, 2009 7:39 am
ow sory
* /sockopen: 'FML.' socket in use (line 5, script7.fon)

my conection is very sloww =))
mountaindew
Comments: 1,816
 
mIRC Snippet:  Random FML Script
Posted on Jul 6, 2009 12:32 pm
k0ji, to the top of the on text add:
Code:

if ($sock(FML.)) sockclose $v1
DragonHeart
Comments: 9
 
mIRC Snippet:  Random FML Script
Posted on Jul 12, 2009 10:13 pm
great script... one question, how would I change the color of the output?
Trev
Comments: 9
 
mIRC Snippet:  Random FML Script
Posted on Jul 14, 2009 7:47 pm
DragonHeart.

To change the color of the outputs, using the alias I provided you simply need to change the number within the alias

I.E.

Code:

Alias cc1 return $+($chr(3),01,$1-)
Alias cc2 return $+($chr(3),02,$1-)
Alias lg return $+($cc1($chr(40)),$cc2($1 $+ $chr(153)),$cc1($chr(41)))

$chr(3),01 <- Change that number
Purplebeard
Comments: 24
 
mIRC Snippet:  Random FML Script
Posted on Aug 3, 2009 12:31 pm
g
Spanky
Comments: 232
 
mIRC Snippet:  Random FML Script
Posted on Sep 5, 2009 2:19 pm
change the sockclose fml to
sockclose fml.

or do what was said earlier

Quote:

mountaindew
Code:
if ($sock(FML.)) sockclose $v1
Ghost-writer
Comments: 353
 
mIRC Snippet:  Random FML Script
Posted on Sep 21, 2009 6:47 am
can i l33ch it?
Purplebeard
Comments: 24
 
mIRC Snippet:  Random FML Script
Posted on Nov 25, 2009 6:11 pm
if you change all the fml's to mlia's would it work for MLIA?
Cold_Fussion
Comments: 36
 
mIRC Snippet:  Random FML Script
Posted on Dec 23, 2009 3:46 pm
Code:

Alias cc1 return $+($chr(3),10,$1-)
Alias cc2 return $+($chr(3),10,$1-)
Alias lg return ~4 $1 ~
On $*:TEXT:/^[!.@]fml/Si:#: {
  sockopen FML. rscript.org 80
  set %fml.temp $iif($mid($1,1,1) == $chr(64),msg #,msg #)
}
On *:SOCKOPEN:FML.: {
  sockwrite -n $sockname GET /lookup.php?type=fml HTTP/1.1
  sockwrite -n $sockname Host: rscript.org
  sockwrite -n $sockname $crlf
}
On *:SOCKREAD:FML.: {
  if ($sockerr) { halt }
  Else {
    var %fml
    sockread %fml
    if (Text:* iswm %fml) {
      tokenize 32 %fml
      set %fml.text $2-
      %fml.temp $lg(Fkuc My Life) %fml.text
      unset %fml.*
      sockclose FML.
    }
  }
}

just my own little spin on it... :D
Pkxpkz
Comments: 12
 
mIRC Snippet:  Random FML Script
Posted on Feb 16, 2010 6:32 pm
Working nice, i like it, thanks

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom