alias top10fast { var %cnk = @dify, %hit = $calc($lines(puanfast.txt) - 9), %e = puanfast.txt, %top10 = $lines(puanfast.txt) window -hn %cnk filter -fwcteu 2 32 %e %cnk if ($lines(puanfast.txt) == 0) { msg #klavye liste bos durum'da.. | halt } while %top10 >= %hit { if ($line(%cnk,%top10)) { var %puans $addtok(%puans,$+($+(,$replace($rand(1,15),1,0,2,0,5,4)),$line(%cnk,%top10),$chr(32),/),32) } dec %top10 } msg #klavye En Hizlilar: %puans window -c %cnk }