import os import sys for x in range(0,0xfff00000,0x1d031): cur = x print(cur) sys.stdout.flush() os.system("bug321.exe " + str(cur))