Advertisement
dragonbeast1236

Untitled

Mar 24th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 13.83 KB | None | 0 0
  1. @echo off
  2. color 0c
  3. :Mainland
  4. set money=3000
  5. set health=100
  6. set health2=100
  7. cls
  8. echo your money is %money%
  9. echo your is health is %health%
  10. echo would you like to buy a boat
  11. set /p input=
  12. if %input% == yes goto Boat
  13. if %input% == no goto exit
  14. if %input% ==  goto fightingpart
  15. goto Mainland
  16.  
  17. :boat
  18. cls
  19. if %money% leq 100 (
  20. echo you dont enough money
  21. pause>nul
  22. goto Mainland
  23. )
  24. set /a money=%money% - 100
  25. echo your health is %health% now because boat does damage
  26. echo your money is %money%
  27. echo you boat a good one
  28. echo nice job
  29. pause>nul
  30. goto fightingpart
  31.  
  32. :fightingpart
  33. set health3=100
  34. set damage=8
  35. set level=1
  36. set exp=0
  37. set expmax=100
  38. cls
  39. echo the fight should began
  40. echo your health is %health2%
  41. echo would you like to fight?test
  42. echo 1)computer bot
  43. echo 2)Coming soon
  44. set /p input=
  45. if %input% == 1 goto stats
  46. if %input% == 2 goto Mainland
  47. goto fightingpart
  48.  
  49. :stats
  50. cls
  51. echo Computer stats
  52. echo Health=%health3%
  53. echo damage=%damage%
  54. echo level=%level% Exp=%exp% /%expmax%
  55. echo are you ready to fight
  56. echo 1)yes
  57. echo 2)no
  58. set /p input=
  59. if %input% == 1 goto fight
  60. if %input% == 2 goto Mainland
  61. goto stats
  62.  
  63. :fight
  64. cls
  65. echo The fight shall began
  66. echo you start
  67. echo 1)punch
  68. echo 2)kick
  69. echo 3)fast kick(Must be level 100)
  70. echo 4)fast punch(Must be level 100)
  71. set /p input=
  72. if %input% == 1 goto punch
  73. if %input% == 2 goto kick
  74. if %input% == 3 goto fight
  75. if %input% == 4 goto fight
  76. goto fight
  77.  
  78. :punch
  79. set /a health3=%health3% - 6
  80. cls
  81. echo You punch Computer bot
  82. echo Computer bot health is %health3%
  83. echo Computer bot turn
  84. pause>nul
  85. goto bot
  86.  
  87. :kick
  88. set /a health3=%health3% -7
  89. cls
  90. echo You kick Computer bot
  91. echo computer bot health is %health3%
  92. echo computer bot turn
  93. pause>nul
  94. goto bot2
  95.  
  96. :bot
  97. set /a health=%health% - 4
  98. cls
  99. echo Computer bot use kick on you
  100. echo your health is %health%
  101. echo Your turn
  102. pause>nul
  103. goto out
  104.  
  105. :bot2
  106. set /a health=%health% - 4
  107. cls
  108. echo computer bot use punch on you
  109. echo your health is %health%
  110. echo Your turn
  111. pause>nul
  112. goto out2
  113.  
  114. :out
  115. cls
  116. echo what move would you like to do?
  117. echo 1)punch
  118. echo 2)kick
  119. echo 3)fast punch(Need to be level 100)
  120. echo 4)fast kick(Need to be level 100)
  121. set /p input=
  122. if %input% == 1 goto out3
  123. if %input% == 2 goto out4
  124. if %input% == fastest goto fastkick
  125. if %input% == Fastest goto fastpunch
  126. goto out
  127.  
  128. :out2
  129. cls
  130. echo What move would you like to do huh?
  131. echo 1)punch
  132. echo 2)kick
  133. echo 3)fast kick(coming soon)
  134. echo 4)fast punch(coming soon)
  135. set /p input=
  136. if %input% == 1 goto out5
  137. if %input% == 2 goto out6
  138. if %input% == 3 goto Mainland
  139. if %input% == 4 goto Mainland
  140. goto out2
  141.  
  142. :out3
  143. set /a health3=%health3% - 6
  144. cls
  145. echo you punch Computer bot
  146. echo computer bot health is %health3%
  147. echo computer bot turn
  148. pause>nul
  149. goto bot3
  150.  
  151. :out4
  152. set /a health3=%health3% - 5
  153. cls
  154. echo You kick computer bot
  155. echo computer health is %health3%
  156. echo computer turn
  157. pause>nul
  158. goto bot4
  159.  
  160. :out5
  161. set /a health3=%health3% - 7
  162. cls
  163. echo You punch computer bot
  164. echo computer health is %health3%
  165. echo computer turn
  166. pause>nul
  167. goto bot5
  168.  
  169. :out6
  170. set /a health3=%health3% - 8
  171. cls
  172. echo you kick computer bot
  173. echo computer bot turns
  174. pause>nul
  175. goto bot6
  176.  
  177. :fastkick
  178. set /a health=%health3% - 20
  179. cls
  180. echo This test not in real game right now
  181. echo computer bot health is %health%
  182. echo your turn
  183. pause>nul
  184. goto Mainland
  185.  
  186. :fastpunch
  187. set /a health=%health3% - 30
  188. cls
  189. echo This test not in real game right now
  190. echo computer bot health is %health%
  191. echo your turn
  192. pause>nul
  193. goto Mainland
  194.  
  195. :bot3
  196. set /a health=%health% - 6
  197. cls
  198. echo computer bot use kick on you
  199. echo your health is %health%
  200. echo your turn
  201. pause>nul
  202. goto out10
  203.  
  204. :bot4
  205. set /a health=%health% - 8
  206. cls
  207. echo computer bot use punch on you
  208. echo your health is %health%
  209. echo your turn
  210. pause>nul
  211. goto out 9
  212.  
  213. :bot5
  214. set /a health=%health% - 4
  215. cls
  216. echo computer bot use kick on you
  217. echo your health is %health%
  218. echo your turn
  219. pause>nul
  220. goto out7
  221.  
  222. :bot6
  223. set /a health=%health% - 4
  224. cls
  225. echo computer bot use punch on you
  226. echo your health is %health%
  227. echo your turn
  228. pause>nul
  229. goto out8
  230.  
  231. :out9
  232. cls
  233. echo what move will you like to do?passed
  234. echo 1)punch
  235. echo 2)kick
  236. echo 3)fast punch(Must be level 100)
  237. echo 4)fast kick(Must be level 100)
  238. set /p input=
  239. if %input% == 1 goto horse
  240. if %input% == 2 goto horse2
  241. if %input% == 3 goto Mainland
  242. if %input% == 4 goto Mainland
  243. goto out9
  244.  
  245. :out7
  246. cls
  247. echo What move would you like to do?passed
  248. echo 1)punch
  249. echo 2)kick
  250. echo 3)fast punch(coming soon)
  251. echo 4)fast kick(coming soon)
  252. set /p input=
  253. if %input% == 1 goto horse3
  254. if %input% == 2 goto horse4
  255. if %input% == 3 goto Mainland
  256. if %input% == 4 goto Mainland
  257. goto out7
  258.  
  259. :out8
  260. cls
  261. echo What move would you like to do?good
  262. echo 1)punch
  263. echo 2)kick
  264. echo 3)fast punch(coming soon)
  265. echo 4)fast kick(coming soon)
  266. set /p input=
  267. if %input% == 1 goto horse5
  268. if %input% == 2 goto horse6
  269. if %input% == 3 goto Mainland
  270. if %input% == 4 goto Mainland
  271. goto out8
  272.  
  273. :out10
  274. cls
  275. echo What move would you like to do?oof
  276. echo 1)punch
  277. echo 2)kick
  278. echo 3)fast punch(coming soon)
  279. echo 4)fast kick(coming soon)
  280. set /p input=
  281. if %input% == 1 goto horse7
  282. if %input% == 2 goto horse8
  283. if %input% == 3 goto Mainland
  284. if %input% == 4 goto Mainland
  285. goto out10
  286.  
  287. :horse
  288. set /a health3=%health3% - 8
  289. cls
  290. echo you punch computer bot
  291. echo computer health is %health3%
  292. echo computer bot turn
  293. pause>nul
  294. goto bob
  295.  
  296. :horse2
  297. cls
  298. set /a health3=%health3% - 4
  299. cls
  300. echo you kick computer bot
  301. echo computer health is %health3%
  302. echo computer bot turn
  303. pause>nul
  304. goto bob2
  305.  
  306. :horse3
  307. set /a health3=%health3% - 8
  308. cls
  309. echo you punch computer bot
  310. echo computer health is %health3%
  311. echo computer bot turn
  312. pause>nul
  313. goto bob3
  314.  
  315. :horse4
  316. cls
  317. set /a health3=%health3% - 4
  318. cls
  319. echo you kick computer bot
  320. echo computer health is %health3%
  321. echo computer bot turn
  322. pause>nul
  323. goto bob4
  324.  
  325. :horse5
  326. cls
  327. set /a health3=%health3% - 6
  328. cls
  329. echo you punch computer bot
  330. echo computer health is %health3%
  331. echo computer bot turn
  332. pause>nul
  333. goto bob5
  334.  
  335.  
  336. :horse6
  337. cls
  338. set /a health3=%health3% - 7
  339. cls
  340. echo you kick computer bot
  341. echo computer health is %health3%
  342. echo computer bot turn
  343. pause>nul
  344. goto bob6
  345.  
  346.  
  347. :horse7
  348. cls
  349. set /a health3=%health3% - 4
  350. cls
  351. echo you kick computer bot
  352. echo computer health is %health3%
  353. echo computer bot turn
  354. pause>nul
  355. goto bob7
  356.  
  357.  
  358. :horse8
  359. cls
  360. set /a health3=%health3% - 4
  361. cls
  362. echo you punch computer bot
  363. echo computer health is %health3%
  364. echo computer bot turn
  365. pause>nul
  366. goto bob8
  367.  
  368.  
  369. :bob
  370. set /a health=%health% - 4
  371. cls
  372. echo computer kick you
  373. echo your health is %health%
  374. echo your turn
  375. pause>nul
  376. goto bro
  377.  
  378. :bob2
  379. set /a health=%health% - 4
  380. cls
  381. echo computer bot punch you
  382. echo your health is %health%
  383. echo your turn
  384. pause>nul
  385. goto bro2
  386.  
  387. :bob3
  388. set /a health=%health% - 4
  389. cls
  390. echo computer bot kick you
  391. echo your health is %health%
  392. echo your turn
  393. pause>nul
  394. goto bro3
  395.  
  396. :bob4
  397. set /a health=%health% - 6
  398. cls
  399. echo computer punch you
  400. echo your health is %health%
  401. echo your turn
  402. pause>nul
  403. goto bro4
  404.  
  405. :bob5
  406. set /a health=%health% - 6
  407. cls
  408. echo computer kick you
  409. echo your health is %health%
  410. echo your turn
  411. pause>nul
  412. goto bro5
  413.  
  414. :bob6
  415. set /a health=%health% - 7
  416. cls
  417. echo computer bot punch you
  418. echo your health is %health%
  419. echo your turn
  420. pause>nul
  421. goto bro6
  422.  
  423. :bob7
  424. set /a health=%health% - 4
  425. cls
  426. echo computer bot kick you
  427. echo your health is %health%
  428. echo your turn
  429. pause>nul
  430. goto bro7
  431.  
  432. :bob8
  433. set /a health=%health% - 6
  434. cls
  435. echo computer punch you
  436. echo your health is %health%
  437. echo your turn
  438. pause>nul
  439. goto bro8
  440.  
  441. :bro
  442. cls
  443. echo What would to you like to do?
  444. echo 1)Punch
  445. echo 2)kick
  446. echo 3)fast punch(Must be level 100)
  447. echo 4)fast punch(Must be level 100)
  448. set /p input=
  449. if %input% == 1 goto how
  450. if %input% == 2 goto how2
  451. if %input% == 3 goto Mainland
  452. if %input% == 4 goto Mainland
  453. goto bro
  454.  
  455. :how
  456. set /a Health3=%Health3% - 10
  457. cls
  458. echo You punch computer bot
  459. echo computer bot health is %health3%
  460. echo computer bot turn
  461. pause>nul
  462. goto bread
  463.  
  464. :how2
  465. set Health3=%Health3%
  466. cls
  467. echo you kick computer bot
  468. echo computer bot Health is %health3%
  469. echo computer bot turn
  470. pause>nul
  471. goto bread
  472.  
  473. :bro2
  474. cls
  475. echo What would you like to do?
  476. echo 1)punch
  477. echo 2)kick
  478. echo 3)fast punch
  479. echo 4)fast kick
  480. set /p input=
  481. if %input% == 1 goto last
  482. if %input% == 2 goto last2
  483. if %input% == 3 goto Mainland
  484. if %input% == 4 goto Mainland
  485. goto bro2
  486.  
  487. :bro3
  488. cls
  489. echo What would you like to do?
  490. echo 1)punch
  491. echo 2)kick
  492. echo 3)fast punch
  493. echo 4)fast kick
  494. set /p input=
  495. if %input% == 1 goto last
  496. if %input% == 2 goto last2
  497. if %input% == 3 goto Mainland
  498. if %input% == 4 goto Mainland
  499. goto bro3
  500.  
  501. :bro4
  502. cls
  503. echo What would you like to do?
  504. echo 1)punch
  505. echo 2)kick
  506. echo 3)fast punch
  507. echo 4)fast kick
  508. set /p input=
  509. if %input% == 1 goto last
  510. if %input% == 2 goto last2
  511. if %input% == 3 goto Mainland
  512. if %input% == 4 goto Mainland
  513. goto bro4
  514.  
  515. :bro5
  516. cls
  517. echo What would you like to do?
  518. echo 1)punch
  519. echo 2)kick
  520. echo 3)fast punch
  521. echo 4)fast kick
  522. set /p input=
  523. if %input% == 1 goto last
  524. if %input% == 2 goto last2
  525. if %input% == 3 goto Mainland
  526. if %input% == 4 goto Mainland
  527. goto bro5
  528.  
  529. :bro6
  530. cls
  531. echo What would you like to do?
  532. echo 1)punch
  533. echo 2)kick
  534. echo 3)fast punch
  535. echo 4)fast kick
  536. set /p input=
  537. if %input% == 1 goto last
  538. if %input% == 2 goto last2
  539. if %input% == 3 goto Mainland
  540. if %input% == 4 goto Mainland
  541. goto bro2
  542.  
  543. :bro7
  544. cls
  545. echo What would you like to do?
  546. echo 1)punch
  547. echo 2)kick
  548. echo 3)fast punch
  549. echo 4)fast kick
  550. set /p input=
  551. if %input% == 1 goto last
  552. if %input% == 2 goto last2
  553. if %input% == 3 goto Mainland
  554. if %input% == 4 goto Mainland
  555. goto bro7
  556.  
  557. :bro8
  558. cls
  559. echo What would you like to do?
  560. echo 1)punch
  561. echo 2)kick
  562. echo 3)fast punch
  563. echo 4)fast kick
  564. set /p input=
  565. if %input% == 1 goto last
  566. if %input% == 2 goto last2
  567. if %input% == 3 goto Mainland
  568. if %input% == 4 goto Mainland
  569. goto bro8
  570.  
  571. :last
  572. set /a health3=%health3% - 7
  573. cls
  574. echo you punch computer bot
  575. echo computer bot health is %health3%
  576. echo computer bot turn
  577. pause>nul
  578. goto poop
  579.  
  580. :last2
  581. set /a health3=%health3% - 6
  582. cls
  583. echo You kick computer bot
  584. echo computer bot health is %health3%
  585. pause>nul
  586. goto poop
  587.  
  588. :bread
  589. set /a health=%health% - 5
  590. cls
  591. echo Computer bot kick you
  592. echo your health is %health%
  593. echo your turn
  594. pause>nul
  595. goto poop
  596.  
  597. :poop
  598. cls
  599. echo What Would yu like to do?This one is it
  600. echo 1)punch
  601. echo 2)kick
  602. echo 3)fast punch(Must be level 100)
  603. echo 4)fsst kick(Must be level 100)
  604. set /p input=
  605. if %input% == 1 goto poop2
  606. if %input% == 2 goto poop3
  607. if %input% == 3 goto Mainland
  608. if %input% == 4 goto Mainland
  609. goto poop
  610.  
  611. :poop2
  612. set /a health3=%health3% - 6
  613. cls
  614. echo You punch computer bot
  615. echo computer health is %health3%
  616. echo computer bot turn
  617. pause>nul
  618. goto poop3
  619.  
  620. :poop3
  621. set /a health=%health% - 3
  622. cls
  623. echo computer kick you
  624. echo your health %health%
  625. echo Your turn
  626. pause>nul
  627. goto poop5
  628.  
  629. :poop5
  630. cls
  631. echo What Would you like to do?
  632. echo 1)punch
  633. echo 2)kick
  634. echo 3)fast punch(Need to be level 100)
  635. echo 4)fast kick(Need to be level 100)
  636. set /p input=
  637. if %input% == 1 goto poop6
  638. if %input% == 2 goto poop7
  639. if %input% == 3 goto Mainland
  640. if %input% == 4 goto Mainland
  641. goto poop5
  642.  
  643. :poop6
  644. set /a health3=%health3% - 8
  645. cls
  646. echo You punch computer bot
  647. echo Computer bot Health is %health3%
  648. echo computer bot turn
  649. pause>nul
  650. goto soon
  651.  
  652. :poop7
  653. set /a health3=%health3% - 9
  654. cls
  655. echo you kick computer bot
  656. echo computer bot health is %health3%
  657. echo computer bot turn
  658. pause>nul
  659. goto soon2
  660.  
  661. :soon
  662. set /a health=%health% - 3
  663. cls
  664. echo computer kick you
  665. echo your health is %health%
  666. echo Your Turn
  667. pause>nul
  668. goto Head
  669.  
  670. :soon2
  671. set /a health=%health% - 4
  672. cls
  673. echo computer punch you
  674. echo Your health is %health%
  675. echo Your turn
  676. pause>Nul
  677. goto Head2
  678.  
  679. :head
  680. cls
  681. echo What would you like to do ?
  682. echo 1)Punch
  683. echo 2)Kick
  684. echo 3)Fast Kick(Coming Soon)
  685. echo 4)Fast Punch(Coming Soon)
  686. set /p input=
  687. if %input% == 1 goto TOO
  688. if %input% == 2 goto TOO2
  689. if %input% == 3 goto Mainland
  690. if %input% == 4 goto Mainland
  691. goto head
  692.  
  693. :TOO
  694. set /a health3=%health3% - 8
  695. cls
  696. echo You punch computer bot
  697. echo computer health is now %health3%
  698. echo Computer bot turn
  699. pause>nul
  700. goto NOT
  701.  
  702.  
  703. :TOO2
  704. set /a health3=%health3% - 10
  705. cls
  706. echo You kick computer bot
  707. echo Computer health is now %health3%
  708. echo Computer bot turn
  709. pause>nul
  710. goto NOT2
  711.  
  712. :NOT
  713. set /a health=%health% - 5
  714. cls
  715. echo Computer kick you
  716. echo your health is now %health%
  717. echo Your turn
  718. pause>nul
  719. goto NOT3
  720.  
  721. :NOT2
  722. set /a health=%health% - 3
  723. cls
  724. echo Computer punch you
  725. echo Your health is now %health%
  726. echo Your turn
  727. pause>nul
  728. goto NOT4
  729.  
  730. :NOT3
  731. cls
  732. echo What Would you like to do?
  733. echo 1)punch
  734. echo 2)kick
  735. echo 3)fast punch(Need to be level 100)
  736. echo 4)fast kick(Need to be level 100)
  737. set /p input=
  738. if %input% == 1 goto NOT5
  739. if %input% == 2 goto NOT6
  740. if %input% == 3 goto Mainland
  741. if %input% == 4 goto Mainland
  742. goto NOT3
  743.  
  744.  
  745.  
  746.  
  747.  
  748. :NOT4
  749. echo What Would you like to do?
  750. echo 1)punch
  751. echo 2)kick
  752. echo 3)fast punch(Need to be level 100)
  753. echo 4)fast kick(Need to be level 100)
  754. set /p input=
  755. if %input% == 1 goto NOT7
  756. if %input% == 2 goto NOT8
  757. if %input% == 3 goto Mainland
  758. if %input% == 4 goto Mainland
  759. goto NOT4
  760.  
  761.  
  762. :NOT5
  763. set /a health3=%health3% - 8
  764. cls
  765. echo You punch computer bot
  766. echo Computer bot health is %health3%
  767. echo Computer bot turn
  768. pause>nul
  769. goto Mainland
  770.  
  771.  
  772. :NOT6
  773. set /a health3=%health3% - 8
  774. cls
  775. echo You kick COmputer bot
  776. echo Computer bot health is %health3%
  777. echo Computer bot turn
  778. pause>nul
  779. goto Mainland
  780.  
  781.  
  782. :NOT7
  783. set /a health3=%health3% - 7
  784. cls
  785. echo You punch Computer bot
  786. echo Computer bot health is %health3%
  787. echo Computer turn
  788. pause>nul
  789. goto Mainland
  790.  
  791. :NOT8
  792. set /a health3=%health3% - 8
  793. cls
  794. echo You kick Computer bot
  795. echo Computer bot health is %health3%
  796. echo Computer bot turn
  797. pause>nul
  798. goto Mainland
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement