NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

@echo off
TITLE RPG
:Top
color 0d
cls
echo D
ping localhost -n 2 >nul
cls
echo DE
ping localhost -n 2 >nul
cls
echo DEA
ping localhost -n 2 >nul
cls
echo DEAL
ping localhost -n 2 >nul
cls
echo DEALT
ping localhost -n 2 >nul
cls
echo DEALTH
ping localhost -n 2 >nul
cls
echo DEALTH S
ping localhost -n 2 >nul
cls
echo DEALTH ST
ping localhost -n 2 >nul
cls
echo DEALTH STU
ping localhost -n 2 >nul
cls
echo DEALTH STUD
ping localhost -n 2 >nul
cls
echo DEALTH STUDI
ping localhost -n 2 >nul
cls
echo DEALTH STUDIO
ping localhost -n 2 >nul
cls
echo DEALTH STUDIOS
ping localhost -n 2 >nul
cls

:Main
color 0a
cls
echo ================
echo SUPER RPG GAME
echo ================
echo.
echo.
echo Q.Start
echo W.Exit
echo E.About
echo ....................
set /a mim=5
set /p mim=
echo Enter:
if %mim% equ q goto cheatcode
if %mim% equ w goto exit
if %mim% equ e goto about
goto Main

:cheatcode
cls
echo Submit:
set /p cheat=
goto magichousenew

:new
set hp=100
set rock=0
set exp=0
set ammo=0
set gundmg=0
set minelevel=2
set exptill=60
set gold=100
set mineexp=0
set lvl=1
set power=4
set magic=100
set ammomax=10
set powergain=3
set cloneatk=10
set weppower=3
set weapprice=120
set pots=1
set armor=2
set hpmax=100
set hotelg=5
set potg=15
set clonexp=20
set clonegold=10
if %cheat% equ supercheater (
set gold=10000000
set ammomax=10000
set pots=10000
set cheat=cheaton
goto home
)
goto home


:load
for /f %%a in (QE%name%SAV.dll) do set %%a
set /a temp2=(%hp% * %lvl% + %exp% * %exptill% + %wepprice% + %power% * %weppower%)/(%gold% + %pots% * %powergain%)
if not %temp1% equ %temp2% set %temp3%=1
goto home


:death
cls
echo You Died!
echo You lost some exp and gold...
set /a exp=%exp% - (%exp% * 20/100)
set /a gold=%gold% - (%gold% * 30/100)
set hp=100
pause >nul
goto home

:runaway
cls
echo You successfully ran away!
set hp=1
pause >nul
goto home

:levelup
cls
echo Congratulations!
echo You successfully leveled up...
pause >nul
set /a lvl=%lvl% + 1
set /a exp=%exp% - %exptill%
set /a exptill=%exptill% + %exptill% * 65 / 100
set /a minelevel=%minelevel% + 1
set /a power=%power% + %powergain%
set /a powergain=%powergain% + 1
set /a hpmax=%hpmax% + (%hpmax% * 65/100)
set /a hotelg=%hotelg% + 2 +(%hotelg% * 20/100)
set /a potg=%potg% + 5 + %potg% * 20/100
set /a clonexp=%clonexp% + %clonexp% * 65/100
set /a clonegold=%clonegold% + %clonegold% * 65/100
set /a cloneatk=%cloneatk% + %power% * 3
set hp=%hpmax%
goto home


:home
set en1hp=50
set en2hp=500
set en3hp=2400
set en4hp=65000
set en5hp=300000
set en6hp=753000
set en7hp=1000000000
set en8hp=%hpmax%
set en9hp=10000000000
if %exp% geq %exptill% goto levelup
if %hp% geq %hpmax% (
set hp=%hpmax%
)
if %ammo% leq 0 (
set /a ammo=0
)
if %magic% leq 0 (
set /a magic=0
)
cls
color 0e
if "%temp3%" equ "1" echo You ruined the game!
cls
echo ====================Level: %lvl%===================
echo Ammo %ammo%/%ammomax% Experience %exp%/%exptill% Magic %magic%
echo Health %hp%/%hpmax% Gold %gold% Potions %pots%
echo.
echo Where is your destination?
echo.
echo Q.Beginner Arena
echo W.Intermediate Arena
echo E.Expert Arena
echo A.Beginner SUPER Arena
echo S.Intermediate SUPER Arena
echo D.Expert SUPER Arena
echo F.FIGHT THE MASTER
echo Z.Fight Clone
echo R.Shopping Spree
echo T.Hotel (%hotelg% Gold)
echo Y.View Stats
echo U.Magic House
echo I.Library
echo O.Mining
echo X.Premium Version!
echo P.Exit
echo.
if not %cheat% equ cheaton (
set imput=5
)
set /p imput=
echo enter
if %imput% equ q goto fight1
if %imput% equ w goto fight2
if %imput% equ e goto fight3
if %imput% equ a goto fight4
if %imput% equ s goto fight5
if %imput% equ d goto fight6
if %imput% equ f goto fight7
if %imput% equ z goto fight8
if %imput% equ y goto stats
if %imput% equ r goto shop
if %imput% equ t goto hotel
if %imput% equ p goto main
if %imput% equ u goto magichouse
if %imput% equ x goto premiumversion
if %imput% equ i goto library
if %imput% equ o goto minepasscode
goto home

