Impostor
Impostor copied to clipboard
Can't be compiled by pyinstaller
trafficstars
Can you describle what's the error ?
no error, just application not opening
@Xarond12 run it in cmd and show the error, I think that you forgot to add the imports in the opbfuscated code, because if not, pyinstaller or whatever you are using will not pack them into the .exe as they are not shown in the code
Forgot to add imports AFTER the obfuscated code, any imports inside the code is wasted
do
[your imports]
[the obfuscated code]