KaungMyatKyaw

MashTin(version 0.14)

Aug 14th, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 70.45 KB | None | 0 0
  1. ::& Text From Creator(Kaung Myat Kyaw )
  2. ::& --------------------------------------------------------------------------------------------------
  3. ::& This is MashTin
  4. ::& save this or download this
  5. ::& Save this as MashTin.bat in !!DeskTop!!
  6. ::& Only for computer
  7. ::& Visit this
  8. ::& Pastebin : https://pastebin.com/u/KaungMyatKyaw
  9. ::& Youtube : https://www.youtube.com/channel/UCbyiBe_cunvXWKSKfoNsLzg?view_as=subscriber
  10. ::& Facebook Page : https://www.facebook.com/MashTin-BY-KMK-661137087641117/?modal=admin_todo_tour
  11. ::& 10FastFinger Acc : https://10fastfingers.com/user/1836556/
  12. ::& -----------------------------------------------------------------------------------------------------
  13.  
  14.  
  15.  
  16. @echo off
  17. title MashTin
  18. color b
  19. cd %userprofile%/Desktop
  20. mkdir MashTinFile
  21. cd MashTinFile
  22. mkdir Users
  23. mkdir Downloads
  24. cls
  25. goto LoadingFirst
  26.  
  27. :LoadingFirst
  28. call :c e="                        Loading..." /n
  29. echo.
  30. call :c 00="    "&ping localhost -n 1 >nul&call :c c0="|  "&ping localhost -n 1 >nul&call :c c0="  " &ping localhost -n 1
  31.  
  32. >nul&call :c c0="   " &ping localhost -n 1 >nul&call :c c0="   " &ping localhost -n 1 >nul&call :c c0="   " &ping localhost
  33.  
  34. -n 1 >nul&call :c c0="   " &ping localhost -n 1 >nul&call :c c0="   " &ping localhost -n 1 >nul&call :c c0="   " &ping
  35.  
  36. localhost -n 1 >nul&call :c c0="   " &ping localhost -n 1 >nul&call :c c0="   "  &ping localhost -n 1 >nul&call :c c0="   "
  37.  
  38. &ping localhost -n 1 >nul&call :c c0="   " &ping localhost -n 1 >nul&call :c c0="   " &ping localhost -n 1 >nul&call :c
  39.  
  40. c0="   " &ping localhost -n 1 >nul&call :c c0="   |"  
  41. ping localhost -n 2 >nul
  42. goto ARefresh
  43.  
  44. :Arefresh
  45. mode con lines=40
  46. mode con cols=70
  47. goto A                      
  48.  
  49. :A
  50. cls
  51. cd %userprofile%/Desktop/MashTinFile/Users
  52. rd Admin.bat
  53. cls
  54.  
  55.  
  56. call :c a "                             MashTin ( Version 0.14) " /n
  57. echo.
  58. echo.
  59. call :c c " MashTin is came from PIP"&call :c e " (Made by KMK) "  /n
  60. echo -Better Than PIP ( Mello Studio )
  61. echo -Touch Enter to continue in other modes ...
  62. call :c c "---------------------------------------------------------" /n
  63. call :c e " (1 Login " /n
  64. call :c e " (2 Sign up " /n
  65. call :c c "---------------------------------------------------------" /n
  66. set /p input=Code:
  67. if %input%==1 goto LM1
  68. if %input%==2 goto SU1
  69. if %input%==skip goto MT
  70. if %input%==userallshow (start History.bat)
  71. if %input%==adminpanel goto AdminPanel
  72.  
  73. :Wrong
  74. cls
  75. echo -Wrong Code!!!
  76. pause
  77. goto A
  78.  
  79.  
  80. :AdminPanel
  81. cd %userprofile%
  82. cls
  83. cd %userprofile%
  84. echo @echo off >>Admin.bat
  85. echo color a >>Admin.bat
  86. echo mode con lines=25 >>Admin.bat
  87. echo mode con cols=50 >>Admin.bat
  88. echo title Admin Panel >>Admin.bat
  89. echo :AdminPanel >>Admin.bat
  90. echo cls >>Admin.bat
  91. echo Admin Panel >>Admin.bat
  92. echo echo ---------------- >>Admin.bat
  93. echo set /p input=AdminCommands: >>Admin.bat
  94. echo if %input%==ClearHistory goto clear >>Admin.bat
  95. echo if %input%==BanAllUser goto banUser >>Admin.bat
  96. echo goto AdminPanelN >>Admin.bat
  97. echo :AdminPanelN >>Admin.bat
  98. echo cls >>Admin.bat  
  99. echo echo Unsuccessful Command >>Admin.bat
  100. echo echo Your Command is not Success >>Admin.bat
  101. echo goto AdminPanel >>Admin.bat
  102. echo :clear >>Admin.bat
  103. echo cd %userprofile%/Desktop/MashTinFile/Users >>Admin.bat
  104. echo rd History.bat >>Admin.bat  
  105. echo goto AdminPanel >>Admin.bat
  106. echo :banUser >>Admin.bat
  107. echo echo Name to Ban >>Admin.bat
  108. echo echo ------------ >>Admin.bat
  109. echo set /p nameban=Name to Ban: >>Admin.bat
  110. echo rd /s %nameban%File >>Admin.bat
  111. echo goto AdminPanel
  112. start Admin.bat
  113. goto A
  114.  
  115. :SU1
  116. color b
  117. title Sign Up
  118. cls
  119. call :c e " Sign "&call :c c "Up" /n
  120. call :c c "------------------------------" /n
  121. set /p Username=Username:
  122. set /p Password=Password:
  123. set /p Gender=Gender(male/female):
  124. set /p Phone=Phone Number:
  125. goto UsernameCheck
  126.  
  127. :UsernameCheck
  128. cd %userprofile%/Desktop/MashTinFile/Users
  129. cls
  130. if not exist %Username%File goto save
  131. goto AE
  132.  
  133. :AE
  134. cls
  135. call :c c " This Username is already taken "&call :c e ":(" /n
  136. call :c c "----------------------------------------------------" /n
  137. echo Use other username
  138. pause >nul
  139. goto A
  140.  
  141.  
  142. :HistoryS
  143. cls
  144. cd %userprofile%/Desktop/MashTinFile/Users
  145. cls
  146. (echo @echo off
  147. echo color a
  148. echo echo %Username% Sign Up %date% : %time%
  149. echo pause
  150. echo cls)>>History.bat
  151. goto A
  152. :save
  153. cls
  154. cd Users
  155. md %Username%File
  156. cd %Username%File
  157. cls
  158. (echo set Username=%Username%
  159. echo set Password=%Password%)>%Username%.bat
  160. echo set Stats == New >%Username%stat.bat
  161. echo set MashTix=0 >%Username%MashTix.bat
  162. echo set Gender=%Gender% >%Username%Gender.bat
  163. echo set Phone=%Phone% >%Username%Phone.bat
  164. call :c e " Success "&call :c c " :) " /n
  165. call :c c "-----------------------------" /n
  166. call :c e "Successfully Sign up" /n
  167. pause >nul
  168. goto HistoryS
  169.  
  170. :LM1
  171. title Login
  172. cd Users
  173. cls
  174. call :c e " Login " /n
  175. call :c c "-------------------------------------------------" /n
  176. set /p name1=Username:
  177. cd %name1%File
  178. if not exist %name1%.bat (
  179. call :c c "Invaid username" /n
  180. pause >nul
  181. goto A
  182. )
  183. set /p pass1=Password:
  184. call %name1%.bat
  185. if %pass1%==%Password% goto HistoryL
  186. if not %pass1%==%Password% (
  187. call :c c "Invaid Password" /n
  188. pause
  189. goto A
  190. )
  191. :HistoryL
  192. cls
  193. cd %userprofile%
  194. cd Desktop
  195. cd MashTinFile
  196. cd Users
  197. cls
  198. (echo @echo off
  199. echo color a
  200. echo echo %Username% Login %date% : %time%
  201. echo pause
  202. echo cls)>>History.bat
  203. goto MTC
  204.  
  205. :MTC
  206. cd %userprofile%/Desktop/MashTinFile/Users/%name1%File
  207. call %name1%stat.bat
  208. if Stats==New goto MTN
  209. goto MTM
  210.  
  211. :MTN
  212. cd %name1%File
  213. title MashTin for New
  214. cls
  215. echo                                              MashTin(HELP!!!)
  216. echo ----------------------------------------------------------------------------------------------
  217. echo Welcome you are New, %name1%
  218. echo (1 First Welcome
  219. echo (2 Click the Number of the start to Go
  220. echo (3 Need Help?
  221. echo (4 Call me
  222. echo (5 Creator KaungMyatKyaw
  223. pause
  224. goto MTM
  225.  
  226. :MTM
  227. set input=0
  228. cd Users
  229. cd %name1%File
  230. cls
  231. rd %name1%stat.bat
  232. echo set Stats=Starter>%name1%stat.bat
  233. cls
  234. goto MTL
  235.  
  236. :MTL
  237. setlocal disableDelayedExpansion
  238. set q=^"
  239. call :c e " Added by MashTin( Mello Studio ) With help of pastebin " /n
  240. call :c c "------------------------------------------------------------" /n  
  241. echo(
  242. echo(
  243. call :c 0E "                ,      .-;" /n
  244. call :c 0E "             ,  |\    / /  __," /n
  245. call :c 0E "             |\ '.`-.|  |.'.-'" /n
  246. call :c 0E "              \`'-:  `; : /" /n
  247. call :c 0E "               `-._'.  \'|" /n
  248. call :c 0E "              ,_.-=` ` `  ~,_" /n
  249. call :c 0E "               '--,.    "&call :c 0c ".-. "&call :c 0E ",=!q!." /n
  250. call :c 0E "                 /     "&call :c 0c "{ "&call :c 0A "* "&call :c 0c ")"&call :c 0E "`"&call :c 06 ";-."&call :c
  251.  
  252. 0E "}" /n
  253. call :c 0E "                 |      "&call :c 0c "'-' "&call :c 06 "/__ |" /n
  254. call :c 0E "                 /          "&call :c 06 "\_,\|" /n
  255. call :c 0E "                 |          (" /n
  256. call :c 0E "             "&call :c 0c "__ "&call :c 0E "/ '          \" /n
  257. call :c 02 "     /\_    "&call :c 0c "/,'`"&call :c 0E "|     '   "&call :c 0c ".-~!q!~~-." /n
  258. call :c 02 "     |`.\_ "&call :c 0c "|   "&call :c 0E "/  ' ,    "&call :c 0c "/        \" /n
  259. call :c 02 "   _/  `, \"&call :c 0c "|  "&call :c 0E "; ,     . "&call :c 0c "|  ,  '  . |" /n
  260. call :c 02 "   \   `,  "&call :c 0c "|  "&call :c 0E "|  ,  ,   "&call :c 0c "|  :  !!  : !!| /n
  261. call :c 02 "   _\  `,  "&call :c 0c "\  "&call :c 0E "|.     ,  "&call :c 0c "|  |  |  | |" /n
  262. call :c 02 "   \`  `.   "&call :c 0c "\ "&call :c 0E "|   '     "&call :c 0A "|"&call :c 0c "\_|-'|_,'\|" /n
  263. call :c 02 "   _\   `,   "&call :c 0A "`"&call :c 0E "\  '  . ' "&call :c 0A "| |  | |  |           "&call :c 02 "__" /n
  264. call :c 02 "   \     `,   "&call :c 0E "| ,  '    "&call :c 0A "|_/'-|_\_/     "&call :c 02 "__ ,-;` /" /n
  265. call :c 02 "    \    `,    "&call :c 0E "\ .  , ' .| | | | |   "&call :c 02 "_/' ` _=`|" /n
  266. call :c 02 "     `\    `,   "&call :c 0E "\     ,  | | | | |"&call :c 02 "_/'   .=!q!  /" /n
  267. call :c 02 "     \`     `,   "&call :c 0E "`\      \/|,| ;"&call :c 02 "/'   .=!q!    |" /n
  268. call :c 02 "      \      `,    "&call :c 0E "`\' ,  | ; "&call :c 02 "/'    =!q!    _/" /n
  269. call :c 02 "       `\     `,  "&call :c 05 ".-!q!!q!-. "&call :c 0E "': "&call :c 02 "/'    =!q!     /" /n
  270. call :c 02 "        _`\    ;"&call :c 05 "_{  '   ; "&call :c 02 "/'    =!q!      /" /n
  271. call :c 02 "       _\`-/__"&call :c 05 ".~  `."&call :c 07 "8"&call :c 05 ".'.!q!`~-. "&call :c 02 "=!q!     _,/" /n
  272. call :c 02 "    __\      "&call :c 05 "{   '-."&call :c 07 "|"&call :c 05 ".'.--~'`}"&call :c 02 "    _/" /n
  273. call :c 02 "    \    .=!q!` "&call :c 05 "}.-~!q!'"&call :c 0D "u"&call :c 05 "'-. '-..'  "&call :c 02 "__/" /n
  274. call :c 02 "   _/  .!q!    "&call :c 05 "{  -'.~('-._,.'"&call :c 02 "\_,/" /n
  275. call :c 02 "  /  .!q!    _/'"&call :c 05 "`--; ;  `.  ;" /n
  276. call :c 02 "   .=!q!  _/'      "&call :c 05 "`-..__,-'" /n
  277. call :c 02 "    __/'" /n
  278. echo(
  279. goto MT
  280.  
  281. :c
  282. setlocal enableDelayedExpansion
  283. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  284.  
  285. :colorPrint Color  Str  [/n]
  286. setlocal
  287. set "s=%~2"
  288. call :colorPrintVar %1 s %3
  289. exit /b
  290.  
  291. :colorPrintVar  Color  StrVar  [/n]
  292. if not defined DEL call :initColorPrint
  293. setlocal enableDelayedExpansion
  294. pushd .
  295. ':
  296. cd \
  297. set "s=!%~2!"
  298. for %%n in (^"^
  299.  
  300. ^") do (
  301.   set "s=!s:\=%%~n\%%~n!"
  302.   set "s=!s:/=%%~n/%%~n!"
  303.   set "s=!s::=%%~n:%%~n!"
  304. )
  305. for /f delims^=^ eol^= %%s in ("!s!") do (
  306.   if "!" equ "" setlocal disableDelayedExpansion
  307.   if %%s==\ (
  308.     findstr /a:%~1 "." "\'" nul
  309.     <nul set /p "=%DEL%%DEL%%DEL%"
  310.   ) else if %%s==/ (
  311.     findstr /a:%~1 "." "/.\'" nul
  312.     <nul set /p "=%DEL%%DEL%%DEL%%DEL%%DEL%"
  313.   ) else (
  314.     >colorPrint.txt (echo %%s\..\')
  315.     findstr /a:%~1 /f:colorPrint.txt "."
  316.     <nul set /p "=%DEL%%DEL%%DEL%%DEL%%DEL%%DEL%%DEL%"
  317.   )
  318. )
  319. if /i "%~3"=="/n" echo(
  320. popd
  321. exit /b
  322.  
  323.  
  324. :initColorPrint
  325. for /f %%A in ('"prompt $H&for %%B in (1) do rem"') do set "DEL=%%A %%A"
  326. <nul >"%temp%\'" set /p "=."
  327. subst ': "%temp%" >nul
  328. exit /b
  329.  
  330.  
  331. :cleanupColorPrint
  332. 2>nul del "%temp%\'"
  333. 2>nul del "%temp%\colorPrint.txt"
  334. >nul subst ': /d
  335. exit /b
  336.  
  337. :MT
  338. mode con lines=40
  339. mode con cols=70
  340. setlocal disableDelayedExpansion
  341. color b
  342. cd ..
  343. cd %userprofile%
  344. cd Desktop
  345. cd MashTinFile
  346. cd Users
  347. cd %name1%File
  348. cls
  349. title MashTin
  350. call %name1%MashTix.bat
  351. cls
  352. set input=" "
  353. call :c c "                     ---------------------------" /n
  354. call :c a "                     "&call :c c="|"&call :c e=" MashTin ( Version 0.14 )"&call :c c="|" /n
  355. call :c c "                     ---------------------------" /n
  356. echo.
  357. echo.
  358. echo Acc = %name1% MashTix = %MashTix%
  359. echo Location = %cd%
  360. call :c c "----------------------------------------------------------- " /n
  361. call :c e " (1 Internet Connector " /n
  362. call :c e " (2 Downloader " /n
  363. call :c e " (3 Movies,Series and Channels " /n
  364. call :c e " (4 Create Your Own Program " /n
  365. call :c e " (5 Created Programs By %name1% " /n
  366. call :c e " (6 Lucky Draw " /n
  367. call :c e " (7 About your Account " /n
  368. call :c e " (8 Update Info " /n
  369. call :c e " (9 Quiz " /n
  370. call :c e " (10 Commands " /n
  371. call :c e " (11 Mello Studio " /n
  372. call :c e " (12 Math Quiz " /n
  373. call :c e " (13 Errorlevel Finder " /n
  374. call :c e " (14 cmd Emulator " /n
  375. call :c e " (15 App data " /n
  376. call :c e " (16 Run " /n
  377. call :c e " (17 Decoder ( Work ) " /n
  378. call :c e " (18 Number to Roman Conversation " /n
  379. call :c e " (19 Directory " /n
  380. call :c e " (20 Size Changer for MashTin " /n
  381. call :c e " (21 WMIC Tools " /n
  382. call :c e " (22 The Internet Downloader for Images " /n
  383. call :c e " (23 Quick Image Downloader " /n
  384. call :c e " (24 MashTin Collection Apps " /n
  385. call :c e " (25 Ping to all websites and IP" /n
  386. call :c e " (26 Ping Localhost" /n
  387. call :c e " (27 Update MashTin " /n
  388. call :c e " (28 MashTin Excel " /n
  389. call :c e " (29 Help Support " /n
  390. call :c e " (30 IP Refresher " /n
  391. call :c e " (31 Chat " /n
  392. call :c c "----------------------------------------------------------- " /n
  393. set /p input=Code:
  394. if %input%==1 goto IC
  395. if %input%==2 goto DLD
  396. if %input%==3 goto INCME
  397. if %input%==4 goto CYOP
  398. if %input%==5 goto CF1
  399. if %input%==6 goto LD
  400. if %input%==7 goto AYA
  401. if %input%==8 goto UI
  402. if %input%==9 goto Quiz1
  403. if %input%==10 goto Commands
  404. if %input%==11 goto MelloStudio
  405. if %input%==117248 goto Admin
  406. if %input%==12 goto MQ
  407. if %input%==13 goto EF
  408. if %input%==14 goto CE
  409. if %input%==15 goto AD
  410. if %input%==16 goto Run
  411. if %input%==17 goto Decoder
  412. if %input%==18 goto NRC
  413. if %input%==19 goto DIR
  414. if %input%==20 goto SCM
  415. if %input%==21 goto WMIC
  416. if %input%==22 goto InternetDownloader
  417. if %input%==23 goto QuickImage
  418. if %input%==24 goto Collections
  419. if %input%==25 goto PingWeb
  420. if %input%==26 goto PingLocalHost
  421. if %input%==27 goto UpdateMashTin
  422. if %input%==28 goto Excel
  423. if %input%==29 goto MTN
  424. if %input%==30 goto IPRE
  425. if %input%==31 goto Chat
  426. goto MT
  427.  
  428. :Chat
  429. cd %userprofile%\Desktop\MashTinFile
  430. mkdir Chat
  431. cd Chat
  432. cd %userprofile%\Desktop\MashTinFile\Chat
  433. set c=1000
  434. echo %date%-%time%-%name1%(Joined) >>%c%
  435. goto Chat2
  436.  
  437. :Chat2
  438. cls
  439. cls
  440. call :c e " Chat " /n
  441. call :c c "------------------------------------------------" /n
  442. type %c%
  443. call :c c "------------------------------------------------" /n
  444. set /p M=Message:
  445. if M==1 goto MT
  446. goto Chat3
  447.  
  448. :Chat3
  449. echo %date%-%time%-%name1%:%M% >>%c%
  450. goto Chat2
  451.  
  452.  
  453.  
  454.  
  455. :IPRE
  456. cls
  457. call :c e " IP Refresher( This may take a minute )" /n
  458. call :c c "-------------------------------------------------------" /n
  459. call :c e " Refreshing IP ..... " /n
  460. ipconfig /release >nul
  461. ping localhost -n 5 >nul
  462. ipconfig /renew >nul
  463. ping localhost -n 2 >nul
  464. goto IPRE2
  465.  
  466. :IPRE2
  467. call :c e " IP Refresher( Refreshed )" /n
  468. call :c c "-------------------------------------------------------" /n
  469. ipconfig
  470. pause >nul
  471. goto MT
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. ::These are Some Commands Below. That Commands are heart of MashTin.
  479.  
  480. :Excel
  481. cd %userprofile%\Desktop
  482. color e
  483. cls
  484. call :c e=" MashTin Excel (v.1)" /n
  485. call :c e=" Code (1=Add 2=End) " /n
  486. call :c c=" ------------------------" /n
  487. set /p file="Bill Name: "
  488. echo Time -- Date -- Bill Name -- Item Name -- Cost -- >>%file%.txt
  489. echo --------------------------------------------------- >>%file%.txt
  490. goto Excel2
  491.  
  492. :Excel2
  493.  
  494. cd %userprofile%\Desktop
  495. color e
  496. cls
  497. call :c e=" MashTin Excel (v.1)" /n
  498. call :c e=" Code (1=Add 2=End) " /n
  499. call :c c=" ------------------------" /n
  500. set /p name="Item Name: "
  501. set /p cost="Cost: "
  502. echo %time% %Date%            %name%       %cost% >>%file%.txt
  503. set /p code="Code: "
  504. if %code%==1 goto AddExcel
  505. if %code%==2 goto EndExcel
  506. goto ExcelBad
  507.  
  508. :ExcelBad
  509. cls
  510. call :c e=" Unsuccess" /n
  511. call :c c=" ------------------------" /n
  512. call :c e=" Redo or wait another update
  513. goto MT
  514.  
  515. :AddExcel
  516. goto Excel2
  517.  
  518. :EndExcel
  519. goto MT
  520.  
  521.  
  522.  
  523.  
  524.  
  525. :UpdateMashTin
  526. start https://pastebin.com/u/KaungMyatKyaw
  527. goto MT
  528.  
  529. :PingLocalHost
  530. cls
  531. ping localhost -n 10
  532. pause
  533. goto MT
  534.  
  535. :PingWeb
  536. cls
  537. call :c e=" Ping Websites and Ip " /n
  538. call :c c="--------------------------" /n
  539. set /p ping=Input:
  540. goto PingLoad
  541.  
  542. :PingLoad
  543. cls
  544. call :c e="Pinging to (%ping%) by MashTin" /n
  545. call :c c="-------------------------------------" /n
  546. ping %ping%
  547. pause
  548. goto MT
  549.  
  550.  
  551. :Collections
  552. cls
  553. set input=
  554. call :c e="                     Collections" /n
  555. echo.
  556. call :c c="-------------------------------------------" /n
  557. call :c e=" (1 Pop Dance" /n
  558. call :c e=" (2 Rader" /n
  559. call :c e=" (3 MashTin Game(Just Working to Finish)
  560. call :c c="-------------------------------------------" /n
  561. set /p input=Code:
  562. if %input%==1 goto Pop
  563. if %input%==2 goto Rader
  564. if %input%==3 GameMashTin
  565. goto COllections
  566.  
  567. :Pop
  568. @echo off
  569. cd Desktop
  570. title Pop
  571. mode con lines=100
  572. mode con cols=40
  573. setlocal disableDelayedExpansion
  574. set q=^"
  575. echo(
  576. echo(
  577. :Pop1
  578. call :c e "| |  "&call :c c "| | "&call :c a "|    |   " /n
  579. call :c e " |   |  "&call :c c " |  | "&call :c a "  |     |   " /n
  580. call :c e "|  |  "&call :c c "| | "&call :c a "|     |   " /n
  581. call :c e " |   |  "&call :c c " |  | "&call :c a " |     |   " /n
  582. call :c e "|  |  "&call :c c "| | "&call :c a "|     |    " /n
  583. call :c e "  |    |  "&call :c c " |  | "&call :c a " |     |   " /n
  584. call :c e "|  |  "&call :c c "| | "&call :c a "|     |   " /n
  585. call :c e "  |  |  "&call :c c " |  | "&call :c a "   |     |   " /n
  586. call :c e "|  |  "&call :c c "| | "&call :c a "|     |   " /n
  587. call :c e " |  |  "&call :c c "  |  | "&call :c a " |     |   " /n
  588. call :c e "| |  "&call :c c "|   |  "&call :c a "|     |   " /n
  589. call :c e " |  |  "&call :c c " |  | "&call :c a "   |     |   " /n
  590. call :c e "| |  "&call :c c "| | "&call :c a "|    |   " /n
  591. call :c e "   |  |  "&call :c c "  |  | "&call :c a "   |     |   " /n
  592. call :c e "  |  |  "&call :c c " |  | "&call :c a " |     |   " /n
  593. goto Pop1
  594.  
  595. :Rader
  596. @echo off
  597. mode con lines=45
  598. mode con cols=60
  599. setlocal disableDelayedExpansion
  600. call :c c "______________________________________" /n
  601. echo.
  602. call :c e "\ "&call :c c "                 /" /n
  603. call :c c " \ "&call :c e "               /" /n
  604. call :c e "  \ "&call :c c "             /" /n
  605. call :c c "   \ "&call :c e "           /"  /n
  606. call :c e "    \ "&call :c c "         /"  /n
  607. call :c c "     \ "&call :c e "       /"  /n
  608. call :c e "      \ "&call :c c "     /"  /n
  609. call :c c "       \ "&call :c e "   /"  /n
  610. call :c e "        \ "&call :c c " /"  /n
  611. call :c b "         \/ " /n
  612. call :c b "         /\ " /n
  613. call :c e "        / "&call :c e " \"   /n
  614. call :c c "       / "&call :c c "   \"   /n
  615. call :c e "      / "&call :c e "     \"   /n
  616. call :c c "     / "&call :c c "       \"   /n
  617. call :c e "    / "&call :c e "         \"   /n
  618. call :c c "   / "&call :c c "           \"   /n
  619. call :c e "  / "&call :c e "             \"   /n
  620. call :c c " / "&call :c c "               \ "   /n
  621. call :c e "/ "&call :c e "                 \"   /n
  622. call :c c "\ "&call :c c "                 /" /n
  623. call :c e " \ "&call :c e "               /" /n
  624. call :c c "  \ "&call :c c "             /" /n
  625. call :c e "   \ "&call :c e "           /"  /n
  626. call :c c "    \ "&call :c c "         /"  /n
  627. call :c e "     \ "&call :c e "       /"  /n
  628. call :c c "      \ "&call :c c "     /"  /n
  629. call :c e "       \ "&call :c e "   /"  /n
  630. call :c c "        \ "&call :c c " /"  /n
  631. call :c b "         \/ " /n
  632. call :c b "         /\ " /n
  633. call :c e "        / "&call :c e " \"   /n
  634. call :c c "       / "&call :c c "   \"   /n
  635. call :c e "      / "&call :c e "     \"   /n
  636. call :c c "     / "&call :c c "       \"   /n
  637. call :c e "    / "&call :c e "         \"   /n
  638. call :c c "   / "&call :c c "           \"   /n
  639. call :c e "  / "&call :c e "             \"   /n
  640. call :c c " / "&call :c c "               \ "   /n
  641. call :c e "/ "&call :c e "                 \"   /n
  642. call :c c "\ "&call :c c "                 /" /n
  643. call :c e " \ "&call :c e "               /" /n
  644. call :c c "  \ "&call :c c "             /" /n
  645. call :c e "   \ "&call :c e "           /"  /n
  646. call :c c "    \ "&call :c c "         /"  /n
  647. call :c e "     \ "&call :c e "       /"  /n
  648. call :c c "      \ "&call :c c "     /"  /n
  649. call :c e "       \ "&call :c e "   /"  /n
  650. call :c c "        \ "&call :c c " /"  /n
  651. call :c b "         \/ " /n
  652. call :c b "         /\ " /n
  653. call :c e "        / "&call :c e " \"   /n
  654. call :c c "       / "&call :c c "   \"   /n
  655. call :c e "      / "&call :c e "     \"   /n
  656. call :c c "     / "&call :c c "       \"   /n
  657. call :c e "    / "&call :c e "         \"   /n
  658. call :c c "   / "&call :c c "           \"   /n
  659. call :c e "  / "&call :c e "             \"   /n
  660. call :c c " / "&call :c c "               \ "   /n
  661. call :c e "/ "&call :c e "                 \"   /n
  662. call :c c "\ "&call :c c "                 /" /n
  663. call :c e " \ "&call :c e "               /" /n
  664. call :c c "  \ "&call :c c "             /" /n
  665. call :c e "   \ "&call :c e "           /"  /n
  666. call :c c "    \ "&call :c c "         /"  /n
  667. call :c e "     \ "&call :c e "       /"  /n
  668. call :c c "      \ "&call :c c "     /"  /n
  669. call :c e "       \ "&call :c e "   /"  /n
  670. call :c c "        \ "&call :c c " /"  /n
  671. call :c b "         \/ " /n
  672. call :c b "         /\ " /n
  673. call :c e "        / "&call :c e " \"   /n
  674. call :c c "       / "&call :c c "   \"   /n
  675. call :c e "      / "&call :c e "     \"   /n
  676. call :c c "     / "&call :c c "       \"   /n
  677. call :c e "    / "&call :c e "         \"   /n
  678. call :c c "   / "&call :c c "           \"   /n
  679. call :c e "  / "&call :c e "             \"   /n
  680. call :c c " / "&call :c c "               \ "   /n
  681. call :c e "/ "&call :c e "                 \"   /n
  682. call :c c "\ "&call :c c "                 /" /n
  683. call :c e " \ "&call :c e "               /" /n
  684. call :c c "  \ "&call :c c "             /" /n
  685. call :c e "   \ "&call :c e "           /"  /n
  686. call :c c "    \ "&call :c c "         /"  /n
  687. call :c e "     \ "&call :c e "       /"  /n
  688. call :c c "      \ "&call :c c "     /"  /n
  689. call :c e "       \ "&call :c e "   /"  /n
  690. call :c c "        \ "&call :c c " /"  /n
  691. call :c b "         \/ " /n
  692. call :c b "         /\ " /n
  693. call :c e "        / "&call :c e " \"   /n
  694. call :c c "       / "&call :c c "   \"   /n
  695. call :c e "      / "&call :c e "     \"   /n
  696. call :c c "     / "&call :c c "       \"   /n
  697. call :c e "    / "&call :c e "         \"   /n
  698. call :c c "   / "&call :c c "           \"   /n
  699. call :c e "  / "&call :c e "             \"   /n
  700. call :c c " / "&call :c c "               \ "   /n
  701. call :c e "/ "&call :c e "                 \"   /n
  702. call :c c "\ "&call :c c "                 /" /n
  703. call :c e " \ "&call :c e "               /" /n
  704. call :c c "  \ "&call :c c "             /" /n
  705. call :c e "   \ "&call :c e "           /"  /n
  706. call :c c "    \ "&call :c c "         /"  /n
  707. call :c e "     \ "&call :c e "       /"  /n
  708. call :c c "      \ "&call :c c "     /"  /n
  709. call :c e "       \ "&call :c e "   /"  /n
  710. call :c c "        \ "&call :c c " /"  /n
  711. call :c b "         \/ " /n
  712. call :c b "         /\ " /n
  713. call :c e "        / "&call :c e " \"   /n
  714. call :c c "       / "&call :c c "   \"   /n
  715. call :c e "      / "&call :c e "     \"   /n
  716. call :c c "     / "&call :c c "       \"   /n
  717. call :c e "    / "&call :c e "         \"   /n
  718. call :c c "   / "&call :c c "           \"   /n
  719. call :c e "  / "&call :c e "             \"   /n
  720. call :c c " / "&call :c c "               \ "   /n
  721. call :c e "/ "&call :c e "                 \"   /n
  722. call :c c "\ "&call :c c "                 /" /n
  723. call :c e " \ "&call :c e "               /" /n
  724. call :c c "  \ "&call :c c "             /" /n
  725. call :c e "   \ "&call :c e "           /"  /n
  726. call :c c "    \ "&call :c c "         /"  /n
  727. call :c e "     \ "&call :c e "       /"  /n
  728. call :c c "      \ "&call :c c "     /"  /n
  729. call :c e "       \ "&call :c e "   /"  /n
  730. call :c c "        \ "&call :c c " /"  /n
  731. call :c b "         \/ " /n
  732. call :c b "         /\ " /n
  733. call :c e "        / "&call :c e " \"   /n
  734. call :c c "       / "&call :c c "   \"   /n
  735. call :c e "      / "&call :c e "     \"   /n
  736. call :c c "     / "&call :c c "       \"   /n
  737. call :c e "    / "&call :c e "         \"   /n
  738. call :c c "   / "&call :c c "           \"   /n
  739. call :c e "  / "&call :c e "             \"   /n
  740. call :c c " / "&call :c c "               \ "   /n
  741. call :c e "/ "&call :c e "                 \"   /n
  742. call :c c "\ "&call :c c "                 /" /n
  743. call :c e " \ "&call :c e "               /" /n
  744. call :c c "  \ "&call :c c "             /" /n
  745. call :c e "   \ "&call :c e "           /"  /n
  746. call :c c "    \ "&call :c c "         /"  /n
  747. call :c e "     \ "&call :c e "       /"  /n
  748. call :c c "      \ "&call :c c "     /"  /n
  749. call :c e "       \ "&call :c e "   /"  /n
  750. call :c c "        \ "&call :c c " /"  /n
  751. call :c b "         \/ " /n
  752. :Rader1
  753. call :c b "         /\ " /n
  754. call :c e "        / "&call :c e " \"   /n
  755. call :c c "       / "&call :c c "   \"   /n
  756. call :c e "      / "&call :c e "     \"   /n
  757. call :c c "     / "&call :c c "       \"   /n
  758. call :c e "    / "&call :c e "         \"   /n
  759. call :c c "   / "&call :c c "           \"   /n
  760. call :c e "  / "&call :c e "             \"   /n
  761. call :c c " / "&call :c c "               \ "   /n
  762. call :c e "/ "&call :c e "                 \"   /n
  763. call :c c "\ "&call :c c "                 /" /n
  764. call :c e " \ "&call :c e "               /" /n
  765. call :c c "  \ "&call :c c "             /" /n
  766. call :c e "   \ "&call :c e "           /"  /n
  767. call :c c "    \ "&call :c c "         /"  /n
  768. call :c e "     \ "&call :c e "       /"  /n
  769. call :c c "      \ "&call :c c "     /"  /n
  770. call :c e "       \ "&call :c e "   /"  /n
  771. call :c c "        \ "&call :c c " /"  /n
  772. call :c b "         \/ " /n
  773. goto Rader1
  774.  
  775. :GameMashTin
  776. @echo off
  777. title MashTin Game
  778. color F0
  779. goto M0
  780. cd %userprofile%/Desktop
  781. start MashTin.bat
  782.  
  783. :MENUG
  784. cls
  785. goto M0
  786.  
  787. :M0
  788. cls
  789. call :c 0="----------------------------------------------------------" /n
  790. call :c 0="|                                                        |" /n
  791. call :c 0="|                                                        |" /n
  792. call :c 0="|                                                        |" /n
  793. call :c 0="|                                                        |" /n
  794. call :c 0="|                                                        |" /n
  795. call :c 0="|                                                        |" /n
  796. call :c 0="|                                                        |" /n
  797. call :c 0="|                                                        |" /n
  798. call :c 0="|                                                        |" /n
  799. call :c 0="|                                                        |" /n
  800. call :c 0="|                                                        |" /n
  801. call :c 0="|                                                        |" /n
  802. call :c 0="|                                                        |" /n
  803. call :c 0="|                                                        |" /n
  804. call :c 0="|                                                        |" /n
  805. call :c 0="|                                                        |" /n
  806. call :c 0="|                                                        |" /n
  807. call :c 0="|                                                        |" /n
  808. call :c 0="|                                                        |" /n
  809. call :c 0="|                                                        |" /n
  810. call :c 0="|                                                        |" /n
  811. call :c 0="|                                                        |" /n
  812. call :c 0="|                                                        |" /n
  813. call :c 0="|                                                        |" /n
  814. call :c 0="|                          ||                            |" /n
  815. call :c 0="|                          ()                            |" /n
  816. call :c 0="----------------------------------------------------------" /n
  817. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  818. call :c 0="           ----------------------------------" /n
  819. set /p input=::-
  820. if %input%==S goto S1
  821. if %input%==E goto D1
  822. goto Error
  823.  
  824. :Error
  825. cls
  826. echo Becare Ful!!! Error : class="re0">Wrong Code
  827. echo ------------------------------------
  828. echo Check Movement Codes under game!
  829. echo This will take you back to menu!
  830. goto MENUG
  831.  
  832. :S1
  833. cls
  834. call :c 0="----------------------------------------------------------" /n
  835. call :c 0="|                                                        |" /n
  836. call :c 0="|                                                        |" /n
  837. call :c 0="|                                                        |" /n
  838. call :c 0="|                                                        |" /n
  839. call :c 0="|                                                        |" /n
  840. call :c 0="|                                                        |" /n
  841. call :c 0="|                                                        |" /n
  842. call :c 0="|                                                        |" /n
  843. call :c 0="|                                                        |" /n
  844. call :c 0="|                                                        |" /n
  845. call :c 0="|                                                        |" /n
  846. call :c 0="|                                                        |" /n
  847. call :c 0="|                                                        |" /n
  848. call :c 0="|                                                        |" /n
  849. call :c 0="|                                                        |" /n
  850. call :c 0="|                                                        |" /n
  851. call :c 0="|                                                        |" /n
  852. call :c 0="|                                                        |" /n
  853. call :c 0="|                                                        |" /n
  854. call :c 0="|                                                        |" /n
  855. call :c 0="|                                                        |" /n
  856. call :c 0="|                                                        |" /n
  857. call :c 0="|                                                        |" /n
  858. call :c 0="|                                                        |" /n
  859. call :c 0="|                       ||                               |" /n
  860. call :c 0="|                       ()                               |" /n
  861. call :c 0="----------------------------------------------------------" /n
  862. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  863. call :c 0="           ----------------------------------" /n
  864. set /p input=::-
  865. if %input%==S goto S2
  866. if %input%==E goto M0
  867. goto Error
  868.  
  869. :E1
  870. cls
  871. call :c 0="----------------------------------------------------------" /n
  872. call :c 0="|                                                        |" /n
  873. call :c 0="|                                                        |" /n
  874. call :c 0="|                                                        |" /n
  875. call :c 0="|                                                        |" /n
  876. call :c 0="|                                                        |" /n
  877. call :c 0="|                                                        |" /n
  878. call :c 0="|                                                        |" /n
  879. call :c 0="|                                                        |" /n
  880. call :c 0="|                                                        |" /n
  881. call :c 0="|                                                        |" /n
  882. call :c 0="|                                                        |" /n
  883. call :c 0="|                                                        |" /n
  884. call :c 0="|                                                        |" /n
  885. call :c 0="|                                                        |" /n
  886. call :c 0="|                                                        |" /n
  887. call :c 0="|                                                        |" /n
  888. call :c 0="|                                                        |" /n
  889. call :c 0="|                                                        |" /n
  890. call :c 0="|                                                        |" /n
  891. call :c 0="|                                                        |" /n
  892. call :c 0="|                                                        |" /n
  893. call :c 0="|                                                        |" /n
  894. call :c 0="|                                                        |" /n
  895. call :c 0="|                                                        |" /n
  896. call :c 0="|                             ||                         |" /n
  897. call :c 0="|                             ()                         |" /n
  898. call :c 0="----------------------------------------------------------" /n
  899. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  900. call :c 0="           ----------------------------------" /n
  901. set /p input=::-
  902. if %input%==S goto M0
  903. if %input%==E goto D2
  904. goto Error
  905.  
  906. :S2
  907. cls
  908. call :c 0="----------------------------------------------------------" /n
  909. call :c 0="|                                                        |" /n
  910. call :c 0="|                                                        |" /n
  911. call :c 0="|                                                        |" /n
  912. call :c 0="|                                                        |" /n
  913. call :c 0="|                                                        |" /n
  914. call :c 0="|                                                        |" /n
  915. call :c 0="|                                                        |" /n
  916. call :c 0="|                                                        |" /n
  917. call :c 0="|                                                        |" /n
  918. call :c 0="|                                                        |" /n
  919. call :c 0="|                                                        |" /n
  920. call :c 0="|                                                        |" /n
  921. call :c 0="|                                                        |" /n
  922. call :c 0="|                                                        |" /n
  923. call :c 0="|                                                        |" /n
  924. call :c 0="|                                                        |" /n
  925. call :c 0="|                                                        |" /n
  926. call :c 0="|                                                        |" /n
  927. call :c 0="|                                                        |" /n
  928. call :c 0="|                                                        |" /n
  929. call :c 0="|                                                        |" /n
  930. call :c 0="|                                                        |" /n
  931. call :c 0="|                                                        |" /n
  932. call :c 0="|                                                        |" /n
  933. call :c 0="|                    ||                                  |" /n
  934. call :c 0="|                    ()                                  |" /n
  935. call :c 0="----------------------------------------------------------" /n
  936. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  937. call :c 0="           ----------------------------------" /n
  938. set /p input=::-
  939. if %input%==S goto S3
  940. if %input%==E goto S1
  941. goto Error
  942.  
  943. :D2
  944. cls
  945. call :c 0="----------------------------------------------------------" /n
  946. call :c 0="|                                                        |" /n
  947. call :c 0="|                                                        |" /n
  948. call :c 0="|                                                        |" /n
  949. call :c 0="|                                                        |" /n
  950. call :c 0="|                                                        |" /n
  951. call :c 0="|                                                        |" /n
  952. call :c 0="|                                                        |" /n
  953. call :c 0="|                                                        |" /n
  954. call :c 0="|                                                        |" /n
  955. call :c 0="|                                                        |" /n
  956. call :c 0="|                                                        |" /n
  957. call :c 0="|                                                        |" /n
  958. call :c 0="|                                                        |" /n
  959. call :c 0="|                                                        |" /n
  960. call :c 0="|                                                        |" /n
  961. call :c 0="|                                                        |" /n
  962. call :c 0="|                                                        |" /n
  963. call :c 0="|                                                        |" /n
  964. call :c 0="|                                                        |" /n
  965. call :c 0="|                                                        |" /n
  966. call :c 0="|                                                        |" /n
  967. call :c 0="|                                                        |" /n
  968. call :c 0="|                                                        |" /n
  969. call :c 0="|                                                        |" /n
  970. call :c 0="|                                ||                      |" /n
  971. call :c 0="|                                ()                      |" /n
  972. call :c 0="----------------------------------------------------------" /n
  973. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  974. call :c 0="           ----------------------------------" /n
  975. set /p input=::-
  976. if %input%==S goto D1
  977. if %input%==E goto D3
  978. goto Error
  979.  
  980. :S3
  981. cls
  982. call :c 0="----------------------------------------------------------" /n
  983. call :c 0="|                                                        |" /n
  984. call :c 0="|                                                        |" /n
  985. call :c 0="|                                                        |" /n
  986. call :c 0="|                                                        |" /n
  987. call :c 0="|                                                        |" /n
  988. call :c 0="|                                                        |" /n
  989. call :c 0="|                                                        |" /n
  990. call :c 0="|                                                        |" /n
  991. call :c 0="|                                                        |" /n
  992. call :c 0="|                                                        |" /n
  993. call :c 0="|                                                        |" /n
  994. call :c 0="|                                                        |" /n
  995. call :c 0="|                                                        |" /n
  996. call :c 0="|                                                        |" /n
  997. call :c 0="|                                                        |" /n
  998. call :c 0="|                                                        |" /n
  999. call :c 0="|                                                        |" /n
  1000. call :c 0="|                                                        |" /n
  1001. call :c 0="|                                                        |" /n
  1002. call :c 0="|                                                        |" /n
  1003. call :c 0="|                                                        |" /n
  1004. call :c 0="|                                                        |" /n
  1005. call :c 0="|                                                        |" /n
  1006. call :c 0="|                                                        |" /n
  1007. call :c 0="|                 ||                                     |" /n
  1008. call :c 0="|                 ()                                     |" /n
  1009. call :c 0="----------------------------------------------------------" /n
  1010. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  1011. call :c 0="           ----------------------------------" /n
  1012. set /p input=::-
  1013. if %input%==S goto S4
  1014. if %input%==E goto S2
  1015. goto Error
  1016.  
  1017. :D3
  1018. cls
  1019. call :c 0="----------------------------------------------------------" /n
  1020. call :c 0="|                                                        |" /n
  1021. call :c 0="|                                                        |" /n
  1022. call :c 0="|                                                        |" /n
  1023. call :c 0="|                                                        |" /n
  1024. call :c 0="|                                                        |" /n
  1025. call :c 0="|                                                        |" /n
  1026. call :c 0="|                                                        |" /n
  1027. call :c 0="|                                                        |" /n
  1028. call :c 0="|                                                        |" /n
  1029. call :c 0="|                                                        |" /n
  1030. call :c 0="|                                                        |" /n
  1031. call :c 0="|                                                        |" /n
  1032. call :c 0="|                                                        |" /n
  1033. call :c 0="|                                                        |" /n
  1034. call :c 0="|                                                        |" /n
  1035. call :c 0="|                                                        |" /n
  1036. call :c 0="|                                                        |" /n
  1037. call :c 0="|                                                        |" /n
  1038. call :c 0="|                                                        |" /n
  1039. call :c 0="|                                                        |" /n
  1040. call :c 0="|                                                        |" /n
  1041. call :c 0="|                                                        |" /n
  1042. call :c 0="|                                                        |" /n
  1043. call :c 0="|                                                        |" /n
  1044. call :c 0="|                                   ||                   |" /n
  1045. call :c 0="|                                   ()                   |" /n
  1046. call :c 0="----------------------------------------------------------" /n
  1047. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  1048. call :c 0="           ----------------------------------" /n
  1049. set /p input=::-
  1050. if %input%==S goto D2
  1051. if %input%==E goto D4
  1052. goto Error
  1053.  
  1054. :S4
  1055. cls
  1056. call :c 0="----------------------------------------------------------" /n
  1057. call :c 0="|                                                        |" /n
  1058. call :c 0="|                                                        |" /n
  1059. call :c 0="|                                                        |" /n
  1060. call :c 0="|                                                        |" /n
  1061. call :c 0="|                                                        |" /n
  1062. call :c 0="|                                                        |" /n
  1063. call :c 0="|                                                        |" /n
  1064. call :c 0="|                                                        |" /n
  1065. call :c 0="|                                                        |" /n
  1066. call :c 0="|                                                        |" /n
  1067. call :c 0="|                                                        |" /n
  1068. call :c 0="|                                                        |" /n
  1069. call :c 0="|                                                        |" /n
  1070. call :c 0="|                                                        |" /n
  1071. call :c 0="|                                                        |" /n
  1072. call :c 0="|                                                        |" /n
  1073. call :c 0="|                                                        |" /n
  1074. call :c 0="|                                                        |" /n
  1075. call :c 0="|                                                        |" /n
  1076. call :c 0="|                                                        |" /n
  1077. call :c 0="|                                                        |" /n
  1078. call :c 0="|                                                        |" /n
  1079. call :c 0="|                                                        |" /n
  1080. call :c 0="|                                                        |" /n
  1081. call :c 0="|              ||                                        |" /n
  1082. call :c 0="|              ()                                        |" /n
  1083. call :c 0="----------------------------------------------------------" /n
  1084. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  1085. call :c 0="           ----------------------------------" /n
  1086. set /p input=::-
  1087. if %input%==S goto S4
  1088. if %input%==E goto S3
  1089. goto Error
  1090.  
  1091. :D4
  1092. cls
  1093. call :c 0="----------------------------------------------------------" /n
  1094. call :c 0="|                                                        |" /n
  1095. call :c 0="|                                                        |" /n
  1096. call :c 0="|                                                        |" /n
  1097. call :c 0="|                                                        |" /n
  1098. call :c 0="|                                                        |" /n
  1099. call :c 0="|                                                        |" /n
  1100. call :c 0="|                                                        |" /n
  1101. call :c 0="|                                                        |" /n
  1102. call :c 0="|                                                        |" /n
  1103. call :c 0="|                                                        |" /n
  1104. call :c 0="|                                                        |" /n
  1105. call :c 0="|                                                        |" /n
  1106. call :c 0="|                                                        |" /n
  1107. call :c 0="|                                                        |" /n
  1108. call :c 0="|                                                        |" /n
  1109. call :c 0="|                                                        |" /n
  1110. call :c 0="|                                                        |" /n
  1111. call :c 0="|                                                        |" /n
  1112. call :c 0="|                                                        |" /n
  1113. call :c 0="|                                                        |" /n
  1114. call :c 0="|                                                        |" /n
  1115. call :c 0="|                                                        |" /n
  1116. call :c 0="|                                                        |" /n
  1117. call :c 0="|                                                        |" /n
  1118. call :c 0="|                                      ||                |" /n
  1119. call :c 0="|                                      ()                |" /n
  1120. call :c 0="----------------------------------------------------------" /n
  1121. call :c 0="          | Movement S+Enter <-, D+Enter ->,|" /n
  1122. call :c 0="           ----------------------------------" /n
  1123. set /p input=::-
  1124. if %input%==S goto D3
  1125. if %input%==E goto D4
  1126. goto Error
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133. :QuickImage
  1134. set input=
  1135. mode con lines=100
  1136. mode con cols=100
  1137. cls
  1138. call :c e "Quick Downloader(Downloaded Image will be on Desktop)" /n
  1139. call :c c "-------------------------------------------------------------------------------------" /n
  1140. call :c e " (1 Naruto Picture " /n
  1141. call :c e " (2 Flower Picture " /n
  1142. call :c e " (3 Car Picture " /n
  1143. call :c e " (4 Exit" /n
  1144. call :c e " (5 Random Picutre " /n
  1145. call :c c "-------------------------------------------------------------------------------------" /n
  1146. set /p input=Code:
  1147. if %input%==1 goto NarutoP
  1148. if %input%==2 goto FlowerP
  1149. if %input%==3 goto CarP
  1150. if %input%==4 goto MT
  1151. if %input%==5 goto RandomP
  1152. goto QuickImage
  1153.  
  1154. :NarutoP
  1155. set Location=%userprofile%
  1156. Bitsadmin /transfer "anyname" https://images4.alphacoders.com/474/thumb-350-47438.png %Location%\Desktop\Naruto.jpg
  1157. start %userprofile%\Desktop\Naruto.jpg
  1158. goto QuickImage
  1159.  
  1160. :FlowerP
  1161. set Location=%userprofile%
  1162. Bitsadmin /transfer "anyname" https://images8.alphacoders.com/594/thumb-350-594870.jpg %Location%\Desktop\Flower.jpg
  1163. start %userprofile%\Desktop\Flower.jpg
  1164. goto QuickImage
  1165.  
  1166. :CarP
  1167. set Location=%userprofile%
  1168. Bitsadmin /transfer "anyname" https://images3.alphacoders.com/208/thumb-350-208327.png %Location%\Desktop\Car.jpg
  1169. start %userprofile%\Desktop\Car.jpg
  1170. goto QuickImage
  1171.  
  1172. :RandomP
  1173. set Yes=%random%
  1174. set Name=%random%
  1175. set Location=%userprofile%
  1176. Bitsadmin /transfer "anyname" https://images3.alphacoders.com/208/thumb-350-%Yes%.png %Location%\Desktop\%Name%.jpg
  1177. start %userprofile%\Desktop\%Name%.jpg
  1178. goto QuickImage
  1179.  
  1180.  
  1181.  
  1182.  
  1183. :InternetDownloader
  1184. mode con lines=100
  1185. mode con cols=100
  1186. cls
  1187. call :c e " Internet Downloader(Copy Image Location from Internet and Write it at Image Location) " /n
  1188. call :c c "--------------------------------------------------------------------------------------------------" /n
  1189. set /p ImageLocation=ImageLocation:
  1190. set /p Name=Name to give your Image:
  1191. set /p Location=Location to put:
  1192. Bitsadmin /transfer "anyname" %ImageLocation% %Location%\%Name%.jpg
  1193. start %Location%\%Name%.jpg
  1194. goto MT
  1195.  
  1196. :WMIC
  1197. cls
  1198. set input=
  1199. cd %userprofile%/Desktop/MashTinFile
  1200. mkdir WMICfile
  1201. cd WMICfile
  1202. call :c e " WMIC TOOLS" /n
  1203. call :c c "------------------------------" /n
  1204. call :c e " (1 OutPut Checker " /n
  1205. call :c e " (2 Exit " /n
  1206. call :c e " (3 Motherboard Checker(Baseboard)" /n
  1207. call :c e " (4 CPU Checker" /n
  1208. call :c e " (5 Boot Config" /n
  1209. call :c e " (6 Desktop Advanced Checker" /n
  1210. call :c e " (7 Products Chekcer" /n
  1211. call :c e " (8 User Account Checker" /n
  1212. call :c e " (9 Inside Computer Temperature Checker(only for few computer)" /n
  1213. call :c e " (10 Time Zone Checker" /n
  1214. call :c e " (11 Startup Programs Checker" /n
  1215. call :c e " (12 PageFile Checker " /n
  1216. call :c e " (13 Net Login Checker " /n
  1217. call :c e " (14 CDROM checker " /n
  1218. call :c e " (15 DesktopMonitor Checker " /n
  1219. call :c c "------------------------------" /n
  1220. set /p input=Code:
  1221. if %input%==1 goto WMICB
  1222. if %input%==2 goto MT
  1223. if %input%==3 goto Motherboard
  1224. if %input%==4 goto CPU
  1225. if %input%==5 goto Boot
  1226. if %input%==6 goto Desktop
  1227. if %input%==7 goto Product
  1228. if %input%==8 goto UserAccount
  1229. if %input%==9 goto Temperature
  1230. if %input%==10 goto Timezone
  1231. if %input%==11 goto Startup
  1232. if %input%==12 goto PageFile
  1233. if %input%==13 goto NetLogin
  1234. if %input%==14 goto CDROM
  1235. if %input%==15 goto DesktopMonitor
  1236. goto WMIC
  1237.  
  1238.  
  1239. :DesktopMonitor
  1240. cls
  1241. set input=
  1242. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1243. cls
  1244. wmic desktopmonitor list /format:hform >desktopmonitor.html
  1245. start desktopmonitor.html
  1246. goto WMIC
  1247.  
  1248. :CDROM
  1249. cls
  1250. set input=
  1251. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1252. cls
  1253. wmic CDROM list /format:hform >CDROM.html
  1254. start CDROM.html
  1255. goto WMIC
  1256.  
  1257.  
  1258. :NetLogin
  1259. cls
  1260. set input=
  1261. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1262. cls
  1263. wmic netlogin list /format:hform >netlogin.html
  1264. start netlogin.html
  1265. goto WMIC
  1266.  
  1267.  
  1268.  
  1269. :PageFile
  1270. cls
  1271. set input=
  1272. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1273. cls
  1274. wmic PageFile list /format:hform >PageFile.html
  1275. start PageFile.html
  1276. goto WMIC
  1277.  
  1278. :Startup
  1279. cls
  1280. set input=
  1281. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1282. cls
  1283. wmic startup list /format:hform >startup.html
  1284. start startup.html
  1285. goto WMIC
  1286.  
  1287.  
  1288. :Timezone
  1289. cls
  1290. set input=
  1291. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1292. cls
  1293. wmic timezone list /format:hform >timezone.html
  1294. start timezone.html
  1295. goto WMIC
  1296.  
  1297. :Temperature
  1298. cls
  1299. set input=
  1300. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1301. cls
  1302. wmic temperature list /format:hform >temperature.html
  1303. start temperature.html
  1304. goto WMIC
  1305.  
  1306.  
  1307.  
  1308. :UserAccount
  1309. cls
  1310. set input=
  1311. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1312. cls
  1313. wmic useraccount list /format:hform >useraccount.html
  1314. start useraccount.html
  1315. goto WMIC
  1316.  
  1317. :Product
  1318. cls
  1319. set input=
  1320. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1321. cls
  1322. wmic product list /format:hform >product.html
  1323. start product.html
  1324. goto WMIC
  1325.  
  1326.  
  1327. :Desktop
  1328. cls
  1329. set input=
  1330. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1331. cls
  1332. wmic Desktop list /format:hform >Desktop.html
  1333. start Desktop.html
  1334. goto WMIC
  1335.  
  1336. :Boot
  1337. cls
  1338. set input=
  1339. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1340. cls
  1341. wmic bootconfig list /format:hform >Boot.html
  1342. start Boot.html
  1343. goto WMIC
  1344.  
  1345.  
  1346.  
  1347. :CPU
  1348. cls
  1349. set input=
  1350. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1351. cls
  1352. wmic cpu list /format:hform >CPU.html
  1353. start CPU.html
  1354. goto WMIC
  1355.  
  1356. :Motherboard
  1357. cls
  1358. set input=
  1359. cd %userprofile%/Desktop/MashTinFile/WMICfile
  1360. wmic baseboard list /format:hform >Motherboard.html
  1361. start Motherboard.html
  1362. goto WMIC
  1363.  
  1364.  
  1365. :WMICB
  1366. cls
  1367. call :c e " Finding the WMIC BIOS" /n
  1368. call :c c "--------------------------" /n
  1369. mkdir WMIC
  1370. dir
  1371. ping localhost -n 2
  1372. cls
  1373. call :c e " Going In ..." /n
  1374. call :c c "--------------------------" /n
  1375. echo %userprofile%/Desktop/MashTinFile/WMICfile/WMIC/
  1376. cd WMIC
  1377. ping localhost -n 2
  1378. cls
  1379. call :c e " Success for Going In ..." /n
  1380. call :c c "--------------------------" /n
  1381. wmic bios
  1382. ping localhost -n 2
  1383. cls
  1384. call :c e " List of WMIC BIOS(Wait a Sec...)" /n
  1385. call :c c "--------------------------" /n
  1386. wmic bios list /format
  1387. ping localhost -n 5
  1388. cls
  1389. call :c e " Getting HTML for BIOS..." /n
  1390. call :c c "--------------------------" /n
  1391. wmic bios list /format:hform
  1392. ping localhost -n 2
  1393. cls
  1394. call :c e " Opening..." /n
  1395. call :c c "--------------------------" /n
  1396. wmic bios list /format:hform >WMICBIOS.html
  1397. start WMICBIOS.html
  1398. ping localhost -n 2
  1399. goto WMIC
  1400.  
  1401.  
  1402. :SCM
  1403. cls
  1404. call :c e " Size Changer" /n
  1405. call :c c "----------------------" /n
  1406. set /p size=Column :
  1407. set /p line=Line :
  1408. mode con lines=%size%
  1409. mode con cols=%line%
  1410. goto MT
  1411.  
  1412. :DIR
  1413. cls
  1414. call :c e " Directory Finder " /n
  1415. call :c c "--------------------------------" /n
  1416. set /p location=Location to Find:
  1417. goto DIRE
  1418.  
  1419. :DIRE
  1420. cls
  1421. call :c e " Directory of %location% " /n
  1422. call :c c "-------------------------------" /n
  1423. dir
  1424. pause
  1425. goto MT
  1426.  
  1427. :NRC
  1428. cls
  1429. Setlocal enabledelayedexpansion
  1430. Title Number to Roman Conversion (MashTin)
  1431.  
  1432. set "RF="
  1433. set "N="
  1434. Set "R=1"
  1435. Set "R_1=. M MM MMM"
  1436. Set "R_2=. C CC CCC CD D DC DCC DCCC CM"
  1437. Set "R_3=. X XX XXX XL L LX LXX LXXX XC"
  1438. Set "R_4=. I II III IV V VI VII VIII IX"
  1439.  
  1440. :Input
  1441. call :c e " Number to Roman Conversation ( MashTin ) " /n
  1442. call :c c "-----------------------------------------------" /n
  1443. Set /p "N=Enter Number > "
  1444. If Not Defined N Cls & Goto :Input
  1445. If 0 GEQ %N% (Echo.Fuera de Rango&Goto :Input)
  1446. If 3999 LSS %N% (Echo.Fuera de Rango&Goto :Input)
  1447.  
  1448. :Split
  1449. Set /a "M_O=N%%10"
  1450. Set /a "M_T=(N%%100)-M_O"
  1451. Set /a "M_C=(N%%1000)-(M_T+M_O)"
  1452. Set /a "M_M=N-(M_C+M_T+M_O)"
  1453.  
  1454. :Convert
  1455. Set "Sp= %M_M:~0,1%%M_C:~0,1%%M_T:~0,1%%M_O:~0,1%"
  1456. :R_to_N
  1457. If 5 EQU %R% (Set "RF=!RF:.=!"&Goto :Show)
  1458. Set /a "T=!Sp:~%R%,1!+1"
  1459. For /f "tokens=%T%" %%b in ('Echo.!R_%R%!') do (Set "RF=!RF!%%b")
  1460. Set /a "R+=1"
  1461. Goto :R_to_N
  1462.  
  1463. :Show
  1464. Echo. Number = %N%
  1465. Echo. Roman  = %RF%
  1466. Echo.
  1467. Pause
  1468. goto MT
  1469.  
  1470. :Decoder
  1471. set ascii=
  1472. cls
  1473. setlocal enableextensions enabledelayedexpansion
  1474. title Decoder base64 by MashTin
  1475. set base64=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
  1476.  
  1477. :input
  1478. cls
  1479. call :c e "Decoder" /n
  1480. call :c c "-------------------------" /n
  1481. set text=
  1482. set /p text=Input base64 text:
  1483. if defined text call :decoder
  1484. goto :input
  1485.  
  1486. :decoder
  1487. set char.equ=0
  1488. set binario.total=
  1489. set decimal.total=
  1490. echo:Wait...
  1491. call :base64.binario
  1492. for /l %%a in (1 1 %char.equ%) do (
  1493. set binario.total=!binario.total!000000
  1494. set binario.total=!binario.total:~0,-8!)
  1495. call :binario.ocho.bits
  1496. call :decimal.ascii
  1497. echo:Output ascii text:%ascii%
  1498. pause>nul
  1499. goto MT
  1500.  
  1501. :base64.binario
  1502. set char=%text:~0,1%
  1503. if "!char!" equ "=" (set /a char.equ+=1) else call :char.binario
  1504. set text=%text:~1%
  1505. if not defined text goto :eof
  1506. goto :base64.binario
  1507.  
  1508. :char.binario
  1509. for /l %%a in (0 1 64) do (
  1510. set value=!base64:~%%a,1!
  1511. if "!char!" equ "!value!" (
  1512. call :decimal.binario %%a))
  1513. set binario.total=%binario.total%%binario%
  1514. goto :eof
  1515.  
  1516. :decimal.binario
  1517. set value=%1
  1518. set binario=
  1519. :binario.loop
  1520. set /a mod=value%%2
  1521. set /a value/=2
  1522. set binario=%mod%%binario%
  1523. if %value%==0 (
  1524. call :count.char %binario%
  1525. for /l %%a in (!digit! 1 5) do set binario=0!binario!
  1526. goto :eof)
  1527. goto :binario.loop
  1528.  
  1529. :count.char
  1530. set value=%1
  1531. set digit=1
  1532. :count.loop
  1533. set value=%value:~1%
  1534. if not defined value goto :eof
  1535. set /a digit+=1
  1536. goto :count.loop
  1537.  
  1538. :binario.ocho.bits
  1539. set count=0
  1540. set decimal=0
  1541. set ocho.bits=%binario.total:~0,8%
  1542. call :binario.decimal
  1543. if defined decimal.total (set decimal.total=%decimal.total%,%decimal%) else set decimal.total=%decimal%
  1544. set binario.total=%binario.total:~8%
  1545. if not defined binario.total goto :eof
  1546. goto :binario.ocho.bits
  1547.  
  1548. :binario.decimal
  1549. set bit=%ocho.bits:~-1%
  1550. if "%bit%" equ "1" (
  1551. set /a "add=1<<count"
  1552. set /a decimal+=add)
  1553. set /a count+=1
  1554. set ocho.bits=%ocho.bits:~0,-1%
  1555. if not defined ocho.bits goto :eof
  1556. goto :binario.decimal
  1557.  
  1558. :decimal.ascii
  1559. For %%a in (%decimal.total%) do (
  1560. Cmd /cexit /b %%a
  1561. Set "Ascii=!Ascii!!=ExitCodeAscii!")
  1562. Goto :Eof
  1563. goto MT
  1564.  
  1565. :Run
  1566. cls
  1567. echo Run the Program by MashTin
  1568. echo Type 1 to exit
  1569. echo -----------------------------------
  1570. set /p run=Run:
  1571. if %run%==1 goto MT
  1572. start %run%
  1573. goto Run
  1574.  
  1575.  
  1576. :AD
  1577. cls
  1578. echo Appdata of %userprofile% ( MashTin )
  1579. echo --------------------------------
  1580. echo %appdata%
  1581. pause
  1582. goto MT
  1583.  
  1584.  
  1585. :CE
  1586. cls
  1587. echo Write 1 to Exit
  1588. echo -------------------------
  1589. set /p command= Command:
  1590. if %command%==1 goto MT
  1591. %command%
  1592. goto CE
  1593.  
  1594. :EF
  1595. cls
  1596. echo Local ErrorLevel for now is %ERRORLEVEL%
  1597. echo -----------------------------------------
  1598. echo (1 Web ErrorLevel Finder
  1599. echo (2 Exit
  1600. echo ------------------------------------
  1601. set /p input=Code:
  1602. if %input%==1 goto WEF
  1603. if %input%==2 goto MT
  1604. goto EF
  1605.  
  1606. :WEF
  1607. cls
  1608. echo Web ErrorLevel
  1609. echo --------------------------------
  1610. set /p web=Webname to Check:
  1611. echo Connecting ...
  1612. ping %web% -n 2
  1613. ping localhost -n 2
  1614. cls
  1615. echo %random%%random% Checking..
  1616. ping localhost -n 2
  1617. cls
  1618. echo IP
  1619. echo ---------
  1620. ipconfig /all
  1621. ping localhost -n 2
  1622. cls
  1623. echo -------------
  1624. echo Users
  1625. echo ------------
  1626. net users
  1627. echo ------
  1628. ping localhost -n 2
  1629. cls
  1630. echo Success
  1631. echo ---------------------------
  1632. ping %web% -n 1
  1633. echo -------------------------
  1634. call :c e " ErrorLevel = %errorlevel% " /n
  1635. echo --------------------------
  1636. pause
  1637. goto MT
  1638.  
  1639. :MQ
  1640. title Math Quiz
  1641. cls
  1642. echo Math Quiz
  1643. echo ===================
  1644. set one=%random%
  1645. set two=%random%
  1646. if %random%>20000goto MQP
  1647. if %random%<20000 goto MQM
  1648. :MQA
  1649. echo %one%%P%%two%
  1650. set /p answer=Answer:
  1651. set /a answer1=%one%%P%%two%
  1652. if answer==%answer1% goto MQAW
  1653. goto MQAL
  1654.  
  1655. :MQAL
  1656. cls
  1657. echo Lose the Math Quiz :(
  1658. echo ------------------------------------
  1659. echo Sorry Try Again
  1660. echo ----------------------------------------
  1661. pause
  1662. goto MT
  1663.  
  1664. :MQAW
  1665. cls
  1666. echo Win the Math Quiz :)
  1667. echo --------------------------------
  1668. echo You win the Math Quiz
  1669. echo ---------------------------------
  1670. pause
  1671. goto MT
  1672.  
  1673. :MQP
  1674. set P=+
  1675. goto MQA
  1676.  
  1677. :MQM
  1678. set P=-
  1679. goto MA
  1680.  
  1681.  
  1682. :Admin
  1683. set input=0
  1684. cd MashTinFile
  1685. cd Users
  1686. cd %name1%File
  1687. cls
  1688. rd %name1%stat.bat
  1689. echo set Stats=Admin>%name1%stat.bat
  1690. cls
  1691. goto MTA
  1692.  
  1693. :MTA
  1694. cls
  1695. call :c e "MashTin" /n
  1696. call :c c "-------------------------------" /n
  1697. call :c e "You are now Admin :)" /n
  1698. call :c c "----------------------------" /n
  1699. pause >nul
  1700. goto MTAP
  1701.  
  1702. :MTAP
  1703. set input=
  1704. cd %userprofile%/Desktop
  1705. cls
  1706. call :c e "Admin of MashTin(%name1%)" /n
  1707. call :c c "-----------------------------------------" /n
  1708. call :c e "(1 Attrab Files Read Only(Administractor required)" /n
  1709. call :c e "(2 Exit" /n
  1710. call :c e "(3 History of Users" /n
  1711. call :c e "(4 Ban User" /n
  1712. call :c c "------------------------------------------" /n
  1713. set /p input=Code:
  1714. if %input%==1 goto AFRO
  1715. if %input%==2 goto MTR
  1716. if %input%==3 goto HU
  1717. if %input%==4 goto BU
  1718. goto MTAP
  1719.  
  1720. :BU
  1721. cd %userprofile%/Desktop/MashTinFile/Users
  1722. cls
  1723. call :c e "Ban to User" /n
  1724. echo -----------------------
  1725. set /p namer=Name to Remove:
  1726. rd /S %namer%File
  1727. goto HistoryB
  1728.  
  1729. :HistoryB
  1730. cls
  1731. cd %userprofile%/Desktop/MashTinFile/Users
  1732. (echo @echo off
  1733. echo color a
  1734. echo echo %namer% Banned by %name1% %date% : %time%
  1735. echo pause
  1736. echo cls)>>History.bat
  1737. goto BUY
  1738.  
  1739. :BUY
  1740. cls
  1741. call :c e " Successfully Banned to %namer%" /n
  1742. call :c c "-----------------------------------" /n
  1743. if %namer%==%name1% goto BUN
  1744. echo - Banned to %namer%
  1745. pause
  1746. goto MTA
  1747.  
  1748. :BUN
  1749. cls
  1750. echo You are Banned :(
  1751. echo -------------------------------
  1752. echo - Bye. Things you did will be delete
  1753. pause
  1754. exit
  1755.  
  1756. :MTR
  1757. cls
  1758. echo Alert!!!
  1759. echo ---------------------
  1760. echo When you leave this You need to write the code again to Be admin or you are Starter
  1761. echo ---------------------
  1762. pause
  1763. goto MT
  1764.  
  1765.  
  1766. :HU
  1767. cd MashTinFile
  1768. cd Users
  1769. start History.bat
  1770. goto MTA
  1771.  
  1772. :MTAP
  1773. cls
  1774. echo Attrab Files
  1775. echo -------------------------
  1776. attrab
  1777. pause
  1778. echo ------------------------------
  1779. echo (1 Add Read Only
  1780. echo (2 Remove Read Only
  1781. echo ------------------------------
  1782. set /p input=Code:
  1783. if %input%==1 goto ARO
  1784. if %input%==2 goto RRO
  1785.  
  1786. :ARO
  1787. cls
  1788. echo List
  1789. echo
  1790. echo Add Read Only File
  1791. echo -------------------------
  1792. set /p text=Name:
  1793. attrab r %text%
  1794. pause
  1795. goto MTA
  1796.  
  1797. :RRO
  1798. cls
  1799. echo Remove Read Only File
  1800. echo ------------------------------
  1801. set /p text=Name:
  1802. attrab -r %text%
  1803. pause
  1804. goto MTA
  1805.  
  1806.  
  1807.  
  1808.  
  1809. :MelloStudio
  1810. set input=0
  1811. cls
  1812. call :c e "                                      MelloStudio " /n
  1813. call :c c "---------------------------------------------------------- " /n
  1814. call :c c " | News | " /n
  1815. call :c c "----------" /n
  1816. call :c e " - Hiring Members " /n
  1817. call :c c "---------------------------------------------------------- " /n
  1818. call :c e "(1 Join " /n
  1819. call :c e "(2 Message " /n
  1820. call :c e "(3 Members " /n
  1821. call :c e "(4 Exit " /n
  1822. call :c c "---------------------------------------------------------- " /n
  1823. set /p input=Code:
  1824. if %input%==1 goto Join
  1825. if %input%==2 goto Message
  1826. if %input%==3 goto Members
  1827. if %input%==4 goto MT
  1828.  
  1829. :Join
  1830. set input=0
  1831. cls
  1832. start https://www.facebook.com/groups/2191956970920081/
  1833. echo Join Request
  1834. echo ---------------------------------
  1835. echo Now Join my team
  1836. echo --------------------------------------
  1837. pause
  1838. goto MT
  1839.  
  1840. :Message
  1841. set input=0
  1842. cls
  1843. echo Message
  1844. echo -------------------
  1845. set /p input=Message:
  1846. set /p id=Id to send ( Not known message me in Facebook ):
  1847. if %id%==%random% goto MessageY
  1848. goto MessageN
  1849.  
  1850. :MessageY
  1851. cls
  1852. echo Message
  1853. echo -------------------
  1854. echo Your Message Have been sent
  1855. echo -------------------
  1856. pause
  1857. goto MT
  1858.  
  1859. :MessageN
  1860. cls
  1861. echo Message
  1862. echo ------------------
  1863. echo ID wrong (Error 10314)
  1864. echo -----------------
  1865. pause
  1866. goto MT
  1867.  
  1868. :Members
  1869. cls
  1870. call :c e "Members of MashTin(Need Member)" /n
  1871. call :c e "--------------------------------" /n
  1872. call :c e "KaungMyatKyaw - Leader" /n
  1873. call :c e " Banyar Po - Junior Member" /n
  1874. call :c e " La Pyae - Junior Member" /n
  1875. call :c e "--------------------------------" /nf
  1876. pause
  1877. goto MT
  1878.  
  1879. :Commands
  1880. title Commands
  1881. cd ..
  1882. cd ..
  1883. cd ..
  1884. cd Users
  1885. cd Aspire
  1886. cd Desktop
  1887. cls
  1888. set input=0
  1889. call :c e "                                              Commands " /n
  1890. call :c c "------------------------------------------------------------" /n
  1891. call :c e "(1 IP name" /n
  1892. call :c e "(2 History Wifi Password Finder For Window 10" /n
  1893. call :c e "(3 Connect Wifi History" /n
  1894. call :c e "(4 Create File" /n
  1895. call :c e "(5 Exit" /n
  1896. call :c e " (6 attrib Files" /n
  1897. call :c c "------------------------------------------------------------" /n
  1898. set /p input=Code:
  1899. if %input%==1 goto IP
  1900. if %input%==2 goto HWP
  1901. if %input%==3 goto CWH
  1902. if %input%==4 goto CF2
  1903. if %input%==5 goto MT
  1904. if %input%==6 goto AFK
  1905.  
  1906. :AFK
  1907. cd MashTinFile
  1908. cd Users
  1909. cd %name1%File
  1910. cls
  1911. echo Now attribing files by MashTin of your acc
  1912. echo ---------------------------------------------------------
  1913. attrib
  1914. pause
  1915. goto Commands
  1916.  
  1917.  
  1918. :CF2
  1919. set  input=0
  1920. cls
  1921. echo Create File (By MashTin) With %name1%
  1922. echo -------------------------------------------------------------
  1923. set /p input=Name to Create:
  1924. if %input%==1 goto CF2
  1925. cd Desktop
  1926. mkdir %input%
  1927. goto CFY
  1928.  
  1929. :CFY
  1930. cls
  1931. echo Create File ( Success )
  1932. echo ------------------------------------------
  1933. echo You have create your file
  1934. pause
  1935. goto Commands
  1936.  
  1937. :IP
  1938. cls
  1939. echo      IP Name (by MashTin)
  1940. echo ----------------------------------------------
  1941. ipconfig
  1942. pause
  1943. goto Commands
  1944.  
  1945. :HWP
  1946. set input=0
  1947. cls
  1948. echo       For Window 10 Only
  1949. echo ------------------------------------------------
  1950. set /p input=Write Your Wifi to Find Password History:
  1951. netsh wlan show profile name=%input% key=clear
  1952. pause
  1953. goto Commands
  1954.  
  1955. :CWH
  1956. cls
  1957. echo Wifi History (by MashTin)
  1958. echo ---------------------------------------
  1959. netsh wlan show profile
  1960. pause
  1961. goto Commands
  1962.  
  1963. :Quiz1
  1964. set point=0
  1965. cls
  1966. set input == 0
  1967. title Quiz of MashTin
  1968. echo Quiz 1 (Only the number)
  1969. echo - You will get 10 MashTix if you win all quiz 100%
  1970. echo --------------------------------
  1971. echo  Who is your first friend in Roblox
  1972. echo (1 Noob
  1973. echo (2 Builderman
  1974. echo (3 Builderguy
  1975. echo (4 Roblox
  1976. set /p input=Answer :
  1977. if %input%==1 goto Quiz1L
  1978. if %input%==2 goto Quiz1W
  1979. if %input%==3 goto Quiz1L
  1980. if %input%==4 goto Quiz1L
  1981. goto Quiz1
  1982.  
  1983. :Quiz1L
  1984. cls
  1985. set point = 0
  1986. goto Quiz2
  1987.  
  1988. :Quiz1W
  1989. cls
  1990. set point=1
  1991. goto Quiz2
  1992.  
  1993. :Quiz2
  1994. echo Quiz 2 (Only the number)
  1995. echo - You will get 10 MashTix if you win all quiz 100%
  1996. echo --------------------------------
  1997. echo What is the name of Roblox Money
  1998. echo (1 Robux
  1999. echo (2 Tix
  2000. echo (3 RoTix
  2001. echo (4 Roblox Dollar
  2002. set /p input=Answer :
  2003. if %input%==1 goto Quiz2W
  2004. if %input%==2 goto Quiz2L
  2005. if %input%==3 goto Quiz2L
  2006. if %input%==4 goto Quiz2L
  2007. goto Quiz2
  2008.  
  2009. :Quiz2W
  2010. cls
  2011. set /a point=1+%point%
  2012. goto Quiz3
  2013.  
  2014. :Quiz2L
  2015. cls
  2016. set /a point=0+%point%
  2017. goto Quiz3
  2018.  
  2019. :Quiz3
  2020. echo Quiz 3(Only the number)
  2021. echo - You will get 10 MashTix if you win all quiz 100%
  2022. echo --------------------------------
  2023. echo What is the college of Roblox
  2024. echo (1 College of Roblox
  2025. echo (2 Roblox University
  2026. echo (3 University of Roblox
  2027. echo (4 Roblox College
  2028. set /p input=Answer :
  2029. if %input%==1 goto Quiz3L
  2030. if %input%==2 goto Quiz3W
  2031. if %input%==3 goto Quiz3L
  2032. if %input%==4 goto Quiz3L
  2033. goto Quiz3
  2034.  
  2035. :Quiz3L
  2036. cls
  2037. set /a point=0+%point%
  2038. goto Quiz4
  2039.  
  2040. :Quiz3W
  2041. cls
  2042. set /a point=1+%point%
  2043. goto Quiz4
  2044.  
  2045. :Quiz4
  2046. echo Quiz 3(Only the number)
  2047. echo - You will get 10 MashTix if you win all quiz 100%
  2048. echo --------------------------------
  2049. echo What is the money in MashTin
  2050. echo (1 MashTix
  2051. echo (2 Mashbux
  2052. echo (3 Points
  2053. echo (4 Coins
  2054. set /p input=Answer :
  2055. if %input%==1 goto Quiz4W
  2056. if %input%==2 goto Quiz4L
  2057. if %input%==3 goto Quiz4L
  2058. if %input%==4 goto Quiz4L
  2059. goto Quiz4
  2060.  
  2061. :Quiz4W
  2062. cls
  2063. set /a point=1+%point%
  2064. goto Quiz5
  2065.  
  2066. :Quiz4L
  2067. cls
  2068. set /a point=0+%point%
  2069. goto Quiz5
  2070.  
  2071. :Quiz5
  2072. echo Quiz 3(Only the number)
  2073. echo - You will get 10 MashTix if you win all quiz 100%
  2074. echo --------------------------------
  2075. echo What is the programming language is used for MashTin
  2076. echo (1 vbs
  2077. echo (2 html
  2078. echo (3 java
  2079. echo (4 batch
  2080. set /p input=Answer :
  2081. if %input%==1 goto Quiz5L
  2082. if %input%==2 goto Quiz5L
  2083. if %input%==3 goto Quiz5L
  2084. if %input%==4 goto Quiz5W
  2085. goto Quiz5
  2086.  
  2087. :Quiz5L
  2088. cls
  2089. set /a point=0+%point%
  2090. goto QuizFL
  2091.  
  2092. :Quiz5W
  2093. cls
  2094. set /a point=1+%point%
  2095. goto QuizFL
  2096.  
  2097. :QuizFL
  2098. if %point%==5 goto MarkW
  2099. goto MarkL
  2100.  
  2101. :MarkW
  2102. cd ..
  2103. cd Desktop
  2104. cd MashTinFile
  2105. cd Users
  2106. cd %name1%File
  2107. set Mark=Win
  2108. set CoinPlus=10
  2109. call %name1%MashTix.bat
  2110. echo %MashTix%
  2111. set /a CMM=10+%MashTix%
  2112. pause
  2113. rd %name1%MashTix.bat
  2114. set MashTix=10>%name1%MashTix.bat
  2115. goto QuizFW
  2116.  
  2117. :MarkL
  2118. set Mark=Lose
  2119. set CoinPlus=0
  2120. goto QuizFW
  2121.  
  2122. :QuizFW
  2123. cls
  2124. echo Quiz ( Final Score ) You %Mark% This Quiz
  2125. echo ------------------------------
  2126. echo - You got %point% Win
  2127. echo - You got %CoinPlus% MashTix
  2128. echo -------------------------------------
  2129. pause
  2130. goto MT
  2131.  
  2132. :UI
  2133. cls
  2134. title Update Info of MashTin
  2135. echo                   Update Info
  2136. echo -----------------------------------------------
  2137. echo - MashTin Excel Wrong Code Fixed
  2138. echo -----------------------------------------------
  2139. pause
  2140. goto MT
  2141.  
  2142. :INCME
  2143. cls
  2144. ping -n 1 www.google.com
  2145. if errorlevel 1 goto MEL
  2146. if not errorlevel 1 goto ME
  2147. goto INCME
  2148.  
  2149. :MEL
  2150. cls
  2151. echo Internet!!! : class="re0">(
  2152. echo --------------------------------
  2153. echo You need  Good Internet Connection to do this
  2154. pause
  2155. goto MT
  2156.  
  2157. :ME
  2158. cls
  2159. echo Movies,Series and Channels
  2160. echo -------------------------------------------------
  2161. echo (1 MRTV 4
  2162. echo (2 MashTin Creator Channel
  2163. echo -------------------------------------------------
  2164. set /p input=Code:
  2165. if input==1 goto MRTV4
  2166. if input==2 goto MTCC
  2167. goto MT
  2168.  
  2169. :MRTV4
  2170. cls
  2171. start http://www.myanmartvchannel.com/mrtv4.html
  2172. goto MT
  2173.  
  2174. :MTCC
  2175. cls
  2176. start https://www.youtube.com/channel/UCbyiBe_cunvXWKSKfoNsLzg?view_as=subscriber
  2177. goto MT
  2178.  
  2179. :DLD
  2180. cd Desktop
  2181. cd MashTinFile
  2182. cd Downloads
  2183. md %name1%Downloads
  2184. cd %name1%Downloads
  2185. cls
  2186. echo Downloads
  2187. echo ---------------------------------------
  2188. echo (1 Second Security
  2189. echo ----------------------------------------
  2190. set /p input=Code:
  2191. if %input%==1 goto Download1
  2192.  
  2193.  
  2194. :Download1
  2195. cls
  2196. echo a=inputbox("Password:") >> %name1%SecondSecurity.vbs
  2197. echo if a="MashTin" then >> %name1%SecondSecurity.vbs
  2198. echo msgbox "logged in" >> %name1%SecondSecurity.vbs
  2199. echo else >> %name1%SecondSecurity.vbs
  2200. echo msgbox "Error" >> %name1%SecondSecurity.vbs
  2201. echo Set WshShell = WScript.CreateObject ("WScript.Shell") >> %name1%SecondSecurity.vbs
  2202. echo WshShell.Run ("Login.vbs") >> %name1%SecondSecurity.vbs
  2203. echo end if >> %name1%SecondSecurity.vbs
  2204. echo Downloaded( You can see your Download in Desktop\MashTinFile\Downloads\%name1%Downloads)
  2205. echo Password will be MashTin for your download
  2206. pause
  2207. cd ..
  2208. goto MT
  2209.  
  2210. :CYOP
  2211.  
  2212. cls
  2213. cd %usersprofile%/Desktop/MashTinFile/Users/%name1%File
  2214. cls
  2215. title MashTin Studio
  2216. echo                                        MashTin Studio
  2217. echo ----------------------------------------------------------
  2218. echo (1 Create
  2219. echo (2 Created Programs
  2220. echo ---------------------------------------------------------
  2221. set /p input=Code:
  2222. if %input%==1 goto CE
  2223. if %input%==2 goto CF1
  2224. goto MT
  2225.  
  2226. :CE
  2227. cd %usersprofile%/Desktop/MashTinFile/Users/%name1%File
  2228. cls
  2229. echo Creating
  2230. echo ( Type is only Batch Programming )
  2231. echo ( You can add your created program also )
  2232. echo -----------------------------------:-----------------------
  2233. set /p nameC= Name to save:
  2234. set /p write = Write:
  2235. pause
  2236. (echo %write%) >> %nameC%Program.bat
  2237. echo set Program=%nameC%Program.bat >> %name1%CreatedProgram.bat
  2238. goto MT
  2239.  
  2240. :CF1
  2241. cd %usersprofile%/Desktop/MashTinFile/Users/%name1%File
  2242. cls
  2243. goto CFY
  2244.  
  2245. :CFYOS
  2246. if not exist %nameC%Program.bat goto CFN
  2247. goto CFYOSF
  2248.  
  2249. :CFY
  2250. cls
  2251. echo Latest created file
  2252. echo ----------------------------
  2253. call %name1%CreatedProgram.bat
  2254. echo  Latest Created Program = %Program%
  2255. echo ----------------------------
  2256. echo (1 Open
  2257. echo (2 Exit
  2258. echo ------------------------------
  2259. set /p input=Code:
  2260. if %input%==1 goto CFYO
  2261. if %input%==2 goto CFYE
  2262. goto MT
  2263.  
  2264. :CFYO
  2265. set /p nameC=Name of your created file:
  2266. goto CFYOS
  2267.  
  2268. :CFYOSF
  2269. start %nameC%Program.bat
  2270. goto MT
  2271.  
  2272. :CFYE
  2273. goto MT
  2274.  
  2275.  
  2276. :CFN
  2277. cls
  2278. echo Created Files
  2279. echo ----------------------------------
  2280. echo You haven't created This Program
  2281. pause
  2282. goto MT
  2283.  
  2284. :AYA
  2285. cd %userprofile%/Desktop/MashTinFile/Users/%name1%File
  2286. cls
  2287. title About %name1%
  2288. call :c e " About %name1%" /n
  2289. call :c c "------------------------------" /n
  2290. call "%name1%.bat
  2291. call :c e "Username=%Username%" /n
  2292. call :c e "Password=%Password%" /n
  2293.  
  2294. if not exist %name1%Lucky.bat goto LNS
  2295. goto LYS
  2296.  
  2297. :LYS
  2298. call %name1%Lucky.bat
  2299. call :c e "Lucky=%Lucky%" /n
  2300. call %name1%stat.bat
  2301. call :c e "Stat=%Stats%" /n
  2302. call %name1%Gender.bat
  2303. call :c e "Gender=%Gender%" /n
  2304. call %name1%Phone.bat
  2305. call :c e "PhoneNumber=%Phone%" /n
  2306. goto MTL
  2307.  
  2308. :LNS
  2309. call :c e "Lucky=No" /n
  2310. call %name1%stat.bat
  2311. call :c e "Stat=%Stats%" /n
  2312. call %name1%Gender=%Stats%" /n
  2313. call %name1%Gender
  2314. call :c e "Gender=%Gender%" /n
  2315. call %name1%Phone.bat
  2316. call :c e "PhoneNumber=%Phone%" /n
  2317. goto MTL
  2318.  
  2319. :MTL
  2320. call :c c "------------------------------" /n
  2321. pause >nul
  2322. goto MT
  2323.  
  2324. :IC
  2325. cls
  2326. title Internet Connector
  2327. echo Internet Connector(This will be nothing shown while Connecting)
  2328. echo -------------------------------------
  2329. set /p NameIT =Name of your Wifi:
  2330. netsh wlan connect %NameIT%
  2331. goto MT
  2332.  
  2333. :LD
  2334. cls
  2335. title Lucky Draw
  2336. echo Lucky Draw
  2337. echo -----------------------------------
  2338. set /p YLucky=Your Lucky Number:
  2339. if %YLucky%==77777 goto Access
  2340. goto Normal
  2341.  
  2342. :Normal
  2343. set Lucky=%random%
  2344. goto Chance
  2345.  
  2346. :Chance
  2347. echo Lucky Number = %Lucky%
  2348. echo Your Lucky Number = %YLucky%
  2349. pause
  2350. if %Lucky%==%YLucky% goto LDB
  2351. goto LDL
  2352.  
  2353. :Access
  2354. set Lucky=77777
  2355. goto Chance
  2356.  
  2357. :LDL
  2358. cls
  2359. title Lucky Draw (lose)
  2360. echo Lucky Draw
  2361. echo ------------------------
  2362. echo You lose the Lucky Draw
  2363. pause
  2364. goto MT
  2365.  
  2366. :LDW
  2367. cls
  2368. title Lucky Draw (win)
  2369. echo Lukcy Draw
  2370. echo ---------------------------------
  2371. echo You win the Lucky draw
  2372. pause
  2373. goto MT
  2374.  
  2375. :LDB
  2376. cd %userprofile%
  2377. cd Desktop
  2378. cd MashTinFile
  2379. cd Users
  2380. cd %name1%File
  2381. cls
  2382. echo set Lucky==Win >%name1%Lucky.bat
  2383. rd %name1%stat.bat
  2384. echo set stat=Lucky >%name1%stat.bat
  2385. goto LDW
Add Comment
Please, Sign In to add comment