:fight1
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en1hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput1=
if %imput1% equ q goto fight1a
if %imput1% equ w goto potion
if %imput1% equ e goto runaway
if %imput1% equ r goto magic1
goto fight1

:magic1
if %magic% leq 0 (
goto nomagic
)
if %magica% equ fire (
goto magicf1
)
if %magica% equ ice (
goto magici1
)
if %magica% equ nature (
goto magicn1
)
goto fight1

:nomagic
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight1

:magicf1
cls
set /a magic=%magic% - 30
set /a en1hp=%en1hp% - %power% * %weppower% * 3
if %en1hp% leq 0 goto winfight1
goto fight1

:magici1
cls
set /a magic=%magic% - 30
set /a en1hp=%en1hp% - %power% * %weppower%
set /a en1hp=%en1hp% * 80/100
if %en1hp% leq 0 goto winfight1
goto fight1

:magicn1
cls
set /a magic=%magic% - 50
set /a en1hp=%en1hp% - %power% * %weppower%
if %en1hp% leq 0 goto winfight1
set /a hp=%hpmax%
goto fight1

:potion
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight1
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight1

:potion2
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight2
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight2

:potion3
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight3
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight3

:potion4
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight4
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight4

:potion5
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight5
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight5

:potion6
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight6
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight6

:potion7
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight7
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight7

:potion8
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight8
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight8

:potion9
cls
if %pots% lss 1 (
echo You have no potions.
pause >nul
goto fight8
)
set /a hp=%hpmax%
set /a pots=%pots% - 1
goto fight9

:fight1a
cls
set /a en1hp=%en1hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en1hp=%en1hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en1hp% leq 0 goto winfight1
set /a hp=%hp% - (32 / %armor%)
if %hp% leq 0 goto death
goto fight1

:fight2
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en2hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput2=
if %imput2% equ q goto fight2a
if %imput2% equ w goto potion2
if %imput2% equ e goto runaway
if %imput2% equ r goto magic2
goto fight2

:magic2
if %magic% leq 0 (
goto nomagic2
)
if %magica% equ fire (
goto magicf2
)
if %magica% equ ice (
goto magici2
)
if %magica% equ nature (
goto magicn2
)
goto fight2

:nomagic2
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight2

:magicf2
cls
set /a magic=%magic% - 30
set /a en2hp=%en2hp% - %power% * %weppower% * 3
if %en2hp% leq 0 goto winfight2
goto fight2

:magici2
cls
set /a magic=%magic% - 30
set /a en2hp=%en2hp% - %power% * %weppower%
set /a en2hp=%en2hp% * 80/100
if %en2hp% leq 0 goto winfight2
goto fight2

:magicn2
cls
set /a magic=%magic% - 50
set /a en2hp=%en2hp% - %power% * %weppower%
if %en2hp% leq 0 goto winfight2
set /a hp=%hpmax%
goto fight2


