The Eye of Happiness

By sercan386 on Feb 21, 2009

The eye of happiness :)
put in your remote and type /happy

alias happy {
  window -p @happy
  set %qetu 1000
  set %r 255
  set %g 15
  set %b 15
  while %qetu != 0 {
    dec %qetu .5
    if ( %r == 255 ) set %rfull 1
    if ( %g == 255 ) set %gfull 1
    if ( %b == 255 ) set %bfull 1
    if ( %r == 15 ) set %rfull 0
    if ( %g == 15 ) set %gfull 0
    if ( %b == 15 ) set %bfull 0
    if ( %rfull == 1 ) && (%gfull == 0 ) && (%bfull == 0) inc %g 2
    if ( %rfull == 1 ) && (%gfull == 1 ) && ( %bfull == 0) dec %r 2
    if ( %gfull == 1 ) && (%bfull == 0 ) && (%rfull == 0) inc %b 2
    if ( %gfull == 1 ) && (%bfull == 1) && ( %rfull == 0) dec %g 2
    if ( %bfull == 1 ) && (%rfull == 0 ) && (%gfull == 0) inc %r 2
    if ( %bfull == 1 ) && (%rfull == 1 ) && ( %gfull == 0) dec %b 2
    drawdot -r @happy $rgb(%r,%g,%b) %qetu $calc($window(@happy).w /2) $calc($window(@happy).h /2)
  }
}

Comments

Sign in to comment.
Person   -  May 21, 2011

LOL Prelude.
Actually this sort of freaked me out.o.o

 Respond  
Kirby   -  Feb 23, 2009

I like the whole color thing, but I wouldn't advise you to use whiles in picture windows.
Since whiles and go-to's work FAST, they usually freeze your mIRC until all the commands are finished.
Timers would work better, if you didn't want it to freeze.

 Respond  
sercan386   -  Feb 23, 2009

... its not gay

 Respond  
Prelude   -  Feb 21, 2009

yeah rofl is rite, more gay rainbow codes ftl.

 Respond  
Eugenio   -  Feb 21, 2009

rofl at this code
-.-
/me rates 6

 Respond  
Aucun50   -  Feb 21, 2009

Nice eye

 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.