Xorbitingwind

code

Aug 11th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. color a
  2. :Menu
  3. cls
  4. echo/
  5. ::: ______________________________
  6. ::: | |
  7. ::: | Overrider Toolkit |
  8. ::: |______________________________|
  9. for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
  10. echo [1] - Override System
  11. echo [2] - Deactivate Firewall
  12. echo [3] - Cmd login
  13. echo [4] - Exit Toolkit
  14. echo/
  15. choice /C 1234 /N /M "Your choice: "
  16. echo/
  17. if errorlevel 4 goto :EOF
  18. if errorlevel 3 goto ClearLog
  19. if errorlevel 2 goto ReadLog
  20.  
  21. rem User has taken first choice as being the only remaining choice.
  22. cls
  23. color a
  24. title Overrider v2.01
  25. ::: ______________________________
  26. ::: | |
  27. ::: | Overrider v2.01 |
  28. ::: |______________________________|
  29. for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
  30. :choice
  31. set /P c=Are you sure you want to Override system Z[Y/N]?
  32. if /I "%c%" EQU "Y" goto :somewhere
  33. if /I "%c%" EQU "N" goto :somewhere_else
  34. goto :choice
  35.  
  36.  
  37. :somewhere
  38. arp -a
  39. ping -n 10 8.8.4.4
  40. echo Overrider v2.01:Overiding system... please wait…
  41. timeout /t 5 >nul
  42. echo Overrider v2.01:Successfully overid system. booting into login in screen....
  43. timeout /t 1 >nul
  44. set /p id=Enter Username:
  45. @echo off
  46. set "psCommand=powershell -Command "$pword = read-host 'Enter Password' -AsSecureString ; ^
  47. $BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^
  48. [System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)""
  49. for /f "usebackq delims=" %%p in (`%psCommand%`) do set password=%%p
  50. timeout /t 3 >nul
  51. echo system@64:Welcome root@user..
  52. echo booting into system.....
  53. timeout /t 5 >nul
  54. set /p id=root@user:
  55. echo system@64:Uploading all files to Cloudserverv2 ... this may take a while.
  56. timeout /t 5 >nul
  57. dir /s "C:\Program Files"
  58. echo root@user:All files succsessfully uploaded to Cloudserverv2!
  59. timeout /t 1 >nul
  60. set /p id=root@user:
  61. timeout /t 2 >nul
  62. set /p id=root@user:
  63. echo system@64:Pc state: offline
  64. timeout /t 1 >nul
  65. echo system@64:turning off pc...
  66. timeout /t 5 >nul
  67. PAUSE >nul
  68. echo/
  69. goto Menu
  70.  
  71. :somewhere_else
  72. goto Menu
  73.  
  74. :ReadLog
  75. title Firewalldisablerv.12.0
  76. ::: ______________________________
  77. ::: | |
  78. ::: | Firewalldisablerv.12.0 |
  79. ::: |______________________________|
  80. for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
  81. :choice_1
  82. set /P c=Are you sure you want to disable firewall of system Z?[Y/N]
  83. if /I "%c%" EQU "Y" goto :disablefirerwall
  84. if /I "%c%" EQU "N" goto ::somewhere_else
  85. goto :choice_1
  86. echo/
  87. goto Menu
  88.  
  89. :disablefirerwall
  90. color a
  91. echo Firewalldisabler_v.12.0:Disabling Firewall.... this command may take a moment.......
  92. timeout /t 5 >nul
  93. tree \
  94. :choice_2
  95. set /P c=echo Firewalldisabler_v.12.0:Firewall has been disabled... Run Pc malware infector across network?[Y/N]
  96. if /I "%c%" EQU "Y" goto :Network_infector_v1.2
  97. if /I "%c%" EQU "N" goto ::somewhere_else
  98. goto :choice_2
  99. echo/
  100. goto Menu
  101. :Network_infector_v1.2
  102. ping -n 10 1.1.1.1
  103. timeout /t 5 >nul
  104. echo Network_infector_v1.2:Network succsessfully Infected! All data transferd over network (ex.g:Passwords,session_tokens,emails) will transfer to folder:1542428
  105. timeout /t 4 >nul
  106. set /p id=type any button to exit back to menu..........
  107. goto Menu
  108.  
  109. :ClearLog
  110. @echo off
  111. :home
  112. title Log in to CMD
  113. color a
  114. cls
  115. echo.
  116. echo Cmd Accounts
  117. echo =============
  118. echo.
  119. echo [1] Log In
  120. echo [2] Sign Up
  121. echo [3] Exit
  122. echo.
  123. set /p op=
  124. if %op%==1 goto 1
  125. if %op%==2 goto 2
  126. if %op%==3 goto 3
  127. goto error
  128. :2
  129. cls
  130. echo Sign Up
  131. echo ======================================
  132. echo.
  133. set /p newname="Enter new username:"
  134. if "%newname%"=="%newname%" goto inputname
  135. :inputname
  136. cd "%userprofile%\documents"
  137. if exist "cmdacoBin" goto skip
  138. if not exist "cmdacoBin" goto noskip
  139. :noskip
  140. md "cmdacoBin"
  141. goto skip
  142. :skip
  143. cd "%userprofile%\documents\cmdacoBin"
  144. if exist "%newname%.bat" goto namexist
  145. if not exist "%newname%.bat" goto skip2
  146. :skip2
  147. echo set realusername=%newname%> "%newname%.bat"
  148. goto next
  149. :next
  150. echo.
  151. set /p pswd=Enter new Password:
  152. if "%pswd%"=="%pswd%" goto inputpass
  153. :inputpass
  154. cd "%userprofile%\documents\cmdacoBin"
  155. echo set password=%pswd%>> "%newname%.bat"
  156. goto next1
  157. :namexist
  158. echo.
  159. echo The entered username already exists.
  160. echo Press any key to return. . .
  161. pause >nul
  162. goto 2
  163. :next1
  164. cls
  165. echo Cmd Accounts
  166. echo ============
  167. echo.
  168. echo Your account has been successfully created!
  169. echo.
  170. pause
  171. goto home
  172. :1
  173. color 07
  174. cls
  175. echo Cmd Accounts Log In
  176. echo ================================
  177. echo.
  178. Set /p logname=Username:
  179. if "%logname%"=="%logname%" goto 2.1
  180. :2.1
  181. echo.
  182. set /p logpass="Password:"
  183. if "%logpass%"=="%logpass%" goto login
  184. :login
  185. cd "%userprofile%\documents\cmdacoBin"
  186. if exist "%logname%.bat" goto call
  187. if not exist "%logname%.bat" goto errorlog
  188. :call
  189. call "%logname%.bat"
  190. if "%password%"=="%logpass%" goto logdone
  191. goto errorlog
  192. :errorlog
  193. color 0c
  194. echo.
  195. echo Username or Password incorrect.
  196. echo Access denied.
  197. pause >nul
  198. goto home
  199. :logdone
  200. cls
  201. echo Command Prompt
  202. echo ==============
  203. echo.
  204. echo Successfully logged in!
  205. echo.
  206. pause
  207. goto account
  208. :account
  209. cls
  210. cd "%userprofile%\documents\cmdacoBin"
  211. call "%realusername%color.bat"
  212. call "%realusername%.bat"
  213. color %colorcode%
  214. cls
  215. echo.
  216. echo -------------------------------------------------------------------------------
  217. echo %realusername%
  218. echo -------------------------------------------------------------------------------
  219. @echo off
  220. break off
  221. Title Command Prompt
  222. color 0a
  223. cls
  224.  
  225. echo Type "home" any time to go to the current user profile directory.
  226. echo Type "desktop" any time to go to the current user desktop.
  227. echo.
  228. echo Type help to see list of common commands like cd, rd, md, del,
  229. echo ren, replace, copy, xcopy, move, attrib, tree, edit, and cls.
  230. echo Type [command]/? for detailed info.
  231. echo.
  232. pause
  233. cls
  234.  
  235. :cmd
  236. echo Directory: %CD%
  237. set /P CMD=Command:
  238. if "%CMD%" == "cls" goto cls
  239. if "%CMD%" == "home" goto home2
  240. if "%CMD%" == "desktop" goto desktop
  241. if "%CMD%" == "red" goto red
  242. if "%CMD%" == "green" goto green
  243. if "%CMD%" == "normal" goto normal
  244.  
  245. %CMD%
  246. cd C:\
  247. goto cmd
  248.  
  249. :cls
  250. cls
  251. goto cmd
  252.  
  253. :home2
  254. cd /d %USERPROFILE%
  255. cls
  256. goto cmd
  257.  
  258. :desktop
  259. cd /d %SystemDrive%\Users\%USERNAME%\Desktop
  260. cls
  261. goto cmd
  262.  
  263. :red
  264. color 0c
  265. cls
  266. goto cmd
  267.  
  268. :green
  269. color 0a
  270. cls
  271. goto cmd
  272.  
  273. :normal
  274. color 07
  275. cls
  276. goto cmd
  277.  
Advertisement
Add Comment
Please, Sign In to add comment