Top

Random FML Script


mIRC Code
+ 1 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 

Introduction

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

  (10)  RSS
PATX
Comments: 390
 
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: 12
 
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,826
 
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: 12
 
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: 21
 
mIRC Snippet:  Random FML Script
Posted on Aug 3, 2009 12:31 pm
i love this script, problem is it only lets me use it once then i get a

* /sockopen: 'FML.' socket in use


also how would i make it say it in $chan?
Spanky
Comments: 233
 
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: 217
 
mIRC Snippet:  Random FML Script
Posted on Sep 21, 2009 6:47 am
can i l33ch it?

Commenting Options

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

  
Bottom