Advertisement
stressadoo

Minecraft ScreenShare Scanner

Dec 6th, 2021
1,470
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 3.31 KB | None | 1 0
  1. :: Developed by: stressadoo#5364
  2. :: https://github.com/stressadoo
  3. :: Need menumode.exe
  4. @echo off
  5. title Login
  6. color 04
  7. mode 42,9
  8.  
  9. :login
  10. echo    _____
  11. echo   / ___/_________ _____  ____  ___  _____
  12. echo   \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
  13. echo  ___/ / /__/ /_/ / / / / / / /  __/ /
  14. echo /____/\___/\____/_/ /_/_/ /_/\___/_/
  15. echo.
  16. echo.
  17.  
  18. set "psCommand=powershell -Command "$pword = read-Host 'Password' -AsSecureString ; ^
  19.     $BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^
  20.         [System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)""
  21. for /f "usebackq delims=" %%p in (`%psCommand%`) do set password=%%p
  22. if %password%== 123 (goto menu) else (goto senhaerrada)
  23. cls
  24.  
  25. :senhaerrada
  26. cls
  27. goto login
  28.  
  29. :menu
  30. title Scanner
  31. mode 42,15
  32. cls
  33. echo    _____
  34. echo   / ___/_________ _____  ____  ___  _____
  35. echo   \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
  36. echo  ___/ / /__/ /_/ / / / / / / /  __/ /
  37. echo /____/\___/\____/_/ /_/_/ /_/\___/_/
  38. echo.
  39. echo - Choose a option:
  40. echo.
  41.  
  42. menumode f8f0 "[1] Javaw" "[2] Explorer" "[3] DNS Cache" "[4] DPS" "[5] Credits" "[6] Close"
  43. if %ERRORLEVEL% == 1 goto javaw
  44. if %ERRORLEVEL% == 2 goto explorer
  45. if %ERRORLEVEL% == 3 goto dnscache
  46. if %ERRORLEVEL% == 4 goto dps
  47. if %ERRORLEVEL% == 5 goto credits
  48. if %ERRORLEVEL% == 6 exit
  49. goto menu
  50.  
  51. :javaw
  52. title Javaw
  53. cls
  54. echo    _____
  55. echo   / ___/_________ _____  ____  ___  _____
  56. echo   \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
  57. echo  ___/ / /__/ /_/ / / / / / / /  __/ /
  58. echo /____/\___/\____/_/ /_/_/ /_/\___/_/
  59. echo.
  60. set /p link= - Drop the file:
  61. goto :scanjavaw
  62.  
  63. :scanjavaw
  64. title Javaw
  65. cls
  66. echo.
  67. powershell write-host -fore Yellow - Cheat List:
  68. echo.
  69. echo > NUL
  70.  
  71. :: findstr /c:" " > nul %link% && echo
  72.  
  73. goto :end
  74.  
  75.  
  76.  
  77. :explorer
  78. title Explorer
  79. cls
  80. echo    _____
  81. echo   / ___/_________ _____  ____  ___  _____
  82. echo   \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
  83. echo  ___/ / /__/ /_/ / / / / / / /  __/ /
  84. echo /____/\___/\____/_/ /_/_/ /_/\___/_/
  85. echo.
  86. set /p link= - Drop the file:
  87. goto :scanexplorer
  88.  
  89. :scanexplorer
  90. title Explorer
  91. cls
  92. echo.
  93. powershell write-host -fore Yellow - Cheat List:
  94. echo.
  95. echo > NUL
  96.  
  97. :: findstr /c:" " > nul %link% && echo
  98.  
  99. goto :end
  100.  
  101. :dnscache
  102. title DNS Cache
  103. cls
  104. echo    _____
  105. echo   / ___/_________ _____  ____  ___  _____
  106. echo   \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
  107. echo  ___/ / /__/ /_/ / / / / / / /  __/ /
  108. echo /____/\___/\____/_/ /_/_/ /_/\___/_/
  109. echo.
  110. set /p link= - Drop the file:
  111. goto :scandnscache
  112.  
  113. :scandnscache
  114. title DNS Cache
  115. cls
  116. echo.
  117. powershell write-host -fore Yellow - Cheat List:
  118. echo.
  119. echo > NUL
  120.  
  121. :: findstr /c:" " > nul %link% && echo
  122.  
  123. goto :end
  124.  
  125. :dps
  126. title DPS
  127. cls
  128. echo    _____
  129. echo   / ___/_________ _____  ____  ___  _____
  130. echo   \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
  131. echo  ___/ / /__/ /_/ / / / / / / /  __/ /
  132. echo /____/\___/\____/_/ /_/_/ /_/\___/_/
  133. echo.
  134. set /p link= - Drop the file:
  135. goto :scandps
  136.  
  137. :scandps
  138. title DPS
  139. cls
  140. echo.
  141. powershell write-host -fore Yellow - Cheat List:
  142. echo.
  143. echo > NUL
  144.  
  145. :: findstr /c:" " > nul %link% && echo
  146.  
  147. goto :end
  148.  
  149. :end
  150. echo.
  151. powershell write-host -fore Green Scanner Finalizado!
  152. ping localhost -n 5 >nul
  153. goto :menu
  154.  
  155. :credits
  156. title https://github.com/stressadoo
  157. mode 42,3
  158. cls
  159. echo.
  160. echo - Developed by stressadoo#5364
  161. pause >nul
  162. goto :menu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement