KaungMyatKyaw

MashTin version (1.17)

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