;Fast hack by Jude Hungerford. #config scanner=3 #config weapon=3 #config armor=2 #config engine=3 #config heatsinks=1 !init out 11, 100 mov ax, 1 int 3 ; int 4 ;!path ; out 14, 7 ; out 11, 100 ; jmp !scanp !scanp out 14, 7 out 11, 100 in 7, BX cmp BX, 1000 jle !found out 12, -7 jmp !scanp ; jmp !path !found in 2, BX cmp BX, 300 jgr !scanp out 15, -3 out 15, 0 out 15, 3 jmp !scanp