subliminal text

By subliminal on Apr 25, 2009

Maybe if it works...

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

Sign in to comment.
94killerz   -  Apr 29, 2009

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.

 Respond  
NIGathan   -  Apr 25, 2009
  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:

  if (!$1) .timer_subliminal 10000 1 subliminal continue
  elseif ($1 == continue) {
    _subliminal
    .timerxsubliminal -m 1 4 window -c $+(@,$chr(6))
  }
 Respond  
Anthrophobic   -  Apr 25, 2009

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

 Respond  
napa182   -  Apr 25, 2009

subliminal Said In Introduction:

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.

 Respond  
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.