Advertisement
owlman

Battle | Batch File

Dec 15th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.75 KB | None | 0 0
  1. @echo off
  2.  
  3. mode con cols=300
  4.  
  5. mode con lines=300
  6.  
  7. title Animal Game
  8. goto start
  9. :start
  10. color 79
  11. cls
  12. set /p a=Name:
  13. goto aop
  14. :aop
  15. cls
  16. echo 1)eagle
  17. echo 2)panther
  18. echo 3)wolf
  19. echo 4)giant snake
  20. echo 5)penguin
  21. set /p c=animal type:
  22. if %c%==1 goto eagle
  23. if %c%==2 goto panther
  24. if %c%==3 goto wolf
  25. if %c%==4 goto snake
  26. if %c%==5 goto penguin
  27. if %c%==mika goto baby
  28. if %c%==boo goto boo
  29. if %c%==fox goto fox
  30. if %c%== ' ' goto start
  31. if not c==%c% goto aop
  32. :wat
  33. cls
  34. set /p b=Animal Name:
  35. pause
  36. set /a focus=2
  37. set /a money=0
  38. set /a animallvl=(%lvl% + 3)
  39. set prize1=0
  40. goto cityop
  41. :cityop
  42. cls
  43. echo 1)home
  44. echo 2)battle
  45. echo 3)tournament
  46. echo 4)upgrade your animal
  47. set /p op=Choose an option:
  48. if %op%==1 goto home
  49. if %op%==2 goto load1
  50. if %op%==3 goto load2
  51. if %op%==4 goto upgrades
  52. if %op%==mika set /a money+=101
  53. :load1
  54. cls
  55. echo Loding...
  56. ping -w 192.168.1.22 09 >nul
  57. goto battle
  58. :load2
  59. cls
  60. echo Loding...
  61. ping -w 192.168.1.22 09 >nul
  62. goto tournament
  63. :home
  64. set /a animallvl=%lvl% + 3
  65. cls
  66. echo %a%
  67. echo lvl(%lvl%)
  68. echo bal(%money%)
  69. echo animal(%b% the %c%)
  70. echo animallvl(%animallvl%)
  71. pause
  72. goto cityop
  73. :battle
  74. setlocal ENABLEDELAYEDEXPANSION
  75. set /a r=%random% %%!16 +1
  76. ::dob Bob lob mob BURP woho
  77. if '%r%' == '0' (
  78. set wild=dob
  79. set wildlvl=2
  80. goto battle1
  81. )
  82. if '%r%' == '1' (
  83. set wild=Bob
  84. set wildlvl=3
  85. goto battle1
  86. )
  87. if '%r%' == '2' (
  88. set wild=slob
  89. set wildlvl=3
  90. goto battle1
  91. )
  92. if '%r%' == '3' (
  93. set wild=blob
  94. set wildlvl=4
  95. goto battle1
  96. )
  97. if '%r%' == '4' (
  98. set wild=BURP
  99. set wildlvl=5
  100. goto battle1
  101. )
  102. if '%r%' == '5' (
  103. set wild=wo ho
  104. set wildlvl=20
  105. goto battle1
  106. )
  107. if '%r%' == '6' (
  108. set wild=fluffy
  109. set wildlvl=50
  110. goto battle1
  111. )
  112. if '%r%' == '7' (
  113. set wild=snoopy
  114. set wildlvl=4
  115. goto battle1
  116. )
  117. if '%r%' == '8' (
  118. set wild=noodle
  119. set wildlvl=3
  120. goto battle1
  121. )
  122. if '%r%' == '9' (
  123. set wild=MiKaChU! ! !
  124. set wildlvl=%random%
  125. goto battle1
  126. )
  127. if '%r%' == '10' (
  128. set wild=donut
  129. set wildlvl=7
  130. goto battle1
  131. )
  132. if '%r%' == '11' (
  133. set wild=ploopy
  134. set wildlvl=7
  135. goto battle1
  136. )
  137. if '%r%' == '12' (
  138. set wild=lody
  139. set wildlvl=6
  140. goto battle1
  141. )
  142. if '%r%' == '13' (
  143. set wild=apple
  144. set wildlvl=0.1
  145. goto battle1
  146. )
  147. if '%r%' == '14' (
  148. set wild=^^POODY^^
  149. set wildlvl=%random%
  150. goto battle1
  151. )
  152. if '%r%' == '15' (
  153. set wild=hubble*bubble
  154. set wildlvl=19
  155. goto battle1
  156. )
  157. if '%r%' == '16' (
  158. set wild=holy cow
  159. set wildlvl=30
  160. goto battle1
  161. )
  162. if '%r%' == '17' (
  163. set wild=moody
  164. set wildlvl=1
  165. goto battle1
  166. )
  167. :battle1
  168. set /a wildhp=%wildlvl% * 5
  169. set /a wildat=%wildlvl% * 2
  170. set /a animalhp=%animallvl% * 5
  171. goto battle2
  172. :battle2
  173. if %wildhp% lss 0 goto win
  174. if %animalhp% lss 0 goto loose
  175. set /a swoop=%animallvl% * %focus%
  176. set /a screech=%animallvl% * %focus%
  177. set /a pounce=%animallvl% * %focus%
  178. set /a claw=%animallvl% * %focus%
  179. set /a howl=%animallvl% * %focus%
  180. set /a bite=%animallvl% * %focus%
  181. set /a fangs=%animallvl% * %focus%
  182. set /a venom=%animallvl% * %focus%
  183. set /a fliper=%animallvl% * %focus%
  184. set /a ice_slide=%animallvl% * %focus%
  185. set /a wine=%animallvl% * 10
  186. set /a cry=%animallvl% * 10
  187. set /a boo=%animallvl% * 10
  188. set /a hoo=%animallvl% * 10
  189. set /a floop=%animallvl% * %focus%
  190. set /a furry_leap=%animallvl% * %focus%
  191. set /a moon_howl=%animallvl% * %focus%
  192. set /a constrict=%animallvl% * %focus%
  193. set /a waddle=%animallvl% * %focus%
  194. set /a sonic_screech=%animallvl% * %focus%
  195. set /a jungle_scratch=%animallvl% * %focus%
  196. set /a moon_claws=%animallvl% * %focus%
  197. set /a paralyze=%animallvl% * %focus%
  198. set /a glacier=%animallvl% * %focus%
  199. set /a sneak=%animallvl% * %focus%
  200. set /a burrow=%animallvl% * %focus%
  201. set /a stealth=%animallvl% * %focus%
  202. set /a callbabyfoxes=%animallvl% * %focus%
  203. cls
  204. echo \---------------------------------------------------\
  205. echo \ %wildhp% %wild% %wildlvl% \
  206. echo \---------------------------------------------------\
  207. echo.
  208. echo.
  209. echo.
  210. echo \---------------------------------------------------\
  211. echo \ %animalhp% %b% %animallvl% \
  212. echo \---------------------------------------------------\
  213. echo 1)%at1%
  214. echo 2)%at2%
  215. echo 3)run
  216. set /p bat=Choose an option:
  217. if %bat%==1 goto bat1
  218. if %bat%==2 goto bat2
  219. if %bat%==3 goto cityop
  220. :bat1
  221. set /a wildhp-=%at1%
  222. set /a animalhp-=%wildat%
  223. goto battle2
  224. :bat2
  225. set /a wildhp-=%at2%
  226. set /a animalhp-=%wildat%
  227. goto battle2
  228.  
  229. :win
  230. set /a lvl=%lvl% + (%wildlvl% /3)
  231. set /a animalhp=%animallvl% * 5
  232. set /a wildhp=%wildlvl% * 5
  233. set /a money+=%wildlvl% * 3
  234. cls
  235. echo You win!
  236. pause
  237. goto cityop
  238. :loose
  239. set /a animalhp=%animallvl% * 5
  240. set /a wildhp=%wildlvl% * 5
  241. cls
  242. echo You loose!
  243. pause
  244. goto cityop
  245. :eagle
  246. set c=eagle
  247. set at1=swoop
  248. set at2=screech
  249. set lvl=1
  250. set /a swoop=%animallvl% * 2
  251. set /a screech=%animallvl% * 2
  252. set /a animalhp=%animallvl% * 5
  253. goto wat
  254. :panther
  255. set c=panther
  256. set at1=pounce
  257. set at2=claw
  258. set lvl=1
  259. set /a pounce=%animallvl% * 2
  260. set /a claw=%animallvl% * 2
  261. set /a animalhp=%animallvl% * 5
  262. goto wat
  263. :wolf
  264. set c=wolf
  265. set at1=howl
  266. set at2=bite
  267. set lvl=1
  268. set /a howl=%animallvl% * 2
  269. set /a bite=%animallvl% * 2
  270. set /a animalhp=%animallvl% * 5
  271. goto wat
  272. :snake
  273. set c=snake
  274. set at1=fangs
  275. set at2=venom
  276. set lvl=1
  277. set /a fangs=%animallvl% * 2
  278. set /a venom=%animallvl% * 2
  279. set /a animalhp=%animallvl% * 5
  280. goto wat
  281. :penguin
  282. set c=penguin
  283. set at1=fliper
  284. set at2=ice_slide
  285. set lvl=1
  286. set /a fliper=%animallvl% * 2
  287. set /a ice_slide=%animallvl% * 2
  288. set /a animalhp=%animallvl% * 5
  289. goto wat
  290. :baby
  291. set c=baby
  292. set at1=wine
  293. set at2=cry
  294. set lvl=10000000
  295. set /a wine=%animallvl% * 10
  296. set /a cry=%animallvl% * 10
  297. set /a animalhp=%animallvl% * 5
  298. goto wat
  299. :fox
  300. set c=fox
  301. set at1=sneak
  302. set at2=burrow
  303. set lvl=3
  304. set /a sneak=%animallvl% * 3
  305. set /a burrow=%animallvl% * 3
  306. set /a animalhp=%animallvl% * 5
  307. goto wat
  308.  
  309. :boo
  310. set c=boo
  311. set lvl=10000000
  312. set at1=boo
  313. set at2=hoo
  314. set /a boo=%animallvl% * 2
  315. set /a hoo=%animallvl% * 2
  316. set /a animalhp=%animallvl% * 5
  317. goto wat
  318.  
  319. :upgrades
  320. cls
  321. if %money% gtr 100 goto up1
  322. if %money% lss 100 goto notmoney
  323. :notmoney
  324. cls
  325. echo Not enough m0ney
  326. pause
  327. goto cityop
  328. :goodtogo
  329. cls
  330. echo Thank you for coming!
  331. pause
  332. goto cityop
  333. :up1
  334. echo 1)upgrade %at1%
  335. echo 2)upgrade %at2%
  336. echo 3)leave
  337. set /p uop1=Choose an option:
  338. if %uop1%==1 goto upop
  339. if %uop1%==2 goto up2op
  340. if %uop1%==3 goto cityop
  341. if not %uop1%==uop1 goto upgrades
  342. :upop
  343. if %c%==eagle goto upa
  344. if %c%==panther goto upb
  345. if %c%==wolf goto upc
  346. if %c%==snake goto upd
  347. if %c%==penguin goto upe
  348. if %c%==fox goto upf
  349. :up2op
  350. if %c%==eagle goto upa2
  351. if %c%==panther goto upb2
  352. if %c%==wolf goto upc2
  353. if %c%==snake goto upd2
  354. if %c%==penguin goto upe2
  355. if %c%==fox goto upf2
  356. :upa
  357. cls
  358. set /a focus=%focus% + 2
  359. set at1=floop
  360. set /a floop=%animallvl% * %focus%
  361. set /a money-=100
  362. goto goodtogo
  363. :upb
  364. set /a focus=%focus% + 2
  365. set at1=furry_leap
  366. set /a furry_leap=%animallvl% * %focus%
  367. set /a money-=100
  368. goto goodtogo
  369. :upc
  370. set /a focus=%focus% + 2
  371. set at1=moon_howl
  372. set /a moon_howl=%animallvl% * %focus%
  373. set /a money-=100
  374. goto goodtogo
  375. :upd
  376. set /a focus=%focus% + 2
  377. set at1=constrict
  378. set /a constrict=%animallvl% * %focus%
  379. set /a money-=100
  380. goto goodtogo
  381. :upe
  382. set /a focus=%focus% + 2
  383. set at1=waddle
  384. set /a waddle=%animallvl% * %focus%
  385. set /a money-=100
  386. goto goodtogo
  387. :upf
  388. set /a focus=%focus% + 2
  389. set at1=stealth
  390. set /a stealth=%animallvl% * %focus%
  391. set /a money-=100
  392. goto goodtogo
  393. :upa2
  394. set /a focus=%focus% + 2
  395. set at2=sonic_screech
  396. set /a sonic_screech=%animallvl% * %focus%
  397. set /a money-=100
  398. goto goodtogo
  399. :upb2
  400. set /a focus=%focus% + 2
  401. set at2=jungle_scratch
  402. set /a jungle_scratch=%animallvl% * %focus%
  403. set /a money-=100
  404. goto goodtogo
  405. :upc2
  406. set /a focus=%focus% + 2
  407. set at2=moon_claws
  408. set /a moon_claws=%animallvl% * %focus%
  409. set /a money-=100
  410. goto goodtogo
  411. :upd2
  412. set /a focus=%focus% + 2
  413. set at2=paralyze
  414. set /a paralyze=%animallvl% * %focus%
  415. set /a money-=100
  416. goto goodtogo
  417. :upe2
  418. set /a focus=%focus% + 2
  419. set at2=glacier
  420. set /a glacier=%animallvl% * %focus%
  421. set /a money-=100
  422. goto goodtogo
  423. :upf2
  424. set /a focus=%focus% + 2
  425. set at2=callbabyfoxes
  426. set /a callbabyfoxes=%animallvl% * %focus%
  427. set /a money-=100
  428. goto goodtogo
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. :twin
  453. set /a lvl+=(%tlvl% / 3)
  454. set /a animalhp=%animallvl% * 5
  455. set /a thp=%tlvl% * 5
  456. set /a money+=%tlvl% * 3
  457. set /a prize1=%prize1% + 1
  458. cls
  459. echo You win!
  460. pause
  461. goto cityop
  462.  
  463. :tournament
  464. set /a testat=%tlvl% * 2
  465. set /a thp=%tlvl% * 5
  466. set /a swoop=%animallvl% * %focus%
  467. set /a screech=%animallvl% * %focus%
  468. set /a pounce=%animallvl% * %focus%
  469. set /a claw=%animallvl% * %focus%
  470. set /a howl=%animallvl% * %focus%
  471. set /a bite=%animallvl% * %focus%
  472. set /a fangs=%animallvl% * %focus%
  473. set /a venom=%animallvl% * %focus%
  474. set /a fliper=%animallvl% * %focus%
  475. set /a ice_slide=%animallvl% * %focus%
  476. set /a wine=%animallvl% * 10
  477. set /a cry=%animallvl% * 10
  478. set /a boo=%animallvl% * 10
  479. set /a hoo=%animallvl% * 10
  480. set /a floop=%animallvl% * %focus%
  481. set /a furry_leap=%animallvl% * %focus%
  482. set /a moon_howl=%animallvl% * %focus%
  483. set /a constrict=%animallvl% * %focus%
  484. set /a waddle=%animallvl% * %focus%
  485. set /a sonic_screech=%animallvl% * %focus%
  486. set /a jungle_scratch=%animallvl% * %focus%
  487. set /a moon_claws=%animallvl% * %focus%
  488. set /a paralyze=%animallvl% * %focus%
  489. set /a glacier=%animallvl% * %focus%
  490. set /a sneak=%animallvl% * %focus%
  491. set /a burrow=%animallvl% * %focus%
  492. set /a stealth=%animallvl% * %focus%
  493. set /a callbabyfoxes=%animallvl% * %focus%
  494. goto turnop
  495.  
  496. :turnop
  497. if %prize1%==0 goto d1
  498. if %prize1%==1 goto d2
  499. if %prize1%==2 goto d3
  500. if %prize1%==3 goto d4
  501. if %prize1%==4 goto d5
  502. if %prize1%==5 goto d6
  503. if %prize1%==6 goto d7
  504. if %prize1%==7 goto d8
  505. if %prize1%==8 goto d9
  506. if %prize1%==9 goto d10
  507. if %prize1% gtr 9 goto d11
  508. :d1
  509. set t1=Stormy the hawk
  510. set tlvl=23
  511. set /a thp=%tlvl% * 5
  512. set /a animalhp=%animallvl% * 5
  513. goto test1
  514. :d2
  515. set t2=Zink the leapord
  516. set tlvl=34
  517. set /a thp=%tlvl% * 5
  518. set /a animalhp=%animallvl% * 5
  519. goto test2
  520. :d3
  521. set t3=Boty the coyote
  522. set tlvl=45
  523. set /a thp=%tlvl% * 5
  524. set /a animalhp=%animallvl% * 5
  525. goto test3
  526. :d4
  527. set t4=Borse the polorbear
  528. set tlvl=57
  529. set /a thp=%tlvl% * 5
  530. set /a animalhp=%animallvl% * 5
  531. goto test4
  532. :d5
  533. set t5=Snoorp the gecko
  534. set tlvl=78
  535. set /a thp=%tlvl% * 5
  536. set /a animalhp=%animallvl% * 5
  537. goto test5
  538. :d6
  539. set t6=Daphy the dolphin
  540. set tlvl=93
  541. set /a thp=%tlvl% * 5
  542. set /a animalhp=%animallvl% * 5
  543. goto test6
  544. :d7
  545. set t7=Goomba the octapus
  546. set tlvl=80
  547. set /a thp=%tlvl% * 5
  548. set /a animalhp=%animallvl% * 5
  549. goto test7
  550. :d8
  551. set t8=Haly the giraff
  552. set tlvl=130
  553. set /a thp=%tlvl% * 5
  554. set /a animalhp=%animallvl% * 5
  555. goto test8
  556. :d9
  557. set t9=Lady the ladybug
  558. set tlvl=300
  559. set /a thp=%tlvl% * 5
  560. set /a animalhp=%animallvl% * 5
  561. goto test9
  562. :d10
  563. set t10=Germy the germ
  564. set tlvl=666
  565. set /a thp=%tlvl% * 5
  566. set /a animalhp=%animallvl% * 5
  567. goto test10
  568. :d11
  569. set t10=Poody the poodian
  570. set /a tlvl=%random% * 10
  571. set /a thp=%tlvl% * 5
  572. set /a animalhp=%animallvl% * 5
  573. goto test10
  574. :test1
  575. if %thp% lss 0 goto twin
  576. if %animalhp% lss 0 goto loose
  577. cls
  578. echo \---------------------------------------------------\
  579. echo \ %thp% %t1% %tlvl% \
  580. echo \---------------------------------------------------\
  581. echo.
  582. echo.
  583. echo.
  584. echo \---------------------------------------------------\
  585. echo \ %animalhp% %b% %animallvl% \
  586. echo \---------------------------------------------------\
  587. echo 1)%at1%
  588. echo 2)%at2%
  589. echo 3)run
  590. set /p top=Choose an option:
  591. if %top%==1 goto tat1
  592. if %top%==2 goto tat1
  593. if %top%==3 goto cityop
  594.  
  595. :test2
  596. if %thp% lss 0 goto twin
  597. if %animalhp% lss 0 goto loose
  598. cls
  599. echo \---------------------------------------------------\
  600. echo \ %thp% %t2% %tlvl% \
  601. echo \---------------------------------------------------\
  602. echo.
  603. echo.
  604. echo.
  605. echo \---------------------------------------------------\
  606. echo \ %animalhp% %b% %animallvl% \
  607. echo \---------------------------------------------------\
  608. echo 1)%at1%
  609. echo 2)%at2%
  610. echo 3)run
  611. set /p top=Choose an option:
  612. if %top%==1 goto tat2
  613. if %top%==2 goto tat2
  614. if %top%==3 goto cityop
  615.  
  616. :test3
  617. if %thp% lss 0 goto twin
  618. if %animalhp% lss 0 goto loose
  619. cls
  620. echo \---------------------------------------------------\
  621. echo \ %thp% %t3% %tlvl% \
  622. echo \---------------------------------------------------\
  623. echo.
  624. echo.
  625. echo.
  626. echo \---------------------------------------------------\
  627. echo \ %animalhp% %b% %animallvl% \
  628. echo \---------------------------------------------------\
  629. echo 1)%at1%
  630. echo 2)%at2%
  631. echo 3)run
  632. set /p top=Choose an option:
  633. if %top%==1 goto tat3
  634. if %top%==2 goto tat3
  635. if %top%==3 goto cityop
  636.  
  637. :test4
  638. if %thp% lss 0 goto twin
  639. if %animalhp% lss 0 goto loose
  640. cls
  641. echo \---------------------------------------------------\
  642. echo \ %thp% %t4% %tlvl% \
  643. echo \---------------------------------------------------\
  644. echo.
  645. echo.
  646. echo.
  647. echo \---------------------------------------------------\
  648. echo \ %animalhp% %b% %animallvl% \
  649. echo \---------------------------------------------------\
  650. echo 1)%at1%
  651. echo 2)%at2%
  652. echo 3)run
  653. set /p top=Choose an option:
  654. if %top%==1 goto tat4
  655. if %top%==2 goto tat4
  656. if %top%==3 goto cityop
  657.  
  658. :test5
  659. if %thp% lss 0 goto twin
  660. if %animalhp% lss 0 goto loose
  661. cls
  662. echo \---------------------------------------------------\
  663. echo \ %thp% %t5% %tlvl% \
  664. echo \---------------------------------------------------\
  665. echo.
  666. echo.
  667. echo.
  668. echo \---------------------------------------------------\
  669. echo \ %animalhp% %b% %animallvl% \
  670. echo \---------------------------------------------------\
  671. echo 1)%at1%
  672. echo 2)%at2%
  673. echo 3)run
  674. set /p top=Choose an option:
  675. if %top%==1 goto tat5
  676. if %top%==2 goto tat5
  677. if %top%==3 goto cityop
  678.  
  679. :test6
  680. if %thp% lss 0 goto twin
  681. if %animalhp% lss 0 goto loose
  682. cls
  683. echo \---------------------------------------------------\
  684. echo \ %thp% %t6% %tlvl% \
  685. echo \---------------------------------------------------\
  686. echo.
  687. echo.
  688. echo.
  689. echo \---------------------------------------------------\
  690. echo \ %animalhp% %b% %animallvl% \
  691. echo \---------------------------------------------------\
  692. echo 1)%at1%
  693. echo 2)%at2%
  694. echo 3)run
  695. set /p top=Choose an option:
  696. if %top%==1 goto tat6
  697. if %top%==2 goto tat6
  698. if %top%==3 goto cityop
  699.  
  700. :test7
  701. if %thp% lss 0 goto twin
  702. if %animalhp% lss 0 goto loose
  703. cls
  704. echo \---------------------------------------------------\
  705. echo \ %thp% %t7% %tlvl% \
  706. echo \---------------------------------------------------\
  707. echo.
  708. echo.
  709. echo.
  710. echo \---------------------------------------------------\
  711. echo \ %animalhp% %b% %animallvl% \
  712. echo \---------------------------------------------------\
  713. echo 1)%at1%
  714. echo 2)%at2%
  715. echo 3)run
  716. set /p top=Choose an option:
  717. if %top%==1 goto tat7
  718. if %top%==2 goto tat7
  719. if %top%==3 goto cityop
  720.  
  721. :test8
  722. if %thp% lss 0 goto twin
  723. if %animalhp% lss 0 goto loose
  724. cls
  725. echo \---------------------------------------------------\
  726. echo \ %thp% %t8% %tlvl% \
  727. echo \---------------------------------------------------\
  728. echo.
  729. echo.
  730. echo.
  731. echo \---------------------------------------------------\
  732. echo \ %animalhp% %b% %animallvl% \
  733. echo \---------------------------------------------------\
  734. echo 1)%at1%
  735. echo 2)%at2%
  736. echo 3)run
  737. set /p top=Choose an option:
  738. if %top%==1 goto tat8
  739. if %top%==2 goto tat8
  740. if %top%==3 goto cityop
  741.  
  742. :test9
  743. if %thp% lss 0 goto twin
  744. if %animalhp% lss 0 goto loose
  745. cls
  746. echo \---------------------------------------------------\
  747. echo \ %thp% %t9% %tlvl% \
  748. echo \---------------------------------------------------\
  749. echo.
  750. echo.
  751. echo.
  752. echo \---------------------------------------------------\
  753. echo \ %animalhp% %b% %animallvl% \
  754. echo \---------------------------------------------------\
  755. echo 1)%at1%
  756. echo 2)%at2%
  757. echo 3)run
  758. set /p top=Choose an option:
  759. if %top%==1 goto tat9
  760. if %top%==2 goto tat9
  761. if %top%==3 goto cityop
  762.  
  763. :test10
  764. if %thp% lss 0 goto twin
  765. if %animalhp% lss 0 goto loose
  766. cls
  767. echo \---------------------------------------------------\
  768. echo \ %thp% %t10% %tlvl% \
  769. echo \---------------------------------------------------\
  770. echo.
  771. echo.
  772. echo.
  773. echo \---------------------------------------------------\
  774. echo \ %animalhp% %b% %animallvl% \
  775. echo \---------------------------------------------------\
  776. echo 1)%at1%
  777. echo 2)%at2%
  778. echo 3)run
  779. set /p top=Choose an option:
  780. if %top%==1 goto tat10
  781. if %top%==2 goto tat10
  782. if %top%==3 goto cityop
  783.  
  784. :tat1
  785. set /a testat=%tlvl% * 2
  786. set /a swoop=%animallvl% * %focus%
  787. set /a screech=%animallvl% * %focus%
  788. set /a pounce=%animallvl% * %focus%
  789. set /a claw=%animallvl% * %focus%
  790. set /a howl=%animallvl% * %focus%
  791. set /a bite=%animallvl% * %focus%
  792. set /a fangs=%animallvl% * %focus%
  793. set /a venom=%animallvl% * %focus%
  794. set /a fliper=%animallvl% * %focus%
  795. set /a ice_slide=%animallvl% * %focus%
  796. set /a wine=%animallvl% * 10
  797. set /a cry=%animallvl% * 10
  798. set /a boo=%animallvl% * 10
  799. set /a hoo=%animallvl% * 10
  800. set /a floop=%animallvl% * %focus%
  801. set /a furry_leap=%animallvl% * %focus%
  802. set /a moon_howl=%animallvl% * %focus%
  803. set /a constrict=%animallvl% * %focus%
  804. set /a waddle=%animallvl% * %focus%
  805. set /a sonic_screech=%animallvl% * %focus%
  806. set /a jungle_scratch=%animallvl% * %focus%
  807. set /a moon_claws=%animallvl% * %focus%
  808. set /a paralyze=%animallvl% * %focus%
  809. set /a glacier=%animallvl% * %focus%
  810. set /a sneak=%animallvl% * %focus%
  811. set /a burrow=%animallvl% * %focus%
  812. set /a stealth=%animallvl% * %focus%
  813. set /a callbabyfoxes=%animallvl% * %focus%
  814. set /a thp-=%at1%
  815. set /a animalhp-=%testat%
  816. goto test1
  817. :tat2
  818. set /a testat=%tlvl% * 2
  819. set /a swoop=%animallvl% * %focus%
  820. set /a screech=%animallvl% * %focus%
  821. set /a pounce=%animallvl% * %focus%
  822. set /a claw=%animallvl% * %focus%
  823. set /a howl=%animallvl% * %focus%
  824. set /a bite=%animallvl% * %focus%
  825. set /a fangs=%animallvl% * %focus%
  826. set /a venom=%animallvl% * %focus%
  827. set /a fliper=%animallvl% * %focus%
  828. set /a ice_slide=%animallvl% * %focus%
  829. set /a wine=%animallvl% * 10
  830. set /a cry=%animallvl% * 10
  831. set /a boo=%animallvl% * 10
  832. set /a hoo=%animallvl% * 10
  833. set /a floop=%animallvl% * %focus%
  834. set /a furry_leap=%animallvl% * %focus%
  835. set /a moon_howl=%animallvl% * %focus%
  836. set /a constrict=%animallvl% * %focus%
  837. set /a waddle=%animallvl% * %focus%
  838. set /a sonic_screech=%animallvl% * %focus%
  839. set /a jungle_scratch=%animallvl% * %focus%
  840. set /a moon_claws=%animallvl% * %focus%
  841. set /a paralyze=%animallvl% * %focus%
  842. set /a glacier=%animallvl% * %focus%
  843. set /a sneak=%animallvl% * %focus%
  844. set /a burrow=%animallvl% * %focus%
  845. set /a stealth=%animallvl% * %focus%
  846. set /a callbabyfoxes=%animallvl% * %focus%
  847. set /a thp-=%at1%
  848. set /a animalhp-=%testat%
  849. goto test2
  850. :tat3
  851. set /a testat=%tlvl% * 2
  852. set /a swoop=%animallvl% * %focus%
  853. set /a screech=%animallvl% * %focus%
  854. set /a pounce=%animallvl% * %focus%
  855. set /a claw=%animallvl% * %focus%
  856. set /a howl=%animallvl% * %focus%
  857. set /a bite=%animallvl% * %focus%
  858. set /a fangs=%animallvl% * %focus%
  859. set /a venom=%animallvl% * %focus%
  860. set /a fliper=%animallvl% * %focus%
  861. set /a ice_slide=%animallvl% * %focus%
  862. set /a wine=%animallvl% * 10
  863. set /a cry=%animallvl% * 10
  864. set /a boo=%animallvl% * 10
  865. set /a hoo=%animallvl% * 10
  866. set /a floop=%animallvl% * %focus%
  867. set /a furry_leap=%animallvl% * %focus%
  868. set /a moon_howl=%animallvl% * %focus%
  869. set /a constrict=%animallvl% * %focus%
  870. set /a waddle=%animallvl% * %focus%
  871. set /a sonic_screech=%animallvl% * %focus%
  872. set /a jungle_scratch=%animallvl% * %focus%
  873. set /a moon_claws=%animallvl% * %focus%
  874. set /a paralyze=%animallvl% * %focus%
  875. set /a glacier=%animallvl% * %focus%
  876. set /a sneak=%animallvl% * %focus%
  877. set /a burrow=%animallvl% * %focus%
  878. set /a stealth=%animallvl% * %focus%
  879. set /a callbabyfoxes=%animallvl% * %focus%
  880. set /a thp-=%at1%
  881. set /a animalhp-=%testat%
  882. goto test3
  883. :tat4
  884. set /a testat=%tlvl% * 2
  885. set /a swoop=%animallvl% * %focus%
  886. set /a screech=%animallvl% * %focus%
  887. set /a pounce=%animallvl% * %focus%
  888. set /a claw=%animallvl% * %focus%
  889. set /a howl=%animallvl% * %focus%
  890. set /a bite=%animallvl% * %focus%
  891. set /a fangs=%animallvl% * %focus%
  892. set /a venom=%animallvl% * %focus%
  893. set /a fliper=%animallvl% * %focus%
  894. set /a ice_slide=%animallvl% * %focus%
  895. set /a wine=%animallvl% * 10
  896. set /a cry=%animallvl% * 10
  897. set /a boo=%animallvl% * 10
  898. set /a hoo=%animallvl% * 10
  899. set /a floop=%animallvl% * %focus%
  900. set /a furry_leap=%animallvl% * %focus%
  901. set /a moon_howl=%animallvl% * %focus%
  902. set /a constrict=%animallvl% * %focus%
  903. set /a waddle=%animallvl% * %focus%
  904. set /a sonic_screech=%animallvl% * %focus%
  905. set /a jungle_scratch=%animallvl% * %focus%
  906. set /a moon_claws=%animallvl% * %focus%
  907. set /a paralyze=%animallvl% * %focus%
  908. set /a glacier=%animallvl% * %focus%
  909. set /a sneak=%animallvl% * %focus%
  910. set /a burrow=%animallvl% * %focus%
  911. set /a stealth=%animallvl% * %focus%
  912. set /a callbabyfoxes=%animallvl% * %focus%
  913. set /a thp-=%at1%
  914. set /a animalhp-=%testat%
  915. goto test4
  916. :tat5
  917. set /a testat=%tlvl% * 2
  918. set /a swoop=%animallvl% * %focus%
  919. set /a screech=%animallvl% * %focus%
  920. set /a pounce=%animallvl% * %focus%
  921. set /a claw=%animallvl% * %focus%
  922. set /a howl=%animallvl% * %focus%
  923. set /a bite=%animallvl% * %focus%
  924. set /a fangs=%animallvl% * %focus%
  925. set /a venom=%animallvl% * %focus%
  926. set /a fliper=%animallvl% * %focus%
  927. set /a ice_slide=%animallvl% * %focus%
  928. set /a wine=%animallvl% * 10
  929. set /a cry=%animallvl% * 10
  930. set /a boo=%animallvl% * 10
  931. set /a hoo=%animallvl% * 10
  932. set /a floop=%animallvl% * %focus%
  933. set /a furry_leap=%animallvl% * %focus%
  934. set /a moon_howl=%animallvl% * %focus%
  935. set /a constrict=%animallvl% * %focus%
  936. set /a waddle=%animallvl% * %focus%
  937. set /a sonic_screech=%animallvl% * %focus%
  938. set /a jungle_scratch=%animallvl% * %focus%
  939. set /a moon_claws=%animallvl% * %focus%
  940. set /a paralyze=%animallvl% * %focus%
  941. set /a glacier=%animallvl% * %focus%
  942. set /a sneak=%animallvl% * %focus%
  943. set /a burrow=%animallvl% * %focus%
  944. set /a stealth=%animallvl% * %focus%
  945. set /a callbabyfoxes=%animallvl% * %focus%
  946. set /a thp-=%at1%
  947. set /a animalhp-=%testat%
  948. goto test5
  949. :tat6
  950. set /a testat=%tlvl% * 2
  951. set /a swoop=%animallvl% * %focus%
  952. set /a screech=%animallvl% * %focus%
  953. set /a pounce=%animallvl% * %focus%
  954. set /a claw=%animallvl% * %focus%
  955. set /a howl=%animallvl% * %focus%
  956. set /a bite=%animallvl% * %focus%
  957. set /a fangs=%animallvl% * %focus%
  958. set /a venom=%animallvl% * %focus%
  959. set /a fliper=%animallvl% * %focus%
  960. set /a ice_slide=%animallvl% * %focus%
  961. set /a wine=%animallvl% * 10
  962. set /a cry=%animallvl% * 10
  963. set /a boo=%animallvl% * 10
  964. set /a hoo=%animallvl% * 10
  965. set /a floop=%animallvl% * %focus%
  966. set /a furry_leap=%animallvl% * %focus%
  967. set /a moon_howl=%animallvl% * %focus%
  968. set /a constrict=%animallvl% * %focus%
  969. set /a waddle=%animallvl% * %focus%
  970. set /a sonic_screech=%animallvl% * %focus%
  971. set /a jungle_scratch=%animallvl% * %focus%
  972. set /a moon_claws=%animallvl% * %focus%
  973. set /a paralyze=%animallvl% * %focus%
  974. set /a glacier=%animallvl% * %focus%
  975. set /a sneak=%animallvl% * %focus%
  976. set /a burrow=%animallvl% * %focus%
  977. set /a stealth=%animallvl% * %focus%
  978. set /a callbabyfoxes=%animallvl% * %focus%
  979. set /a thp-=%at1%
  980. set /a animalhp-=%testat%
  981. goto test6
  982. :tat7
  983. set /a testat=%tlvl% * 2
  984. set /a swoop=%animallvl% * %focus%
  985. set /a screech=%animallvl% * %focus%
  986. set /a pounce=%animallvl% * %focus%
  987. set /a claw=%animallvl% * %focus%
  988. set /a howl=%animallvl% * %focus%
  989. set /a bite=%animallvl% * %focus%
  990. set /a fangs=%animallvl% * %focus%
  991. set /a venom=%animallvl% * %focus%
  992. set /a fliper=%animallvl% * %focus%
  993. set /a ice_slide=%animallvl% * %focus%
  994. set /a wine=%animallvl% * 10
  995. set /a cry=%animallvl% * 10
  996. set /a boo=%animallvl% * 10
  997. set /a hoo=%animallvl% * 10
  998. set /a floop=%animallvl% * %focus%
  999. set /a furry_leap=%animallvl% * %focus%
  1000. set /a moon_howl=%animallvl% * %focus%
  1001. set /a constrict=%animallvl% * %focus%
  1002. set /a waddle=%animallvl% * %focus%
  1003. set /a sonic_screech=%animallvl% * %focus%
  1004. set /a jungle_scratch=%animallvl% * %focus%
  1005. set /a moon_claws=%animallvl% * %focus%
  1006. set /a paralyze=%animallvl% * %focus%
  1007. set /a glacier=%animallvl% * %focus%
  1008. set /a sneak=%animallvl% * %focus%
  1009. set /a burrow=%animallvl% * %focus%
  1010. set /a stealth=%animallvl% * %focus%
  1011. set /a callbabyfoxes=%animallvl% * %focus%
  1012. set /a thp-=%at1%
  1013. set /a animalhp-=%testat%
  1014. goto test7
  1015. :tat8
  1016. set /a testat=%tlvl% * 2
  1017. set /a swoop=%animallvl% * %focus%
  1018. set /a screech=%animallvl% * %focus%
  1019. set /a pounce=%animallvl% * %focus%
  1020. set /a claw=%animallvl% * %focus%
  1021. set /a howl=%animallvl% * %focus%
  1022. set /a bite=%animallvl% * %focus%
  1023. set /a fangs=%animallvl% * %focus%
  1024. set /a venom=%animallvl% * %focus%
  1025. set /a fliper=%animallvl% * %focus%
  1026. set /a ice_slide=%animallvl% * %focus%
  1027. set /a wine=%animallvl% * 10
  1028. set /a cry=%animallvl% * 10
  1029. set /a boo=%animallvl% * 10
  1030. set /a hoo=%animallvl% * 10
  1031. set /a floop=%animallvl% * %focus%
  1032. set /a furry_leap=%animallvl% * %focus%
  1033. set /a moon_howl=%animallvl% * %focus%
  1034. set /a constrict=%animallvl% * %focus%
  1035. set /a waddle=%animallvl% * %focus%
  1036. set /a sonic_screech=%animallvl% * %focus%
  1037. set /a jungle_scratch=%animallvl% * %focus%
  1038. set /a moon_claws=%animallvl% * %focus%
  1039. set /a paralyze=%animallvl% * %focus%
  1040. set /a glacier=%animallvl% * %focus%
  1041. set /a sneak=%animallvl% * %focus%
  1042. set /a burrow=%animallvl% * %focus%
  1043. set /a stealth=%animallvl% * %focus%
  1044. set /a callbabyfoxes=%animallvl% * %focus%
  1045. set /a thp-=%at1%
  1046. set /a animalhp-=%testat%
  1047. goto test8
  1048. :tat9
  1049. set /a testat=%tlvl% * 2
  1050. set /a swoop=%animallvl% * %focus%
  1051. set /a screech=%animallvl% * %focus%
  1052. set /a pounce=%animallvl% * %focus%
  1053. set /a claw=%animallvl% * %focus%
  1054. set /a howl=%animallvl% * %focus%
  1055. set /a bite=%animallvl% * %focus%
  1056. set /a fangs=%animallvl% * %focus%
  1057. set /a venom=%animallvl% * %focus%
  1058. set /a fliper=%animallvl% * %focus%
  1059. set /a ice_slide=%animallvl% * %focus%
  1060. set /a wine=%animallvl% * 10
  1061. set /a cry=%animallvl% * 10
  1062. set /a boo=%animallvl% * 10
  1063. set /a hoo=%animallvl% * 10
  1064. set /a floop=%animallvl% * %focus%
  1065. set /a furry_leap=%animallvl% * %focus%
  1066. set /a moon_howl=%animallvl% * %focus%
  1067. set /a constrict=%animallvl% * %focus%
  1068. set /a waddle=%animallvl% * %focus%
  1069. set /a sonic_screech=%animallvl% * %focus%
  1070. set /a jungle_scratch=%animallvl% * %focus%
  1071. set /a moon_claws=%animallvl% * %focus%
  1072. set /a paralyze=%animallvl% * %focus%
  1073. set /a glacier=%animallvl% * %focus%
  1074. set /a sneak=%animallvl% * %focus%
  1075. set /a burrow=%animallvl% * %focus%
  1076. set /a stealth=%animallvl% * %focus%
  1077. set /a callbabyfoxes=%animallvl% * %focus%
  1078. set /a thp-=%at1%
  1079. set /a animalhp-=%testat%
  1080. goto test9
  1081. :tat10
  1082. set /a testat=%tlvl% * 2
  1083. set /a swoop=%animallvl% * %focus%
  1084. set /a screech=%animallvl% * %focus%
  1085. set /a pounce=%animallvl% * %focus%
  1086. set /a claw=%animallvl% * %focus%
  1087. set /a howl=%animallvl% * %focus%
  1088. set /a bite=%animallvl% * %focus%
  1089. set /a fangs=%animallvl% * %focus%
  1090. set /a venom=%animallvl% * %focus%
  1091. set /a fliper=%animallvl% * %focus%
  1092. set /a ice_slide=%animallvl% * %focus%
  1093. set /a wine=%animallvl% * 10
  1094. set /a cry=%animallvl% * 10
  1095. set /a boo=%animallvl% * 10
  1096. set /a hoo=%animallvl% * 10
  1097. set /a floop=%animallvl% * %focus%
  1098. set /a furry_leap=%animallvl% * %focus%
  1099. set /a moon_howl=%animallvl% * %focus%
  1100. set /a constrict=%animallvl% * %focus%
  1101. set /a waddle=%animallvl% * %focus%
  1102. set /a sonic_screech=%animallvl% * %focus%
  1103. set /a jungle_scratch=%animallvl% * %focus%
  1104. set /a moon_claws=%animallvl% * %focus%
  1105. set /a paralyze=%animallvl% * %focus%
  1106. set /a glacier=%animallvl% * %focus%
  1107. set /a sneak=%animallvl% * %focus%
  1108. set /a burrow=%animallvl% * %focus%
  1109. set /a stealth=%animallvl% * %focus%
  1110. set /a callbabyfoxes=%animallvl% * %focus%
  1111. set /a thp-=%at1%
  1112. set /a animalhp-=%testat%
  1113. goto test10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement