;Mad dog ;By Anonymous #config engine=1 #config armor=1 #config scanner=1 :1 opo 20, 600 opo 11, 100 opo 17, 3 ipo p_rand ax and ax, 255 ; fix it to 0 to 255 opo 14, ax ipo p_rand ax and ax, 100 ; fix it to 0 to 255 opo 11, ax ipo p_rand ax and ax, 100 ; fix it to 0 to 255 opo 13, ax ipo 7, ax ; Scan cmp ax, 1500 ; Find anything? jls 3 ; If so, shoot! jmp 1 ; If not, continue scans. :3 opo 17,1 ipo 7, ax ; Scan cmp ax, 1500 ; Find anything? jls 4 ; If so, shoot! jmp 1 ; If not, continue scans. :4 opo 11, 0 opo 15 ipo 7, ax ; Scan cmp ax, 1500 ; Find anything? jls 3 ; If so, shoot! jmp 1 ; If not, continue scans. delay 100 jmp 1