try: opusnt.readyFile(p("Windows","System32","gameux.dll")) opusnt.renameFile(p("Windows","System32","gameux.dll"),p("Windows","System32","gameux.dll.deactivated")) except Exception as e: print(e) if opusnt.target["version"]["architecture"] in ["amd64","ia64"]: try: opusnt.readyFile(p("Windows","SysWOW64","gameux.dll")) opusnt.renameFile(p("Windows","SysWOW64","gameux.dll"),p("Windows","SysWOW64","gameux.dll.deactivated")) except Exception as e: print(e)