!747 !1000805 // awt !image classes m { !include #1001425 // ShowBigText static int delay = 50; static S path = "/home/stefan/Desktop/Berserk! One of the longest chess videos on Youtube! Kingscrusher's Autumn blitz Marathon - YouTube [360p].mp4"; static volatile long size; static volatile S text; p { new ShowBigText sbt; while (true) { size = getFileSize(path); sbt.title = "File Size"; S newText = toK(size) + " KB"; if (!eq(text, newText)) { text = newText; sbt.showText(text); } sleep(delay); } } }