[AutoIt]Using batch directly 09-28-2011, 02:36 AM
#1
Sadly this is a mini-tut but its REALLY useful :dance:
on the top of your code add:
The function is:
Usage Examples:
You can also use it for UAC bypass if you work a little on it
Or for shutting down the pc
on the top of your code add:
Code:
#include <Process.au3>The function is:
Code:
_RunDOSUsage Examples:
Code:
_RunDOS("ipconfig > ip.txt")Code:
_RunDOS(":loop" & @CRLF & _
"start www.hackcommunity.com" & @CLRF & _
"goto :loop")You can also use it for UAC bypass if you work a little on it
Code:
_RunDOS("REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1")Or for shutting down the pc
Code:
_RunDOS("shutdown -f -s")Pierce the life fibers with your drill.




![[+]](https://sinister.li/images/modern/collapse_collapsed.png)
DD