on 1:START: { 
window -aohdp +f @dark $calc( ( $window(-1).w - 300 ) / 2 ) $calc( ( $window(-1).h - 200 ) / 2 ) 800 600 @dark
/drawfill @dark 1 1 1 12 
set %coul_abs 255 
/.timerdem -m 26 10 /aff_deb_abs 

}
menu @dark {
sclick { if ( %dark == 1 ) { window -c @dark | unset %dark %coul_abs } }
}

alias aff_deb_abs {
/drawtext -rc @dark $rgb(%coul_abs,%coul_abs,%coul_abs) Tahoma 180 00 200 800 600 Welcome
dec %coul_abs 10
if ( %coul_abs < 0 ) { /.timerdem off | set %coul_abs 255 | /.timerdem -m 26 10 /aff_deb_abs2 }
}

alias aff_deb_abs2 {
/drawtext -rc @dark $rgb(%coul_abs,%coul_abs,%coul_abs) Tahoma 180 200 170 800 600 in
dec %coul_abs 10
if ( %coul_abs < 0 ) { /.timerdem off | set %coul_abs 255 | /.timerdem -m 26 1 /aff_deb_abs3 }
}

alias aff_deb_abs3 {
/drawtext -rc @dark $rgb(%coul_abs,%coul_abs,%coul_abs) Tahoma 190 00 200 800 600 Script
dec %coul_abs 10
if ( %coul_abs < 0 ) { /.timerdem off | set %coul_abs 255 | /.timerdem -m 26 1 /aff_deb_abs4 }
}

alias aff_deb_abs4 {
/drawtext -rc @dark $rgb(%coul_abs,%coul_abs,%coul_abs) Tahoma 190 00 200 800 600 Super
dec %coul_abs 10 $mircdir\invite\button.bmp
if ( %coul_abs < 0 ) { /.timerdem off | set %coul_abs 255 | /.timerdem -m 26 1 /aff_deb_abs5 }
}

alias aff_deb_abs5 {
/drawtext -rc @dark $rgb(%coul_abs,%coul_abs,%coul_abs) Tahoma 190 00 200 800 600 in
dec %coul_abs 10
if ( %coul_abs < 0 ) { /.timerdem off | unset %coul_abs | /aff_deb_absfin }
}

alias aff_deb_absfin {
set %dark 1 
/.timerdem -m 0 100 /aff_deb_absnj
/drawtext -c @dark 0 Tahoma 90 00 5 800 600 WeLCome
/drawtext -c @dark 0 Tahoma 100 0 20 800 600 To
/drawtext -c @dark 0 Tahoma 90 0 120 800 600 My
/drawtext -c @dark 0 Tahoma 70 65 430 800 600 ScripT
/drawtext -c @dark 0 Tahoma 30 50 530 800 600 Thank You
}

alias aff_deb_absnj { if ( $window(@dark) == $null ) { /.timerdem off | halt } | /drawtext -rc @dark $rgb($rand(0,255),$rand(0,255),$rand(0,255)) Tahoma 150 220 250 800 600 [OK] }

     


--------------------------------------------------------------------------------

alias _flash { 
if ($window(@_flash)) { window -ra @_flash | return } 
window -BCdhk0op +b @_flash 0 0 200 200 
drawfill @_flash 5 5 0 0 
;         
%_f1 = Goblin 
%_f2 = Script 
%_f3 = v1.0 
;       
%_fsize = 44 
; :      
%_fx = 300 
.timer_flash -m 0 100 _fl_draw 
} 
alias _fl_draw { 
if (!$window(@_flash)) { return } 
dec %_fx 2 
if (%_fx <= 0) { 
.timer_flash off 
window -c @_flash 
} 
if (%_fx >= 110) { 
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx - 98) 20 %_f1 
drawtext @_flash 0 "Times New Roman" %_fsize $calc(%_fx - 100) 20 %_f1 
} 
if (%_fx >= 62) { 
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx - 48) 80 %_f2 
drawtext @_flash 0 "Times New Roman" %_fsize $calc(%_fx - 50) 80 %_f2 
} 
if (%_fx >= 14) { 
drawtext @_flash 5 "Times New Roman" %_fsize $calc(%_fx + 2) 140 %_f3 
drawtext @_flash 0 "Times New Roman" %_fsize %_fx 140 %_f3 
} 
} 

on *:START:{ _flash } 

        

Goblin  


--------------------------------------------------------------------------------

