Advertisement
labyrinth-servers1

Remote Shutdown Repacked

Mar 27th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.56 KB | None | 0 0
  1. @echo off
  2. color a
  3. title Remote Shutdown Repacked
  4. set /a publickey=%random%
  5. ver >nul
  6. cls
  7.  
  8. mkdir "C:\Users\%username%\Desktop\RSR\"
  9. copy "C:\Windows\System32\shutdown.exe" "C:\Users\%username%\Desktop\RSR\%publickey%.exe"
  10. echo @echo off >>"C:\Users\%username%\Desktop\RSR\Remote Shutdown Repacked.cmd"
  11. echo %publickey% -i>>"C:\Users\%username%\Desktop\RSR\Remote Shutdown Repacked.cmd"
  12. echo exit /B 1>>"C:\Users\%username%\Desktop\RSR\Remote Shutdown Repacked.cmd"
  13.  
  14. REM show the user where the file is located
  15. start explorer.exe "C:\Users\%username%\Desktop\RSR\"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement