mvrozanti / RAT-via-Telegram

Windows Remote Administration Tool via Telegram
MIT License
646 stars 347 forks source link

Python 3.7 because nobody has python 2.7 anymore #49

Closed dudeisbrendan03 closed 5 years ago

dudeisbrendan03 commented 5 years ago

Everything but pyaudio works.

dudeisbrendan03 commented 5 years ago

-Compiling doesn't work due to vcruntime. This is an issue with UPX (pyinstaller compiles correctly as soon as I add --noupx) but even when it compiles correctly it still won't launch (#42 ). Trying a newer UPX release to see if it sorts the issue

mvrozanti commented 5 years ago

Thank you! Haven't seen a PR around here in a while. I'll take a look into it asap. I noticed you left your key in. Have you made sure it is deactivated?

dudeisbrendan03 commented 5 years ago

Yeah forgot to get rid of it, deleted and re-added the bot

dudeisbrendan03 commented 5 years ago

Added the webcam support, works on py 3.7 and also sorting out the problem with compiling. GitHub desktop is being weird so I can't delete folders at the minute.

mvrozanti commented 5 years ago

This is excellent. Thank you for your work!