Hacxx Magician Toolkit - Free Download

hacxx

Registered User
Joined
Aug 14, 2022
Messages
61
Reaction score
9
Points
8
Hacxx-Magician-Toolkit.jpg


Some of my tricks to execute on any windows machine.

Win+R - Can be used in execute.
Cmd.exe - Can only be used on command line.

Download 1:

Download 2:
 

hacxx

Registered User
Joined
Aug 14, 2022
Messages
61
Reaction score
9
Points
8
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
 
Top