Top

subliminal text


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  6.0 (of 1 scores)
Date Added  Apr 25, 2009
Last Updated  Apr 25, 2009
Tags  subliminal 

Introduction

Maybe if it works...

Grab the Code

alias subliminal {
 
;enter your text here...
if (!%subliminal.text) set -e %subliminal.text I'm feeling good:I want to laught:I'm not tired:This snippet is awesome
 
  if (!$1) .timer_subliminal 0 1 subliminal continue
  elseif ($1 == continue) {
    inc %_inc.subliminal
    if (%_inc.subliminal > 10000) {
      unset %_inc.subliminal
      .timer_subliminal off
    }
    _subliminal
    .timerxsubliminal -m 1 4 window -c $+(@,$chr(6))
  }
}
 
alias -l _subliminal {
  window -wCdk0S +dL $+(@,$chr(6)) -1 -1 300 20
  echo $+(@,$chr(6)) $gettok( %subliminal.text, $r(1, $gettok(%subliminal.text,0,58)),58)
}
 

Comments

  (4)  RSS
napa182
Comments: 1,453
 
mIRC Snippet:  subliminal text
Posted on Apr 25, 2009 2:47 pm
subliminal Said In Introduction:
Quote:
Maybe if it works...


Um what?? Didnt you test it before you posted it?
also try to be a bit more descriptive about what the code does in ur introduction.
Anthrophobic
Comments: 25
 
mIRC Snippet:  subliminal text
Posted on Apr 25, 2009 4:53 pm
I loaded the code and typed /subliminal and it began to flash the default messages in my window. I liked the script, it was funny. Although, how in the world do you turn this thing off?

Rating : 4
NIGathan
Comments: 208
 
mIRC Snippet:  subliminal text
Posted on Apr 25, 2009 6:08 pm
Code:
  if (!$1) .timer_subliminal 0 1 subliminal continue
  elseif ($1 == continue) {
    inc %_inc.subliminal
    if (%_inc.subliminal > 10000) {
      unset %_inc.subliminal
      .timer_subliminal off
    }
    _subliminal
    .timerxsubliminal -m 1 4 window -c $+(@,$chr(6))
  }

You can change this to:
Code:
  if (!$1) .timer_subliminal 10000 1 subliminal continue
  elseif ($1 == continue) {
    _subliminal
    .timerxsubliminal -m 1 4 window -c $+(@,$chr(6))
  }
94killerz
Comments: 20
 
mIRC Snippet:  subliminal text
Posted on Apr 29, 2009 3:52 pm
Napa, perhaps you didn't get the joke?
Subliminal = Below absolute threshold = Near impossible to detect with the human eye/ear/etc.
It'd be hard to see if an actual subliminal text script worked.

Commenting Options

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

  
Bottom