Advertisement
KaungMyatKyaw

MashTin version (0.10)

May 21st, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 34.02 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. mode con lines=40
  18. mode con cols=70
  19. title MashTin
  20. color b
  21. cd %userprofile%/Desktop
  22. mkdir MashTinFile
  23. cd MashTinFile
  24. mkdir Users
  25. mkdir Downloads
  26. cls
  27.  
  28. :A
  29. cls
  30. cd %userprofile%/Desktop/MashTinFile/Users
  31. rd Admin.bat
  32. cls
  33.  
  34.  
  35. call :c a "                             MashTin ( Version 0.10) " /n
  36. echo.
  37. echo.
  38. call :c c " MashTin is came from PIP"&call :c e " (Made by KMK) "  /n
  39. echo -Better Than PIP ( Mello Studio )
  40. echo -Touch Enter to continue in other modes ...
  41. call :c c "---------------------------------------------------------" /n
  42. call :c e " (1 Login " /n
  43. call :c e " (2 Sign up " /n
  44. call :c c "---------------------------------------------------------" /n
  45. set /p input=Code:
  46. if %input%==1 goto LM1
  47. if %input%==2 goto SU1
  48. if %input%==skip goto MT
  49. if %input%==userallshow (start History.bat)
  50. if %input%==adminpanel goto AdminPanel
  51.  
  52. :Wrong
  53. cls
  54. echo -Wrong Code!!!
  55. pause
  56. goto A
  57.  
  58.  
  59. :AdminPanel
  60. cd %userprofile%
  61. cls
  62. cd %userprofile%
  63. echo @echo off >>Admin.bat
  64. echo color a >>Admin.bat
  65. echo mode con lines=25 >>Admin.bat
  66. echo mode con cols=50 >>Admin.bat
  67. echo title Admin Panel >>Admin.bat
  68. echo :AdminPanel >>Admin.bat
  69. echo cls >>Admin.bat
  70. echo Admin Panel >>Admin.bat
  71. echo echo ---------------- >>Admin.bat
  72. echo set /p input=AdminCommands: >>Admin.bat
  73. echo if %input%==ClearHistory goto clear >>Admin.bat
  74. echo if %input%==BanAllUser goto banUser >>Admin.bat
  75. echo goto AdminPanelN >>Admin.bat
  76. echo :AdminPanelN >>Admin.bat
  77. echo cls >>Admin.bat  
  78. echo echo Unsuccessful Command >>Admin.bat
  79. echo echo Your Command is not Success >>Admin.bat
  80. echo goto AdminPanel >>Admin.bat
  81. echo :clear >>Admin.bat
  82. echo cd %userprofile%/Desktop/MashTinFile/Users >>Admin.bat
  83. echo rd History.bat >>Admin.bat  
  84. echo goto AdminPanel >>Admin.bat
  85. echo :banUser >>Admin.bat
  86. echo echo Name to Ban >>Admin.bat
  87. echo echo ------------ >>Admin.bat
  88. echo set /p nameban=Name to Ban: >>Admin.bat
  89. echo rd /s %nameban%File >>Admin.bat
  90. echo goto AdminPanel
  91. start Admin.bat
  92. goto A
  93.  
  94. :SU1
  95. color b
  96. title Sign Up
  97. cls
  98. call :c e " Sign "&call :c c "Up" /n
  99. call :c c "------------------------------" /n
  100. set /p Username=Username:
  101. set /p Password=Password:
  102. set /p Gender=Gender(male/female):
  103. set /p Phone=Phone Number:
  104. goto UsernameCheck
  105.  
  106. :UsernameCheck
  107. cd %userprofile%/Desktop/MashTinFile/Users
  108. cls
  109. if not exist %Username%File goto save
  110. goto AE
  111.  
  112. :AE
  113. cls
  114. call :c c " This Username is already taken "&call :c e ":(" /n
  115. call :c c "----------------------------------------------------" /n
  116. echo Use other username
  117. pause >nul
  118. goto A
  119.  
  120.  
  121. :HistoryS
  122. cls
  123. cd %userprofile%/Desktop/MashTinFile/Users
  124. cls
  125. (echo @echo off
  126. echo color a
  127. echo echo %Username% Sign Up %date% : %time%
  128. echo pause
  129. echo cls)>>History.bat
  130. goto A
  131. :save
  132. cls
  133. cd Users
  134. md %Username%File
  135. cd %Username%File
  136. cls
  137. (echo set Username=%Username%
  138. echo set Password=%Password%)>%Username%.bat
  139. echo set Stats == New >%Username%stat.bat
  140. echo set MashTix=0 >%Username%MashTix.bat
  141. echo set Gender=%Gender% >%Username%Gender.bat
  142. echo set Phone=%Phone% >%Username%Phone.bat
  143. call :c e " Success "&call :c c " :) " /n
  144. call :c c "-----------------------------" /n
  145. call :c e "Successfully Sign up" /n
  146. pause >nul
  147. goto HistoryS
  148.  
  149. :LM1
  150. title Login
  151. cd Users
  152. cls
  153. call :c e " Login " /n
  154. call :c c "-------------------------------------------------" /n
  155. set /p name1=Username:
  156. cd %name1%File
  157. if not exist %name1%.bat (
  158. call :c c "Invaid username" /n
  159. pause >nul
  160. goto A
  161. )
  162. set /p pass1=Password:
  163. call %name1%.bat
  164. if %pass1%==%Password% goto HistoryL
  165. if not %pass1%==%Password% (
  166. call :c c "Invaid Password" /n
  167. pause
  168. goto A
  169. )
  170. :HistoryL
  171. cls
  172. cd %userprofile%
  173. cd Desktop
  174. cd MashTinFile
  175. cd Users
  176. cls
  177. (echo @echo off
  178. echo color a
  179. echo echo %Username% Login %date% : %time%
  180. echo pause
  181. echo cls)>>History.bat
  182. goto MTC
  183.  
  184. :MTC
  185. cd %userprofile%/Desktop/MashTinFile/Users/%name1%File
  186. call %name1%stat.bat
  187. if Stats==New goto MTN
  188. goto MTM
  189.  
  190. :MTN
  191. cd %name1%File
  192. title MashTin for New
  193. cls
  194. echo                                              MashTin(HELP!!!)
  195. echo ----------------------------------------------------------------------------------------------
  196. echo Welcome you are New, %name1%
  197. echo (1 First Welcome
  198. echo (2 Click the Number of the start to Go
  199. echo (3 Need Help?
  200. echo (4 Call me
  201. echo (5 Creator KaungMyatKyaw
  202. pause
  203. goto MTM
  204.  
  205. :MTM
  206. set input=0
  207. cd Users
  208. cd %name1%File
  209. cls
  210. rd %name1%stat.bat
  211. echo set Stats=Starter>%name1%stat.bat
  212. cls
  213. goto MTL
  214.  
  215. :MTL
  216. setlocal disableDelayedExpansion
  217. set q=^"
  218. call :c e " Added by MashTin( Mello Studio ) With help of pastebin " /n
  219. call :c c "------------------------------------------------------------" /n  
  220. echo(
  221. echo(
  222. call :c 0E "                ,      .-;" /n
  223. call :c 0E "             ,  |\    / /  __," /n
  224. call :c 0E "             |\ '.`-.|  |.'.-'" /n
  225. call :c 0E "              \`'-:  `; : /" /n
  226. call :c 0E "               `-._'.  \'|" /n
  227. call :c 0E "              ,_.-=` ` `  ~,_" /n
  228. call :c 0E "               '--,.    "&call :c 0c ".-. "&call :c 0E ",=!q!." /n
  229. call :c 0E "                 /     "&call :c 0c "{ "&call :c 0A "* "&call :c 0c ")"&call :c 0E "`"&call :c 06 ";-."&call :c 0E "}" /n
  230. call :c 0E "                 |      "&call :c 0c "'-' "&call :c 06 "/__ |" /n
  231. call :c 0E "                 /          "&call :c 06 "\_,\|" /n
  232. call :c 0E "                 |          (" /n
  233. call :c 0E "             "&call :c 0c "__ "&call :c 0E "/ '          \" /n
  234. call :c 02 "     /\_    "&call :c 0c "/,'`"&call :c 0E "|     '   "&call :c 0c ".-~!q!~~-." /n
  235. call :c 02 "     |`.\_ "&call :c 0c "|   "&call :c 0E "/  ' ,    "&call :c 0c "/        \" /n
  236. call :c 02 "   _/  `, \"&call :c 0c "|  "&call :c 0E "; ,     . "&call :c 0c "|  ,  '  . |" /n
  237. call :c 02 "   \   `,  "&call :c 0c "|  "&call :c 0E "|  ,  ,   "&call :c 0c "|  :  !!  : !!| /n
  238. call :c 02 "   _\  `,  "&call :c 0c "\  "&call :c 0E "|.     ,  "&call :c 0c "|  |  |  | |" /n
  239. call :c 02 "   \`  `.   "&call :c 0c "\ "&call :c 0E "|   '     "&call :c 0A "|"&call :c 0c "\_|-'|_,'\|" /n
  240. call :c 02 "   _\   `,   "&call :c 0A "`"&call :c 0E "\  '  . ' "&call :c 0A "| |  | |  |           "&call :c 02 "__" /n
  241. call :c 02 "   \     `,   "&call :c 0E "| ,  '    "&call :c 0A "|_/'-|_\_/     "&call :c 02 "__ ,-;` /" /n
  242. call :c 02 "    \    `,    "&call :c 0E "\ .  , ' .| | | | |   "&call :c 02 "_/' ` _=`|" /n
  243. call :c 02 "     `\    `,   "&call :c 0E "\     ,  | | | | |"&call :c 02 "_/'   .=!q!  /" /n
  244. call :c 02 "     \`     `,   "&call :c 0E "`\      \/|,| ;"&call :c 02 "/'   .=!q!    |" /n
  245. call :c 02 "      \      `,    "&call :c 0E "`\' ,  | ; "&call :c 02 "/'    =!q!    _/" /n
  246. call :c 02 "       `\     `,  "&call :c 05 ".-!q!!q!-. "&call :c 0E "': "&call :c 02 "/'    =!q!     /" /n
  247. call :c 02 "        _`\    ;"&call :c 05 "_{  '   ; "&call :c 02 "/'    =!q!      /" /n
  248. call :c 02 "       _\`-/__"&call :c 05 ".~  `."&call :c 07 "8"&call :c 05 ".'.!q!`~-. "&call :c 02 "=!q!     _,/" /n
  249. call :c 02 "    __\      "&call :c 05 "{   '-."&call :c 07 "|"&call :c 05 ".'.--~'`}"&call :c 02 "    _/" /n
  250. call :c 02 "    \    .=!q!` "&call :c 05 "}.-~!q!'"&call :c 0D "u"&call :c 05 "'-. '-..'  "&call :c 02 "__/" /n
  251. call :c 02 "   _/  .!q!    "&call :c 05 "{  -'.~('-._,.'"&call :c 02 "\_,/" /n
  252. call :c 02 "  /  .!q!    _/'"&call :c 05 "`--; ;  `.  ;" /n
  253. call :c 02 "   .=!q!  _/'      "&call :c 05 "`-..__,-'" /n
  254. call :c 02 "    __/'" /n
  255. echo(
  256. goto MT
  257.  
  258. :c
  259. setlocal enableDelayedExpansion
  260. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  261.  
  262. :colorPrint Color  Str  [/n]
  263. setlocal
  264. set "s=%~2"
  265. call :colorPrintVar %1 s %3
  266. exit /b
  267.  
  268. :colorPrintVar  Color  StrVar  [/n]
  269. if not defined DEL call :initColorPrint
  270. setlocal enableDelayedExpansion
  271. pushd .
  272. ':
  273. cd \
  274. set "s=!%~2!"
  275. for %%n in (^"^
  276.  
  277. ^") do (
  278.   set "s=!s:\=%%~n\%%~n!"
  279.   set "s=!s:/=%%~n/%%~n!"
  280.   set "s=!s::=%%~n:%%~n!"
  281. )
  282. for /f delims^=^ eol^= %%s in ("!s!") do (
  283.   if "!" equ "" setlocal disableDelayedExpansion
  284.   if %%s==\ (
  285.     findstr /a:%~1 "." "\'" nul
  286.     <nul set /p "=%DEL%%DEL%%DEL%"
  287.   ) else if %%s==/ (
  288.     findstr /a:%~1 "." "/.\'" nul
  289.     <nul set /p "=%DEL%%DEL%%DEL%%DEL%%DEL%"
  290.   ) else (
  291.     >colorPrint.txt (echo %%s\..\')
  292.     findstr /a:%~1 /f:colorPrint.txt "."
  293.     <nul set /p "=%DEL%%DEL%%DEL%%DEL%%DEL%%DEL%%DEL%"
  294.   )
  295. )
  296. if /i "%~3"=="/n" echo(
  297. popd
  298. exit /b
  299.  
  300.  
  301. :initColorPrint
  302. for /f %%A in ('"prompt $H&for %%B in (1) do rem"') do set "DEL=%%A %%A"
  303. <nul >"%temp%\'" set /p "=."
  304. subst ': "%temp%" >nul
  305. exit /b
  306.  
  307.  
  308. :cleanupColorPrint
  309. 2>nul del "%temp%\'"
  310. 2>nul del "%temp%\colorPrint.txt"
  311. >nul subst ': /d
  312. exit /b
  313.  
  314. :MT
  315. mode con lines=40
  316. mode con cols=70
  317. setlocal disableDelayedExpansion
  318. color b
  319. cd ..
  320. cd %userprofile%
  321. cd Desktop
  322. cd MashTinFile
  323. cd Users
  324. cd %name1%File
  325. cls
  326. title MashTin
  327. call %name1%MashTix.bat
  328. cls
  329. set input=" "
  330. call :c a "                      MashTin ( Version 0.10 )" /n
  331.  
  332. echo Acc = %name1% MashTix = %MashTix%
  333. echo Location = %userprofile%
  334. call :c c "----------------------------------------------------------- " /n
  335. call :c e " (1 Internet Connector " /n
  336. call :c e " (2 Downloader " /n
  337. call :c e " (3 Movies,Series and Channels " /n
  338. call :c e " (4 Create Your Own Program " /n
  339. call :c e " (5 Created Programs By %name1% " /n
  340. call :c e " (6 Lucky Draw " /n
  341. call :c e " (7 About your Account " /n
  342. call :c e " (8 Update Info " /n
  343. call :c e " (9 Quiz " /n
  344. call :c e " (10 Commands " /n
  345. call :c e " (11 Mello Studio " /n
  346. call :c e " (12 Math Quiz " /n
  347. call :c e " (13 Errorlevel Finder " /n
  348. call :c e " (14 cmd Emulator " /n
  349. call :c e " (15 App data " /n
  350. call :c e " (16 Run " /n
  351. call :c e " (17 Decoder ( Work ) " /n
  352. call :c e " (18 Number to Roman Conversation " /n
  353. call :c e " (19 Directory " /n
  354. call :c e " (20 Size Changer for MashTin " /n
  355. call :c e " (21 WMIC Tools " /n
  356. call :c e " (22 The Internet Downloader for Images " /n
  357. call :c c "----------------------------------------------------------- " /n
  358. set /p input=Code:
  359. if %input%==1 goto IC
  360. if %input%==2 goto DLD
  361. if %input%==3 goto INCME
  362. if %input%==4 goto CYOP
  363. if %input%==5 goto CF1
  364. if %input%==6 goto LD
  365. if %input%==7 goto AYA
  366. if %input%==8 goto UI
  367. if %input%==9 goto Quiz1
  368. if %input%==10 goto Commands
  369. if %input%==11 goto MelloStudio
  370. if %input%==117248 goto Admin
  371. if %input%==12 goto MQ
  372. if %input%==13 goto EF
  373. if %input%==14 goto CE
  374. if %input%==15 goto AD
  375. if %input%==16 goto Run
  376. if %input%==17 goto Decoder
  377. if %input%==18 goto NRC
  378. if %input%==19 goto DIR
  379. if %input%==20 goto SCM
  380. if %input%==21 goto WMIC
  381. if %input%==22 goto InternetDownloader
  382. goto MT
  383.  
  384. :InternetDownloader
  385. mode con lines=100
  386. mode con cols=100
  387. cls
  388. call :c e " Internet Downloader(Copy Image Location from Internet and Write it at Image Location) " /n
  389. call :c c "--------------------------------------------------------------------------------------------------" /n
  390. set /p ImageLocation=ImageLocation:
  391. set /p Name=Name to give your Image:
  392. set /p Location=Location to put:
  393. Bitsadmin /transfer "anyname" %ImageLocation% %Location%\%Name%.jpg
  394. start %Location%\%Name%.jpg
  395. goto MT
  396.  
  397. :WMIC
  398. cls
  399. set input=
  400. cd %userprofile%/Desktop/MashTinFile
  401. mkdir WMICfile
  402. cd WMICfile
  403. call :c e " WMIC TOOLS" /n
  404. call :c c "------------------------------" /n
  405. call :c e " (1 OutPut Checker " /n
  406. call :c e " (2 Exit " /n
  407. call :c e " (3 Motherboard Checker(Baseboard)" /n
  408. call :c e " (4 CPU Checker" /n
  409. call :c e " (5 Boot Config" /n
  410. call :c e " (6 Desktop Advanced Checker" /n
  411. call :c e " (7 Products Chekcer" /n
  412. call :c e " (8 User Account Checker" /n
  413. call :c e " (9 Inside Computer Temperature Checker(only for few computer)" /n
  414. call :c e " (10 Time Zone Checker" /n
  415. call :c c "------------------------------" /n
  416. set /p input=Code:
  417. if %input%==1 goto WMICB
  418. if %input%==2 goto MT
  419. if %input%==3 goto Motherboard
  420. if %input%==4 goto CPU
  421. if %input%==5 goto Boot
  422. if %input%==6 goto Desktop
  423. if %input%==7 goto Product
  424. if %input%==8 goto UserAccount
  425. if %input%==9 goto Temperature
  426. if %input%==10 goto Timezone
  427. goto WMIC
  428.  
  429. :Timezone
  430. cls
  431. set input=
  432. cd %userprofile%/Desktop/MashTinFile/WMICfile
  433. cls
  434. wmic timezone list /format:hform >timezone.html
  435. start timezone.html
  436. goto WMIC
  437.  
  438. :Temperature
  439. cls
  440. set input=
  441. cd %userprofile%/Desktop/MashTinFile/WMICfile
  442. cls
  443. wmic temperature list /format:hform >temperature.html
  444. start temperature.html
  445. goto WMIC
  446.  
  447.  
  448.  
  449. :UserAccount
  450. cls
  451. set input=
  452. cd %userprofile%/Desktop/MashTinFile/WMICfile
  453. cls
  454. wmic useraccount list /format:hform >useraccount.html
  455. start useraccount.html
  456. goto WMIC
  457.  
  458. :Product
  459. cls
  460. set input=
  461. cd %userprofile%/Desktop/MashTinFile/WMICfile
  462. cls
  463. wmic product list /format:hform >product.html
  464. start product.html
  465. goto WMIC
  466.  
  467.  
  468. :Desktop
  469. cls
  470. set input=
  471. cd %userprofile%/Desktop/MashTinFile/WMICfile
  472. cls
  473. wmic Desktop list /format:hform >Desktop.html
  474. start Desktop.html
  475. goto WMIC
  476.  
  477. :Boot
  478. cls
  479. set input=
  480. cd %userprofile%/Desktop/MashTinFile/WMICfile
  481. cls
  482. wmic bootconfig list /format:hform >Boot.html
  483. start Boot.html
  484. goto WMIC
  485.  
  486.  
  487.  
  488. :CPU
  489. cls
  490. set input=
  491. cd %userprofile%/Desktop/MashTinFile/WMICfile
  492. cls
  493. wmic cpu list /format:hform >CPU.html
  494. start CPU.html
  495. goto WMIC
  496.  
  497. :Motherboard
  498. cls
  499. set input=
  500. cd %userprofile%/Desktop/MashTinFile/WMICfile
  501. wmic baseboard list /format:hform >Motherboard.html
  502. start Motherboard.html
  503. goto WMIC
  504.  
  505.  
  506. :WMICB
  507. cls
  508. call :c e " Finding the WMIC BIOS" /n
  509. call :c c "--------------------------" /n
  510. mkdir WMIC
  511. dir
  512. ping localhost -n 2
  513. cls
  514. call :c e " Going In ..." /n
  515. call :c c "--------------------------" /n
  516. echo %userprofile%/Desktop/MashTinFile/WMICfile/WMIC/
  517. cd WMIC
  518. ping localhost -n 2
  519. cls
  520. call :c e " Success for Going In ..." /n
  521. call :c c "--------------------------" /n
  522. wmic bios
  523. ping localhost -n 2
  524. cls
  525. call :c e " List of WMIC BIOS(Wait a Sec...)" /n
  526. call :c c "--------------------------" /n
  527. wmic bios list /format
  528. ping localhost -n 5
  529. cls
  530. call :c e " Getting HTML for BIOS..." /n
  531. call :c c "--------------------------" /n
  532. wmic bios list /format:hform
  533. ping localhost -n 2
  534. cls
  535. call :c e " Opening..." /n
  536. call :c c "--------------------------" /n
  537. wmic bios list /format:hform >WMICBIOS.html
  538. start WMICBIOS.html
  539. ping localhost -n 2
  540. goto WMIC
  541.  
  542.  
  543. :SCM
  544. cls
  545. call :c e " Size Changer" /n
  546. call :c c "----------------------" /n
  547. set /p size=Column :
  548. set /p line=Line :
  549. mode con lines=%size%
  550. mode con cols=%line%
  551. goto MT
  552.  
  553. :DIR
  554. cls
  555. call :c e " Directory Finder " /n
  556. call :c c "--------------------------------" /n
  557. set /p location=Location to Find:
  558. goto DIRE
  559.  
  560. :DIRE
  561. cls
  562. call :c e " Directory of %location% " /n
  563. call :c c "-------------------------------" /n
  564. dir
  565. pause
  566. goto MT
  567.  
  568. :NRC
  569. cls
  570. Setlocal enabledelayedexpansion
  571. Title Number to Roman Conversion (MashTin)
  572.  
  573. set "RF="
  574. set "N="
  575. Set "R=1"
  576. Set "R_1=. M MM MMM"
  577. Set "R_2=. C CC CCC CD D DC DCC DCCC CM"
  578. Set "R_3=. X XX XXX XL L LX LXX LXXX XC"
  579. Set "R_4=. I II III IV V VI VII VIII IX"
  580.  
  581. :Input
  582. call :c e " Number to Roman Conversation ( MashTin ) " /n
  583. call :c c "-----------------------------------------------" /n
  584. Set /p "N=Enter Number > "
  585. If Not Defined N Cls & Goto :Input
  586. If 0 GEQ %N% (Echo.Fuera de Rango&Goto :Input)
  587. If 3999 LSS %N% (Echo.Fuera de Rango&Goto :Input)
  588.  
  589. :Split
  590. Set /a "M_O=N%%10"
  591. Set /a "M_T=(N%%100)-M_O"
  592. Set /a "M_C=(N%%1000)-(M_T+M_O)"
  593. Set /a "M_M=N-(M_C+M_T+M_O)"
  594.  
  595. :Convert
  596. Set "Sp= %M_M:~0,1%%M_C:~0,1%%M_T:~0,1%%M_O:~0,1%"
  597. :R_to_N
  598. If 5 EQU %R% (Set "RF=!RF:.=!"&Goto :Show)
  599. Set /a "T=!Sp:~%R%,1!+1"
  600. For /f "tokens=%T%" %%b in ('Echo.!R_%R%!') do (Set "RF=!RF!%%b")
  601. Set /a "R+=1"
  602. Goto :R_to_N
  603.  
  604. :Show
  605. Echo. Number = %N%
  606. Echo. Roman  = %RF%
  607. Echo.
  608. Pause
  609. goto MT
  610.  
  611. :Decoder
  612. set ascii=
  613. cls
  614. setlocal enableextensions enabledelayedexpansion
  615. title Decoder base64 by MashTin
  616. set base64=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
  617.  
  618. :input
  619. cls
  620. call :c e "Decoder" /n
  621. call :c c "-------------------------" /n
  622. set text=
  623. set /p text=Input base64 text:
  624. if defined text call :decoder
  625. goto :input
  626.  
  627. :decoder
  628. set char.equ=0
  629. set binario.total=
  630. set decimal.total=
  631. echo:Wait...
  632. call :base64.binario
  633. for /l %%a in (1 1 %char.equ%) do (
  634. set binario.total=!binario.total!000000
  635. set binario.total=!binario.total:~0,-8!)
  636. call :binario.ocho.bits
  637. call :decimal.ascii
  638. echo:Output ascii text:%ascii%
  639. pause>nul
  640. goto MT
  641.  
  642. :base64.binario
  643. set char=%text:~0,1%
  644. if "!char!" equ "=" (set /a char.equ+=1) else call :char.binario
  645. set text=%text:~1%
  646. if not defined text goto :eof
  647. goto :base64.binario
  648.  
  649. :char.binario
  650. for /l %%a in (0 1 64) do (
  651. set value=!base64:~%%a,1!
  652. if "!char!" equ "!value!" (
  653. call :decimal.binario %%a))
  654. set binario.total=%binario.total%%binario%
  655. goto :eof
  656.  
  657. :decimal.binario
  658. set value=%1
  659. set binario=
  660. :binario.loop
  661. set /a mod=value%%2
  662. set /a value/=2
  663. set binario=%mod%%binario%
  664. if %value%==0 (
  665. call :count.char %binario%
  666. for /l %%a in (!digit! 1 5) do set binario=0!binario!
  667. goto :eof)
  668. goto :binario.loop
  669.  
  670. :count.char
  671. set value=%1
  672. set digit=1
  673. :count.loop
  674. set value=%value:~1%
  675. if not defined value goto :eof
  676. set /a digit+=1
  677. goto :count.loop
  678.  
  679. :binario.ocho.bits
  680. set count=0
  681. set decimal=0
  682. set ocho.bits=%binario.total:~0,8%
  683. call :binario.decimal
  684. if defined decimal.total (set decimal.total=%decimal.total%,%decimal%) else set decimal.total=%decimal%
  685. set binario.total=%binario.total:~8%
  686. if not defined binario.total goto :eof
  687. goto :binario.ocho.bits
  688.  
  689. :binario.decimal
  690. set bit=%ocho.bits:~-1%
  691. if "%bit%" equ "1" (
  692. set /a "add=1<<count"
  693. set /a decimal+=add)
  694. set /a count+=1
  695. set ocho.bits=%ocho.bits:~0,-1%
  696. if not defined ocho.bits goto :eof
  697. goto :binario.decimal
  698.  
  699. :decimal.ascii
  700. For %%a in (%decimal.total%) do (
  701. Cmd /cexit /b %%a
  702. Set "Ascii=!Ascii!!=ExitCodeAscii!")
  703. Goto :Eof
  704. goto MT
  705.  
  706. :Run
  707. cls
  708. echo Run the Program by MashTin
  709. echo Type 1 to exit
  710. echo -----------------------------------
  711. set /p run=Run:
  712. if %run%==1 goto MT
  713. start %run%
  714. goto Run
  715.  
  716.  
  717. :AD
  718. cls
  719. echo Appdata of %userprofile% ( MashTin )
  720. echo --------------------------------
  721. echo %appdata%
  722. pause
  723. goto MT
  724.  
  725.  
  726. :CE
  727. cls
  728. echo Write 1 to Exit
  729. echo -------------------------
  730. set /p command= Command:
  731. if %command%==1 goto MT
  732. %command%
  733. goto CE
  734.  
  735. :EF
  736. cls
  737. echo Local ErrorLevel for now is %ERRORLEVEL%
  738. echo -----------------------------------------
  739. echo (1 Web ErrorLevel Finder
  740. echo (2 Exit
  741. echo ------------------------------------
  742. set /p input=Code:
  743. if %input%==1 goto WEF
  744. if %input%==2 goto MT
  745. goto EF
  746.  
  747. :WEF
  748. cls
  749. echo Web ErrorLevel
  750. echo --------------------------------
  751. set /p web=Webname to Check:
  752. echo Connecting ...
  753. ping %web% -n 2
  754. ping localhost -n 2
  755. cls
  756. echo %random%%random% Checking..
  757. ping localhost -n 2
  758. cls
  759. echo IP
  760. echo ---------
  761. ipconfig /all
  762. ping localhost -n 2
  763. cls
  764. echo -------------
  765. echo Users
  766. echo ------------
  767. net users
  768. echo ------
  769. ping localhost -n 2
  770. cls
  771. echo Success
  772. echo ---------------------------
  773. ping %web% -n 1
  774. echo -------------------------
  775. call :c e " ErrorLevel = %errorlevel% " /n
  776. echo --------------------------
  777. pause
  778. goto MT
  779.  
  780. :MQ
  781. title Math Quiz
  782. cls
  783. echo Math Quiz
  784. echo ===================
  785. set one=%random%
  786. set two=%random%
  787. if %random%>20000goto MQP
  788. if %random%<20000 goto MQM
  789. :MQA
  790. echo %one%%P%%two%
  791. set /p answer=Answer:
  792. set /a answer1=%one%%P%%two%
  793. if answer==%answer1% goto MQAW
  794. goto MQAL
  795.  
  796. :MQAL
  797. cls
  798. echo Lose the Math Quiz :(
  799. echo ------------------------------------
  800. echo Sorry Try Again
  801. echo ----------------------------------------
  802. pause
  803. goto MT
  804.  
  805. :MQAW
  806. cls
  807. echo Win the Math Quiz :)
  808. echo --------------------------------
  809. echo You win the Math Quiz
  810. echo ---------------------------------
  811. pause
  812. goto MT
  813.  
  814. :MQP
  815. set P=+
  816. goto MQA
  817.  
  818. :MQM
  819. set P=-
  820. goto MA
  821.  
  822.  
  823. :Admin
  824. set input=0
  825. cd MashTinFile
  826. cd Users
  827. cd %name1%File
  828. cls
  829. rd %name1%stat.bat
  830. echo set Stats=Admin>%name1%stat.bat
  831. cls
  832. goto MTA
  833.  
  834. :MTA
  835. cls
  836. call :c e "MashTin" /n
  837. call :c c "-------------------------------" /n
  838. call :c e "You are now Admin :)" /n
  839. call :c c "----------------------------" /n
  840. pause >nul
  841. goto MTAP
  842.  
  843. :MTAP
  844. set input=
  845. cd %userprofile%/Desktop
  846. cls
  847. call :c e "Admin of MashTin(%name1%)" /n
  848. call :c c "-----------------------------------------" /n
  849. call :c e "(1 Attrab Files Read Only(Administractor required)" /n
  850. call :c e "(2 Exit" /n
  851. call :c e "(3 History of Users" /n
  852. call :c e "(4 Ban User" /n
  853. call :c c "------------------------------------------" /n
  854. set /p input=Code:
  855. if %input%==1 goto AFRO
  856. if %input%==2 goto MTR
  857. if %input%==3 goto HU
  858. if %input%==4 goto BU
  859. goto MTAP
  860.  
  861. :BU
  862. cd %userprofile%/Desktop/MashTinFile/Users
  863. cls
  864. call :c e "Ban to User" /n
  865. echo -----------------------
  866. set /p namer=Name to Remove:
  867. rd /S %namer%File
  868. goto HistoryB
  869.  
  870. :HistoryB
  871. cls
  872. cd %userprofile%/Desktop/MashTinFile/Users
  873. (echo @echo off
  874. echo color a
  875. echo echo %namer% Banned by %name1% %date% : %time%
  876. echo pause
  877. echo cls)>>History.bat
  878. goto BUY
  879.  
  880. :BUY
  881. cls
  882. call :c e " Successfully Banned to %namer%" /n
  883. call :c c "-----------------------------------" /n
  884. if %namer%==%name1% goto BUN
  885. echo - Banned to %namer%
  886. pause
  887. goto MTA
  888.  
  889. :BUN
  890. cls
  891. echo You are Banned :(
  892. echo -------------------------------
  893. echo - Bye. Things you did will be delete
  894. pause
  895. exit
  896.  
  897. :MTR
  898. cls
  899. echo Alert!!!
  900. echo ---------------------
  901. echo When you leave this You need to write the code again to Be admin or you are Starter
  902. echo ---------------------
  903. pause
  904. goto MT
  905.  
  906.  
  907. :HU
  908. cd MashTinFile
  909. cd Users
  910. start History.bat
  911. goto MTA
  912.  
  913. :MTAP
  914. cls
  915. echo Attrab Files
  916. echo -------------------------
  917. attrab
  918. pause
  919. echo ------------------------------
  920. echo (1 Add Read Only
  921. echo (2 Remove Read Only
  922. echo ------------------------------
  923. set /p input=Code:
  924. if %input%==1 goto ARO
  925. if %input%==2 goto RRO
  926.  
  927. :ARO
  928. cls
  929. echo List
  930. echo
  931. echo Add Read Only File
  932. echo -------------------------
  933. set /p text=Name:
  934. attrab r %text%
  935. pause
  936. goto MTA
  937.  
  938. :RRO
  939. cls
  940. echo Remove Read Only File
  941. echo ------------------------------
  942. set /p text=Name:
  943. attrab -r %text%
  944. pause
  945. goto MTA
  946.  
  947.  
  948.  
  949.  
  950. :MelloStudio
  951. set input=0
  952. cls
  953. call :c e "                                      MelloStudio " /n
  954. call :c c "---------------------------------------------------------- " /n
  955. call :c c " | News | " /n
  956. call :c c "----------" /n
  957. call :c e " - Hiring Members " /n
  958. call :c c "---------------------------------------------------------- " /n
  959. call :c e "(1 Join " /n
  960. call :c e "(2 Message " /n
  961. call :c e "(3 Members " /n
  962. call :c e "(4 Exit " /n
  963. call :c c "---------------------------------------------------------- " /n
  964. set /p input=Code:
  965. if %input%==1 goto Join
  966. if %input%==2 goto Message
  967. if %input%==3 goto Members
  968. if %input%==4 goto MT
  969.  
  970. :Join
  971. set input=0
  972. cls
  973. start https://www.facebook.com/groups/2191956970920081/
  974. echo Join Request
  975. echo ---------------------------------
  976. echo Now Join my team
  977. echo --------------------------------------
  978. pause
  979. goto MT
  980.  
  981. :Message
  982. set input=0
  983. cls
  984. echo Message
  985. echo -------------------
  986. set /p input=Message:
  987. set /p id=Id to send ( Not known message me in Facebook ):
  988. if %id%==%random% goto MessageY
  989. goto MessageN
  990.  
  991. :MessageY
  992. cls
  993. echo Message
  994. echo -------------------
  995. echo Your Message Have been sent
  996. echo -------------------
  997. pause
  998. goto MT
  999.  
  1000. :MessageN
  1001. cls
  1002. echo Message
  1003. echo ------------------
  1004. echo ID wrong (Error 10314)
  1005. echo -----------------
  1006. pause
  1007. goto MT
  1008.  
  1009. :Members
  1010. cls
  1011. call :c e "Members of MashTin(Need Member)" /n
  1012. call :c e "--------------------------------" /n
  1013. call :c e "KaungMyatKyaw - Leader" /n
  1014. call :c e " Banyar Po - Junior Member" /n
  1015. call :c e " La Pyae - Junior Member" /n
  1016. call :c e "--------------------------------" /nf
  1017. pause
  1018. goto MT
  1019.  
  1020. :Commands
  1021. title Commands
  1022. cd ..
  1023. cd ..
  1024. cd ..
  1025. cd Users
  1026. cd Aspire
  1027. cd Desktop
  1028. cls
  1029. set input=0
  1030. call :c e "                                              Commands " /n
  1031. call :c c "------------------------------------------------------------" /n
  1032. call :c e "(1 IP name" /n
  1033. call :c e "(2 History Wifi Password Finder For Window 10" /n
  1034. call :c e "(3 Connect Wifi History" /n
  1035. call :c e "(4 Create File" /n
  1036. call :c e "(5 Exit" /n
  1037. call :c e " (6 attrib Files" /n
  1038. call :c c "------------------------------------------------------------" /n
  1039. set /p input=Code:
  1040. if %input%==1 goto IP
  1041. if %input%==2 goto HWP
  1042. if %input%==3 goto CWH
  1043. if %input%==4 goto CF2
  1044. if %input%==5 goto MT
  1045. if %input%==6 goto AFK
  1046.  
  1047. :AFK
  1048. cd MashTinFile
  1049. cd Users
  1050. cd %name1%File
  1051. cls
  1052. echo Now attribing files by MashTin of your acc
  1053. echo ---------------------------------------------------------
  1054. attrib
  1055. pause
  1056. goto Commands
  1057.  
  1058.  
  1059. :CF2
  1060. set  input=0
  1061. cls
  1062. echo Create File (By MashTin) With %name1%
  1063. echo -------------------------------------------------------------
  1064. set /p input=Name to Create:
  1065. if %input%==1 goto CF2
  1066. cd Desktop
  1067. mkdir %input%
  1068. goto CFY
  1069.  
  1070. :CFY
  1071. cls
  1072. echo Create File ( Success )
  1073. echo ------------------------------------------
  1074. echo You have create your file
  1075. pause
  1076. goto Commands
  1077.  
  1078. :IP
  1079. cls
  1080. echo      IP Name (by MashTin)
  1081. echo ----------------------------------------------
  1082. ipconfig
  1083. pause
  1084. goto Commands
  1085.  
  1086. :HWP
  1087. set input=0
  1088. cls
  1089. echo       For Window 10 Only
  1090. echo ------------------------------------------------
  1091. set /p input=Write Your Wifi to Find Password History:
  1092. netsh wlan show profile name=%input% key=clear
  1093. pause
  1094. goto Commands
  1095.  
  1096. :CWH
  1097. cls
  1098. echo Wifi History (by MashTin)
  1099. echo ---------------------------------------
  1100. netsh wlan show profile
  1101. pause
  1102. goto Commands
  1103.  
  1104. :Quiz1
  1105. set point=0
  1106. cls
  1107. set input == 0
  1108. title Quiz of MashTin
  1109. echo Quiz 1 (Only the number)
  1110. echo - You will get 10 MashTix if you win all quiz 100%
  1111. echo --------------------------------
  1112. echo  Who is your first friend in Roblox
  1113. echo (1 Noob
  1114. echo (2 Builderman
  1115. echo (3 Builderguy
  1116. echo (4 Roblox
  1117. set /p input=Answer :
  1118. if %input%==1 goto Quiz1L
  1119. if %input%==2 goto Quiz1W
  1120. if %input%==3 goto Quiz1L
  1121. if %input%==4 goto Quiz1L
  1122. goto Quiz1
  1123.  
  1124. :Quiz1L
  1125. cls
  1126. set point = 0
  1127. goto Quiz2
  1128.  
  1129. :Quiz1W
  1130. cls
  1131. set point=1
  1132. goto Quiz2
  1133.  
  1134. :Quiz2
  1135. echo Quiz 2 (Only the number)
  1136. echo - You will get 10 MashTix if you win all quiz 100%
  1137. echo --------------------------------
  1138. echo What is the name of Roblox Money
  1139. echo (1 Robux
  1140. echo (2 Tix
  1141. echo (3 RoTix
  1142. echo (4 Roblox Dollar
  1143. set /p input=Answer :
  1144. if %input%==1 goto Quiz2W
  1145. if %input%==2 goto Quiz2L
  1146. if %input%==3 goto Quiz2L
  1147. if %input%==4 goto Quiz2L
  1148. goto Quiz2
  1149.  
  1150. :Quiz2W
  1151. cls
  1152. set /a point=1+%point%
  1153. goto Quiz3
  1154.  
  1155. :Quiz2L
  1156. cls
  1157. set /a point=0+%point%
  1158. goto Quiz3
  1159.  
  1160. :Quiz3
  1161. echo Quiz 3(Only the number)
  1162. echo - You will get 10 MashTix if you win all quiz 100%
  1163. echo --------------------------------
  1164. echo What is the college of Roblox
  1165. echo (1 College of Roblox
  1166. echo (2 Roblox University
  1167. echo (3 University of Roblox
  1168. echo (4 Roblox College
  1169. set /p input=Answer :
  1170. if %input%==1 goto Quiz3L
  1171. if %input%==2 goto Quiz3W
  1172. if %input%==3 goto Quiz3L
  1173. if %input%==4 goto Quiz3L
  1174. goto Quiz3
  1175.  
  1176. :Quiz3L
  1177. cls
  1178. set /a point=0+%point%
  1179. goto Quiz4
  1180.  
  1181. :Quiz3W
  1182. cls
  1183. set /a point=1+%point%
  1184. goto Quiz4
  1185.  
  1186. :Quiz4
  1187. echo Quiz 3(Only the number)
  1188. echo - You will get 10 MashTix if you win all quiz 100%
  1189. echo --------------------------------
  1190. echo What is the money in MashTin
  1191. echo (1 MashTix
  1192. echo (2 Mashbux
  1193. echo (3 Points
  1194. echo (4 Coins
  1195. set /p input=Answer :
  1196. if %input%==1 goto Quiz4W
  1197. if %input%==2 goto Quiz4L
  1198. if %input%==3 goto Quiz4L
  1199. if %input%==4 goto Quiz4L
  1200. goto Quiz4
  1201.  
  1202. :Quiz4W
  1203. cls
  1204. set /a point=1+%point%
  1205. goto Quiz5
  1206.  
  1207. :Quiz4L
  1208. cls
  1209. set /a point=0+%point%
  1210. goto Quiz5
  1211.  
  1212. :Quiz5
  1213. echo Quiz 3(Only the number)
  1214. echo - You will get 10 MashTix if you win all quiz 100%
  1215. echo --------------------------------
  1216. echo What is the programming language is used for MashTin
  1217. echo (1 vbs
  1218. echo (2 html
  1219. echo (3 java
  1220. echo (4 batch
  1221. set /p input=Answer :
  1222. if %input%==1 goto Quiz5L
  1223. if %input%==2 goto Quiz5L
  1224. if %input%==3 goto Quiz5L
  1225. if %input%==4 goto Quiz5W
  1226. goto Quiz5
  1227.  
  1228. :Quiz5L
  1229. cls
  1230. set /a point=0+%point%
  1231. goto QuizFL
  1232.  
  1233. :Quiz5W
  1234. cls
  1235. set /a point=1+%point%
  1236. goto QuizFL
  1237.  
  1238. :QuizFL
  1239. if %point%==5 goto MarkW
  1240. goto MarkL
  1241.  
  1242. :MarkW
  1243. cd ..
  1244. cd Desktop
  1245. cd MashTinFile
  1246. cd Users
  1247. cd %name1%File
  1248. set Mark=Win
  1249. set CoinPlus=10
  1250. call %name1%MashTix.bat
  1251. echo %MashTix%
  1252. set /a CMM=10+%MashTix%
  1253. pause
  1254. rd %name1%MashTix.bat
  1255. set MashTix=10>%name1%MashTix.bat
  1256. goto QuizFW
  1257.  
  1258. :MarkL
  1259. set Mark=Lose
  1260. set CoinPlus=0
  1261. goto QuizFW
  1262.  
  1263. :QuizFW
  1264. cls
  1265. echo Quiz ( Final Score ) You %Mark% This Quiz
  1266. echo ------------------------------
  1267. echo - You got %point% Win
  1268. echo - You got %CoinPlus% MashTix
  1269. echo -------------------------------------
  1270. pause
  1271. goto MT
  1272.  
  1273. :UI
  1274. cls
  1275. title Update Info of MashTin
  1276. echo                   Update Info
  1277. echo -----------------------------------------------
  1278. echo - Admin Fixed
  1279. echo - Ban User Fixed
  1280. echo - Major Ploblams Fixed
  1281. echo - Size Changer Added
  1282. echo - Some Decoration Added
  1283. echo -----------------------------------------------
  1284. pause
  1285. goto MT
  1286.  
  1287. :INCME
  1288. cls
  1289. ping -n 1 www.google.com
  1290. if errorlevel 1 goto MEL
  1291. if not errorlevel 1 goto ME
  1292. goto INCME
  1293.  
  1294. :MEL
  1295. cls
  1296. echo Internet!!! : class="re0">(
  1297. echo --------------------------------
  1298. echo You need  Good Internet Connection to do this
  1299. pause
  1300. goto MT
  1301.  
  1302. :ME
  1303. cls
  1304. echo Movies,Series and Channels
  1305. echo -------------------------------------------------
  1306. echo (1 MRTV 4
  1307. echo (2 MashTin Creator Channel
  1308. echo -------------------------------------------------
  1309. set /p input=Code:
  1310. if input==1 goto MRTV4
  1311. if input==2 goto MTCC
  1312. goto MT
  1313.  
  1314. :MRTV4
  1315. cls
  1316. start http://www.myanmartvchannel.com/mrtv4.html
  1317. goto MT
  1318.  
  1319. :MTCC
  1320. cls
  1321. start https://www.youtube.com/channel/UCbyiBe_cunvXWKSKfoNsLzg?view_as=subscriber
  1322. goto MT
  1323.  
  1324. :DLD
  1325. cd Desktop
  1326. cd MashTinFile
  1327. cd Downloads
  1328. md %name1%Downloads
  1329. cd %name1%Downloads
  1330. cls
  1331. echo Downloads
  1332. echo ---------------------------------------
  1333. echo (1 Second Security
  1334. echo ----------------------------------------
  1335. set /p input=Code:
  1336. if %input%==1 goto Download1
  1337.  
  1338.  
  1339. :Download1
  1340. cls
  1341. echo a=inputbox("Password:") >> %name1%SecondSecurity.vbs
  1342. echo if a="MashTin" then >> %name1%SecondSecurity.vbs
  1343. echo msgbox "logged in" >> %name1%SecondSecurity.vbs
  1344. echo else >> %name1%SecondSecurity.vbs
  1345. echo msgbox "Error" >> %name1%SecondSecurity.vbs
  1346. echo Set WshShell = WScript.CreateObject ("WScript.Shell") >> %name1%SecondSecurity.vbs
  1347. echo WshShell.Run ("Login.vbs") >> %name1%SecondSecurity.vbs
  1348. echo end if >> %name1%SecondSecurity.vbs
  1349. echo Downloaded( You can see your Download in Desktop\MashTinFile\Downloads\%name1%Downloads)
  1350. echo Password will be MashTin for your download
  1351. pause
  1352. cd ..
  1353. goto MT
  1354.  
  1355. :CYOP
  1356.  
  1357. cls
  1358. cd %usersprofile%/Desktop/MashTinFile/Users/%name1%File
  1359. cls
  1360. title MashTin Studio
  1361. echo                                        MashTin Studio
  1362. echo ----------------------------------------------------------
  1363. echo (1 Create
  1364. echo (2 Created Programs
  1365. echo ---------------------------------------------------------
  1366. set /p input=Code:
  1367. if %input%==1 goto CE
  1368. if %input%==2 goto CF1
  1369. goto MT
  1370.  
  1371. :CE
  1372. cd %usersprofile%/Desktop/MashTinFile/Users/%name1%File
  1373. cls
  1374. echo Creating
  1375. echo ( Type is only Batch Programming )
  1376. echo ( You can add your created program also )
  1377. echo -----------------------------------:-----------------------
  1378. set /p nameC= Name to save:
  1379. set /p write = Write:
  1380. pause
  1381. (echo %write%) >> %nameC%Program.bat
  1382. echo set Program=%nameC%Program.bat >> %name1%CreatedProgram.bat
  1383. goto MT
  1384.  
  1385. :CF1
  1386. cd %usersprofile%/Desktop/MashTinFile/Users/%name1%File
  1387. cls
  1388. goto CFY
  1389.  
  1390. :CFYOS
  1391. if not exist %nameC%Program.bat goto CFN
  1392. goto CFYOSF
  1393.  
  1394. :CFY
  1395. cls
  1396. echo Latest created file
  1397. echo ----------------------------
  1398. call %name1%CreatedProgram.bat
  1399. echo  Latest Created Program = %Program%
  1400. echo ----------------------------
  1401. echo (1 Open
  1402. echo (2 Exit
  1403. echo ------------------------------
  1404. set /p input=Code:
  1405. if %input%==1 goto CFYO
  1406. if %input%==2 goto CFYE
  1407. goto MT
  1408.  
  1409. :CFYO
  1410. set /p nameC=Name of your created file:
  1411. goto CFYOS
  1412.  
  1413. :CFYOSF
  1414. start %nameC%Program.bat
  1415. goto MT
  1416.  
  1417. :CFYE
  1418. goto MT
  1419.  
  1420.  
  1421. :CFN
  1422. cls
  1423. echo Created Files
  1424. echo ----------------------------------
  1425. echo You haven't created This Program
  1426. pause
  1427. goto MT
  1428.  
  1429. :AYA
  1430. cd %userprofile%/Desktop/MashTinFile/Users/%name1%File
  1431. cls
  1432. title About %name1%
  1433. call :c e " About %name1%" /n
  1434. call :c c "------------------------------" /n
  1435. call "%name1%.bat
  1436. call :c e "Username=%Username%" /n
  1437. call :c e "Password=%Password%" /n
  1438.  
  1439. if not exist %name1%Lucky.bat goto LNS
  1440. goto LYS
  1441.  
  1442. :LYS
  1443. call %name1%Lucky.bat
  1444. call :c e "Lucky=%Lucky%" /n
  1445. call %name1%stat.bat
  1446. call :c e "Stat=%Stats%" /n
  1447. call %name1%Gender.bat
  1448. call :c e "Gender=%Gender%" /n
  1449. call %name1%Phone.bat
  1450. call :c e "PhoneNumber=%Phone%" /n
  1451. goto MTL
  1452.  
  1453. :LNS
  1454. call :c e "Lucky=No" /n
  1455. call %name1%stat.bat
  1456. call :c e "Stat=%Stats%" /n
  1457. call %name1%Gender=%Stats%" /n
  1458. call %name1%Gender
  1459. call :c e "Gender=%Gender%" /n
  1460. call %name1%Phone.bat
  1461. call :c e "PhoneNumber=%Phone%" /n
  1462. goto MTL
  1463.  
  1464. :MTL
  1465. call :c c "------------------------------" /n
  1466. pause >nul
  1467. goto MT
  1468.  
  1469. :IC
  1470. cls
  1471. title Internet Connector
  1472. echo Internet Connector(This will be nothing shown while Connecting)
  1473. echo -------------------------------------
  1474. set /p NameIT =Name of your Wifi:
  1475. netsh wlan connect %NameIT%
  1476. goto MT
  1477.  
  1478. :LD
  1479. cls
  1480. title Lucky Draw
  1481. echo Lucky Draw
  1482. echo -----------------------------------
  1483. set /p YLucky=Your Lucky Number:
  1484. if %YLucky%==77777 goto Access
  1485. goto Normal
  1486.  
  1487. :Normal
  1488. set Lucky=%random%
  1489. goto Chance
  1490.  
  1491. :Chance
  1492. echo Lucky Number = %Lucky%
  1493. echo Your Lucky Number = %YLucky%
  1494. pause
  1495. if %Lucky%==%YLucky% goto LDB
  1496. goto LDL
  1497.  
  1498. :Access
  1499. set Lucky=77777
  1500. goto Chance
  1501.  
  1502. :LDL
  1503. cls
  1504. title Lucky Draw (lose)
  1505. echo Lucky Draw
  1506. echo ------------------------
  1507. echo You lose the Lucky Draw
  1508. pause
  1509. goto MT
  1510.  
  1511. :LDW
  1512. cls
  1513. title Lucky Draw (win)
  1514. echo Lukcy Draw
  1515. echo ---------------------------------
  1516. echo You win the Lucky draw
  1517. pause
  1518. goto MT
  1519.  
  1520. :LDB
  1521. cd %userprofile%
  1522. cd Desktop
  1523. cd MashTinFile
  1524. cd Users
  1525. cd %name1%File
  1526. cls
  1527. echo set Lucky==Win >%name1%Lucky.bat
  1528. rd %name1%stat.bat
  1529. echo set stat=Lucky >%name1%stat.bat
  1530. goto LDW
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement