Random FML Script
mIRC Code
+ 2 likes
Please Register to submit score.
| 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
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
mIRC Snippet:
Random FML Script
Posted on Jul 4, 2009 9:03 pm
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.
mIRC Snippet:
Random FML Script
Posted on Jul 6, 2009 7:39 am
Posted on Jul 6, 2009 7:39 am
ow sory
* /sockopen: 'FML.' socket in use (line 5, script7.fon)
my conection is very sloww =))
* /sockopen: 'FML.' socket in use (line 5, script7.fon)
my conection is very sloww =))
mIRC Snippet:
Random FML Script
Posted on Jul 6, 2009 12:32 pm
Posted on Jul 6, 2009 12:32 pm
k0ji, to the top of the on text add:
| Code: |
if ($sock(FML.)) sockclose $v1 |
mIRC Snippet:
Random FML Script
Posted on Jul 12, 2009 10:13 pm
Posted on Jul 12, 2009 10:13 pm
great script... one question, how would I change the color of the output?
mIRC Snippet:
Random FML Script
Posted on Jul 14, 2009 7:47 pm
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.
$chr(3),01 <- Change that number
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
mIRC Snippet:
Random FML Script
Posted on Sep 5, 2009 2:19 pm
Posted on Sep 5, 2009 2:19 pm
change the sockclose fml to
sockclose fml.
or do what was said earlier
sockclose fml.
or do what was said earlier
| Quote: |
| mountaindew Code: if ($sock(FML.)) sockclose $v1 |
mIRC Snippet:
Random FML Script
Posted on Sep 21, 2009 6:47 am
Posted on Sep 21, 2009 6:47 am
can i l33ch it?
mIRC Snippet:
Random FML Script
Posted on Nov 25, 2009 6:11 pm
Posted on Nov 25, 2009 6:11 pm
if you change all the fml's to mlia's would it work for MLIA?
mIRC Snippet:
Random FML Script
Posted on Dec 23, 2009 3:46 pm
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
mIRC Snippet:
Random FML Script
Posted on Feb 16, 2010 6:32 pm
Posted on Feb 16, 2010 6:32 pm
Working nice, i like it, thanks