on 1:open:?:{ set %cnick $nick | _flash }
alias _flash { if ($window(@_flash)) { window -ra @_flash | return } | window -BCdhk0op +b @_flash 0 0 340 50 | drawfill @_flash 4 4 0 0 | %_f1 = new user in Private %cnick | %_fsize = 25 | %_fx = 300 | .timer_flash -m 0 10 _fl_draw }
alias _fl_draw { if (!$window(@_flash)) { return } | dec %_fx 2 | if (%_fx <= 0) { .timer_flash off | window -c @_flash } { if (%_fx >= 110) { drawtext @_flash 04 "Times New Roman" %_fsize $calc(%_fx - 98) 20 %_f1 | drawtext @_flash 0 "Times New Roman" %_fsize $calc(%_fx - 100) 20 %_f1 } } }

on 1:KICK:#:{ if ($knick == $me) { set %snick $nick | set %ckick $chan | kickflash | ChanServ unban # $me | /join # } }
alias kickflash { if ($window(@kickflash)) { window -ra @kickflash | return } | window -BCdhk0op +b @kickflash 0 0 250 200 | drawfill @kickflash 7 7 0 0 | %next_x1 = %snick was kicked | %next_x2 = You in channel | %next_x3 = %ckick | %_fsize = 30 | %next_x = 300 | .timerkickflash -m 0 100 kickoo }
alias kickoo { if (!$window(@kickflash)) { return } | dec %next_x 2 { if (%next_x <= 0) { .timerkickflash off | window -c @kickflash } { if (%next_x >= 110) { drawtext @kickflash 5 "Times New Roman" %_fsize $calc(%next_x - 98) 20 %next_x1 | drawtext @kickflash 0 "Times New Roman" %_fsize $calc(%next_x - 100) 20 %next_x1 } { if (%next_x >= 62) { drawtext @kickflash 5 "Times New Roman" %_fsize $calc(%next_x - 48) 80 %next_x2 | drawtext @kickflash 0 "Times New Roman" %_fsize $calc(%next_x - 50) 80 %next_x2 } { if (%next_x >= 14) { drawtext @kickflash 5 "Times New Roman" %_fsize $calc(%next_x + 2) 140 %next_x3 | drawtext @kickflash 0 "Times New Roman" %_fsize %next_x 140 %next_x3 } } } } } }

on 1:start:startflash
alias startflash { if ($window(@startflash)) { window -ra @startflash | return } | window -BCdhk0op +b @startflash 0 0 450 250 | drawfill @startflash 13 13 0 0 | %khjol_x1 = Newhoraizon | %khjol_x2 = Script | %khjol_x3 = v.1 | %_fsize = 70 | %khjol_x = 300 | .timerstartflash -m 150 100 starto }
alias starto { if (!$window(@startflash)) { return } | dec %khjol_x 2 { if (%khjol_x <= 0) { .timerstartflash off | window -c @startflash } { if (%khjol_x >= 110) { drawtext @startflash 6 "Times New Roman" %_fsize $calc(%khjol_x - 98) 20 %khjol_x1 | drawtext @startflash 0 "Times New Roman" %_fsize $calc(%khjol_x - 100) 20 %khjol_x1 } { if (%khjol_x >= 62) { drawtext @startflash 6 "Times New Roman" %_fsize $calc(%khjol_x - 48) 80 %khjol_x2 | drawtext @startflash 0 "Times New Roman" %_fsize $calc(%khjol_x - 50) 80 %khjol_x2 } { if (%khjol_x >= 14) { drawtext @startflash 6 "Times New Roman" %_fsize $calc(%khjol_x + 2) 140 %khjol_x3 | drawtext @startflash 0 "Times New Roman" %_fsize %khjol_x 140 %khjol_x3 } } } } } }

   ..  ..   .                        

Steps & Newhorizon     


--------------------------------------------------------------------------------

 on 1:start:{
set %t.anim on
nick $$?=" "
if (%t.anim == on) {
window -hpod +b @Mishoo|Script $window(-2).x $window(-2).y $window(-2).w $window(-2).h
window -a @Mishoo|Script | %i = 1000 | %ii = 255 | %iii = 255
:1
if (%i <= 1) goto 2
drawrect -ref @Mishoo|Script $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 @Mishoo|Script $rgb(15,3,3) Georgia 40 $round($calc(($window(-2).w / 2) - 85),0) $round($calc(($window(-2).h / 2) - 20),0) 10000 10000 $me
drawtext -cor @Mishoo|Script $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 @Mishoo|Script $rgb(25,5,1) Georgia 50 $round($calc(($window(-2).w / 2) - 85),0) $round($calc(($window(-2).h / 1) - 120),0) 1000 1000 Mishoo Script
drawtext -cor @Mishoo|Script $rgb(25,5,1) Georgia 16 $round($calc(($window(-2).w / 1) - 100),0) $round($calc(($window(-2).h / 1) - 75),0) 1000 1000 Made By MiShoo Script
.timer 1 4 /window -c @MiShoo|Script
}
}

Mishoo
     
 

  