Advertisement
bojandam1

UwU virus

May 13th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.79 KB | None | 0 0
  1. #include <windows.h>// za shell exeucte
  2. #include <thread>//Ova e za posilniot virus
  3. using namespace std;
  4.  
  5. void UwU(){// Funkcijava e za posilniot
  6.         for(int i=0;i<1 ;i++)
  7.             ShellExecute(NULL, "open", "ProbaDonutOpener.exe", NULL, NULL, SW_SHOWDEFAULT);//copy paste
  8.      }
  9. int main()
  10. {
  11.     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
  12.     for(int i=0;i<1 ;i++)
  13.         ShellExecute(NULL, "open", "ProbaDonutOpener.exe"/*ova e samo ime na file drugoto ne znam so prai*/, NULL, NULL, SW_SHOWDEFAULT);
  14.     th.join();// za posilniot
  15.     return 0;
  16. }
  17. //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
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement