Advertisement
Guest User

Metefretta.bat coding

a guest
Oct 1st, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. ------------------LOGIN STAGE--------------------------------------------------------------------
  2. cls
  3.  
  4. [: THIS IS MADE BY TEAM PLATINUM :]
  5.  
  6. @echo off
  7. title Please Login
  8. cls
  9. :q
  10. color 0F
  11. echo.
  12. echo.
  13. echo ------------------------------------------- -- - - -- - - -
  14. echo LOGIN STAGE - LOGIN TO YOUR PLATINUM USER
  15. echo ------------------------------------------- -- - - -- - - -
  16. echo.
  17. echo Please login
  18. echo Type in the information to login
  19. echo.
  20. echo.
  21. :username
  22. set /p input=Username:
  23. if %input%==EnterUsername goto password
  24. if not %input%==EnterUsername goto accessdenied
  25. :password
  26. echo.
  27. set /p input=Password:
  28. if %input%==EnterPassword goto accessgranted
  29. if not %input%==EnterPassword goto accessdenied
  30.  
  31. ------------------------------------ACCESS DENIED----------------------------------------
  32. cls
  33.  
  34. :accessdenied
  35. echo.
  36. cls
  37. color 0c
  38. title Failed
  39. echo ACCESS DENIED!
  40. pause
  41. color 0F
  42. cls
  43. goto :retry
  44.  
  45. ----------------------------RETRY-------------------------------------------
  46. cls
  47.  
  48. @echo off
  49. title Retry Logging In
  50. cls
  51. :retry
  52. color 0c
  53. echo.
  54. echo.
  55. echo ------------------------------------------- -- - - -- - - -
  56. echo RELOGIN! ACCESS WAS DENIED!
  57. echo ------------------------------------------- -- - - -- - - -
  58. echo.
  59. echo Please Retry
  60. echo Type in the information to login
  61. echo.
  62. echo.
  63. :username
  64. set /p input=Username:
  65. if %input%==EnterUsername goto password
  66. if not %input%==EnterUsername goto accessdenied
  67. :password
  68. echo.
  69. set /p input=Password:
  70. if %input%==EnterPassowrd goto accessgranted
  71. if not %input%==EnterPassword goto accessdenied
  72.  
  73. ----------------------------ACCESS GRANTED-------------------------------
  74. cls
  75.  
  76. :accessgranted
  77. echo.
  78. cls
  79. color 0a
  80. title Success
  81. echo ACCESS GRANTED!
  82. pause
  83. color 0F
  84. goto :confirm
  85.  
  86. -----------------------------CONFIRMATION------------------------------------------
  87. cls
  88.  
  89. :confirm
  90. cls
  91. @echo off
  92. title Please Confirm
  93. cls
  94. :q
  95. color 0F
  96. echo.
  97. echo.
  98. echo ------------------------------------------- -- - - -- - - -
  99. echo PLEASE CONFIRM YOU ARE Testudo
  100. echo ------------------------------------------- -- - - -- - - -
  101. echo.
  102. :username
  103. set /p input=Username:
  104. if %input%==EnterUsername2 goto password
  105. if not %input%==EnterUsername2 goto accessdenied
  106. :password
  107. echo.
  108. set /p input=Password:
  109. if %input%==EnterPassword2 open MetaFretta
  110. if not %input%==EnterPassword2 goto accessdenied
  111.  
  112. -------------------------METAFRETTA--------------------------------
  113. cls
  114.  
  115. @echo off
  116. break off
  117. title MetaFretta
  118. color 0a
  119. cls
  120.  
  121. echo -- - - -- ------------------------------------------- -- - - -- - - -
  122. :access
  123. set /p input= Accessing User . . .
  124. :access
  125. set /p input= Accessing User . . .
  126. :access
  127. set /p input= Accessing User . . .
  128. :access
  129. set /p input= Accessing User . . .
  130. :access
  131. set /p input= Accessing User . . .
  132. :access
  133. set /p input= Accessing Testudo . . .
  134. :access
  135. set /p input= Accessing Testudo . . .
  136. :access
  137. set /p input= Accessing User . . .
  138. :access
  139. set /p input= Accessing User . . .
  140. :access
  141. set /p input= Accessing User . . .
  142. :access
  143. set /p input= Accessing User . . .
  144. :access
  145. set /p input= Accessing User . . .
  146. :access
  147. set /p input= Accessing User . . .
  148. :access
  149. set /p input= Accessing User . . .
  150. :access
  151. set /p input= Accessing User . . .
  152. :access
  153. set /p input= Accessing User . . .
  154. :access
  155. set /p input= Accessing User . . .
  156. :access
  157. set /p input= Accessing User . . .
  158. :access
  159. set /p input= Accessing User . . .
  160. :access
  161. set /p input= Accessing User . . .
  162. :access
  163. set /p input= Accessing User . . .
  164. :access
  165. set /p input= Accessing User . . .
  166. :access
  167. set /p input= Accessing User . . .
  168. :access
  169. set /p input= Accessing User . . .
  170. :access
  171. set /p input= Accessing User . . .
  172. :access
  173. set /p input= Accessing User . . .
  174. :access
  175. set /p input= Accessing User . . .
  176. :access
  177. set /p input= Accessing User . . .
  178.  
  179. echo ACCESS GRANTED
  180. echo Welcome back, User!
  181. echo [: Welcome to MetaFretta :]
  182. echo [: This is a CMD used my TeamPlatinum :]
  183. echo [: The original creator of MetaFretta is Useful_Platinum :]
  184. echo [: You are ready to insert commands :]
  185. echo INSERT SCRIPTS BELOW
  186. echo -- - - -- ------------------------------------------- -- - - -- - - -
  187.  
  188. :cmd
  189. set /p cmd=userSKRIPTZ:
  190.  
  191. %cmd%
  192. echo.
  193. goto cmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement