mvrozanti / RAT-via-Telegram

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

Cant Seem to make the EXE work #59

Closed dhammysoft closed 5 years ago

dhammysoft commented 5 years ago

@mvrozanti i have updated my python done all the necessary module download , when i start the python RATAttack on cmd it does work but when i do compile.bat and i try running the .EXE its throwing error ..VCRUNTIME140.dll is either not to designed to run on windows or Contains an error

mvrozanti commented 5 years ago

Can you tell me what UPX version you are using? @dudeisbrendan03 has dealt with this problem before

dhammysoft commented 5 years ago

please how do i check UPX version

dudeisbrendan03 commented 5 years ago

Hey'o. Sorry I've been inactive, working through a load of school and business stuff at the minute

dudeisbrendan03 commented 5 years ago

Have you tried reinstalling visual studio runtime? Do you have it installed?

dhammysoft commented 5 years ago

thank you for coming through @dudeisbrendan03 yes i have uninstalled and re installed the latest one from microsoft official website

dhammysoft commented 5 years ago

capture

this what comes up at the end when i do "pip install -r requirements.txt"

dudeisbrendan03 commented 5 years ago

Get VCC 14: here

dhammysoft commented 5 years ago

Still thesame thing @dudeisbrendan03 microsoft visual C++ 14 still required.. what am i getting wrong

dudeisbrendan03 commented 5 years ago

uninstall all your VCPP versions and just install 14, then go ahead and install the rest. BUT BEFORE YOU DO THAT make sure you have restarted your PC after installing VCPP 14.

mvrozanti commented 5 years ago

https://stackoverflow.com/questions/48541801/microsoft-visual-c-14-0-is-required-get-it-with-microsoft-visual-c-build-t

dudeisbrendan03 commented 5 years ago

Oh sorry wrong link

mvrozanti commented 5 years ago

I would advise very much against downloading any executable with from a less than reputable source. I never heard about "techspot" before in my life.

dudeisbrendan03 commented 5 years ago

Massive tech news site?

dudeisbrendan03 commented 5 years ago

https://techspot.com/

dudeisbrendan03 commented 5 years ago

Valid for me

dudeisbrendan03 commented 5 years ago

Img

Not sure what your problem with the site is

mvrozanti commented 5 years ago

@dhammysoft please report back when it's working so we can close this.

dudeisbrendan03 commented 5 years ago

You need VCPP 14, you can download it through the visual studio installer but expect to be using a few gigs instead of a few hundred mbs.

dhammysoft commented 5 years ago

its not working yet definitely it has to do with my microsoft redistributable cause i tried on other system and it worked perfectly. i'm suggesting i reload my OS and reinstall the microsoft vc++

dudeisbrendan03 commented 5 years ago

What build and version of Windows are both the machines if you don't mind me asking?

dhammysoft commented 5 years ago

Sorry it took me awhile to reply @dudeisbrendan03.. the machine giving the error is a windows8.1 64 bit machine

dudeisbrendan03 commented 5 years ago

And the one it works on?

dhammysoft commented 5 years ago

Windows 7 64bit

dudeisbrendan03 commented 5 years ago

8 probably has a newer version of vcpp

mvrozanti commented 5 years ago

@dhammysoft have you managed to get it working?