AstraaDev / Discord-All-Tools-In-One

ATIO is a AIO Script Developed with Python3. It gathers a total of 23 Discord tools (including a RAT, a Raid Tool, a Token Grabber, a Crash Video Maker, etc). It has a pleasant and intuitive interface to facilitate the use of all with help and explanations for each of them.
MIT License
800 stars 254 forks source link

Converting scripts to exes doesn't work. #92

Closed SneeezEX closed 1 year ago

SneeezEX commented 1 year ago

Tried it twice on 06 (File Grabber). Made the script but didn't convert despite confirming success.

AstraaDev commented 1 year ago

Do you have a display error? What's wrong?

SneeezEX commented 1 year ago

No, don't see how this could be affected by the display, but it just doesn't convert the .py file into an executable. image

AstraaDev commented 1 year ago

Everything works on my end. Your anti-virus must surely detect it and remove it instantly. Disable it and try again.

SneeezEX commented 1 year ago

Sadly disabling my Antivirus didn't help. Maybe it's something on my end that I missed. As a final question, should the .exe file be created in the \output folder? I suppose so, but just in case I'm looking in the wrong place.

AstraaDev commented 1 year ago

Yes, once the .exe file is created, you will find it in the output folder. Do you have the python module pyinstaller on your PC? Do pip install pyinstaller. What version of Python are you using? You need Python 3.9.

SneeezEX commented 1 year ago

That could be the issue, because I have python 3.10 installed. I actually already converted the files with auto-py-to-exe, so I can do it manually. I don't really want to switch to python 3.9, but still, thanks for helping me in this rather long conversation :)