Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <windows.h>// za shell exeucte
- #include <thread>//Ova e za posilniot virus
- using namespace std;
- void UwU(){// Funkcijava e za posilniot
- for(int i=0;i<1 ;i++)
- ShellExecute(NULL, "open", "ProbaDonutOpener.exe", NULL, NULL, SW_SHOWDEFAULT);//copy paste
- }
- int main()
- {
- thread th(UwU);//za posilniot //thread pusta funkcija da vrti vo pozadina odnosno vo drug "thread" od procesorot ako gi napunis site rip that procesor aeejj
- for(int i=0;i<1 ;i++)
- ShellExecute(NULL, "open", "ProbaDonutOpener.exe"/*ova e samo ime na file drugoto ne znam so prai*/, NULL, NULL, SW_SHOWDEFAULT);
- th.join();// za posilniot
- return 0;
- }
- //ako trgnes se od za posilniot ke imas toa prvoto ali toa e kao gin so tonic, a celovo e kako vodka vo casa vo pivo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement