View previous topic :: View next topic |
Author |
Message |
hacxx
Joined: 04 Sep 2020 Posts: 1162
|
|
Back to top |
|
 |
hacxx
Joined: 04 Sep 2020 Posts: 1162
|
Posted: Sat Sep 24, 2022 10:01 pm Post subject: |
|
|
New code added, elevate any exe with UAC (User Account Control)...
UAC Elevation - Elevate any exe (Win+R)
Code: |
cmd.exe /c echo Set UAC = CreateObject("Shell.Application") >1b.vbs && echo UAC.ShellExecute "cmd.exe", , , "runas", 1 >>1b.vbs && 1b.vbs
|
_________________ Install Brave Browser for 30 days arnd earn money. - http://bit.ly/_brave_browser |
|
Back to top |
|
 |
hacxx
Joined: 04 Sep 2020 Posts: 1162
|
Posted: Sun Sep 25, 2022 2:06 pm Post subject: |
|
|
New code added, add an admin user from execute (Win+R)
Add an admin user with just one line of code
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
|
_________________ Install Brave Browser for 30 days arnd earn money. - http://bit.ly/_brave_browser |
|
Back to top |
|
 |
Free Forum
|
|
Back to top |
|
 |
|