:fight2a
cls
set /a en2hp=%en2hp% - %power% * %weppower%
if %ammo% geq 1 (
set /a en2hp=%en2hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en2hp% leq 0 goto winfight2
set /a hp=%hp% - (176 / %armor%)
if %hp% leq 0 goto death
goto fight2

:winfight1
cls
echo You have won the fight!
echo You have earned some gold and exp!
set /a exp=%exp% + 14
set /a gold=%gold% + 6
pause >nul
goto home

:winfight2
cls
echo You have won the fight!
echo You have earned some gold and exp!
set /a exp=%exp% + 135
set /a gold=%gold% + 45
pause >nul
goto home

:winfight3
cls
echo You have won the fight!
echo You have earned some gold and exp!
set /a exp=%exp% + 679
set /a gold=%gold% + 342
pause >nul
goto home

:winfight4
cls
echo You have won the fight!
echo You have earned some gold and exp!
set /a exp=%exp% + 5643
set /a gold=%gold% + 2345
pause >nul
goto home

:winfight5
cls
echo You have won the fight!
echo You have earned some gold and exp!
set /a exp=%exp% + 25000
set /a gold=%gold% + 8000
pause >nul
goto home

:winfight6
cls
echo You have won the fight!
echo You have earned TONS of gold and exp!
set /a exp=%exp% + 125000
set /a gold=%gold% + 50000
pause >nul
goto home

:winfight7
cls
echo You have earned MORE THAN TONS of gold and exp!
echo You have won the fight!
set /a exp=%exp% + 30000000
set /a gold=%gold% + 25000000
pause >nul
goto home

:winfight8
cls
echo You have some gold and exp!
echo You have won the fight!
set /a exp=%exp% + %clonexp%
set /a gold=%gold% + %clonegold%
pause >nul
goto home

:winfight9
cls
echo Wow...
echo.
pause
cls
echo I didn't know you had it in you.
echo I'll give you premium.
echo.
pause
goto prem

:fight3
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en3hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput3=
if %imput3% equ q goto fight3a
if %imput3% equ w goto potion3
if %imput3% equ e goto runaway
if %imput3% equ r goto magic3
goto fight3

:magic3
if %magic% leq 0 (
goto nomagic3
)
if %magica% equ fire (
goto magicf3
)
if %magica% equ ice (
goto magici3
)
if %magica% equ nature (
goto magicn3
)
goto fight3

:nomagic3
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight3

:magicf3
cls
set /a magic=%magic% - 30
set /a en3hp=%en3hp% - %power% * %weppower% * 3
if %en3hp% leq 0 goto winfight3
goto fight3

:magici3
cls
set /a magic=%magic% - 30
set /a en3hp=%en3hp% - %power% * %weppower%
set /a en3hp=%en3hp% * 80/100
if %en3hp% leq 0 goto winfight3
goto fight3

:magicn3
cls
set /a magic=%magic% - 50
set /a en3hp=%en3hp% - %power% * %weppower%
if %en3hp% leq 0 goto winfight3
set /a hp=%hpmax%
goto fight3

:fight4
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en4hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput4=
if %imput4% equ q goto fight4a
if %imput4% equ w goto potion4
if %imput4% equ e goto runaway
if %imput4% equ r goto magic4
goto fight4

:magic4
if %magic% leq 0 (
goto nomagic4
)
if %magica% equ fire (
goto magicf4
)
if %magica% equ ice (
goto magici4
)
if %magica% equ nature (
goto magicn4
)
goto fight4

:nomagic4
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight4

:magicf4
cls
set /a magic=%magic% - 30
set /a en4hp=%en4hp% - %power% * %weppower% * 3
if %en4hp% leq 0 goto winfight4
goto fight4

:magici4
cls
set /a magic=%magic% - 30
set /a en4hp=%en4hp% - %power% * %weppower%
set /a en4hp=%en4hp% * 80/100
if %en4hp% leq 0 goto winfight4
goto fight4

:magicn4
cls
set /a magic=%magic% - 50
set /a en4hp=%en4hp% - %power% * %weppower%
if %en4hp% leq 0 goto winfight4
set /a hp=%hpmax%
goto fight4

:fight5
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en5hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput5=
if %imput5% equ q goto fight5a
if %imput5% equ w goto potion5
if %imput5% equ e goto runaway
if %imput5% equ r goto magic5
goto fight5

:magic5
if %magic% leq 0 (
goto nomagic5
)
if %magica% equ fire (
goto magicf5
)
if %magica% equ ice (
goto magici5
)
if %magica% equ nature (
goto magicn5
)
goto fight5

:nomagic5
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight5

:magicf5
cls
set /a magic=%magic% - 30
set /a en5hp=%en5hp% - %power% * %weppower% * 3
if %en5hp% leq 0 goto winfight5
goto fight5

:magici5
cls
set /a magic=%magic% - 30
set /a en5hp=%en5hp% - %power% * %weppower%
set /a en5hp=%en5hp% * 80/100
if %en5hp% leq 0 goto winfight5
goto fight5

:magicn5
cls
set /a magic=%magic% - 50
set /a en5hp=%en5hp% - %power% * %weppower%
if %en5hp% leq 0 goto winfight5
set /a hp=%hpmax%
goto fight5

:fight6
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en6hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput6=
if %imput6% equ q goto fight6a
if %imput6% equ w goto potion6
if %imput6% equ e goto runaway
if %imput6% equ r goto magic6
goto fight6

:magic6
if %magic% leq 0 (
goto nomagic6
)
if %magica% equ fire (
goto magicf6
)
if %magica% equ ice (
goto magici6
)
if %magica% equ nature (
goto magicn6
)
goto fight6

:nomagic6
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight6

:magicf6
cls
set /a magic=%magic% - 30
set /a en6hp=%en6hp% - %power% * %weppower% * 3
if %en6hp% leq 0 goto winfight6
goto fight6

:magici6
cls
set /a magic=%magic% - 30
set /a en6hp=%en6hp% - %power% * %weppower%
set /a en6hp=%en6hp% * 80/100
if %en6hp% leq 0 goto winfight6
goto fight6

:magicn6
cls
set /a magic=%magic% - 50
set /a en6hp=%en6hp% - %power% * %weppower%
if %en6hp% leq 0 goto winfight6
set /a hp=%hpmax%
goto fight6

:fight7
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en7hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput7=
if %imput7% equ q goto fight7a
if %imput7% equ w goto potion7
if %imput7% equ e goto runaway
if %imput7% equ r goto magic7
goto fight7

:magic7
if %magic% leq 0 (
goto nomagic7
)
if %magica% equ fire (
goto magicf7
)
if %magica% equ ice (
goto magici7
)
if %magica% equ nature (
goto magicn7
)
goto fight7

:nomagic7
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight7

:magicf7
cls
set /a magic=%magic% - 30
set /a en7hp=%en7hp% - %power% * %weppower% * 3
if %en7hp% leq 0 goto winfight7
goto fight7

:magici7
cls
set /a magic=%magic% - 30
set /a en7hp=%en7hp% - %power% * %weppower%
set /a en7hp=%en7hp% * 80/100
if %en7hp% leq 0 goto winfight7
goto fight7

:magicn7
cls
set /a magic=%magic% - 50
set /a en7hp=%en7hp% - %power% * %weppower%
if %en7hp% leq 0 goto winfight7
set /a hp=%hpmax%
goto fight7

:fight9
cls
color 0c
echo You have %hp%/%hpmax% Health
echo Your enemy has %en9hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput7=
if %imput7% equ q goto fight9a
if %imput7% equ w goto potion9
if %imput7% equ e goto runaway
if %imput7% equ r goto magic9
goto fight7

:magic9
if %magic% leq 0 (
goto nomagic9
)
if %magica% equ fire (
goto magicf9
)
if %magica% equ ice (
goto magici9
)
if %magica% equ nature (
goto magicn9
)
goto fight9

:nomagic9
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight9

:magicf9
cls
set /a magic=%magic% - 30
set /a en9hp=%en9hp% - %power% * %weppower% * 3
if %en9hp% leq 0 goto winfight9
goto fight9

:magici9
cls
set /a magic=%magic% - 30
set /a en9hp=%en9hp% - %power% * %weppower%
set /a en9hp=%en9hp% * 80/100
if %en9hp% leq 0 goto winfight9
goto fight9

:magicn9
cls
set /a magic=%magic% - 50
set /a en9hp=%en9hp% - %power% * %weppower%
if %en9hp% leq 0 goto winfight9
set /a hp=%hpmax%
goto fight9

:fight8
color 0c
cls
echo You have %hp%/%hpmax% Health
echo Your enemy has %en8hp% Health
echo.
echo What are you going to do?
echo.
echo Q. Attack
echo W. Drink Potion
echo E. Run away
echo R. Magic
echo.
echo Enter:
set /p imput8=
if %imput8% equ q goto fight8a
if %imput8% equ w goto potion8
if %imput8% equ e goto runaway
if %imput8% equ r goto magic8
goto fight8

:magic8
if %magic% leq 0 (
goto nomagic8
)
if %magica% equ fire (
goto magicf8
)
if %magica% equ ice (
goto magici8
)
if %magica% equ nature (
goto magicn8
)
goto fight8

:nomagic8
cls
set /a magic=0
echo No magic left!
pause >nul
goto fight8

:magicf8
cls
set /a magic=%magic% - 30
set /a en8hp=%en8hp% - %power% * %weppower% * 3
if %en8hp% leq 0 goto winfight8
goto fight8

:magici8
cls
set /a magic=%magic% - 30
set /a en8hp=%en8hp% - %power% * %weppower%
set /a en8hp=%en8hp% * 80/100
if %en8hp% leq 0 goto winfight8
goto fight8

:magicn8
cls
set /a magic=%magic% - 50
set /a en8hp=%en8hp% - %power% * %weppower%
if %en8hp% leq 0 goto winfight8
set /a hp=%hpmax%
goto fight8


:fight3a
cls
set /a en3hp=%en3hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en3hp=%en3hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en3hp% leq 0 goto winfight3
set /a hp=%hp% - (1234 / %armor%)
if %hp% leq 0 goto death
goto fight3

:fight4a
cls
set /a en4hp=%en4hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en4hp=%en4hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en4hp% leq 0 goto winfight4
set /a hp=%hp% - (24686 / %armor%)
if %hp% leq 0 goto death
goto fight4

:fight5a
cls
set /a en5hp=%en5hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en5hp=%en5hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en5hp% leq 0 goto winfight5
set /a hp=%hp% - (114231 / %armor%)
if %hp% leq 0 goto death
goto fight5

:fight6a
cls
set /a en6hp=%en6hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en6hp=%en6hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en6hp% leq 0 goto winfight6
set /a hp=%hp% - (500000 / %armor%)
if %hp% leq 0 goto death
goto fight6

:fight7a
cls
set /a en7hp=%en7hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en7hp=%en7hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en7hp% leq 0 goto winfight7
set /a hp=%hp% - (5000000 / %armor%)
if %hp% leq 0 goto death
goto fight7

:fight8a
cls
set /a en8hp=%en8hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en8hp=%en8hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en8hp% leq 0 goto winfight8
set /a hp=%hp% - (%cloneatk% / %armor%)
if %hp% leq 0 goto death
goto fight8

:fight9a
cls
set /a en9hp=%en9hp% - (%power% * %weppower%)
if %ammo% geq 1 (
set /a en9hp=%en9hp% - %power% * %gundmg%
set /a ammo=%ammo% - 1
)
if %en9hp% leq 0 goto winfight9
set /a hp=%hp% - (500000000 / %armor%)
if %hp% leq 0 goto death
goto fight9

==========================================================================================================
===============================================SHOP=======================================================
==========================================================================================================

:shop
cls
echo ========================
echo =======%gold%===========
echo ========================
echo.
echo What would you like to buy?
echo.
echo Q.Potion (%potg% Gold)
echo W.Ammo (%potg% Gold)
echo E.Weapons
echo R.Armor
echo T.Increase Max Ammo (%potg% Gold)
echo B.Back
echo.
set /p shop=
if %shop% equ q goto buypot
if %shop% equ w goto buyammo
if %shop% equ e goto weapons
if %shop% equ r goto armors
if %shop% equ t goto ammopack
if %shop% equ b goto home
goto shop

:buypot
cls
if %gold% lss %potg% (
echo Not enough gold to buy a potion...
pause >nul
goto shop
)
set /a pots=%pots% + 1
set /a gold=%gold% - %potg%
echo potion successfully bought.
pause >nul
goto shop

:buyammo
cls
if %gold% lss %potg% (
echo Not enough gold to buy ammo...
pause >nul
goto shop
)
set /a ammo=%ammomax%
set /a gold=%gold% - %potg%
echo ammo successfully bought.
pause >nul
goto shop

:ammopack
cls
if %gold% lss %potg% (
echo Not enough gold to buy ammo pack...
pause >nul
goto shop
)
set /a ammomax=%ammomax% + 5
set /a gold=%gold% - %potg%
echo ammo pack successfully bought.
pause >nul
goto shop

:weapons
cls
echo ========================
echo =======%gold%===========
echo ========================
echo.
echo Welcome to the weapon shop...
echo The sword you buy is the sword you equip.
echo.
echo Q. Bronze Sword (100 Gold)
echo W. Silver Sword (400 Gold)
echo E. Gold Sword (1000 Gold)
echo R. Platinum Sword (2400 Gold)
echo T. Emerald Sword (7000 Gold)
echo Y. Diamond Sword (20000 Gold)
echo U. Super Sword (100000 Gold)
echo I. Mega Sword (1000000 Gold)
echo U. Master Sword (25000000 Gold)
echo G. View Guns
echo B. Back
echo.
set /p wi=
if %wi% equ q goto bronze
if %wi% equ w goto silver
if %wi% equ e goto gold
if %wi% equ r goto platinum
if %wi% equ t goto emerald
if %wi% equ y goto diamond
if %wi% equ u goto supers
if %wi% equ b goto shop
if %wi% equ i goto supers2
if %wi% equ o goto masters
if %wi% equ g goto guns
goto weapons

:bronze
cls
if %gold% lss 100 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=5
set /a gold=%gold% - 100
echo Successful Purchase.
pause >nul
goto shop

:silver
cls
if %gold% lss 400 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=8
set /a gold=%gold% - 400
echo Successful Purchase.
pause >nul
goto shop

:gold
cls
if %gold% lss 1000 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=13
set /a gold=%gold% - 1000
echo Successful Purchase.
pause >nul
goto shop

:platinum
cls
if %gold% lss 2400 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=17
set /a gold=%gold% - 2400
echo Successful Purchase.
pause >nul
goto shop

:emerald
cls
if %gold% lss 7000 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=23
set /a gold=%gold% - 7000
echo Successful Purchase.
pause >nul
goto shop

:diamond
cls
if %gold% lss 20000 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=40
set /a gold=%gold% - 20000
echo Successful Purchase.
pause >nul
goto shop

:supers
cls
if %gold% lss 100000 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=80
set /a gold=%gold% - 100000
echo Successful Purchase.
pause >nul
goto shop

:supers2
cls
if %gold% lss 1000000 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=550
set /a gold=%gold% - 1000000
echo Successful Purchase.
pause >nul
goto shop

:masters
cls
if %gold% lss 25000000 (
echo Not enough gold.
pause >nul
goto weapons
)
set /a weppower=3000
set /a gold=%gold% - 25000000
echo Successful Purchase.
pause >nul
goto shop

:guns
cls
echo ========================
echo =======%gold%===========
echo ========================
echo.
echo Here you can buy guns!
echo.
echo Q. Airsoft Gun (80 Gold)
echo W. BB Gun (300 Gold)
echo E. Pistol (1300 Gold)
echo R. AK-57 (10000 Gold)
echo T. Super Gun (80000 Gold)
echo Y. Mega Gun (500000 Gold)
echo U. Master Gun (25000000 Gold)
echo G. Back
echo.
set /p wig=
if %wig% equ q goto airsoft
if %wig% equ w goto bbgun
if %wig% equ e goto pistol
if %wig% equ r goto ak57
if %wig% equ t goto superg
if %wig% equ y goto megag
if %wig% equ u goto masterg
if %wig% equ g goto shop
goto guns

:airsoft
cls
if %gold% lss 80 (
echo Not enough gold.
pause >nul
goto guns
)
set /a gundmg=3
set /a gold=%gold% - 80
echo Successful Purchase.
pause >nul
goto shop

:bbgun
cls
if %gold% lss 300 (
echo Not enough gold.
pause >nul
goto guns
)
set /a gundmg=5
set /a gold=%gold% - 300
echo Successful Purchase.
pause >nul
goto shop

:pistol
cls
if %gold% lss 1300 (
echo Not enough gold.
pause >nul
goto guns
)
set /a gundmg=10
set /a gold=%gold% - 1300
echo Successful Purchase.
pause >nul
goto shop

:ak57
cls
if %gold% lss 10000 (
echo Not enough gold.
pause >nul
goto guns
)
set /a gundmg=17
set /a gold=%gold% - 10000
echo Successful Purchase.
pause >nul
goto shop

:superg
cls
if %gold% lss 80000 (
echo Not enough gold.
pause >nul
goto guns
)
set /a gundmg=30
set /a gold=%gold% - 100000
echo Successful Purchase.
pause >nul
goto shop

:megag
cls
if %gold% lss 500000 (
echo Not enough gold.
pause >nul
goto guns
)
set /a gundmg=100
set /a gold=%gold% - 1000000
echo Successful Purchase.
pause >nul
goto shop

:masterg
cls
if %gold% lss 25000000 (
echo Not enough gold.
pause >nul
goto guns
)
set /a gundmg=1000
set /a gold=%gold% - 25000000
echo Successful Purchase.
pause >nul
goto shop


===================================================================================
===================================================================================

:armors
cls
echo ========================
echo =======%gold%===========
echo ========================
echo.
echo Welcome to the armor shop...
echo The armor you buy is the armor you equip.
echo.
echo Q. Bronze Armor (100 Gold)
echo W. Silver Armor (400 Gold)
echo E. Gold Armor (1000 Gold)
echo R. Platinum Armor (2400 Gold)
echo T. Emerald Armor (7000 Gold)
echo Y. Diamond Armor (20000 Gold)
echo U. Super Armor (100000 Gold)
echo I. Mega Armor (1000000 Gold)
echo O. Master Armor (25000000 Gold)
echo B. Back
echo.
set /p wi2=
if %wi2% equ q goto bronzea
if %wi2% equ w goto silvera
if %wi2% equ e goto golda
if %wi2% equ r goto platinuma
if %wi2% equ t goto emeralda
if %wi2% equ y goto diamonda
if %wi2% equ u goto supera
if %wi2% equ b goto shop
if %wi2% equ i goto supera2
if %wi2% equ o goto mastera
goto weapons

:bronzea
cls
if %gold% lss 100 (
echo Not enough gold.
pause >nul
goto armors
)
set /a armor=3
set /a gold=%gold% - 100
echo Successful Purchase.
pause >nul
goto shop

:silvera
cls
if %gold% lss 400 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=4
set /a gold=%gold% - 400
echo Successful Purchase.
pause >nul
goto shop

:golda
cls
if %gold% lss 1000 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=6
set /a gold=%gold% - 1000
echo Successful Purchase.
pause >nul
goto shop

:platinuma
if %gold% lss 2400 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=9
set /a gold=%gold% - 2400
echo Successful Purchase.
pause >nul
goto shop

:emeralda
cls
if %gold% lss 7000 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=15
set /a gold=%gold% - 7000
echo Successful Purchase.
pause >nul
goto shop

:diamonda
cls
if %gold% lss 20000 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=40
set /a gold=%gold% - 20000
echo Successful Purchase.
pause >nul
goto shop

:supera
cls
if %gold% lss 100000 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=90
set /a gold=%gold% - 100000
echo Successful Purchase.
pause >nul
goto shop

:supera2
cls
if %gold% lss 1000000 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=500
set /a gold=%gold% - 1000000
echo Successful Purchase.
pause >nul
goto shop

:supera2
cls
if %gold% lss 25000000 (
echo Not enough gold.
pause >nul
goto armor
)
set /a armor=2000
set /a gold=%gold% - 25000000
echo Successful Purchase.
pause >nul
goto shop

=======================================================================================================
=======================================================================================================

:magichouse
cls
echo CHOOSE YOUR SPELL---
echo.
echo Q. FIRE
echo W. ICE
echo E. NATURE
echo.
echo Enter
set /a mchoice=5
set /p mchoice=
if %mchoice% equ q (
set magica=fire
goto home
)
if %mchoice% equ w (
set magica=ice
goto home
)
if %mchoice% equ e (
set magica=nature
goto home
)
goto magichouse

:magichousenew
cls
echo CHOOSE YOUR SPELL---
echo.
echo Q. FIRE
echo W. ICE
echo E. NATURE
echo.
echo Enter
set /a mchoice=5
set /p mchoice=
if %mchoice% equ q (
set magica=fire
goto new
)
if %mchoice% equ w (
set magica=ice
goto new
)
if %mchoice% equ e (
set magica=nature
goto new
)
goto magichousenew

:Hotel
cls
if %gold% lss %hotelg% (
echo Not enough gold.
pause >nul
goto home
)
echo Sleeping...
ping localhost -n 2 >nul
set /a hp=%hpmax%
set /a gold=%gold% - %hotelg%
set /a magic=100
echo You slept safely!
pause >nul
goto home



:save
if"temp3"equ"1"(
cls
echo The game does not recall
pause >nul
goto stats
)
echo Saving...
set /a temp2=(%hp% * %lvl% + %exp% * %exptill% + %wepprice% + %power% * %weppower%)/(%gold% + %pots% * %powergain%)
(echo hp=%hp%)> QE%name%SAV.dll
(echo exp=%exp%)>> QE%name%SAV.dll
(echo exptill=%exptill%)>> QE%name%SAV.dll
(echo gold=%gold%)>> QE%name%SAV.dll
(echo lvl=%lvl%)>> QE%name%SAV.dll
(echo power=%power%)>> QE%name%SAV.dll
(echo powergain=%powergain%)>> QE%name%SAV.dll
(echo weppower=%weappower%)>> QE%name%SAV.dll
(echo weapprice=%weapprice%)>> QE%name%SAV.dll
(echo pots=%pots%)>> QE%name%SAV.dll
(echo armor=%armor%)>>QE%name%SAV.dll
(echo temp1=%temp1%)>> QE%name%SAV.dll

:stats
cls
echo %name% %lvl%
echo %exp%/%exptill% Experience
echo %gundmg% Gun Damage
echo.
echo %hp%/%hpmax% Health
echo %gold% Gold
echo %pots% Potions
echo.
echo Power Level %power%
echo Weapon Power %weppower%
pause >nul
goto home

=======================================================================================
========================================ABOUT==========================================
=======================================================================================

:about
cls
echo Learn:
echo.
echo 1.Battle System
echo 2.Weapon
echo 3.Armor
echo 4.Gun and Ammo
echo 5.Enemies
echo 6.Magic
echo 7.DealthStudio
echo 8.Back
echo.
echo Enter:
set /p about=
if %about% equ 1 goto bs
if %about% equ 2 goto w
if %about% equ 3 goto a
if %about% equ 4 goto ga
if %about% equ 5 goto e
if %about% equ 6 goto m
if %about% equ 7 goto ds
if %about% equ 8 goto main
goto about

:bs
cls
echo Battle System
echo.
echo You're damage is based on you're power (earned by level)
echo and weapon power (based on type of weaon) and also based
echo on your gun, if you have a gun and ammo.
echo.
echo The enemy damage is based on the enemy you fight, and your
echo armor that you have equiped.
echo.
pause
goto about

:w
cls
echo Weapons
echo.
echo Weapons are purchased through the store and increase the
echo amount of damage you do. To purchase a weapon, get gold
echo by killing enemies then go to the store and submit weapons
echo and choose which one you want to buy. The more expensive
echo the weapon, the more damage it will give you.
echo.
pause
goto about

:a
cls
echo Armor
echo.
echo Armor blocks the amount of damage you take using division.
echo for example if the enemy does 100 damage and you have 25
echo armor, the enemy will do 100/25 damage which is 4. To
echo purchase armor just gather gold from killing enemies then
echo go to the store.
echo.
pause
goto about

:ga
cls
echo Guns and Ammo
echo.
echo Guns are a way of maximizing you're damage, but take ammo.
echo to buy a gun just go to weapons and submit "view guns" (g)
echo you can also buy ammo to make the guns work. Each attack
echo takes 1 ammo, if you run out of ammo your gun will do no
echo damage until you get more. You can buy ammo through the store
echo and increase your maximum ammo through the store.
echo.
pause
goto about

:e
cls
echo Enemies
echo.
echo Enemies are harder or easier based on the arena that you go into
echo as you level up it is recommended to go into stronger arenas
echo for more gold and exp. Enemies will have a set amount of health
echo and do set amounts of damage. They will give you gold and exp
echo when defeated.
echo.
pause
goto about

:m
cls
echo Magic
echo.
echo You can use magic abilities as another way to fight an enemy.
echo You can set the spell you want at the magic house. Each spell
echo takes magic, and once you run out of magic you can not cast spells
echo until you get more. You can restore your magic at the hotel.
echo The fire spell deals your power x weapon power x 3
echo The ice spell deals your power x weapon power + 20 percent of enemy hp
echo The nature spell deals your power x weapon power and restores your hp.
echo.
pause
goto about

:ds
cls
echo DealthStudios
echo.
echo DealthStudios is the website/company I use to publish my programs on
echo you can visit it at www.dealthstudios.webstarts.com
echo you can download my other batch products
echo.
pause
goto about

:library
cls
echo Learn:
echo.
echo 1.Battle System
echo 2.Weapon
echo 3.Armor
echo 4.Gun and Ammo
echo 5.Enemies
echo 6.Magic
echo 7.DealthStudio
echo 8.Back
echo.
echo Enter:
set /p about=
if %about% equ 1 goto bs
if %about% equ 2 goto w
if %about% equ 3 goto a
if %about% equ 4 goto ga
if %about% equ 5 goto e
if %about% equ 6 goto m
if %about% equ 7 goto ds
if %about% equ 8 goto home
goto library

:premiumversion
cls
echo So you want the premium version...
echo.
pause
cls
echo I can hook you up for only 25,000,000 gold.
echo.
echo Q. YES!
echo W. No.
echo E. I challenge you to it!
echo.
echo Enter:
set /p premium=
if %premium% equ q goto yes
if %premium% equ w goto no
if %premium% equ e goto challenge
goto premiumversion

:no
cls
echo What a shame.
echo.
pause
goto home

:yes
cls
if %gold% lss 25000000 (
echo Ohh no... You're fooling the WRONG GUY.
pause >nul
goto death
)
set /a gold=%gold% - 25000000
echo Successful Purchase.
pause >nul
goto prem

:challenge
cls
echo You just made a big mistake.
echo.
pause >nul
goto fight9

:prem
cls
echo level %level%
echo.
echo premium version
echo.
echo 1.Play
echo 2.Quit
echo.
set /p prem=
if %prem% equ 1 goto home
if %prem% equ 2 exit
goto prem

:minepasscode
cls
echo What is the mining passcode?
echo.
echo enter:
set /p passcode=
if %passcode% equ mineiscool goto mine
echo no, wrong.
echo.
pause
goto home

:mine
cls
echo Stone: %rock%
echo Gold: %gold%
echo Mine Level: %minelevel%
echo.
echo Q. Mine [Hold Enter]
echo W. Sell Stone [Hold Enter]
echo P. Exit
echo.
echo Enter:
set /p men=
if %men% equ q goto mineg
if %men% equ w goto fine
if %men% equ p goto home
goto mine

:fine
if %rock% leq 1 (
set %rock%=0
echo No more stone left to sell!
echo.
pause
goto mine
)
set /a rock=%rock% - %minelevel%*2
set /a gold=%gold% + %minelevel%
goto mine

:mineg
set /a rock=%rock% + %minelevel%
set /a mineexp=%mineexp% + %minelevel%
if %mineexp% geq 200 (
set /a minelevel=%minelevel% + 1
set /a mineexp=%mineexp% - 100
)
goto mine
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.