;-=-=-=-=-=-
; DeadLy Script - INFO SCRIPTS
;-=-=-=-=-=-
alias info {
  set %px 15
  window -paik +fbn @info $sizex(380) $sizey(280) 380 280 $icons(info)
  drawrect -fr @info $gettok(%xrgb,1,44) 1 0 0 380 280
  drawrect -d @info  14 1 20 20 340 180
  drawtext -oc @info 4 arial 12 30 10 999 999 about $sc
  pil $sc is free and doesn't have time limitations on its 
  pil use.Doesn't contains backdoors or trojans in it. Therefore, it's 
  pil revised with the latest anti-virus up-date to prevent any posible 
  pil spreading of infected files.
  pil
  pil $sc is created and tested in Windows 98x and in a 
  pil window resolution of  800x600 pixels. If users are using not 
  pil compatible with $sc some features/windows may not 
  pil work properly. The author is still looking for these solution. For the 
  pil meantime the $sc is only compatible with 
  pil Windows 98x and under resolution with 800x600 pixels
  drawbut @info 160 220 60 20 OK
  titlebar @info about $sc
}
menu @info {
  sclick: if ($inrect($mouse.x,$mouse.y,160,220,60,20) = $true) { window -c @info  | s.key | unloads info } 
}
on 1:close:@info: unloads info
;-=-=-=-=-=-
