;Animated Window By Hetfield ( NO VERSION )
;You are going to mess with my fucken work .. i know that folk ... but i do not give a flying fuck :)
on 1:START:  {
  set %t.anim on
  nick $$?"Insert thy nick in here:"
  if (%t.anim == on) {
    window -hpod +b @anim $window(-2).x $window(-2).y $window(-2).w $window(-2).h
    window -a @anim | %i = 1000 | %ii = 255 | %iii = 255 
    :1
    if (%i <= 1) goto 2
    drawrect -ref @anim $rgb(14872561,%iii,0) 1 $round($calc(($window(-2).w / 2) - ( %i / 2 )),0) $round($calc(($window(-2).h / 2) - ( %i / 2 )),0)  %i %i 
    if (%i > 1000) { dec %i 10 | if (%ii) { dec %ii 2 | %iii = %ii } | else inc %iii 2 } | else { dec %i 2 | if (%ii) { dec %ii | %iii = %ii } | else inc %iii 2 } | goto 1
    :2
    drawtext -cor @anim $rgb(15,3,3) Georgia 40 $round($calc(($window(-2).w / 2) - 85),0) $round($calc(($window(-2).h / 2) - 20),0) 10000 10000 Ave Lord!
    drawtext -cor @anim $rgb(25,5,1) Georgia 62 $round($calc(($window(-2).w / 1) - 700),0) $round($calc(($window(-2).h / 2) - 270),0) 1000 1000 Welcome,
    drawtext -cor @anim $rgb(25,5,1) Georgia 50 $round($calc(($window(-2).w / 2) - 85),0) $round($calc(($window(-2).h / 1) - 120),0) 1000 1000 $me
    drawtext -cor @anim $rgb(25,5,1) Georgia 16 $round($calc(($window(-2).w / 1) - 100),0) $round($calc(($window(-2).h / 1) - 75),0) 1000 1000 $decode(QnkgSGV0ZmllbGQ= ,m)
    .timer 1 4 /window -c @anim
  }
}
