mvrozanti / RAT-via-Telegram

Windows Remote Administration Tool via Telegram
MIT License
647 stars 344 forks source link

/play error occurred #9

Closed CampBlanc closed 7 years ago

CampBlanc commented 7 years ago

Hi,

issued the /play command and the browser on the target opens a new tab and it seems like a video is about to play but you only see the play button and nothing else happens.

image

mvrozanti commented 7 years ago

/play without arguments caused the program to try and start the video except there was no video ID so even though YouTube processes that request, it shows nothing as the videoid itself is missing.

/play now responds with command format when no argument is given. Thanks for poiting it out.