SimpleTools

SIMPLE 1.4

Aug 16th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.82 KB | None | 0 0
  1. @echo off
  2. :BOOT
  3. set -=set
  4. %-% Version=1.4
  5. %-% 1=Run This!
  6. color 0A
  7. title SIMPLE
  8. mode con lines=35 cols=60
  9. (
  10. set /p money=
  11. set /p ammo=
  12. set /p wins=
  13. set /p loss=
  14. set /p ties=
  15. set /p opammo=
  16. set /p c=
  17. set /p guessall=
  18. set /p ticwin=
  19. set /p ticlose=
  20. set /p tictie=
  21. )<SIMPLEsave.dlb
  22. :MENU
  23. (
  24. echo %money%
  25. echo %ammo%
  26. echo %wins%
  27. echo %loss%
  28. echo %ties%
  29. echo %opammo%
  30. echo %c%
  31. echo %guessall%
  32. echo %ticwin%
  33. echo %ticlose%
  34. echo %tictie%
  35. )>SIMPLEsave.dlb
  36. color %C%
  37. CLS
  38. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  39. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  40. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  41. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  42. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  43. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  44. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  45. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  46. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  47. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  48. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Main Menu %Version%º
  49. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  50. echo.
  51. ECHO ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  52. ECHO ºWelcome to SIMPLE Hubº
  53. ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  54. ECHO.
  55. ECHO Wallet: $%MONEY%
  56. ECHO.
  57. ECHO 0 - System Reset %1%
  58. ECHO 1 - Games Menu
  59. ECHO 2 - Pop up that Calculator
  60. ECHO 3 - ---
  61. ECHO 4 - Reboot
  62. ECHO 5 - Website Hub
  63. ECHO 6 - DOS Attack
  64. ECHO 7 - PC Cleaner
  65. ECHO 8 - Text Encrypter
  66. ECHO 9 - Settings
  67. SET /P M=ÍÍÍÍÍ͹
  68. IF %M%==0 GOTO SETUP
  69. IF %M%==1 GOTO GAMEMENU
  70. IF %M%==2 GOTO CALC
  71. IF %M%==3 GOTO SAFE
  72. IF %M%==4 GOTO BOOT
  73. IF %M%==5 GOTO WEBS
  74. IF %M%==6 GOTO SPAM
  75. IF %M%==7 GOTO CLEAN
  76. IF %M%==8 GOTO NCRYPT
  77. IF %M%==9 GOTO SET
  78. IF %M%==10 GOTO CRED
  79. :NOTE
  80. GOTO FAIL
  81. :CALC
  82. cd %windir%\system32\calc.exe
  83. start calc.exe
  84. GOTO MENU
  85. :BOTH
  86. cd %windir%\system32\notepad.exe
  87. start notepad.exe
  88. cd %windir%\system32\calc.exe
  89. start calc.exe
  90. GOTO MENU
  91. :WEBS
  92. CLS
  93. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  94. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  95. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  96. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  97. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  98. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  99. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  100. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  101. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  102. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  103. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Website Hub º
  104. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  105. echo School Websites
  106. echo.
  107. echo.
  108. ECHO 1 - Google
  109. ECHO 2 - Mineverse
  110. ECHO 3 - Wikipedia
  111. ECHO 4 - Youtube
  112. ECHO 5 - Quit To Menu
  113. SET /P W=ÍÍÍÍÍ͹
  114. IF %W%==1 @start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" www.google.com
  115. IF %W%==2 @start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" www.mineverse.com
  116. IF %W%==3 @start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" www.wikipedia.com
  117. IF %W%==4 @start "" /b "C:\Program Files\Internet Explorer\iexplore.exe" www.youtube.com
  118. IF %W%==5 GOTO MENU
  119. :FAIL
  120. CLS
  121. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  122. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  123. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  124. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  125. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  126. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  127. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  128. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  129. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  130. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  131. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>404 Batch Not Found º
  132. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  133. echo. & echo.
  134. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  135. echo ºWhoops, this page does not exist. pressº
  136. echo ºanything to be brought back to the Hub.º
  137. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  138. echo.
  139. pause >nul
  140. goto MENU
  141. :SPAM
  142. CLS
  143. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  144. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  145. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  146. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  147. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  148. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  149. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  150. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  151. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  152. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  153. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>DOS Attack º
  154. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  155. echo.
  156. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  157. echo ºDISCLAIMER: YOU ARE RESPONSIBLE FOR WHATº
  158. echo ºMAY HAPPEN TO YOU USING THIS TOOL TO DOSº
  159. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  160. set /p ping= Put the IP That You DoS Here:
  161. goto DDOS
  162. :DDOS
  163. CLS
  164. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  165. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  166. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  167. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  168. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  169. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  170. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  171. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  172. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  173. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  174. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>DOS Attack º
  175. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  176. ping %ping% -l %RANDOM%
  177. goto DDOS
  178. :CLEAN
  179. CLS
  180. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  181. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  182. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  183. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  184. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  185. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  186. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  187. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  188. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  189. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  190. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>PC Clean º
  191. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  192. echo.
  193. ECHO DISCLAIMER: Code may not work for everyone.
  194. ECHO If you are bombarded with lines of code, it
  195. ECHO May just not work with your system. Uh Oh!!
  196. echo.
  197. ECHO Press anything to continue
  198. pause >nul
  199. del /s /f /q c:\windows\temp\*.* >nul
  200. rd /s /q c:\windows\temp >nul
  201. md c:\windows\temp >nul
  202. del /s /f /q C:\WINDOWS\Prefetch >nul
  203. del /s /f /q %temp%\*.* >nul
  204. rd /s /q %temp% >nul
  205. md %temp% >nul
  206. deltree /y c:\windows\tempor~1 >nul
  207. deltree /y c:\windows\temp >nul
  208. deltree /y c:\windows\tmp >nul
  209. deltree /y c:\windows\ff*.tmp >nul
  210. deltree /y c:\windows\history >nul
  211. deltree /y c:\windows\cookies >nul
  212. deltree /y c:\windows\recent >nul
  213. deltree /y c:\windows\spool\printers >nul
  214. del c:\WIN386.SWP >nul
  215. echo Done. Press anything to get back to the menu.
  216. pause >nul
  217. GOTO MENU
  218. :NCRYPT
  219. CLS
  220. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  221. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  222. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  223. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  224. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  225. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  226. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  227. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  228. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  229. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  230. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Text Encryption º
  231. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  232. echo.
  233. @echo off
  234.  
  235. (setlocal enabledelayedexpansion & set Miep=!)
  236. pushd %temp%
  237. set Quote="
  238.  
  239.  
  240. :Start
  241. :: Reset variables
  242. set Counter=0
  243. set AsciiCode=
  244. set DecimalCode_Puffer=
  245. set DecimalCode=
  246. set BinaryCode=
  247. set HexCode=
  248.  
  249. :: Ask for hexadecimal code
  250. set /p AsciiCode=Ascii:
  251.  
  252. :: Check the beginning and the end for parantheses
  253. if "%AsciiCode:~0,1%" == "{" set Counter=1
  254. set AsciiCode=!AsciiCode! {p8UyY}
  255.  
  256.  
  257. :Conversion
  258.  
  259. set DecimalCode_Puffer=!DecimalCode!
  260.  
  261. :: Check if finished
  262. if "!AsciiCode:~%Counter%,9!" == " {p8UyY}" goto :Finished
  263.  
  264. :: Start of conversion from hex to ascii
  265. if "!AsciiCode:~%Counter%,5!" == "{NUL}" set /a Counter=%Counter% + 5 & set HexCode=!HexCode!00,& set DecimalCode=!DecimalCode!0,& set BinaryCode=!BinaryCode!00000000,
  266. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!01,& set DecimalCode=!DecimalCode!1,& set BinaryCode=!BinaryCode!00000001,
  267. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!02,& set DecimalCode=!DecimalCode!2,& set BinaryCode=!BinaryCode!00000010,
  268. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!03,& set DecimalCode=!DecimalCode!3,& set BinaryCode=!BinaryCode!00000011,
  269. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!04,& set DecimalCode=!DecimalCode!4,& set BinaryCode=!BinaryCode!00000100,
  270. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!05,& set DecimalCode=!DecimalCode!5,& set BinaryCode=!BinaryCode!00000101,
  271. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!06,& set DecimalCode=!DecimalCode!6,& set BinaryCode=!BinaryCode!00000110,
  272. if "!AsciiCode:~%Counter%,5!" == "{BEL}" set /a Counter=%Counter% + 5 & set HexCode=!HexCode!07,& set DecimalCode=!DecimalCode!7,& set BinaryCode=!BinaryCode!00000111,
  273. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!08,& set DecimalCode=!DecimalCode!8,& set BinaryCode=!BinaryCode!00001000,
  274. if "!AsciiCode:~%Counter%,1!" == " " set /a Counter=%Counter% + 1 & set HexCode=!HexCode!09,& set DecimalCode=!DecimalCode!9,& set BinaryCode=!BinaryCode!00001001,
  275. if "!AsciiCode:~%Counter%,4!" == "{LF}" set /a Counter=%Counter% + 4 & set HexCode=!HexCode!0a,& set DecimalCode=!DecimalCode!10,& set BinaryCode=!BinaryCode!00001010,
  276. if "!AsciiCode:~%Counter%,1!" == " " set /a Counter=%Counter% + 1 & set HexCode=!HexCode!0b,& set DecimalCode=!DecimalCode!11,& set BinaryCode=!BinaryCode!00001011,
  277. if "!AsciiCode:~%Counter%,1!" == " " set /a Counter=%Counter% + 1 & set HexCode=!HexCode!0c,& set DecimalCode=!DecimalCode!12,& set BinaryCode=!BinaryCode!00001100,
  278. if "!AsciiCode:~%Counter%,4!" == "{CR}" set /a Counter=%Counter% + 4 & set HexCode=!HexCode!0d,& set DecimalCode=!DecimalCode!13,& set BinaryCode=!BinaryCode!00001101,
  279. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!0e,& set DecimalCode=!DecimalCode!14,& set BinaryCode=!BinaryCode!00001110,
  280. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!0f,& set DecimalCode=!DecimalCode!15,& set BinaryCode=!BinaryCode!00001111,
  281.  
  282. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!10,& set DecimalCode=!DecimalCode!16,& set BinaryCode=!BinaryCode!00010000,
  283. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!11,& set DecimalCode=!DecimalCode!17,& set BinaryCode=!BinaryCode!00010001,
  284. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!12,& set DecimalCode=!DecimalCode!18,& set BinaryCode=!BinaryCode!00010010,
  285. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!13,& set DecimalCode=!DecimalCode!19,& set BinaryCode=!BinaryCode!00010011,
  286. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!14,& set DecimalCode=!DecimalCode!20,& set BinaryCode=!BinaryCode!00010100,
  287. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!15,& set DecimalCode=!DecimalCode!21,& set BinaryCode=!BinaryCode!00010101,
  288. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!16,& set DecimalCode=!DecimalCode!22,& set BinaryCode=!BinaryCode!00010110,
  289. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!17,& set DecimalCode=!DecimalCode!23,& set BinaryCode=!BinaryCode!00010111,
  290. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!18,& set DecimalCode=!DecimalCode!24,& set BinaryCode=!BinaryCode!00011000,
  291. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!19,& set DecimalCode=!DecimalCode!25,& set BinaryCode=!BinaryCode!00011001,
  292. if "!AsciiCode:~%Counter%,5!" == "{SUB}" set /a Counter=%Counter% + 5 & set HexCode=!HexCode!1a,& set DecimalCode=!DecimalCode!26,& set BinaryCode=!BinaryCode!00011010,
  293. if "!AsciiCode:~%Counter%,5!" == "{ESC}" set /a Counter=%Counter% + 5 & set HexCode=!HexCode!1b,& set DecimalCode=!DecimalCode!27,& set BinaryCode=!BinaryCode!00011011,
  294. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!1c,& set DecimalCode=!DecimalCode!28,& set BinaryCode=!BinaryCode!00011100,
  295. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!1d,& set DecimalCode=!DecimalCode!29,& set BinaryCode=!BinaryCode!00011101,
  296. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!1e,& set DecimalCode=!DecimalCode!30,& set BinaryCode=!BinaryCode!00011110,
  297. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!1f,& set DecimalCode=!DecimalCode!31,& set BinaryCode=!BinaryCode!00011111,
  298.  
  299. if "!AsciiCode:~%Counter%,1!" == " " set /a Counter=%Counter% + 1 & set HexCode=!HexCode!20,& set DecimalCode=!DecimalCode!32,& set BinaryCode=!BinaryCode!00100000,
  300. if "!AsciiCode:~%Counter%,1!" == "!Miep!" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!21,& set DecimalCode=!DecimalCode!33,& set BinaryCode=!BinaryCode!00100001,
  301. if "!AsciiCode:~%Counter%,1!" == "!Quote!" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!22,& set DecimalCode=!DecimalCode!34,& set BinaryCode=!BinaryCode!00100010,
  302. if "!AsciiCode:~%Counter%,1!" == "#" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!23,& set DecimalCode=!DecimalCode!35,& set BinaryCode=!BinaryCode!00100011,
  303. if "!AsciiCode:~%Counter%,1!" == "$" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!24,& set DecimalCode=!DecimalCode!36,& set BinaryCode=!BinaryCode!00100100,
  304. if "!AsciiCode:~%Counter%,1!" == "%%" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!25,& set DecimalCode=!DecimalCode!37,& set BinaryCode=!BinaryCode!00100101,
  305. if "!AsciiCode:~%Counter%,1!" == "&" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!26,&& set DecimalCode=!DecimalCode!38,& set BinaryCode=!BinaryCode!00100110,
  306. if "!AsciiCode:~%Counter%,1!" == "'" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!27,& set DecimalCode=!DecimalCode!39,& set BinaryCode=!BinaryCode!00100111,
  307. if "!AsciiCode:~%Counter%,1!" == "(" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!28,& set DecimalCode=!DecimalCode!40,& set BinaryCode=!BinaryCode!00101000,
  308. if "!AsciiCode:~%Counter%,1!" == ")" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!29,& set DecimalCode=!DecimalCode!41,& set BinaryCode=!BinaryCode!00101001,
  309. if "!AsciiCode:~%Counter%,1!" == "*" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!2a,& set DecimalCode=!DecimalCode!42,& set BinaryCode=!BinaryCode!00101010,
  310. if "!AsciiCode:~%Counter%,1!" == "+" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!2b,& set DecimalCode=!DecimalCode!43,& set BinaryCode=!BinaryCode!00101011,
  311. if "!AsciiCode:~%Counter%,1!" == "," set /a Counter=%Counter% + 1 & set HexCode=!HexCode!2c,& set DecimalCode=!DecimalCode!44,& set BinaryCode=!BinaryCode!00101100,
  312. if "!AsciiCode:~%Counter%,1!" == "-" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!2d,& set DecimalCode=!DecimalCode!45,& set BinaryCode=!BinaryCode!00101101,
  313. if "!AsciiCode:~%Counter%,1!" == "." set /a Counter=%Counter% + 1 & set HexCode=!HexCode!2e,& set DecimalCode=!DecimalCode!46,& set BinaryCode=!BinaryCode!00101110,
  314. if "!AsciiCode:~%Counter%,1!" == "/" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!2f,& set DecimalCode=!DecimalCode!47,& set BinaryCode=!BinaryCode!00101111,
  315.  
  316. if "!AsciiCode:~%Counter%,1!" == "0" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!30,& set DecimalCode=!DecimalCode!48,& set BinaryCode=!BinaryCode!00110000,
  317. if "!AsciiCode:~%Counter%,1!" == "1" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!31,& set DecimalCode=!DecimalCode!49,& set BinaryCode=!BinaryCode!00110001,
  318. if "!AsciiCode:~%Counter%,1!" == "2" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!32,& set DecimalCode=!DecimalCode!50,& set BinaryCode=!BinaryCode!00110010,
  319. if "!AsciiCode:~%Counter%,1!" == "3" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!33,& set DecimalCode=!DecimalCode!51,& set BinaryCode=!BinaryCode!00110011,
  320. if "!AsciiCode:~%Counter%,1!" == "4" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!34,& set DecimalCode=!DecimalCode!52,& set BinaryCode=!BinaryCode!00110100,
  321. if "!AsciiCode:~%Counter%,1!" == "5" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!35,& set DecimalCode=!DecimalCode!53,& set BinaryCode=!BinaryCode!00110101,
  322. if "!AsciiCode:~%Counter%,1!" == "6" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!36,& set DecimalCode=!DecimalCode!54,& set BinaryCode=!BinaryCode!00110110,
  323. if "!AsciiCode:~%Counter%,1!" == "7" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!37,& set DecimalCode=!DecimalCode!55,& set BinaryCode=!BinaryCode!00110111,
  324. if "!AsciiCode:~%Counter%,1!" == "8" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!38,& set DecimalCode=!DecimalCode!56,& set BinaryCode=!BinaryCode!00111000,
  325. if "!AsciiCode:~%Counter%,1!" == "9" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!39,& set DecimalCode=!DecimalCode!57,& set BinaryCode=!BinaryCode!00111001,
  326. if "!AsciiCode:~%Counter%,1!" == ":" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!3a,& set DecimalCode=!DecimalCode!58,& set BinaryCode=!BinaryCode!00111010,
  327. if "!AsciiCode:~%Counter%,1!" == ";" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!3b,& set DecimalCode=!DecimalCode!59,& set BinaryCode=!BinaryCode!00111011,
  328. if "!AsciiCode:~%Counter%,1!" == "^<" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!3c,& set DecimalCode=!DecimalCode!60,& set BinaryCode=!BinaryCode!00111100,
  329. if "!AsciiCode:~%Counter%,1!" == "=" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!3d,& set DecimalCode=!DecimalCode!61,& set BinaryCode=!BinaryCode!00111101,
  330. if "!AsciiCode:~%Counter%,1!" == "^>" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!3e,& set DecimalCode=!DecimalCode!62,& set BinaryCode=!BinaryCode!00111110,
  331. if "!AsciiCode:~%Counter%,1!" == "?" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!3f,& set DecimalCode=!DecimalCode!63,& set BinaryCode=!BinaryCode!00111111,
  332.  
  333. if "!AsciiCode:~%Counter%,1!" == "@" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!40,& set DecimalCode=!DecimalCode!64,& set BinaryCode=!BinaryCode!01000000,
  334. if "!AsciiCode:~%Counter%,1!" == "A" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!41,& set DecimalCode=!DecimalCode!65,& set BinaryCode=!BinaryCode!01000001,
  335. if "!AsciiCode:~%Counter%,1!" == "B" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!42,& set DecimalCode=!DecimalCode!66,& set BinaryCode=!BinaryCode!01000010,
  336. if "!AsciiCode:~%Counter%,1!" == "C" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!43,& set DecimalCode=!DecimalCode!67,& set BinaryCode=!BinaryCode!01000011,
  337. if "!AsciiCode:~%Counter%,1!" == "D" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!44,& set DecimalCode=!DecimalCode!68,& set BinaryCode=!BinaryCode!01000100,
  338. if "!AsciiCode:~%Counter%,1!" == "E" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!45,& set DecimalCode=!DecimalCode!69,& set BinaryCode=!BinaryCode!01000101,
  339. if "!AsciiCode:~%Counter%,1!" == "F" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!46,& set DecimalCode=!DecimalCode!70,& set BinaryCode=!BinaryCode!01000110,
  340. if "!AsciiCode:~%Counter%,1!" == "G" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!47,& set DecimalCode=!DecimalCode!71,& set BinaryCode=!BinaryCode!01000111,
  341. if "!AsciiCode:~%Counter%,1!" == "H" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!48,& set DecimalCode=!DecimalCode!72,& set BinaryCode=!BinaryCode!01001000,
  342. if "!AsciiCode:~%Counter%,1!" == "I" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!49,& set DecimalCode=!DecimalCode!73,& set BinaryCode=!BinaryCode!01001001,
  343. if "!AsciiCode:~%Counter%,1!" == "J" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!4a,& set DecimalCode=!DecimalCode!74,& set BinaryCode=!BinaryCode!01001010,
  344. if "!AsciiCode:~%Counter%,1!" == "K" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!4b,& set DecimalCode=!DecimalCode!75,& set BinaryCode=!BinaryCode!01001011,
  345. if "!AsciiCode:~%Counter%,1!" == "L" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!4c,& set DecimalCode=!DecimalCode!76,& set BinaryCode=!BinaryCode!01001100,
  346. if "!AsciiCode:~%Counter%,1!" == "M" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!4d,& set DecimalCode=!DecimalCode!77,& set BinaryCode=!BinaryCode!01001101,
  347. if "!AsciiCode:~%Counter%,1!" == "N" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!4e,& set DecimalCode=!DecimalCode!78,& set BinaryCode=!BinaryCode!01001110,
  348. if "!AsciiCode:~%Counter%,1!" == "O" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!4f,& set DecimalCode=!DecimalCode!79,& set BinaryCode=!BinaryCode!01001111,
  349.  
  350. if "!AsciiCode:~%Counter%,1!" == "P" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!50,& set DecimalCode=!DecimalCode!80,& set BinaryCode=!BinaryCode!01010000,
  351. if "!AsciiCode:~%Counter%,1!" == "Q" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!51,& set DecimalCode=!DecimalCode!81,& set BinaryCode=!BinaryCode!01010001,
  352. if "!AsciiCode:~%Counter%,1!" == "R" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!52,& set DecimalCode=!DecimalCode!82,& set BinaryCode=!BinaryCode!01010010,
  353. if "!AsciiCode:~%Counter%,1!" == "S" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!53,& set DecimalCode=!DecimalCode!83,& set BinaryCode=!BinaryCode!01010011,
  354. if "!AsciiCode:~%Counter%,1!" == "T" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!54,& set DecimalCode=!DecimalCode!84,& set BinaryCode=!BinaryCode!01010100,
  355. if "!AsciiCode:~%Counter%,1!" == "U" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!55,& set DecimalCode=!DecimalCode!85,& set BinaryCode=!BinaryCode!01010101,
  356. if "!AsciiCode:~%Counter%,1!" == "V" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!56,& set DecimalCode=!DecimalCode!86,& set BinaryCode=!BinaryCode!01010110,
  357. if "!AsciiCode:~%Counter%,1!" == "W" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!57,& set DecimalCode=!DecimalCode!87,& set BinaryCode=!BinaryCode!01010111,
  358. if "!AsciiCode:~%Counter%,1!" == "X" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!58,& set DecimalCode=!DecimalCode!88,& set BinaryCode=!BinaryCode!01011000,
  359. if "!AsciiCode:~%Counter%,1!" == "Y" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!59,& set DecimalCode=!DecimalCode!89,& set BinaryCode=!BinaryCode!01011001,
  360. if "!AsciiCode:~%Counter%,1!" == "Z" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!5a,& set DecimalCode=!DecimalCode!90,& set BinaryCode=!BinaryCode!01011010,
  361. if "!AsciiCode:~%Counter%,1!" == "[" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!5b,& set DecimalCode=!DecimalCode!91,& set BinaryCode=!BinaryCode!01011011,
  362. if "!AsciiCode:~%Counter%,1!" == "\" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!5c,& set DecimalCode=!DecimalCode!92,& set BinaryCode=!BinaryCode!01011100,
  363. if "!AsciiCode:~%Counter%,1!" == "]" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!5d,& set DecimalCode=!DecimalCode!93,& set BinaryCode=!BinaryCode!01011101,
  364. if "!AsciiCode:~%Counter%,1!" == "^" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!5e,& set DecimalCode=!DecimalCode!94,& set BinaryCode=!BinaryCode!01011110,
  365. if "!AsciiCode:~%Counter%,1!" == "_" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!5f,& set DecimalCode=!DecimalCode!95,& set BinaryCode=!BinaryCode!01011111,
  366.  
  367. if "!AsciiCode:~%Counter%,1!" == "`" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!60,& set DecimalCode=!DecimalCode!96,& set BinaryCode=!BinaryCode!01100000,
  368. if "!AsciiCode:~%Counter%,1!" == "a" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!61,& set DecimalCode=!DecimalCode!97,& set BinaryCode=!BinaryCode!01100001,
  369. if "!AsciiCode:~%Counter%,1!" == "b" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!62,& set DecimalCode=!DecimalCode!98,& set BinaryCode=!BinaryCode!01100010,
  370. if "!AsciiCode:~%Counter%,1!" == "c" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!63,& set DecimalCode=!DecimalCode!99,& set BinaryCode=!BinaryCode!01100011,
  371. if "!AsciiCode:~%Counter%,1!" == "d" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!64,& set DecimalCode=!DecimalCode!100,& set BinaryCode=!BinaryCode!01100100,
  372. if "!AsciiCode:~%Counter%,1!" == "e" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!65,& set DecimalCode=!DecimalCode!101,& set BinaryCode=!BinaryCode!01100101,
  373. if "!AsciiCode:~%Counter%,1!" == "f" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!66,& set DecimalCode=!DecimalCode!102,& set BinaryCode=!BinaryCode!01100110,
  374. if "!AsciiCode:~%Counter%,1!" == "g" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!67,& set DecimalCode=!DecimalCode!103,& set BinaryCode=!BinaryCode!01100111,
  375. if "!AsciiCode:~%Counter%,1!" == "h" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!68,& set DecimalCode=!DecimalCode!104,& set BinaryCode=!BinaryCode!01101000,
  376. if "!AsciiCode:~%Counter%,1!" == "i" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!69,& set DecimalCode=!DecimalCode!105,& set BinaryCode=!BinaryCode!01101001,
  377. if "!AsciiCode:~%Counter%,1!" == "j" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!6a,& set DecimalCode=!DecimalCode!106,& set BinaryCode=!BinaryCode!01101010,
  378. if "!AsciiCode:~%Counter%,1!" == "k" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!6b,& set DecimalCode=!DecimalCode!107,& set BinaryCode=!BinaryCode!01101011,
  379. if "!AsciiCode:~%Counter%,1!" == "l" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!6c,& set DecimalCode=!DecimalCode!108,& set BinaryCode=!BinaryCode!01101100,
  380. if "!AsciiCode:~%Counter%,1!" == "m" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!6d,& set DecimalCode=!DecimalCode!109,& set BinaryCode=!BinaryCode!01101101,
  381. if "!AsciiCode:~%Counter%,1!" == "n" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!6e,& set DecimalCode=!DecimalCode!110,& set BinaryCode=!BinaryCode!01101110,
  382. if "!AsciiCode:~%Counter%,1!" == "o" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!6f,& set DecimalCode=!DecimalCode!111,& set BinaryCode=!BinaryCode!01101111,
  383.  
  384. if "!AsciiCode:~%Counter%,1!" == "p" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!70,& set DecimalCode=!DecimalCode!112,& set BinaryCode=!BinaryCode!01110000,
  385. if "!AsciiCode:~%Counter%,1!" == "q" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!71,& set DecimalCode=!DecimalCode!113,& set BinaryCode=!BinaryCode!01110001,
  386. if "!AsciiCode:~%Counter%,1!" == "r" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!72,& set DecimalCode=!DecimalCode!114,& set BinaryCode=!BinaryCode!01110010,
  387. if "!AsciiCode:~%Counter%,1!" == "s" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!73,& set DecimalCode=!DecimalCode!115,& set BinaryCode=!BinaryCode!01110011,
  388. if "!AsciiCode:~%Counter%,1!" == "t" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!74,& set DecimalCode=!DecimalCode!116,& set BinaryCode=!BinaryCode!01110100,
  389. if "!AsciiCode:~%Counter%,1!" == "u" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!75,& set DecimalCode=!DecimalCode!117,& set BinaryCode=!BinaryCode!01110101,
  390. if "!AsciiCode:~%Counter%,1!" == "v" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!76,& set DecimalCode=!DecimalCode!118,& set BinaryCode=!BinaryCode!01110110,
  391. if "!AsciiCode:~%Counter%,1!" == "w" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!77,& set DecimalCode=!DecimalCode!119,& set BinaryCode=!BinaryCode!01110111,
  392. if "!AsciiCode:~%Counter%,1!" == "x" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!78,& set DecimalCode=!DecimalCode!120,& set BinaryCode=!BinaryCode!01111000,
  393. if "!AsciiCode:~%Counter%,1!" == "y" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!79,& set DecimalCode=!DecimalCode!121,& set BinaryCode=!BinaryCode!01111001,
  394. if "!AsciiCode:~%Counter%,1!" == "z" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!7a,& set DecimalCode=!DecimalCode!122,& set BinaryCode=!BinaryCode!01111010,
  395. if "!AsciiCode:~%Counter%,1!" == "{" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!7b,& set DecimalCode=!DecimalCode!123,& set BinaryCode=!BinaryCode!01111011,
  396. if "!AsciiCode:~%Counter%,1!" == "|" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!7c,& set DecimalCode=!DecimalCode!124,& set BinaryCode=!BinaryCode!01111100,
  397. if "!AsciiCode:~%Counter%,1!" == "}" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!7d,& set DecimalCode=!DecimalCode!125,& set BinaryCode=!BinaryCode!01111101,
  398. if "!AsciiCode:~%Counter%,1!" == "~" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!7e,& set DecimalCode=!DecimalCode!126,& set BinaryCode=!BinaryCode!01111110,
  399. if "!AsciiCode:~%Counter%,1!" == "°" start msg %username% Unprintable ascii character: ° & REM 127
  400.  
  401. if "!AsciiCode:~%Counter%,1!" == "±" start msg %username% Unprintable ascii character: ± & REM 128
  402. if "!AsciiCode:~%Counter%,1!" == "²" start msg %username% Unprintable ascii character: ² & REM 129
  403. if "!AsciiCode:~%Counter%,1!" == "‘" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!82,& set DecimalCode=!DecimalCode!130,& set BinaryCode=!BinaryCode!10000010,
  404. if "!AsciiCode:~%Counter%,1!" == "Ÿ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!83,& set DecimalCode=!DecimalCode!131,& set BinaryCode=!BinaryCode!10000011,
  405. if "!AsciiCode:~%Counter%,1!" == "“" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!84,& set DecimalCode=!DecimalCode!132,& set BinaryCode=!BinaryCode!10000100,
  406. if "!AsciiCode:~%Counter%,1!" == "³" start msg %username% Unprintable ascii character: ³ & REM 133
  407. if "!AsciiCode:~%Counter%,1!" == "Å" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!86,& set DecimalCode=!DecimalCode!134,& set BinaryCode=!BinaryCode!10000110,
  408. if "!AsciiCode:~%Counter%,1!" == "Î" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!87,& set DecimalCode=!DecimalCode!135,& set BinaryCode=!BinaryCode!10000111,
  409. if "!AsciiCode:~%Counter%,1!" == "´" start msg %username% Unprintable ascii character: ´ & REM 136
  410. if "!AsciiCode:~%Counter%,1!" == "¹" start msg %username% Unprintable ascii character: ¹ & REM 137
  411. if "!AsciiCode:~%Counter%,1!" == "º" start msg %username% Unprintable ascii character: º & REM 138
  412. if "!AsciiCode:~%Counter%,1!" == "»" start msg %username% Unprintable ascii character: » & REM 139
  413. if "!AsciiCode:~%Counter%,1!" == "¼" start msg %username% Unprintable ascii character: ¼ & REM 140
  414. if "!AsciiCode:~%Counter%,1!" == "¿" start msg %username% Unprintable ascii character: ¿ & REM 141
  415. if "!AsciiCode:~%Counter%,1!" == "À" start msg %username% Unprintable ascii character: À & REM 142
  416. if "!AsciiCode:~%Counter%,1!" == "Á" start msg %username% Unprintable ascii character: Á & REM 143
  417.  
  418. if "!AsciiCode:~%Counter%,1!" == "Â" start msg %username% Unprintable ascii character: Â & REM 144
  419. if "!AsciiCode:~%Counter%,1!" == "Ã" start msg %username% Unprintable ascii character: Ã & REM 145
  420. if "!AsciiCode:~%Counter%,1!" == "Ä" start msg %username% Unprintable ascii character: Ä & REM 146
  421. REM Missing Ascii Code 147 - relating to 134
  422. if "!AsciiCode:~%Counter%,1!" == "È" start msg %username% Unprintable ascii character: È & REM 148
  423. if "!AsciiCode:~%Counter%,1!" == "É" start msg %username% Unprintable ascii character: É & REM 149
  424. if "!AsciiCode:~%Counter%,1!" == "Ê" start msg %username% Unprintable ascii character: Ê & REM 150
  425. if "!AsciiCode:~%Counter%,1!" == "Ë" start msg %username% Unprintable ascii character: Ë & REM 151
  426. if "!AsciiCode:~%Counter%,1!" == "Ì" start msg %username% Unprintable ascii character: Ì & REM 152
  427. if "!AsciiCode:~%Counter%,1!" == "Í" start msg %username% Unprintable ascii character: Í & REM 153
  428. REM Missing Ascii Code 154 - relating to 135
  429. if "!AsciiCode:~%Counter%,1!" == "Ù" start msg %username% Unprintable ascii character: Ù & REM 155
  430. if "!AsciiCode:~%Counter%,1!" == "Ú" start msg %username% Unprintable ascii character: Ú & REM 156
  431. if "!AsciiCode:~%Counter%,1!" == "Û" start msg %username% Unprintable ascii character: Û & REM 157
  432. if "!AsciiCode:~%Counter%,1!" == "Ü" start msg %username% Unprintable ascii character: Ü & REM 158
  433. if "!AsciiCode:~%Counter%,1!" == "ß" start msg %username% Unprintable ascii character: ß & REM 159
  434.  
  435. if "!AsciiCode:~%Counter%,1!" == "ÿ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a0,& set DecimalCode=!DecimalCode!160,& set BinaryCode=!BinaryCode!10100000,
  436. if "!AsciiCode:~%Counter%,1!" == "­" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a1,& set DecimalCode=!DecimalCode!161,& set BinaryCode=!BinaryCode!10100001,
  437. if "!AsciiCode:~%Counter%,1!" == "½" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a2,& set DecimalCode=!DecimalCode!162,& set BinaryCode=!BinaryCode!10100010,
  438. if "!AsciiCode:~%Counter%,1!" == "œ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a3,& set DecimalCode=!DecimalCode!163,& set BinaryCode=!BinaryCode!10100011,
  439. if "!AsciiCode:~%Counter%,1!" == "Ï" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a4,& set DecimalCode=!DecimalCode!164,& set BinaryCode=!BinaryCode!10100100,
  440. if "!AsciiCode:~%Counter%,1!" == "¾" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a5,& set DecimalCode=!DecimalCode!165,& set BinaryCode=!BinaryCode!10100101,
  441. if "!AsciiCode:~%Counter%,1!" == "Ý" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a6,& set DecimalCode=!DecimalCode!166,& set BinaryCode=!BinaryCode!10100110,
  442. if "!AsciiCode:~%Counter%,1!" == "õ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a7,& set DecimalCode=!DecimalCode!167,& set BinaryCode=!BinaryCode!10100111,
  443. if "!AsciiCode:~%Counter%,1!" == "ù" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a8,& set DecimalCode=!DecimalCode!168,& set BinaryCode=!BinaryCode!10101000,
  444. if "!AsciiCode:~%Counter%,1!" == "¸" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!a9,& set DecimalCode=!DecimalCode!169,& set BinaryCode=!BinaryCode!10101001,
  445. if "!AsciiCode:~%Counter%,1!" == "¦" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!aa,& set DecimalCode=!DecimalCode!170,& set BinaryCode=!BinaryCode!10101010,
  446. if "!AsciiCode:~%Counter%,1!" == "®" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ab,& set DecimalCode=!DecimalCode!171,& set BinaryCode=!BinaryCode!10101011,
  447. if "!AsciiCode:~%Counter%,1!" == "ª" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ac,& set DecimalCode=!DecimalCode!172,& set BinaryCode=!BinaryCode!10101100,
  448. if "!AsciiCode:~%Counter%,1!" == "ð" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ad,& set DecimalCode=!DecimalCode!173,& set BinaryCode=!BinaryCode!10101101,
  449. if "!AsciiCode:~%Counter%,1!" == "©" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ae,& set DecimalCode=!DecimalCode!174,& set BinaryCode=!BinaryCode!10101110,
  450. if "!AsciiCode:~%Counter%,1!" == "î" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!af,& set DecimalCode=!DecimalCode!175,& set BinaryCode=!BinaryCode!10101111,
  451.  
  452. if "!AsciiCode:~%Counter%,1!" == "ø" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b0,& set DecimalCode=!DecimalCode!176,& set BinaryCode=!BinaryCode!10110000,
  453. if "!AsciiCode:~%Counter%,1!" == "ñ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b1,& set DecimalCode=!DecimalCode!177,& set BinaryCode=!BinaryCode!10110001,
  454. if "!AsciiCode:~%Counter%,1!" == "ý" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b2,& set DecimalCode=!DecimalCode!178,& set BinaryCode=!BinaryCode!10110010,
  455. if "!AsciiCode:~%Counter%,1!" == "ü" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b3,& set DecimalCode=!DecimalCode!179,& set BinaryCode=!BinaryCode!10110011,
  456. if "!AsciiCode:~%Counter%,1!" == "ï" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b4,& set DecimalCode=!DecimalCode!180,& set BinaryCode=!BinaryCode!10110100,
  457. if "!AsciiCode:~%Counter%,1!" == "æ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b5,& set DecimalCode=!DecimalCode!181,& set BinaryCode=!BinaryCode!10110101,
  458. if "!AsciiCode:~%Counter%,1!" == "ô" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b6,& set DecimalCode=!DecimalCode!182,& set BinaryCode=!BinaryCode!10110110,
  459. if "!AsciiCode:~%Counter%,1!" == "ú" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b7,& set DecimalCode=!DecimalCode!183,& set BinaryCode=!BinaryCode!10110111,
  460. if "!AsciiCode:~%Counter%,1!" == "÷" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b8,& set DecimalCode=!DecimalCode!184,& set BinaryCode=!BinaryCode!10111000,
  461. if "!AsciiCode:~%Counter%,1!" == "û" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!b9,& set DecimalCode=!DecimalCode!185,& set BinaryCode=!BinaryCode!10111001,
  462. if "!AsciiCode:~%Counter%,1!" == "§" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ba,& set DecimalCode=!DecimalCode!186,& set BinaryCode=!BinaryCode!10111010,
  463. if "!AsciiCode:~%Counter%,1!" == "¯" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!bb,& set DecimalCode=!DecimalCode!187,& set BinaryCode=!BinaryCode!10111011,
  464. if "!AsciiCode:~%Counter%,1!" == "¬" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!bc,& set DecimalCode=!DecimalCode!188,& set BinaryCode=!BinaryCode!10111100,
  465. if "!AsciiCode:~%Counter%,1!" == "«" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!bd,& set DecimalCode=!DecimalCode!189,& set BinaryCode=!BinaryCode!10111101,
  466. if "!AsciiCode:~%Counter%,1!" == "ó" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!be,& set DecimalCode=!DecimalCode!190,& set BinaryCode=!BinaryCode!10111110,
  467. if "!AsciiCode:~%Counter%,1!" == "¨" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!bf,& set DecimalCode=!DecimalCode!191,& set BinaryCode=!BinaryCode!10111111,
  468.  
  469. if "!AsciiCode:~%Counter%,1!" == "·" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c0,& set DecimalCode=!DecimalCode!192,& set BinaryCode=!BinaryCode!11000000,
  470. if "!AsciiCode:~%Counter%,1!" == "µ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c1,& set DecimalCode=!DecimalCode!193,& set BinaryCode=!BinaryCode!11000001,
  471. if "!AsciiCode:~%Counter%,1!" == "¶" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c2,& set DecimalCode=!DecimalCode!194,& set BinaryCode=!BinaryCode!11000010,
  472. if "!AsciiCode:~%Counter%,1!" == "Ç" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c3,& set DecimalCode=!DecimalCode!195,& set BinaryCode=!BinaryCode!11000011,
  473. if "!AsciiCode:~%Counter%,1!" == "Ž" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c4,& set DecimalCode=!DecimalCode!196,& set BinaryCode=!BinaryCode!11000100,
  474. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c5,& set DecimalCode=!DecimalCode!197,& set BinaryCode=!BinaryCode!11000101,
  475. if "!AsciiCode:~%Counter%,1!" == "’" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c6,& set DecimalCode=!DecimalCode!198,& set BinaryCode=!BinaryCode!11000110,
  476. if "!AsciiCode:~%Counter%,1!" == "€" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c7,& set DecimalCode=!DecimalCode!199,& set BinaryCode=!BinaryCode!11000111,
  477. if "!AsciiCode:~%Counter%,1!" == "Ô" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c8,& set DecimalCode=!DecimalCode!200,& set BinaryCode=!BinaryCode!11001000,
  478. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!c9,& set DecimalCode=!DecimalCode!201,& set BinaryCode=!BinaryCode!11001001,
  479. if "!AsciiCode:~%Counter%,1!" == "Ò" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ca,& set DecimalCode=!DecimalCode!202,& set BinaryCode=!BinaryCode!11001010,
  480. if "!AsciiCode:~%Counter%,1!" == "Ó" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!cb,& set DecimalCode=!DecimalCode!203,& set BinaryCode=!BinaryCode!11001011,
  481. if "!AsciiCode:~%Counter%,1!" == "Þ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!cc,& set DecimalCode=!DecimalCode!204,& set BinaryCode=!BinaryCode!11001100,
  482. if "!AsciiCode:~%Counter%,1!" == "Ö" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!cd,& set DecimalCode=!DecimalCode!205,& set BinaryCode=!BinaryCode!11001101,
  483. if "!AsciiCode:~%Counter%,1!" == "×" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ce,& set DecimalCode=!DecimalCode!206,& set BinaryCode=!BinaryCode!11001110,
  484. if "!AsciiCode:~%Counter%,1!" == "Ø" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!cf,& set DecimalCode=!DecimalCode!207,& set BinaryCode=!BinaryCode!11001111,
  485.  
  486. if "!AsciiCode:~%Counter%,1!" == "Ñ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d0,& set DecimalCode=!DecimalCode!208,& set BinaryCode=!BinaryCode!11010000,
  487. if "!AsciiCode:~%Counter%,1!" == "¥" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d1,& set DecimalCode=!DecimalCode!209,& set BinaryCode=!BinaryCode!11010001,
  488. if "!AsciiCode:~%Counter%,1!" == "ã" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d2,& set DecimalCode=!DecimalCode!210,& set BinaryCode=!BinaryCode!11010010,
  489. if "!AsciiCode:~%Counter%,1!" == "à" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d3,& set DecimalCode=!DecimalCode!211,& set BinaryCode=!BinaryCode!11010011,
  490. if "!AsciiCode:~%Counter%,1!" == "â" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d4,& set DecimalCode=!DecimalCode!212,& set BinaryCode=!BinaryCode!11010100,
  491. if "!AsciiCode:~%Counter%,1!" == "å" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d5,& set DecimalCode=!DecimalCode!213,& set BinaryCode=!BinaryCode!11010101,
  492. if "!AsciiCode:~%Counter%,1!" == "™" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d6,& set DecimalCode=!DecimalCode!214,& set BinaryCode=!BinaryCode!11010110,
  493. if "!AsciiCode:~%Counter%,1!" == "ž" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d7,& set DecimalCode=!DecimalCode!215,& set BinaryCode=!BinaryCode!11010111,
  494. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d8,& set DecimalCode=!DecimalCode!216,& set BinaryCode=!BinaryCode!11011000,
  495. if "!AsciiCode:~%Counter%,1!" == "ë" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!d9,& set DecimalCode=!DecimalCode!217,& set BinaryCode=!BinaryCode!11011001,
  496. if "!AsciiCode:~%Counter%,1!" == "é" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!da,& set DecimalCode=!DecimalCode!218,& set BinaryCode=!BinaryCode!11011010,
  497. if "!AsciiCode:~%Counter%,1!" == "ê" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!db,& set DecimalCode=!DecimalCode!219,& set BinaryCode=!BinaryCode!11011011,
  498. if "!AsciiCode:~%Counter%,1!" == "š" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!dc,& set DecimalCode=!DecimalCode!220,& set BinaryCode=!BinaryCode!11011100,
  499. if "!AsciiCode:~%Counter%,1!" == "í" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!dd,& set DecimalCode=!DecimalCode!221,& set BinaryCode=!BinaryCode!11011101,
  500. if "!AsciiCode:~%Counter%,1!" == "è" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!de,& set DecimalCode=!DecimalCode!222,& set BinaryCode=!BinaryCode!11011110,
  501. if "!AsciiCode:~%Counter%,1!" == "á" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!df,& set DecimalCode=!DecimalCode!223,& set BinaryCode=!BinaryCode!11011111,
  502.  
  503. if "!AsciiCode:~%Counter%,1!" == "…" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e0,& set DecimalCode=!DecimalCode!224,& set BinaryCode=!BinaryCode!11100000,
  504. if "!AsciiCode:~%Counter%,1!" == "þ" start msg %username% Unprintable ascii character: þ & REM 225
  505. if "!AsciiCode:~%Counter%,1!" == "ƒ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e2,& set DecimalCode=!DecimalCode!226,& set BinaryCode=!BinaryCode!11100010,
  506. if "!AsciiCode:~%Counter%,1!" == "Æ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e3,& set DecimalCode=!DecimalCode!227,& set BinaryCode=!BinaryCode!11100011,
  507. if "!AsciiCode:~%Counter%,1!" == "„" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e4,& set DecimalCode=!DecimalCode!228,& set BinaryCode=!BinaryCode!11100100,
  508. if "!AsciiCode:~%Counter%,1!" == "†" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e5,& set DecimalCode=!DecimalCode!229,& set BinaryCode=!BinaryCode!11100101,
  509. if "!AsciiCode:~%Counter%,1!" == "‘" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e6,& set DecimalCode=!DecimalCode!230,& set BinaryCode=!BinaryCode!11100110,
  510. if "!AsciiCode:~%Counter%,1!" == "‡" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e7,& set DecimalCode=!DecimalCode!231,& set BinaryCode=!BinaryCode!11100111,
  511. if "!AsciiCode:~%Counter%,1!" == "Š" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e8,& set DecimalCode=!DecimalCode!232,& set BinaryCode=!BinaryCode!11101000,
  512. if "!AsciiCode:~%Counter%,1!" == "‘" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!e9,& set DecimalCode=!DecimalCode!233,& set BinaryCode=!BinaryCode!11101001,
  513. if "!AsciiCode:~%Counter%,1!" == "ˆ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ea,& set DecimalCode=!DecimalCode!234,& set BinaryCode=!BinaryCode!11101010,
  514. if "!AsciiCode:~%Counter%,1!" == "‰" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!eb,& set DecimalCode=!DecimalCode!235,& set BinaryCode=!BinaryCode!11101011,
  515. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ec,& set DecimalCode=!DecimalCode!236,& set BinaryCode=!BinaryCode!11101100,
  516. if "!AsciiCode:~%Counter%,1!" == "¡" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ed,& set DecimalCode=!DecimalCode!237,& set BinaryCode=!BinaryCode!11101101,
  517. if "!AsciiCode:~%Counter%,1!" == "Œ" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ee,& set DecimalCode=!DecimalCode!238,& set BinaryCode=!BinaryCode!11101110,
  518. if "!AsciiCode:~%Counter%,1!" == "‹" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ef,& set DecimalCode=!DecimalCode!239,& set BinaryCode=!BinaryCode!11101111,
  519.  
  520. if "!AsciiCode:~%Counter%,1!" == "Ð" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f0,& set DecimalCode=!DecimalCode!240,& set BinaryCode=!BinaryCode!11110000,
  521. if "!AsciiCode:~%Counter%,1!" == "¤" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f1,& set DecimalCode=!DecimalCode!241,& set BinaryCode=!BinaryCode!11110001,
  522. if "!AsciiCode:~%Counter%,1!" == "•" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f2,& set DecimalCode=!DecimalCode!242,& set BinaryCode=!BinaryCode!11110010,
  523. if "!AsciiCode:~%Counter%,1!" == "¢" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f3,& set DecimalCode=!DecimalCode!243,& set BinaryCode=!BinaryCode!11110011,
  524. if "!AsciiCode:~%Counter%,1!" == "“" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f4,& set DecimalCode=!DecimalCode!244,& set BinaryCode=!BinaryCode!11110100,
  525. if "!AsciiCode:~%Counter%,1!" == "ä" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f5,& set DecimalCode=!DecimalCode!245,& set BinaryCode=!BinaryCode!11110101,
  526. if "!AsciiCode:~%Counter%,1!" == "”" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f6,& set DecimalCode=!DecimalCode!246,& set BinaryCode=!BinaryCode!11110110,
  527. if "!AsciiCode:~%Counter%,1!" == "ö" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f7,& set DecimalCode=!DecimalCode!247,& set BinaryCode=!BinaryCode!11110111,
  528. if "!AsciiCode:~%Counter%,1!" == "›" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f8,& set DecimalCode=!DecimalCode!248,& set BinaryCode=!BinaryCode!11111000,
  529. if "!AsciiCode:~%Counter%,1!" == "—" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!f9,& set DecimalCode=!DecimalCode!249,& set BinaryCode=!BinaryCode!11111001,
  530. if "!AsciiCode:~%Counter%,1!" == "£" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!fa,& set DecimalCode=!DecimalCode!250,& set BinaryCode=!BinaryCode!11111010,
  531. if "!AsciiCode:~%Counter%,1!" == "–" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!fb,& set DecimalCode=!DecimalCode!251,& set BinaryCode=!BinaryCode!11111011,
  532. if "!AsciiCode:~%Counter%,1!" == "" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!fc,& set DecimalCode=!DecimalCode!252,& set BinaryCode=!BinaryCode!11111100,
  533. if "!AsciiCode:~%Counter%,1!" == "ì" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!fd,& set DecimalCode=!DecimalCode!253,& set BinaryCode=!BinaryCode!11111101,
  534. if "!AsciiCode:~%Counter%,1!" == "ç" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!fe,& set DecimalCode=!DecimalCode!254,& set BinaryCode=!BinaryCode!11111110,
  535. if "!AsciiCode:~%Counter%,1!" == "˜" set /a Counter=%Counter% + 1 & set HexCode=!HexCode!ff,& set DecimalCode=!DecimalCode!255,& set BinaryCode=!BinaryCode!11111111,
  536.  
  537.  
  538. :: Check if an error occured
  539. if "!DecimalCode_Puffer!" == "!DecimalCode!" set /a Counter=%Counter% + 1
  540.  
  541. goto :Conversion
  542.  
  543.  
  544.  
  545.  
  546.  
  547. :Finished
  548.  
  549. echo !AsciiCode! | find " {p8UyY}" >nul 2>nul && set AsciiCode=!AsciiCode:~0,-9!
  550.  
  551. set AsciiCode=!AsciiCode:°=!
  552. set AsciiCode=!AsciiCode:±=!
  553. set AsciiCode=!AsciiCode:²=!
  554. set AsciiCode=!AsciiCode:³=!
  555. set AsciiCode=!AsciiCode:´=!
  556. set AsciiCode=!AsciiCode:¹=!
  557. set AsciiCode=!AsciiCode:º=!
  558. set AsciiCode=!AsciiCode:»=!
  559. set AsciiCode=!AsciiCode:¼=!
  560. set AsciiCode=!AsciiCode:¿=!
  561. set AsciiCode=!AsciiCode:À=!
  562. set AsciiCode=!AsciiCode:Á=!
  563. set AsciiCode=!AsciiCode:Â=!
  564. set AsciiCode=!AsciiCode:Ã=!
  565. set AsciiCode=!AsciiCode:Ä=!
  566. set AsciiCode=!AsciiCode:È=!
  567. set AsciiCode=!AsciiCode:É=!
  568. set AsciiCode=!AsciiCode:Ê=!
  569. set AsciiCode=!AsciiCode:Ë=!
  570. set AsciiCode=!AsciiCode:Ì=!
  571. set AsciiCode=!AsciiCode:Í=!
  572. set AsciiCode=!AsciiCode:Ù=!
  573. set AsciiCode=!AsciiCode:Ú=!
  574. set AsciiCode=!AsciiCode:Û=!
  575. set AsciiCode=!AsciiCode:Ü=!
  576. set AsciiCode=!AsciiCode:ß=!
  577. set AsciiCode=!AsciiCode:þ=!
  578. set AsciiCode=%AsciiCode:!=%
  579.  
  580.  
  581. echo Ascii: !AsciiCode! 1>Ascii2All.tmp
  582. echo Hex: !HexCode! 1>>Ascii2All.tmp
  583. echo Dec: !DecimalCode! 1>>Ascii2All.tmp
  584. echo Bin: !BinaryCode! 1>>Ascii2All.tmp
  585. start notepad "%temp%\Ascii2All.tmp"
  586. echo Hex: !HexCode!
  587. echo Dec: !DecimalCode!
  588. echo Bin: !BinaryCode!
  589. echo.
  590. echo.
  591. goto :MENU
  592. :GAMEMENU
  593. CLS
  594. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  595. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  596. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  597. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  598. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  599. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  600. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  601. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  602. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  603. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  604. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Game Room º
  605. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  606. ECHO 1 - Guessing Game
  607. ECHO 2 - Tic Tac Toe
  608. ECHO 3 - Casino
  609. ECHO 4 - Cowboy
  610. SET /P G=ÍÍÍÍÍ͹
  611. IF %G%==0 GOTO FAIL
  612. IF %G%==1 GOTO GUES
  613. IF %G%==2 GOTO BEGIN
  614. IF %G%==3 GOTO SLOT
  615. IF %G%==4 GOTO GAME
  616. :GMENUFAIL
  617. GOTO FAIL
  618. :GUES
  619. CLS
  620. set /a guessnum=0
  621. set /a answer=%RANDOM%
  622. set variable1=igiveup
  623. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  624. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  625. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  626. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  627. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  628. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  629. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  630. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  631. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  632. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  633. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Guessing Game º
  634. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  635. :top
  636. ECHO Try To Guess The Number I Am Thinking Of!
  637. echo.
  638. set /p guess=
  639. echo.
  640. if %guess% GTR %answer% ECHO Lower!
  641. if %guess% LSS %answer% ECHO Higher!
  642. if %guess%==%answer% GOTO EQUAL
  643. set /a guessnum=%guessnum% +1
  644. set /a guessall=%guessall% +1
  645. if %guess%==%variable1% ECHO Try %answer% Instead.
  646. goto top
  647. :equal
  648. set /a money=%money% +5000
  649. echo Congratulations, You guessed right and won $5000!
  650. echo.
  651. echo It took you %guessnum% guesses.
  652. echo.
  653. echo Press anything to return to the main Hub.
  654. pause >nul
  655. goto menu
  656. :BEGIN
  657. REM Skill level
  658. set sl=
  659. cls
  660. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  661. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  662. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  663. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  664. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  665. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  666. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  667. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  668. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  669. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  670. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Tic-Tac-Toe º
  671. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  672. echo.
  673. echo Pick your skill level (press a number)
  674. echo.
  675. echo (1) Easy
  676. echo (2) Medium
  677. echo (3) Hard
  678. CHOICE /c:123q /n > nul
  679. if errorlevel 4 goto end
  680. if errorlevel 3 set sl=3
  681. if errorlevel 3 goto layout
  682. if errorlevel 2 set sl=2
  683. if errorlevel 2 goto layout
  684. set sl=1
  685.  
  686. :LAYOUT
  687. REM Player turn ("x" or "o")
  688. set pt=
  689. REM Game winner ("x" or "o")
  690. set gw=
  691. REM No moves
  692. set nm=
  693. REM Set to one blank space after equal sign (check with cursor end)
  694. set t1=
  695. set t2=
  696. set t3=
  697. set t4=
  698. set t5=
  699. set t6=
  700. set t7=
  701. set t8=
  702. set t9=
  703.  
  704. :UPDATE
  705. cls
  706. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  707. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  708. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  709. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  710. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  711. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  712. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  713. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  714. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  715. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  716. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Tic-Tac-Toe º
  717. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  718. echo.
  719. echo Skill level %sl% 7 8 9
  720. echo 4 5 6
  721. echo 1 2 3
  722. echo.
  723. echo º º
  724. echo %t1% º %t2% º %t3%
  725. echo ÍÍÍͺÍÍͺÍÍÍÍ
  726. echo %t4% º %t5% º %t6%
  727. echo ÍÍÍͺÍÍͺÍÍÍÍ
  728. echo %t7% º %t8% º %t9%
  729. echo º º
  730. if "%gw%"=="x" goto winx2
  731. if "%gw%"=="o" goto wino2
  732. if "%nm%"=="0" goto nomoves
  733.  
  734. :PLAYER
  735. set pt=x
  736. REM Layout is for keypad. Change CHOICE to "/c:123456789sq /n > nul"
  737. REM for numbers to start at top left (also change user layout above).
  738. CHOICE /c:789456123sq /n > nul
  739. if errorlevel 11 goto end
  740. if errorlevel 10 goto begin
  741. if errorlevel 9 goto 9
  742. if errorlevel 8 goto 8
  743. if errorlevel 7 goto 7
  744. if errorlevel 6 goto 6
  745. if errorlevel 5 goto 5
  746. if errorlevel 4 goto 4
  747. if errorlevel 3 goto 3
  748. if errorlevel 2 goto 2
  749. goto 1
  750.  
  751. :1
  752. REM Check if "x" or "o" already in square.
  753. if "%t1%"=="x" goto player
  754. if "%t1%"=="o" goto player
  755. set t1=x
  756. goto check
  757. :2
  758. if "%t2%"=="x" goto player
  759. if "%t2%"=="o" goto player
  760. set t2=x
  761. goto check
  762. :3
  763. if "%t3%"=="x" goto player
  764. if "%t3%"=="o" goto player
  765. set t3=x
  766. goto check
  767. :4
  768. if "%t4%"=="x" goto player
  769. if "%t4%"=="o" goto player
  770. set t4=x
  771. goto check
  772. :5
  773. if "%t5%"=="x" goto player
  774. if "%t5%"=="o" goto player
  775. set t5=x
  776. goto check
  777. :6
  778. if "%t6%"=="x" goto player
  779. if "%t6%"=="o" goto player
  780. set t6=x
  781. goto check
  782. :7
  783. if "%t7%"=="x" goto player
  784. if "%t7%"=="o" goto player
  785. set t7=x
  786. goto check
  787. :8
  788. if "%t8%"=="x" goto player
  789. if "%t8%"=="o" goto player
  790. set t8=x
  791. goto check
  792. :9
  793. if "%t9%"=="x" goto player
  794. if "%t9%"=="o" goto player
  795. set t9=x
  796. goto check
  797.  
  798. :COMPUTER
  799. set pt=o
  800. if "%sl%"=="1" goto skill1
  801. REM (win corner to corner)
  802. if "%t1%"=="o" if "%t3%"=="o" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  803. if "%t1%"=="o" if "%t9%"=="o" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  804. if "%t1%"=="o" if "%t7%"=="o" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  805. if "%t3%"=="o" if "%t7%"=="o" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  806. if "%t3%"=="o" if "%t9%"=="o" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  807. if "%t9%"=="o" if "%t7%"=="o" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  808. REM (win outside middle to outside middle)
  809. if "%t2%"=="o" if "%t8%"=="o" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  810. if "%t4%"=="o" if "%t6%"=="o" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  811. REM (win all others)
  812. if "%t1%"=="o" if "%t2%"=="o" if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  813. if "%t1%"=="o" if "%t5%"=="o" if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  814. if "%t1%"=="o" if "%t4%"=="o" if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  815. if "%t2%"=="o" if "%t5%"=="o" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  816. if "%t3%"=="o" if "%t2%"=="o" if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  817. if "%t3%"=="o" if "%t5%"=="o" if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  818. if "%t3%"=="o" if "%t6%"=="o" if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  819. if "%t4%"=="o" if "%t5%"=="o" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  820. if "%t6%"=="o" if "%t5%"=="o" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  821. if "%t7%"=="o" if "%t4%"=="o" if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  822. if "%t7%"=="o" if "%t5%"=="o" if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  823. if "%t7%"=="o" if "%t8%"=="o" if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  824. if "%t8%"=="o" if "%t5%"=="o" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  825. if "%t9%"=="o" if "%t8%"=="o" if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  826. if "%t9%"=="o" if "%t5%"=="o" if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  827. if "%t9%"=="o" if "%t6%"=="o" if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  828. REM (block general attempts) -----------------------------------------------
  829. if "%t1%"=="x" if "%t2%"=="x" if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  830. if "%t1%"=="x" if "%t5%"=="x" if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  831. if "%t1%"=="x" if "%t4%"=="x" if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  832. if "%t2%"=="x" if "%t5%"=="x" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  833. if "%t3%"=="x" if "%t2%"=="x" if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  834. if "%t3%"=="x" if "%t5%"=="x" if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  835. if "%t3%"=="x" if "%t6%"=="x" if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  836. if "%t4%"=="x" if "%t5%"=="x" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  837. if "%t6%"=="x" if "%t5%"=="x" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  838. if "%t7%"=="x" if "%t4%"=="x" if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  839. if "%t7%"=="x" if "%t5%"=="x" if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  840. if "%t7%"=="x" if "%t8%"=="x" if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  841. if "%t8%"=="x" if "%t5%"=="x" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  842. if "%t9%"=="x" if "%t8%"=="x" if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  843. if "%t9%"=="x" if "%t5%"=="x" if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  844. if "%t9%"=="x" if "%t6%"=="x" if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  845. REM (block obvious corner to corner)
  846. if "%t1%"=="x" if "%t3%"=="x" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  847. if "%t1%"=="x" if "%t9%"=="x" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  848. if "%t1%"=="x" if "%t7%"=="x" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  849. if "%t3%"=="x" if "%t7%"=="x" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  850. if "%t3%"=="x" if "%t9%"=="x" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  851. if "%t9%"=="x" if "%t7%"=="x" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  852. if "%sl%"=="2" goto skill2
  853. REM (block sneaky corner to corner 2-4, 2-6, etc.)
  854. if "%t2%"=="x" if "%t4%"=="x" if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  855. if "%t2%"=="x" if "%t6%"=="x" if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  856. if "%t8%"=="x" if "%t4%"=="x" if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  857. if "%t8%"=="x" if "%t6%"=="x" if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  858. REM (block offset corner trap 1-8, 1-6, etc.)
  859. if "%t1%"=="x" if "%t6%"=="x" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  860. if "%t1%"=="x" if "%t8%"=="x" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  861. if "%t3%"=="x" if "%t8%"=="x" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  862. if "%t3%"=="x" if "%t4%"=="x" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  863. if "%t9%"=="x" if "%t4%"=="x" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  864. if "%t9%"=="x" if "%t2%"=="x" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  865. if "%t7%"=="x" if "%t2%"=="x" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  866. if "%t7%"=="x" if "%t6%"=="x" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  867.  
  868. :SKILL2
  869. REM (block outside middle to outside middle)
  870. if "%t2%"=="x" if "%t8%"=="x" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  871. if "%t4%"=="x" if "%t6%"=="x" if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  872. REM (block 3 corner trap)
  873. if "%t1%"=="x" if "%t9%"=="x" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  874. if "%t3%"=="x" if "%t7%"=="x" if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  875. if "%t1%"=="x" if "%t9%"=="x" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  876. if "%t3%"=="x" if "%t7%"=="x" if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  877. if "%t1%"=="x" if "%t9%"=="x" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  878. if "%t3%"=="x" if "%t7%"=="x" if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  879. if "%t1%"=="x" if "%t9%"=="x" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  880. if "%t3%"=="x" if "%t7%"=="x" if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  881. :SKILL1
  882. REM (just take a turn)
  883. if not "%t5%"=="x" if not "%t5%"=="o" goto c5
  884. if not "%t1%"=="x" if not "%t1%"=="o" goto c1
  885. if not "%t3%"=="x" if not "%t3%"=="o" goto c3
  886. if not "%t7%"=="x" if not "%t7%"=="o" goto c7
  887. if not "%t9%"=="x" if not "%t9%"=="o" goto c9
  888. if not "%t2%"=="x" if not "%t2%"=="o" goto c2
  889. if not "%t4%"=="x" if not "%t4%"=="o" goto c4
  890. if not "%t6%"=="x" if not "%t6%"=="o" goto c6
  891. if not "%t8%"=="x" if not "%t8%"=="o" goto c8
  892. set nm=0
  893. goto update
  894.  
  895. :C1
  896. set t1=o
  897. goto check
  898. :C2
  899. set t2=o
  900. goto check
  901. :C3
  902. set t3=o
  903. goto check
  904. :C4
  905. set t4=o
  906. goto check
  907. :C5
  908. set t5=o
  909. goto check
  910. :C6
  911. set t6=o
  912. goto check
  913. :C7
  914. set t7=o
  915. goto check
  916. :C8
  917. set t8=o
  918. goto check
  919. :C9
  920. set t9=o
  921. goto check
  922.  
  923. :CHECK
  924. if "%t1%"=="x" if "%t2%"=="x" if "%t3%"=="x" goto winx
  925. if "%t4%"=="x" if "%t5%"=="x" if "%t6%"=="x" goto winx
  926. if "%t7%"=="x" if "%t8%"=="x" if "%t9%"=="x" goto winx
  927. if "%t1%"=="x" if "%t4%"=="x" if "%t7%"=="x" goto winx
  928. if "%t2%"=="x" if "%t5%"=="x" if "%t8%"=="x" goto winx
  929. if "%t3%"=="x" if "%t6%"=="x" if "%t9%"=="x" goto winx
  930. if "%t1%"=="x" if "%t5%"=="x" if "%t9%"=="x" goto winx
  931. if "%t3%"=="x" if "%t5%"=="x" if "%t7%"=="x" goto winx
  932. if "%t1%"=="o" if "%t2%"=="o" if "%t3%"=="o" goto wino
  933. if "%t4%"=="o" if "%t5%"=="o" if "%t6%"=="o" goto wino
  934. if "%t7%"=="o" if "%t8%"=="o" if "%t9%"=="o" goto wino
  935. if "%t1%"=="o" if "%t4%"=="o" if "%t7%"=="o" goto wino
  936. if "%t2%"=="o" if "%t5%"=="o" if "%t8%"=="o" goto wino
  937. if "%t3%"=="o" if "%t6%"=="o" if "%t9%"=="o" goto wino
  938. if "%t1%"=="o" if "%t5%"=="o" if "%t9%"=="o" goto wino
  939. if "%t3%"=="o" if "%t5%"=="o" if "%t7%"=="o" goto wino
  940. if "%pt%"=="x" goto computer
  941. if "%pt%"=="o" goto update
  942.  
  943. :WINX
  944. set gw=x
  945. goto update
  946. :WINX2
  947. echo You won $5000!
  948. set /a money=%money% +5000
  949. echo Play again (Y,N)?
  950. set /a ticwin=%ticwin% +1
  951. CHOICE /c:ynsq /n > nul
  952. if errorlevel 4 goto end
  953. if errorlevel 3 goto begin
  954. if errorlevel 2 goto end
  955. goto layout
  956.  
  957. :WINO
  958. set gw=o
  959. goto update
  960. :WINO2
  961. echo Sorry, You lose.
  962. echo Play again (Y,N)?
  963. set /a ticlose=%ticlose% +1
  964. CHOICE /c:ynsq /n > nul
  965. if errorlevel 4 goto end
  966. if errorlevel 3 goto begin
  967. if errorlevel 2 goto end
  968. goto layout
  969.  
  970. :NOMOVES
  971. echo There are no more moves left!
  972. echo Play again (Y,N)?
  973. set /a tictie=%tictie% +1
  974. CHOICE /c:ynsq /n > nul
  975. if errorlevel 4 goto end
  976. if errorlevel 3 goto begin
  977. if errorlevel 2 goto end
  978. goto layout
  979.  
  980. :END
  981. cls
  982. echo Tic Tac Toe by Mac
  983. echo.
  984. REM Clear all variables (no spaces after equal sign).
  985. set gw=
  986. set nm=
  987. set sl=
  988. set pt=
  989. set t1=
  990. set t2=
  991. set t3=
  992. set t4=
  993. set t5=
  994. set t6=
  995. set t7=
  996. set t8=
  997. set t9=
  998. goto menu
  999. :TEST
  1000. CLS
  1001. Goto menu
  1002. :SET
  1003. CLS
  1004. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  1005. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1006. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1007. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1008. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1009. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1010. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1011. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1012. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1013. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  1014. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Settings º
  1015. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  1016. echo.
  1017. echo Version %version%
  1018. echo.
  1019. ECHO 1 - Reset Balance from $%MONEY% To Default $1500
  1020. ECHO 2 - Reset Cowboy Stats
  1021. ECHO 3 - Select Text Coloring
  1022. ECHO 4 - Statistics
  1023. ECHO 5 - Reset Guessing Game Guess Count From %guessall% To 0
  1024. ECHO 6 - Credits
  1025. echo.
  1026. set /p S=ÍÍÍÍÍ͹
  1027. IF %S%==1 GOTO SLOTR
  1028. IF %S%==6 GOTO CRED
  1029. IF %S%==2 GOTO MENU1
  1030. IF %S%==3 GOTO COLOR
  1031. IF %S%==4 GOTO STATS
  1032. IF %S%==5 GOTO GWIPE
  1033. :SLOTR
  1034. set /a slot1=0
  1035. set /a slot2=0
  1036. set /a slot3=0
  1037. set /a money=1500
  1038. goto menu
  1039. :SLOT
  1040. cls
  1041. set /a slot1=0
  1042. set /a slot2=0
  1043. set /a slot3=0
  1044. goto game1
  1045. :game1
  1046. cls
  1047. echo.
  1048. echo.
  1049. echo Slot 1: Slot 2: Slot 3:
  1050. echo %slot1% %slot2% %slot3%
  1051. echo.
  1052. echo.
  1053. echo Money: $%money%
  1054. echo.
  1055. echo How much would you like to bet?
  1056. set /p bet=
  1057. echo.
  1058. if %bet% LEQ %money% goto moneycheckcomplete
  1059. if %bet% GTR %money% goto nomoney
  1060.  
  1061. :moneycheckcomplete
  1062. set /a money=%money%-%bet%
  1063. echo Put $%bet% into the machine. Money decreased by $%bet% to $%money%.
  1064. echo Press any key to roll.
  1065. pause>nil
  1066. goto roll
  1067.  
  1068.  
  1069. :roll
  1070. set /a slot1=%random%*5/32767+1
  1071. set /a slot2=%random%*5/32767+1
  1072. set /a slot3=%random%*5/32767+1
  1073. goto game2
  1074.  
  1075.  
  1076. :nomoney
  1077. echo.
  1078. echo You do not have enough money. Would you like to change your bet? (y/n)
  1079. echo.
  1080. set /p reset=
  1081. if %reset% EQU y goto game1
  1082. if %reset% EQU n goto menu
  1083.  
  1084.  
  1085. :game2
  1086. cls
  1087. echo.
  1088. echo.
  1089. echo Slot 1: Slot 2: Slot 3:
  1090. echo %slot1% %slot2% %slot3%
  1091. echo.
  1092. echo.
  1093. echo Money: $%money%
  1094. echo.
  1095.  
  1096. if %slot1% EQU 1 goto s21
  1097. if %slot1% EQU 2 goto s23
  1098. if %slot1% EQU 3 goto s25
  1099. if %slot1% EQU 4 goto s27
  1100. if %slot1% EQU 5 goto s29
  1101.  
  1102.  
  1103. :s21
  1104. if %slot2% EQU 1 goto s31
  1105. if %slot2% NEQ 1 goto game1
  1106.  
  1107. :s23
  1108. if %slot2% EQU 2 goto s33
  1109. if %slot2% NEQ 2 goto game1
  1110.  
  1111. :s25
  1112. if %slot2% EQU 3 goto s35
  1113. if %slot2% NEQ 3 goto game1
  1114.  
  1115. :s27
  1116. if %slot2% EQU 4 goto s37
  1117. if %slot2% NEQ 4 goto game1
  1118.  
  1119. :s29
  1120. if %slot2% EQU 5 goto s39
  1121. if %slot2% NEQ 5 goto game1
  1122.  
  1123.  
  1124.  
  1125. :s31
  1126. if %slot3% EQU 1 goto gain1
  1127. if %slot3% NEQ 1 goto game1
  1128.  
  1129. :s33
  1130. if %slot3% EQU 2 goto gain3
  1131. if %slot3% NEQ 2 goto game1
  1132.  
  1133. :s35
  1134. if %slot3% EQU 3 goto gain5
  1135. if %slot3% NEQ 3 goto game1
  1136.  
  1137. :s37
  1138. if %slot3% EQU 4 goto gain7
  1139. if %slot3% NEQ 4 goto game1
  1140.  
  1141. :s39
  1142. if %slot3% EQU 5 goto gain9
  1143. if %slot3% NEQ 5 goto game1
  1144.  
  1145.  
  1146.  
  1147. :gain1
  1148. set /a moneygain=%bet%*10
  1149. set /a money=%money%+%moneygain%
  1150. echo You bet $%bet% so you gain $%moneygain%.
  1151. echo.
  1152. pause
  1153. goto game1
  1154.  
  1155. :gain3
  1156. set /a moneygain=%bet%*25
  1157. set /a money=%money%+%moneygain%
  1158. echo You bet $%bet% so you gain $%moneygain%.
  1159. echo.
  1160. pause
  1161. goto game1
  1162.  
  1163. :gain5
  1164. set /a moneygain=%bet%*10
  1165. set /a money=%money%+%moneygain%
  1166. echo You bet $%bet% so you gain $%moneygain%.
  1167. echo.
  1168. pause
  1169. goto game1
  1170.  
  1171. :gain7
  1172. set /a moneygain=%bet%*50
  1173. set /a money=%money%+%moneygain%
  1174. echo You bet $%bet% so you gain $%moneygain%.
  1175. echo.
  1176. pause
  1177. goto game1
  1178.  
  1179. :gain9
  1180. set /a moneygain=%bet%*10
  1181. set /a money=%money%+%moneygain%
  1182. echo You bet $%bet% so you gain $%moneygain%.
  1183. echo.
  1184. pause
  1185. goto game1
  1186. :CRED
  1187. CLS
  1188. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  1189. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1190. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1191. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1192. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1193. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1194. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1195. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1196. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1197. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  1198. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Credits º
  1199. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  1200. echo.
  1201. echo Main Menu ACII Art: th4n4t0s [at] live.fr
  1202. echo.
  1203. echo Casino Minigame: Brian
  1204. echo.
  1205. echo PC Cleaner: Unknown
  1206. echo.
  1207. echo Tic Tac Toe: MacFromOK
  1208. echo.
  1209. echo Number Guess: Sejma
  1210. echo.
  1211. echo [Page 1/2]
  1212. pause >nul
  1213. CLS
  1214. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  1215. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1216. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1217. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1218. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1219. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1220. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1221. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1222. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1223. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  1224. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Credits º
  1225. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  1226. echo.
  1227. echo Text Encrypter: Unknown
  1228. echo.
  1229. echo Cowboy: Brian
  1230. echo.
  1231. echo.
  1232. echo.
  1233. echo Sorted together by Me.
  1234. echo.
  1235. echo.
  1236. echo.
  1237. echo [Page 2/2]
  1238. pause >nul
  1239. goto menu
  1240.  
  1241. :SAFE
  1242. CLS
  1243. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  1244. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1245. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1246. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1247. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1248. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1249. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1250. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1251. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1252. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  1253. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Access Denied º
  1254. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  1255. echo.
  1256. echo This function has been disabled in this version.
  1257. echo.
  1258. echo Press anything to return to the menu.
  1259. pause >nul
  1260. goto menu
  1261. :menu1
  1262. cls
  1263. set /a wins=0
  1264. set /a loss=0
  1265. set /a ties=0
  1266. set /a ammo=0
  1267. set /a opammo=0
  1268. goto menu
  1269. :game
  1270. cls
  1271. echo.
  1272. echo.
  1273. echo Wins: %wins%
  1274. echo Losses: %loss%
  1275. echo Ties: %ties%
  1276. echo.
  1277. echo Your Ammo: %ammo%
  1278. echo CPU's Ammo: %opammo%
  1279. echo.
  1280. echo.
  1281. echo Choose:
  1282. echo.
  1283. echo 1) Defend
  1284. echo 2) Reload
  1285. echo 3) Shoot
  1286. echo 4) Return To Menu
  1287. echo.
  1288. set /p choice=
  1289. :cpuchoice
  1290. set /a v=%random%*3/32767+1
  1291. if %v% EQU 1 goto defend
  1292. if %v% EQU 2 goto reload
  1293. if %v% EQU 3 goto shoot
  1294. goto cpuchoice
  1295. :defend
  1296. if %choice% EQU 1 goto defenddefend
  1297. if %choice% EQU 2 goto reloaddefend
  1298. if %choice% EQU 3 goto shootdefend
  1299. if %choice% EQU 4 goto menu
  1300. :reload
  1301. if %choice% EQU 1 goto defendreload
  1302. if %choice% EQU 2 goto reloadreload
  1303. if %choice% EQU 3 goto shootreload
  1304. if %choice% EQU 4 goto menu
  1305. :shoot
  1306. if %choice% EQU 1 goto defendshoot
  1307. if %choice% EQU 2 goto reloadshoot
  1308. if %choice% EQU 3 goto shootshoot
  1309. if %choice% EQU 4 goto menu
  1310. :defenddefend
  1311. cls
  1312. set /a ties=%ties%+1
  1313. echo.
  1314. echo.
  1315. echo I chose defend and you chose defend.
  1316. echo.
  1317. echo Are you serious? We tied!?
  1318. echo.
  1319. echo.
  1320. pause
  1321. goto game
  1322. :reloaddefend
  1323. cls
  1324. set /a ties=%ties%+1
  1325. set /a ammo=%ammo%+1
  1326. echo.
  1327. echo.
  1328. echo I chose defend and you chose reload.
  1329. echo.
  1330. echo Well, I guess we'll have to do that again.
  1331. echo.
  1332. echo.
  1333. pause
  1334. goto game
  1335. :shootdefend
  1336. if %ammo% GEQ 1 goto shootdefend1
  1337. if %ammo% EQU 0 goto noammo
  1338. :shootdefend1
  1339. cls
  1340. set /a ties=%ties%+1
  1341. set /a ammo=%ammo%-1
  1342. echo.
  1343. echo.
  1344. echo I chose defend and you chose shoot.
  1345. echo.
  1346. echo Haha, I have blocked your attack!
  1347. echo.
  1348. echo.
  1349. pause
  1350. goto game
  1351. :defendreload
  1352. cls
  1353. set /a ties=%ties%+1
  1354. set /a opammo=%opammo%+1
  1355. echo.
  1356. echo.
  1357. echo I chose reload and you chose defend.
  1358. echo.
  1359. echo Haha, now I have one more bullet then you.
  1360. echo.
  1361. echo.
  1362. pause
  1363. goto game
  1364. :reloadreload
  1365. cls
  1366. set /a ties=%ties%+1
  1367. set /a ammo=%ammo%+1
  1368. set /a opammo=%opammo%+1
  1369. echo.
  1370. echo.
  1371. echo I chose reload and you chose reload.
  1372. echo.
  1373. echo Now we both have more ammo!
  1374. echo.
  1375. echo.
  1376. pause
  1377. goto game
  1378. :shootreload
  1379. if %ammo% GEQ 1 goto shootreload1
  1380. if %ammo% EQU 0 goto noammo
  1381. :shootreload1
  1382. cls
  1383. set /a wins=%wins%+1
  1384. set /a ammo=%ammo%-1
  1385. set /a opammo=0
  1386. echo.
  1387. echo.
  1388. echo I chose reload and you chose shoot.
  1389. echo.
  1390. echo WHAT! YOU BEAT ME!!!!!
  1391. echo.
  1392. echo.
  1393. pause
  1394. goto game
  1395. :defendshoot
  1396. if %opammo% GEQ 1 goto defendshoot1
  1397. if %opammo% EQU 0 goto cpuchoice
  1398. :defendshoot1
  1399. cls
  1400. set /a ties=%ties%+1
  1401. set /a opammo=%opammo%-1
  1402. echo.
  1403. echo.
  1404. echo I chose shoot and you chose defend.
  1405. echo.
  1406. echo How did you outsmart me!?
  1407. echo.
  1408. echo.
  1409. pause
  1410. goto game
  1411. :reloadshoot
  1412. if %opammo% GEQ 1 goto reloadshoot1
  1413. if %opammo% EQU 0 goto cpuchoice
  1414. :reloadshoot1
  1415. cls
  1416. set /a loss=%loss%+1
  1417. set /a opammo=%opammo%-1
  1418. set /a ammo=0
  1419. echo.
  1420. echo.
  1421. echo I chose shoot and you chose reload.
  1422. echo.
  1423. echo FINALLY!!! I HAVE WON!!!!
  1424. echo.
  1425. echo.
  1426. pause
  1427. goto game
  1428. :shootshoot
  1429. if %opammo% GEQ 1 goto shootshoot1
  1430. if %opammo% EQU 0 goto cpuchoice
  1431. :shootshoot1
  1432. if %ammo% GEQ 1 goto shootshoot2
  1433. if %ammo% EQU 0 goto noammo
  1434. :shootshoot2
  1435. set /a ammo=0
  1436. set /a opammo=0
  1437. cls
  1438. echo.
  1439. echo.
  1440. echo I chose shoot and you chose shoot.
  1441. echo.
  1442. echo X_X
  1443. echo.
  1444. echo.
  1445. pause
  1446. goto game
  1447. :noammo
  1448. CLS
  1449. echo.
  1450. echo.
  1451. echo You do not have enough ammo to shoot!
  1452. echo.
  1453. echo.
  1454. pause
  1455. goto game
  1456. :COLOR
  1457. CLS
  1458. echo.
  1459. echo What color do you want text to be?
  1460. echo.
  1461. echo 1-9: Dark Shades
  1462. echo A-F: Light Shades
  1463. echo.
  1464. echo 1 - Navy
  1465. echo 2 - Green
  1466. echo 3 - Teal
  1467. echo 4 - Maroon
  1468. echo 5 - Purple
  1469. echo 6 - Olive
  1470. echo 7 - Silver
  1471. echo 8 - Gray
  1472. echo 9 - Blue
  1473. echo ÍÍÍÍÍÍÍÍÍÍÍÍÍBelow Is LightÍÍÍÍÍAbove Is DarkÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
  1474. echo A - Default
  1475. echo B - Aqua
  1476. echo C - Red
  1477. echo D - Fuchsia
  1478. echo E - Yellow
  1479. echo F - White
  1480. echo.
  1481. SET /P C=ÍÍÍÍÍ͹
  1482. goto menu
  1483. :STATS
  1484. CLS
  1485. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  1486. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1487. echo ºÛ°°°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1488. echo ºÛ°ÛÛÛÛÛÛ°ÛÛ°°°°°°°Û°°°°°Û°ÛÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1489. echo ºÛ°°°°°°Û°ÛÛ°ÛÛ°ÛÛ°Û°ÛÛÛ°Û°ÛÛÛÛÛ°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1490. echo ºÛÛÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°°°°Û°°ÛÛÛÛ°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1491. echo ºÛ°ÛÛÛ°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°ÛÛÛÛ°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1492. echo ºÛ°°°°°°Û°°Û°°Û°ÛÛ°Û°°ÛÛÛÛ°°°°°Û°°°°ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1493. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛº
  1494. echo ºÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  1495. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹^>Statistics º
  1496. echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
  1497. echo.
  1498. echo ÍÍGlobal
  1499. echo Money: %money%
  1500. echo Current Menu Style: 0%C%
  1501. echo ÍÍCowboy
  1502. echo Cowboy Wins %wins%
  1503. echo Cowboy Losses %loss%
  1504. echo Cowboy Ties %ties%
  1505. echo Cowboy Ammo %ammo%
  1506. echo Cowboy Opponent's Ammo %opammo%
  1507. echo ÍÍGuessing Game
  1508. echo Guessing Game Total Guesses %guessall%
  1509. echo ÍÍTic Tac Toe
  1510. echo Tic Tac Toe Wins %ticwin%
  1511. echo Tic Tac Toe Loses %ticlose%
  1512. echo Tic Tac Toe Ties %tictie%
  1513. pause >nul
  1514. goto menu
  1515.  
  1516. :GWIPE
  1517. cls
  1518. set /a guessall=0
  1519. goto menu
  1520. :SETUP
  1521. CLS
  1522. (
  1523. echo 1500
  1524. echo 0
  1525. echo 0
  1526. echo 0
  1527. echo 0
  1528. echo 0
  1529. echo A
  1530. echo 0
  1531. echo 0
  1532. echo 0
  1533. echo 0
  1534. )>SIMPLEsave.dlb
  1535. set /a 1=
  1536. (
  1537. set /p money=1500
  1538. set /p ammo=0
  1539. set /p wins=0
  1540. set /p loss=0
  1541. set /p ties=0
  1542. set /p opammo=0
  1543. set /p c=A
  1544. set /p guessall=0
  1545. set /p ticwin=0
  1546. set /p ticlose=0
  1547. set /p tictie=0
  1548. )<SIMPLEsave.dlb
  1549. goto menu
Advertisement
Add Comment
Please, Sign In to add comment