diff --git a/Version - 43/CNAME b/Version - 43/CNAME new file mode 100644 index 0000000..31e4b89 --- /dev/null +++ b/Version - 43/CNAME @@ -0,0 +1 @@ +www.mreidam-brb.com \ No newline at end of file diff --git a/Version - 43/changelog b/Version - 43/changelog new file mode 100644 index 0000000..ae9cdc1 --- /dev/null +++ b/Version - 43/changelog @@ -0,0 +1,155 @@ + v43 + Added: Small changelog button + Squrrel + Badger + Better function for buying animals for clicks + Better jonathan in BRB + + Fixed: Menu hitbox + lag while loading BRB + + Removed: text shadow in light mode settings + + v42 + Added: Better syntaxes for both of the languages + + Fixed: YT button :D + Shop gen text now aligned to be centered + + Removed: Adds + + Note: button!!! + + v41 + Added: Settings + Into every menu transportation only to BRB, Shop, Upgrades, Settings + Prettier design of the colored 'topbar' aka Jonathan + + Fixed: nothing (I think) + + Removed: Things from BRB that are in Settings + v40.5.3 + Added: https://www.mreidam-brb.com/fun + + v40.5.2 + Added: Metatags for BRB + + Fixed: Buying Single Owls causing deleting pythons not snakes + in the "cool" menu + flashbang (loading window were always white at the start (now great with my eys)) + text color in main brb + text shadow! + v40.5 + Added: Edited scrollbar + + Fixed: Shop buttons for Czech + v40 + Added: Otters + Meerkats + Raccoons + Owls + Prestige! + !!!DARK_MODE!!! + Upgrades: - More Click per Click + Links to videos for help() + better clicks counter in BRB + NEW Lemons buying system (pain for user) from 1 (maybe 0) to 99 + new bigger numbers (sextillion, quintillion, ext...) + cursor: pointer; for buttons + + Removed: Lang Missing button + PNG files for some animals (now using SVG!) + + Fixed: Upgrades section + My mentality + For new thing adding || + + Note: NOW Promote in Wallpaper engine AND Instagram + Add Complete history page + Sounds? + + + + v39 + Added: Pythons + Giraffes + New Nav. bar for Shop + New Navigation bar for BRB + Setting in the nav bar (mostly in BRB) + + Removed: From BRB: + Go to Shop btn + Flag for lang + Reset + Help + From Shop: + Go to BRB + Go to Shop + + Fixed: Clicks number in Shop + + Note: please add Dark mode and into Wall. eng + + v38 + Added: Snakes + Cheetas + new UI design for Shop Goer buttons and click displayer + new UI for flags + !!FIXED_BUTTONS_AND_CLICKS_IN_SHOP + Animated clicking for click displayer + + Removed: Nothing + + Fixed: Nothing + + Note: FIRST VERSION ON DA NEEEW DOMAIN + + onto wallpaper engine :D // no + + v37 + Added: Better Language + Porcupines + Hippos + Buy Option - Clicks for E V E R Y T H I N G* + *exept Lemonds + L. Trees (Upgrades) + into local.storage almost 20 new animals (I HOPE) + Hidden Prestige multiplier (¯\_(ツ)_/¯) + 'Coming soon...' to Upgrade menu + + Removed: Nothing + + Fixed: !!!!BRAND_NEW_SHOP_USER_INteRFACE!!!! + Shop I fixed shop (hapines) + - Shop.pain + -wanna cry + + Note: Make the game harder (To eazy) + Main.js - 274 lines + Shop.js - 631 lines + + + v36 + Added: Better Czech version + Buy Option - Clicks for Cats + + Fixed: BRB now still + + v35 + Added: Platapuses + Better Ui + Now Czech Version + + Fixed: Items not loading propebly + + + v34 + Added: New Button to Upgrades menu + Shop UI + + Fixed: Finally fixed NaN, Undefined, Null error + + v33 + Added: New UI for shop + + v32 /* 18.4. 2023 */ + Added: max value shop for wolfs, whales, hamsters, capybaras + icons for said animals + new interface for BRB clicking + + Removed: scrolling in BRB clicking + + Fixed: button to get to the shop was updated + + v31 + undefined and NaN fix for adding new animals \ No newline at end of file diff --git a/Version - 43/css/brb.css b/Version - 43/css/brb.css new file mode 100644 index 0000000..2264c3a --- /dev/null +++ b/Version - 43/css/brb.css @@ -0,0 +1,167 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); +body{ + user-select: none; + padding: 0; + margin: 0; + background-color: #333; + box-sizing: border-box; + overflow: hidden; +} +#jonathan{ + position: absolute; + width: 100%; + height: 200px; + background: #333; + font-size: 15pt; +} +#logclick{ + position: absolute; + width: 100%; + top: 60px; + left: 50%; + text-align: center; + transform: translate(-50%,0); + font-size: 17.5pt; +} +@media only screen and (max-width: 700px){ + #logclick{font-size: 15pt;} +} +#disclick{ + position: absolute; + width: 100%; +} + +/*BRB*/ +#unpressed{ + position: absolute; + width: 300px; + height: 300px; + border-radius: 150px; +} +#pressed{ + position: absolute; + width: 300px; + height: 300px; + visibility: hidden; + border-radius: 150px; +} +#button{ + user-select: none; + position: absolute; + top: 50%; + left: 50%; + margin: -150px 0 0 -150px; + border-radius: 150px; + cursor: pointer; +} +/* Other BTNS */ + +/* Šmol change */ +.changelog{ + position: absolute; + width: 75px; + height: 75px; + bottom: 10px; + right: 10px; + filter: drop-shadow(0 0 10px #000); + background: #0098FF; + border-radius: 50%; +} +.changelog svg{ + border-radius: 50%; + height: 99%; + filter: drop-shadow(0 0 10px #000); + color: #fff; + transition: 0.5s; +} +.changelog:hover svg{ + color: #d33; +} + +/* Social */ +.socmenu{ + position: absolute; + left: -45px; + bottom: -45px; + width: 220px; + height: 220px; + display: flex; + justify-content: center; + align-items: center; +} +.socmenu .toggle{ + position: relative; + width: 100px; + height: 100px; + border: 1px solid rgba(255,255,255,0.1); + border-radius: 50%; + box-shadow: + 0 25px 15px rgba(0,0,0,0.25), + 0 25px 20px rgba(0,0,0,0.1); + backdrop-filter: blur(10px); + filter: drop-shadow(0 0 10px rgba(0,0,0,.75)); + display: flex; + justify-content: center; + align-items: center; + cursor: pointer; + font-size: 3em; + color: #fff; + z-index: 1000000; +} +.socmenu .toggle svg{ + position: absolute; + filter: drop-shadow(0 0 10px rgba(0,0,0,.75)); + opacity: 0; + transition: 0.5s; +} +.socmenu .toggle svg{transition: 0.5s;} +.socmenu .toggle svg:nth-child(1){opacity:1;transform:rotate(360deg);} +.socmenu.active .toggle svg:nth-child(1){opacity:0;transform:rotate(0deg);} +.socmenu .toggle svg:nth-child(2){opacity:0;transform:rotate(0deg);} +.socmenu.active .toggle svg:nth-child(2){opacity:1;transform:rotate(360deg);} +.socmenu li{ + position: absolute; + left: 0; + list-style: none; + transform-origin: 110px; + transition: 0.5s; + transition-delay: calc(0.05s*var(--i)); + transform: rotate(calc(360deg/4*var(--i))); + scale: 0; + z-index: 1; + border-radius: 50%; + overflow: hidden; +} +.socmenu li::before{ + content: ''; + position: absolute; + top: 0; + left: -30px; + width: 20px; + height: 100%; + background: #fff; + z-index: 10; + transform: skewX(325deg) translateX(0); + box-shadow: -5px 0 0 #fff5; + transition: 0.5s; +} +.socmenu li:hover::before{ + transform: skewX(325deg) translateX(180px); + box-shadow: -50px 0 0 #fff5; +} +.socmenu.active li{scale:1;} +.socmenu li a{ + position: relative; + display: flex; + justify-content: center; + align-items: center; + width: 80px; + height: 80px; + background: var(--clr); + color: #fff; + font-size: 2.25em; + border-radius: 50%; + transform: rotate(calc(360deg/-4*var(--i))); + box-shadow: 0 3px 4px rgba(0,0,0,0.15) +} +.socmenu li a img{width:1em;} \ No newline at end of file diff --git a/Version - 43/css/menu.css b/Version - 43/css/menu.css new file mode 100644 index 0000000..520bea6 --- /dev/null +++ b/Version - 43/css/menu.css @@ -0,0 +1,98 @@ +.menu-container{ + position: absolute; + top: 50px; + left: 50%; + transform: translate(-50%, -50%); + width: 300px; + display: flex; + align-items: center; + justify-content: center; + font-family: 'Poppins'; +} +.button{ + position: relative; + background: #1b1b1b; + color: #fff; + font-size: 20px; + padding: 8px 20px; + width: 150px;/* 100% */ + line-height: 30px; + display: flex; + align-items: center; + justify-content: space-between; + border-radius: 25px; + cursor: pointer; + transition: width .4s; +} +.button.expand{ + width: 100%; +} +.fas{ + position: relative; + display: flex; + align-items: center; + justify-content: center; +} +.menu-container .button span svg{ + position: absolute; + margin-right: 15px; + transition: 200ms; +} +.menu-container .button span svg:nth-child(1){opacity:1;} +.menu-container .button.expand span svg:nth-child(1){opacity:0;} +.menu-container .button span svg:nth-child(2){opacity:0;} +.menu-container .button.expand span svg:nth-child(2){opacity:1;} +ul{ + list-style: none; + position: absolute; + top: 65px; + display: block; + background: #1b1b1b; + width: 100%; + text-align: center; + border-radius: 5px; + display: none; + box-shadow: 0 3px 6px rgba(0,0,0,.3); + padding-inline-start: 0px; +} +ul:before{ + position: absolute; + content: ''; + width: 20px; + height: 20px; + background: #1b1b1b; + top: -10px; + right: 15px; + transform: rotate(45deg); + z-index: -1; +} +ul li{ + line-height: 35px; + cursor: pointer; + border-bottom: 1px solid rgba(255,255,255,.1); +} +ul li:hover:first-child{ + border-radius: 5px 5px 0 0; +} +ul li:hover:last-child{ + border-radius: 0 0 5px 5px; +} +ul li:hover{ + box-shadow: inset 0 0 5px #33ff33, + inset 0 0 10px #66ff66; +} +ul li:last-child{ + border-bottom: none; +} +ul li a{ + display: block; + width: 100%; + height: 100%; + color: #fff; + padding: 8px 0; + font-size: 18px; + text-decoration: none; +} +ul li:hover a{ + color: #44dd44; +} \ No newline at end of file diff --git a/Version - 43/css/sett.css b/Version - 43/css/sett.css new file mode 100644 index 0000000..d8ee52e --- /dev/null +++ b/Version - 43/css/sett.css @@ -0,0 +1,53 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + text-align: center; +} +body{ + user-select: none; + background-color: #333; +} +#jonathan{ + position: fixed; + top: 0%; + width: 100%; + height: 200px; + background: radial-gradient(125% 100% at 50% 0%,#fa552c 20%,transparent 70%); +} +.main{ + display: flex; + flex-wrap: wrap; + justify-content: center; +} +.item{ + position: relative; + /* border: none; */ + top: 5px; + margin: 2rem 3vw 2rem 3vw; + padding: 1rem 2rem; + border-radius: 6.9px; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + width: 350px; + height: 100px; + filter: drop-shadow(0px 20px 14px #444); +} +button{ + width: 32px; + height: 32px; + border-radius: 0.5rem; + border: none; + filter: drop-shadow(10px 10px 14px #444); +} +::-webkit-scrollbar{ + background: transparent; + width: 5px; +} +::-webkit-scrollbar-thumb{ + background: linear-gradient(transparent, #00ec00); + border-radius: 0 0 0.5rem 0.5rem; +} \ No newline at end of file diff --git a/Version - 43/css/shop.css b/Version - 43/css/shop.css new file mode 100644 index 0000000..024dbbb --- /dev/null +++ b/Version - 43/css/shop.css @@ -0,0 +1,159 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); +*{ + /* By MrEidam */ + margin: 0; + padding: 0; + user-select: none; + box-sizing: border-box; + scroll-behavior: smooth; +} + +body { + font-size: 15pt; + background-color: #333; +} + +/* Clisks */ +#jonathan{ + position: fixed; + z-index: 1; + display: flex; + justify-content: center; + align-items: center; + height: 200px; + width: 100%; + margin: 0; + top: 0; + background: radial-gradient(125% 100% at 50% 0%,#11ABFF 20%,transparent 70%); +/* By MrEidam */ +} +#logclick{ + position: relative; + display: flex; + align-items: center; + justify-content: center; + gap: 5ch; + margin: 0 5vw 0 5vw; + padding: 1rem; + border-radius: 1rem; + z-index: 69; + width: auto; + top: 30px; + height: 85px; + filter: drop-shadow(10px 8px 6px #333); +} + +#imgcli{ + width: 50px; + height: 50px; + margin: 0.1rem; + width: 100px; + aspect-ratio: 1/1; + margin: 0.5rem; + object-fit: contain; + pointer-events: none; +} + +.backtop{ + height: 230px; + max-width: auto; + margin: 0 1.5vw 0 1.5vw; + border-radius: 0 0 90px 90px; + background: linear-gradient(#11ABFF, #ccccccab); +} + +.main{ + display: flex; + flex-wrap: wrap; + justify-content: center; +} + + +/* By MrEidam */ +.item{ + border: none; + top: 5px; + margin: 2rem 3vw 2rem 3vw; + padding: 1rem; + border-radius: 6.9px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; + width: 500px; + height: 340px; + filter: drop-shadow(0px 20px 14px #444); + text-align: center; +} + +.item img{ + width: 100px; + aspect-ratio: 1/1; + margin: 0.5rem; + object-fit: contain; + filter: drop-shadow(10px 8px 6px #333); + pointer-events: none +} +.buttons{ + display: flex; + justify-content: space-around; +} +/* By MrEidam */ +.buttons button{ + background-color: var(--Bcolor); + border-radius: 8px; + margin: 1rem; +} + +.buyone{ + width: 200px; + height: 50px; + cursor: pointer; +} + +.buymax{ + width: 50px; + height: 50px; + cursor: pointer; +} + +/* By MrEidam */ + +.clickbtn{ + display: flex; + justify-content: space-around; +} +.clickbtn button{ + background-color: var(--Bcolor); + border-radius: 8px; + margin: 0 1rem 0.5rem 1rem; +} + +.row{ + display: flex; + flex-direction: row; + justify-content: center; +} +button{ + border: none; + filter: drop-shadow(8px 6px 4px #555); +} +@media only screen and (max-width: 555px){ + .row{ + flex-direction: column; + justify-content: center; + } + .item{ + width: auto; + margin: 2rem 10vw 2rem 10vw; + } +} + +::-webkit-scrollbar{ + background: transparent; + width: 5px; +} +::-webkit-scrollbar-thumb{ + background: linear-gradient(transparent, #00ec00); + border-radius: 0 0 0.5rem 0.5rem; +} \ No newline at end of file diff --git a/Version - 43/css/upgr.css b/Version - 43/css/upgr.css new file mode 100644 index 0000000..416067a --- /dev/null +++ b/Version - 43/css/upgr.css @@ -0,0 +1,193 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); +*{ + margin: 0; + padding: 0; + user-select: none; + box-sizing: border-box; +} + +body { + font-size: 15pt; + background-color: #333; +} +#jonathan{ + position: fixed; + z-index: 1; + display: flex; + justify-content: center; + align-items: center; + height: 200px; + width: 100%; + margin: 0; + top: 0; + background: radial-gradient(125% 100% at 50% 0%,#efff11 20%,transparent 70%); +} + +/* By MrEidam */ + +/* Lemons */ +#loglm{ + position: relative; + display: flex; + align-items: center; + justify-content: center; + gap: 5ch; + margin: 0 5vw 0 5vw; + padding: 1rem; + border: 5px dashed #d3e418e1; + border-radius: 1rem; + z-index: 69; + width: auto; + top: 30px; + height: 85px; + filter: drop-shadow(10px 8px 6px #333); +} + +#imglm{ + width: 50px; + height: 50px; + margin: 0.1rem; + width: 100px; + aspect-ratio: 1/1; + margin: 0.1rem; + object-fit: contain; + pointer-events: none; +} +/* By MrEidam */ + +main{ + display: flex; + flex-wrap: wrap; + justify-content: center; +} + + +/* By MrEidam */ +.item{ + border: none; + top: 5px; + margin: 2rem 3vw 2rem 3vw; + padding: 1rem; + border-radius: 6.9px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; + width: 500px; + height: 390px; + filter: drop-shadow(0px 20px 14px #444); +} + +.item img{ + width: 100px; + aspect-ratio: 1/1; + margin: 0.5rem; + object-fit: contain; + + filter: drop-shadow(10px 8px 6px #333); + pointer-events: none +} +.buttons{ + display: flex; + justify-content: space-around; +} +/* By MrEidam */ +.buttons button{ + background-color: var(--Bcolor); + border-radius: 8px; + margin: 1rem; +} + +.buyone{ + width: 200px; + height: 50px; +} + +.buyTone{ + width: 100px; + height: 50px; +} + +.buymax{ + width: 50px; + height: 50px; +} + +/* By MrEidam */ + +.clickbtn{ + display: flex; + justify-content: space-around; +} +.clickbtn button{ + background-color: var(--Bcolor); + border-radius: 8px; + margin: 0 1rem 0.5rem 1rem; +} + +.row{ + display: flex; + flex-direction: row; + justify-content: center; +} +button{ + border: none; + cursor: pointer; + filter: drop-shadow(8px 6px 4px #555); +} + +@media only screen and (max-width: 550px){ + .row{ + flex-direction: column; + justify-content: center; + } + .item{ + width: auto; + margin: 2rem 10vw 2rem 10vw; + } +} + + +#prog{ + appearance: none; + width: 200px; +} + +h2{ + text-transform: uppercase; + letter-spacing: 5px; + font-weight: 900; + word-spacing: 10px; +} + +#ItsTime{ + position: relative; + margin: 1rem; + width: 69%; + height: 69px; + display: none; + border-radius: 6.9px; + transition: 0.5s; + animation: time 1s linear infinite; + background-color: #3d3; + text-transform: uppercase; + letter-spacing: 5px; + font-weight: 900; + word-spacing: 10px; + font-family: 'Poppins', sans-serif; + cursor: cell; +} + +@keyframes time{ + from{filter: hue-rotate(0deg);} + to{filter: hue-rotate(360deg);} +} + +::-webkit-scrollbar{ + background: transparent; + width: 10px; +} +::-webkit-scrollbar-thumb{ + background: linear-gradient(transparent, #00ec00); + border-radius: 0 0 0.5rem 0.5rem; +} \ No newline at end of file diff --git a/Version - 43/fun/fun.gif b/Version - 43/fun/fun.gif new file mode 100644 index 0000000..bb876fd Binary files /dev/null and b/Version - 43/fun/fun.gif differ diff --git a/Version - 43/fun/fun.mp4 b/Version - 43/fun/fun.mp4 new file mode 100644 index 0000000..b734c33 Binary files /dev/null and b/Version - 43/fun/fun.mp4 differ diff --git a/Version - 43/fun/index.html b/Version - 43/fun/index.html new file mode 100644 index 0000000..e45130f --- /dev/null +++ b/Version - 43/fun/index.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/img/Porcupine.png b/Version - 43/img/Porcupine.png new file mode 100644 index 0000000..3dc2007 Binary files /dev/null and b/Version - 43/img/Porcupine.png differ diff --git a/Version - 43/img/angel-wings.svg b/Version - 43/img/angel-wings.svg new file mode 100644 index 0000000..a4a8b0c --- /dev/null +++ b/Version - 43/img/angel-wings.svg @@ -0,0 +1,5 @@ + + +angel-wings + + diff --git a/Version - 43/img/badger.svg b/Version - 43/img/badger.svg new file mode 100644 index 0000000..ba33b71 --- /dev/null +++ b/Version - 43/img/badger.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/brb-pressed.png b/Version - 43/img/brb-pressed.png new file mode 100644 index 0000000..71f01ab Binary files /dev/null and b/Version - 43/img/brb-pressed.png differ diff --git a/Version - 43/img/brb-still.png b/Version - 43/img/brb-still.png new file mode 100644 index 0000000..ad1141d Binary files /dev/null and b/Version - 43/img/brb-still.png differ diff --git a/Version - 43/img/capybara.svg b/Version - 43/img/capybara.svg new file mode 100644 index 0000000..5f6a283 --- /dev/null +++ b/Version - 43/img/capybara.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/img/cat-body.svg b/Version - 43/img/cat-body.svg new file mode 100644 index 0000000..abce513 --- /dev/null +++ b/Version - 43/img/cat-body.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/img/cat-head.svg b/Version - 43/img/cat-head.svg new file mode 100644 index 0000000..8591d06 --- /dev/null +++ b/Version - 43/img/cat-head.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/img/cheetah.svg b/Version - 43/img/cheetah.svg new file mode 100644 index 0000000..ec5c2eb --- /dev/null +++ b/Version - 43/img/cheetah.svg @@ -0,0 +1,506 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/click-click.svg b/Version - 43/img/click-click.svg new file mode 100644 index 0000000..6b91a3a --- /dev/null +++ b/Version - 43/img/click-click.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/click-rest.svg b/Version - 43/img/click-rest.svg new file mode 100644 index 0000000..0521add --- /dev/null +++ b/Version - 43/img/click-rest.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/dog.svg b/Version - 43/img/dog.svg new file mode 100644 index 0000000..51c2b4f --- /dev/null +++ b/Version - 43/img/dog.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/img/fox.svg b/Version - 43/img/fox.svg new file mode 100644 index 0000000..13704a4 --- /dev/null +++ b/Version - 43/img/fox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/girafe.svg b/Version - 43/img/girafe.svg new file mode 100644 index 0000000..82a0d8a --- /dev/null +++ b/Version - 43/img/girafe.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/hamster.svg b/Version - 43/img/hamster.svg new file mode 100644 index 0000000..9e33099 --- /dev/null +++ b/Version - 43/img/hamster.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/img/help.svg b/Version - 43/img/help.svg new file mode 100644 index 0000000..2b1c970 --- /dev/null +++ b/Version - 43/img/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/hippopotamus.png b/Version - 43/img/hippopotamus.png new file mode 100644 index 0000000..2df7046 Binary files /dev/null and b/Version - 43/img/hippopotamus.png differ diff --git a/Version - 43/img/icons8-clicked.png b/Version - 43/img/icons8-clicked.png new file mode 100644 index 0000000..8a4b40f Binary files /dev/null and b/Version - 43/img/icons8-clicked.png differ diff --git a/Version - 43/img/icons8-rest.svg b/Version - 43/img/icons8-rest.svg new file mode 100644 index 0000000..6d7d9a9 --- /dev/null +++ b/Version - 43/img/icons8-rest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/lemon-tree.svg b/Version - 43/img/lemon-tree.svg new file mode 100644 index 0000000..15e28da --- /dev/null +++ b/Version - 43/img/lemon-tree.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/lemon.svg b/Version - 43/img/lemon.svg new file mode 100644 index 0000000..e6dafd4 --- /dev/null +++ b/Version - 43/img/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/meerkat.svg b/Version - 43/img/meerkat.svg new file mode 100644 index 0000000..e41fb8f --- /dev/null +++ b/Version - 43/img/meerkat.svg @@ -0,0 +1,1644 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/otter.svg b/Version - 43/img/otter.svg new file mode 100644 index 0000000..5ea0173 --- /dev/null +++ b/Version - 43/img/otter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/owl.svg b/Version - 43/img/owl.svg new file mode 100644 index 0000000..8bbb16c --- /dev/null +++ b/Version - 43/img/owl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/platapus.png b/Version - 43/img/platapus.png new file mode 100644 index 0000000..928bbc4 Binary files /dev/null and b/Version - 43/img/platapus.png differ diff --git a/Version - 43/img/python.svg b/Version - 43/img/python.svg new file mode 100644 index 0000000..141be08 --- /dev/null +++ b/Version - 43/img/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/racoon.svg b/Version - 43/img/racoon.svg new file mode 100644 index 0000000..30c8872 --- /dev/null +++ b/Version - 43/img/racoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/settings.svg b/Version - 43/img/settings.svg new file mode 100644 index 0000000..52bfffd --- /dev/null +++ b/Version - 43/img/settings.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/img/shop.png b/Version - 43/img/shop.png new file mode 100644 index 0000000..7dadb79 Binary files /dev/null and b/Version - 43/img/shop.png differ diff --git a/Version - 43/img/snake.svg b/Version - 43/img/snake.svg new file mode 100644 index 0000000..1753178 --- /dev/null +++ b/Version - 43/img/snake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/squirell.svg b/Version - 43/img/squirell.svg new file mode 100644 index 0000000..747e37b --- /dev/null +++ b/Version - 43/img/squirell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/svg.svg b/Version - 43/img/svg.svg new file mode 100644 index 0000000..50119a7 --- /dev/null +++ b/Version - 43/img/svg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/twitter.svg b/Version - 43/img/twitter.svg new file mode 100644 index 0000000..1b5aaa4 --- /dev/null +++ b/Version - 43/img/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/upgrade-icon-png-12.jpg b/Version - 43/img/upgrade-icon-png-12.jpg new file mode 100644 index 0000000..4306888 Binary files /dev/null and b/Version - 43/img/upgrade-icon-png-12.jpg differ diff --git a/Version - 43/img/whale.svg b/Version - 43/img/whale.svg new file mode 100644 index 0000000..5d76311 --- /dev/null +++ b/Version - 43/img/whale.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/Version - 43/img/wolf.svg b/Version - 43/img/wolf.svg new file mode 100644 index 0000000..af40205 --- /dev/null +++ b/Version - 43/img/wolf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/img/youtube.svg b/Version - 43/img/youtube.svg new file mode 100644 index 0000000..d757157 --- /dev/null +++ b/Version - 43/img/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Version - 43/index.html b/Version - 43/index.html new file mode 100644 index 0000000..403d4a2 --- /dev/null +++ b/Version - 43/index.html @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BRB - Clicking + + + + + + + + + +
+ + +
+

+

+ + +
+ + +
+ + +
+ +
+ + +
+ + +
+
  • + +
  • + +
    + + +
    +
    + + + + + + \ No newline at end of file diff --git a/Version - 43/js/main.js b/Version - 43/js/main.js new file mode 100644 index 0000000..48b305c --- /dev/null +++ b/Version - 43/js/main.js @@ -0,0 +1,210 @@ +// Items +let items; +let cs = 0; +let anime = false; + +const changeEN = ` v43 +Added: Small changelog button (this) + Squrrel + Badger + Better function for buying animals for clicks + Better jonathan in BRB + +Fixed: Menu hitbox + lag while loading BRB + +Removed: text shadow in light mode settings` + +const changeCZ = ` v43 +Přidáno: Malé tlačítko s aktualizacemi (toto) + Veverka + Jezevec + Lepší funkci pro nakupování zvířátek za kliky + Lepší jonathan v BRB + +Upraveno: Hitboxy Menu + Sekání během načítání BRB + +Smazáno: stín textu behem světlého módu v nastavení` + +function load(){ + if (localStorage.getItem('items')!=null){ + items = JSON.parse(localStorage.getItem('items')); + } +} + +window.onload = function(){ + items = { + clicks:0, + dogs:0, + cats:0, + foxes:0, + wolfs:0, + hamsters:0, + whales:0, + capybaras:0, + platapuses:0, + porcupines:0, + hippos:0, + snakes:0, + cheetahs:0, + pythons:0, + girrafes:0, + lions:0, + otters:0, + meerkat:0, + raccoon:0, + owl:0, + badger:0, + squirrel:0, + chameleon:0, + chicken:0, + wombat:0, + panther:0, + coyote:0, + frog:0, + bear:0, + pig:0, + + + + lemons:0, + lt3:0, + lang:0, + pres:1, + mode:0, + Mclick:1, + token:0, + } + load(); + update(); + for(let item in items){ + if(!items.item){ + items.item = 0; + } + } + cash(); + checklang() + LDmodes() +} + +// Update +function update(){ + let i = JSON.stringify(items); + localStorage.setItem('items', i); + if(items.lang == 1){ + document.getElementById('disclick').innerHTML=`You've got ${fornum(items.clicks)} clicks, and generating ${fornum(cs*items.pres)} c/s!` + } + if(items.lang == 0){ + document.getElementById('disclick').innerHTML=`Právě máš ${fornum(items.clicks)} kliků a generuješ ${fornum(cs*items.pres)} k/s!` + } + checklang(); +} + +// Upload +function upload(){update();load();} + +// BRB +function beriba(){ + document.getElementById('unpressed').style.visibility='visible' + document.getElementById('pressed').style.visibility='hidden' + anime=true; +} + +function clicking(){ + items.clicks += 1*(items.Mclick||1)*items.pres; + update(); + + document.getElementById('unpressed').style.visibility='hidden' + document.getElementById('pressed').style.visibility='visible' + anime=false; + + setTimeout(beriba, 75); +} + +function cash(){ + setTimeout (function money(){ + cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000; + items.clicks += cs*items.pres; + update();cash(); + },1000) +} + +// Languages Cz || Uk +function checklang(){ + if(items.lang == 0){ /* CZ */ + document.documentElement.setAttribute('lang', 'cz'); + shop.innerHTML = 'Obchod'; + upg.innerHTML = 'Vylepšení'; + sett.innerHTML = 'Nastavení'; + }else if(items.lang == 1){ /* UK */ + document.documentElement.setAttribute('lang', 'en'); + shop.innerHTML = 'Shop'; + upg.innerHTML = 'Upgrades'; + sett.innerHTML = 'Settings'; + } +} + +// Dark || Light Mode +function LDmodes(){ + if((items.mode||0) == 0){// Light Mode + body.style.background = '#fff'; + jonathan.style.background = 'radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%)'; + disclick.style.color = '#000'; + disclick.style.textShadow = ""; + }else if(items.mode == 1){// Dark Mode + body.style.background = '#333'; + jonathan.style.background = 'radial-gradient(125% 100% at 50% 0%,#5add5a 20%,#333 70%)'; + disclick.style.color = '#f5f5f5'; + disclick.style.textShadow = "2px 2px 4px #000"; + } + upload(); +} + +// Function to convert a number into a more readable format +function fornum(num){ + if(items.lang == 0){ + const suffixes = ['', ' tis.', ' mil.', ' mld.', ' bil.', ' bld.', ' tril.', ' trild.', ' kvad.', ' kvadld.', ' quint.', ' quintld.', ' sext.', ' sextld.', ' sept.', ' septld.', ' okt.', ' oktld.', ' non.', ' nonld.', ' dec.', ' decld.', ' undec.', ' undecld.', ' duodec.', ' duodecld.', ' tredec.', ' tredecld.', ' kvaddec.', ' kvaddecld.', ' quintdec.', ' quintdecld.', ' sextdec.', ' sextdecld.', ' googol']; + let i = 0; + while (num >= 1000 && i < suffixes.length - 1) { + num /= 1000; + i++; + } + num = Math.floor(num * 10) / 10; + return num + suffixes[i]; + }else{ + const suffixes = ['', ' k', ' mil', ' bil', ' tri', ' quad', ' qui', ' sex', ' sep', ' oct', ' non', ' dec', ' und', ' duo', ' tre', ' qua', ' qui', ' sex', ' sep', ' oct', ' nov', ' vig', ' uvi', ' dvi', ' tvi', ' qvi', ' qv', ' svi', ' spv', ' ov', ' nv', ' cen', ' ucn', ' dcn', ' googol']; + let i = 0; + while (num >= 1000 && i < suffixes.length - 1) { + num /= 1000; + i++; + } + num = Math.floor(num * 10) / 10; + return num + suffixes[i]; + } +} + +// šmol change +function change(){ + if(items.lang == 0){ // CZ + alert(changeCZ); + }else{ + alert(changeEN); + } +} + + + +// keybinds +addEventListener("keyup", (event) => { + if(event.key == ' ' || event.key == 'Enter'){ + clicking(); + } +}) + + + +// social +let toggle = document.querySelector('.toggle'); +let socmenu = document.querySelector('.socmenu'); +toggle.onclick = function(){ + socmenu.classList.toggle('active'); +}; \ No newline at end of file diff --git a/Version - 43/js/menu.js b/Version - 43/js/menu.js new file mode 100644 index 0000000..342fbe0 --- /dev/null +++ b/Version - 43/js/menu.js @@ -0,0 +1,16 @@ +$(document).ready(function(){ + $('.button').click(function(){ + if($(this).hasClass('expand')){ + $('ul').slideUp(function(){ + $('.button').removeClass('expand'); + $('.fas').removeClass('expand'); + }) + }else{ + $(this).addClass('expand'); + setTimeout(function(){ + $('.fas').addClass('expand'); + $('ul').stop().slideDown(); + },200); + } + }) +}) \ No newline at end of file diff --git a/Version - 43/js/sett.js b/Version - 43/js/sett.js new file mode 100644 index 0000000..61bc355 --- /dev/null +++ b/Version - 43/js/sett.js @@ -0,0 +1,210 @@ +let cs; +let items + +// Update +function update(){ + let i = JSON.stringify(items); + localStorage.setItem('items', i); + cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000; +} + +// Load +function load(){ + items = JSON.parse(localStorage.getItem('items')); + LDmodes(); + cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000; + let Btns = document.querySelectorAll('.change'); + if(items.lang == 1){ // EN + document.documentElement.setAttribute('lang', 'en'); + shop.innerHTML = 'Shop'; + upg.innerHTML = 'Upgrades'; + sett.innerHTML = 'Settings'; + if(items.mode == 0){ld.innerHTML = 'Do you want to
    switch to Dark mode?'; + }else if(items.mode == 1){ld.innerHTML = 'Do you want to
    switch to Light mode?';} + lg.innerHTML = 'Do you want to
    switch to Czech?'; + hl.innerHTML = 'Do you want to
    wantch a video for help?'; + rs.innerHTML = 'Do you want to
    completely reset?' + Btns.forEach((e) => { + e.innerHTML = 'Yes!'; + }); + } + if(items.lang == 0){ // CZ + document.documentElement.setAttribute('lang', 'cz'); + shop.innerHTML = 'Obchod'; + upg.innerHTML = 'Vylepšení'; + sett.innerHTML = 'Nastavení'; + if(items.mode == 0){ld.innerHTML = 'Chceš si zapnout
    Tmavý mód?'; + }else if(items.mode == 1){ld.innerHTML = 'Chceš si zapnout
    Světlý mód?';} + lg.innerHTML = 'Chceš si přepnout
    jazyk do Angličtiny?'; + hl.innerHTML = 'Chceš si pustit
    video pro pomoc?'; + rs.innerHTML = 'Chceš kompletně
    resetovat postup?' + Btns.forEach((e) => { + e.innerHTML = 'Ano!'; + }); +} +} +load(); + +// Upload +function upload(){update();load();} + +function cash(){ + setTimeout (function money(){ + items.clicks += cs*items.pres; + upload(); + cash(); + },1000); +} +cash(); + +// Dark || Light Mode +function SLDmodes(){ + if(items.mode==0){items.mode=1;upload();} + else if(items.mode==1){items.mode=0;upload();} + LDmodes(); +} +function LDmodes(){ + let Bimts = document.querySelectorAll('.item'); + let Btns = document.querySelectorAll('.change'); + let hhh = document.querySelectorAll('h3'); + if((items.mode||0) == 0){// Light Mode + body.style.background = '#ddd'; + Bimts.forEach((e) => { + e.style.background = '#ffefd5'; + }); + Btns.forEach((e) => { + e.style.background = '#8FBC8F'; + e.style.color = '#fff'; + e.style.textShadow = ""; + }); + hhh.forEach((e) => { + e.style.color = '#000'; + e.style.textShadow = ""; + }); + }else if(items.mode == 1){// Dark Mode + body.style.background = '#333'; + Bimts.forEach((e) => { + e.style.background = '#666055'; + e.style.color = '#000'; + }); + Btns.forEach((e) => { + e.style.background = '#008B8B'; + e.style.color = '#fff'; + e.style.textShadow = "2px 2px 4px #000"; + }); + hhh.forEach((e) => { + e.style.color = '#eee'; + e.style.textShadow = "2px 2px 4px #000"; + }); + } +} + +function language(){ + if(items.lang == 0){ /* CZ */ + items.lang = 1; + }else if(items.lang == 1){ /* UK */ + items.lang = 0; + } + upload(); +} + +// HELP +function help(){ + if(items.lang == 1){ /* EN */ + window.open('https://youtu.be/G0fP-l-05dM'); + }else if(items.lang == 0){ /* CZ */ + window.open('https://youtu.be/XhmETe4MSVI'); + } +} + +// Reset +function reset(){ + if((items.lang == 1) && confirm('Do you really want to reset everything?') && confirm('Are you sure?')){ + alert('Everything Reseted'); + items = { + clicks:0, + dogs:0, + cats:0, + foxes:0, + wolfs:0, + hamsters:0, + whales:0, + capybaras:0, + platapuses:0, + porcupines:0, + hippos:0, + snakes:0, + cheetahs:0, + pythons:0, + girrafes:0, + lions:0, + otters:0, + meerkat:0, + raccoon:0, + owl:0, + badger:0, + squirrel:0, + chameleon:0, + chicken:0, + wombat:0, + panther:0, + coyote:0, + frog:0, + bear:0, + pig:0, + + + + lemons:0, + lt3:0, + lang:items.lang, + pres:1, + mode:items.mode, + Mclick:1, + token:0, + } + } + if((items.lang == 0) && confirm('Vážně chceš všechno resetovat?') && confirm('Seš si jistý?')){ + alert('Vše resetováno'); + items = { + clicks:0, + dogs:0, + cats:0, + foxes:0, + wolfs:0, + hamsters:0, + whales:0, + capybaras:0, + platapuses:0, + porcupines:0, + hippos:0, + snakes:0, + cheetahs:0, + pythons:0, + girrafes:0, + lions:0, + otters:0, + meerkat:0, + raccoon:0, + owl:0, + badger:0, + squirrel:0, + chameleon:0, + chicken:0, + wombat:0, + panther:0, + coyote:0, + frog:0, + bear:0, + pig:0, + + lemons:0, + lt3:0, + lang:items.lang, + pres:1, + mode:items.mode, + Mclick:1, + token:0, + } + } +} diff --git a/Version - 43/js/shop.js b/Version - 43/js/shop.js new file mode 100644 index 0000000..e543e8f --- /dev/null +++ b/Version - 43/js/shop.js @@ -0,0 +1,798 @@ +let cs + +// Update +function update(){ + let i = JSON.stringify(items); + localStorage.setItem('items', i); + cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000; +} +function c(x){ + items.clicks += x; + console.log(x + ' clicks added!'); + upload(); +} + +// Load +function load(){ + items = JSON.parse(localStorage.getItem('items')); + LDmodes() + cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000 + items.badger*32000 + items.squirrel*50000; + + if(items.lang == 1){ + document.documentElement.setAttribute('lang', 'en'); + shop.innerHTML = 'Shop'; + upg.innerHTML = 'Upgrades'; + sett.innerHTML = 'Settings'; + disclick.innerHTML=`You've got ${fornum(items.clicks)} clicks, and making ${fornum(cs*items.pres)} per second!` + disdog.innerHTML=`You've got ${fornum(items.dogs)} dogs!` + discat.innerHTML=`You've got ${fornum(items.cats)} cats!` + disfox.innerHTML=`You've got ${fornum(items.foxes)} foxes!` + diswol.innerHTML=`You've got ${fornum(items.wolfs)} wolfs!` + disham.innerHTML=`You've got ${fornum(items.hamsters)} hamsters!` + diswha.innerHTML=`You've got ${fornum(items.whales)} whales!` + discap.innerHTML=`You've got ${fornum(items.capybaras)} capybaras!` + displa.innerHTML=`You've got ${fornum(items.platapuses)} platypuses!` + dispor.innerHTML=`You've got ${fornum(items.porcupines)} porcupines!` + diship.innerHTML=`You've got ${fornum(items.hippos)} hippopotamuses!` + dissna.innerHTML=`You've got ${fornum(items.snakes)} snakes!` + dische.innerHTML=`You've got ${fornum(items.cheetahs)} cheetahs!` + dispyt.innerHTML=`You've got ${fornum(items.pythons)} pythons!` + disgir.innerHTML=`You've got ${fornum(items.girrafes)} giraffes!` + disoth.innerHTML=`You've got ${fornum(items.otters)} otters!` + dismee.innerHTML=`You've got ${fornum(items.meerkat)} meerkats!` + disrac.innerHTML=`You've got ${fornum(items.raccoon)} racoons!` + disowl.innerHTML=`You've got ${fornum(items.owl)} owls!` + disbad.innerHTML=`You've got ${fornum(items.badger)} badgers!` + dissqu.innerHTML=`You've got ${fornum(items.squirrel)} squirrels!` + + + + + document.getElementById('dislem').innerHTML=`You've got ${fornum(items.lemons)} lemons!` + document.getElementById('dislt3').innerHTML=`You've got ${fornum(items.lt3)} lemon trees!` + + + disdgmake.innerHTML=`They're generating ${fornum((items.dogs*1)*items.pres)} clicks per second!` + disctmake.innerHTML=`They're generating ${fornum((items.cats*12)*items.pres)} clicks per second!` + disfxmake.innerHTML=`They're generating ${fornum((items.foxes*18)*items.pres)} clicks per second!` + diswlmake.innerHTML=`They're generating ${fornum((items.wolfs*100)*items.pres)} clicks per second!` + dishmmake.innerHTML=`They're generating ${fornum((items.hamsters*130)*items.pres)} clicks per second!` + diswhmake.innerHTML=`They're generating ${fornum((items.whales*220)*items.pres)} clicks per second!` + discpmake.innerHTML=`They're generating ${fornum((items.capybaras*280)*items.pres)} clicks per second!` + displmake.innerHTML=`They're generating ${fornum((items.platapuses*400)*items.pres)} clicks per second!` + disprmake.innerHTML=`They're generating ${fornum((items.porcupines*650)*items.pres)} clicks per second!` + dishimake.innerHTML=`They're generating ${fornum((items.hippos*950)*items.pres)} clicks per second!` + dissnmake.innerHTML=`They're generating ${fornum((items.snakes*1000)*items.pres)} clicks per second!` + dischmake.innerHTML=`They're generating ${fornum((items.cheetahs*3000)*items.pres)} clicks per second!` + dispymake.innerHTML=`They're generating ${fornum((items.pythons*7800)*items.pres)} clicks per second!` + disgimake.innerHTML=`They're generating ${fornum((items.girrafes*8400)*items.pres)} clicks per second!` + disotmake.innerHTML=`They're generating ${fornum((items.otters*9000)*items.pres)} clicks per second!` + dismeemake.innerHTML=`They're generating ${fornum((items.meerkat*9800)*items.pres)} clicks per second!` + disramake.innerHTML=`They're generating ${fornum((items.raccoon*14500)*items.pres)} clicks per second!` + disowmake.innerHTML=`They're generating ${fornum((items.owl*16000)*items.pres)} clicks per second!` + disbamake.innerHTML=`They're generating ${fornum((items.badger*32000)*items.pres)} clicks per second!` + dissqmake.innerHTML=`They're generating ${fornum((items.squirrel*50000)*items.pres)} clicks per second!` + + dg1.innerHTML = 'Buy a Dog for 100 clicks' + ct1.innerHTML = 'Buy a Cat for 10 dogs' + fx1.innerHTML = 'Buy a Fox for 15 dogs' + wl1.innerHTML = 'Buy a Wolf for
    6 dogs and 5 foxes' + hm1.innerHTML = 'Buy a Hamster for
    1 wolf and 2 cats' + wh1.innerHTML = 'Buy a Whale for 2 wolfs' + cp1.innerHTML = 'Buy a Capybara for
    1 whale and 4 cats' + pl1.innerHTML = 'Buy a Platypus for
    1 capybara and 1 wolf' + pr1.innerHTML = 'Buy a Porcupine for
    1 platypus and 1 whale' + hi1.innerHTML = 'Buy a Hippopotamus for
    1 porcupine and 2 hamsters' + sn1.innerHTML = 'Buy a Snake for
    2 whales and 4 hamsters' + ch1.innerHTML = 'Buy a Cheetah for
    2 snakes and 2 platypuses' + py1.innerHTML = 'Buy a Python for
    1 cheetah and 5 hippos' + gi1.innerHTML = 'Buy a Giraffe for
    1 python and 20 foxes' + ot1.innerHTML = 'Buy a Otter for
    1 giraffe and 2 capybaras' + me1.innerHTML = 'Buy a Meerkat for
    1 otter and 3 whales' + ra1.innerHTML = 'Buy a Raccoon for
    1 meerkat and 7 porcupines' + ow1.innerHTML = 'Buy a Owl for
    1 racoon and 1 snake' + ba1.innerHTML = 'Buy a Badger for
    1 owl and 2 pythons' + sq1.innerHTML = 'Buy a Squirrel for
    1 badger and 5 cheetah' + + lm1.innerHTML = 'Buy a Lemon for some cats' + lt1.innerHTML = 'Buy a Lemon Tree for 5 lemons' + + // Buying for clicks + Cct1.innerHTML = 'Buy a Cat for
    1,2 k clicks' + Cfx1.innerHTML = 'Buy a Fox for
    1,8 k clicks' + Cwl1.innerHTML = 'Buy a Wolf for
    10 k clicks' + Chm1.innerHTML = 'Buy a Hamster for
    13 k clicks' + Cwh1.innerHTML = 'Buy a Whale for
    22 k clicks' + Ccp1.innerHTML = 'Buy a Capybara for
    28 k clicks' + Cpl1.innerHTML = 'Buy a Platypus for
    42 k clicks' + Cpr1.innerHTML = 'Buy a Porcupine for
    70 k clicks' + Chi1.innerHTML = 'Buy a Hippopotamus for
    100 k clicks' + Csn1.innerHTML = 'Buy a Snake for
    150 k clicks' + Cch1.innerHTML = 'Buy a Cheetah for
    350 k clicks' + Cpy1.innerHTML = 'Buy a Python for
    820 k clicks' + Cgi1.innerHTML = 'Buy a Giraffe for
    880 k clicks' + Cot1.innerHTML = 'Buy a Otter for
    950 k clicks' + Cme1.innerHTML = 'Buy a Meerkat for
    1 mil clicks' + Cra1.innerHTML = 'Buy a Raccoon for
    1.5 mil clicks' + Cow1.innerHTML = 'Buy a Owl for
    1.8 mil clicks' + Cba1.innerHTML = 'Buy a Badger for
    3.5 mil clicks' + Csq1.innerHTML = 'Buy a Squirrel for
    5.5 mil clicks' + } + if(items.lang == 0){ + document.documentElement.setAttribute('lang', 'cz'); + shop.innerHTML = 'Obchod'; + upg.innerHTML = 'Vylepšení'; + sett.innerHTML = 'Nastavení'; + document.getElementById('disclick').innerHTML=`Právě máš ${fornum(items.clicks)} kliků a děláš ${fornum(cs*items.pres)} za sekundu!` + document.getElementById('disdog').innerHTML=`Právě máš ${fornum(items.dogs)} psů!` + document.getElementById('discat').innerHTML=`Právě máš ${fornum(items.cats)} koček!` + document.getElementById('disfox').innerHTML=`Právě máš ${fornum(items.foxes)} lišek!` + document.getElementById('diswol').innerHTML=`Právě máš ${fornum(items.wolfs)} vlků!` + document.getElementById('disham').innerHTML=`Právě máš ${fornum(items.hamsters)} křečků!` + document.getElementById('diswha').innerHTML=`Právě máš ${fornum(items.whales)} velryb!` + document.getElementById('discap').innerHTML=`Právě máš ${fornum(items.capybaras)} kapybar!` + document.getElementById('displa').innerHTML=`Právě máš ${fornum(items.platapuses)} ptakopysků!` + document.getElementById('dispor').innerHTML=`Právě máš ${fornum(items.porcupines)} dikobrazů!` + document.getElementById('diship').innerHTML=`Právě máš ${fornum(items.hippos)} hrochů!` + document.getElementById('dissna').innerHTML=`Právě máš ${fornum(items.snakes)} hadů!` + document.getElementById('dische').innerHTML=`Právě máš ${fornum(items.cheetahs)} gepardů!` + document.getElementById('dispyt').innerHTML=`Právě máš ${fornum(items.pythons)} kober!` + document.getElementById('disgir').innerHTML=`Právě máš ${fornum(items.girrafes)} žiraf!` + document.getElementById('disoth').innerHTML=`Právě máš ${fornum(items.otters)} vyder!` + document.getElementById('dismee').innerHTML=`Právě máš ${fornum(items.meerkat)} surikat!` + document.getElementById('disrac').innerHTML=`Právě máš ${fornum(items.raccoon)} mývalů!` + document.getElementById('disowl').innerHTML=`Právě máš ${fornum(items.owl)} sov!` + document.getElementById('disbad').innerHTML=`Právě máš ${fornum(items.badger)} jezevců!` + document.getElementById('dissqu').innerHTML=`Právě máš ${fornum(items.squirrel)} veverek!` + + + + + document.getElementById('dislem').innerHTML=`Právě máš ${fornum(items.lemons)} citrónů!` + document.getElementById('dislt3').innerHTML=`Právě máš ${fornum(items.lt3)} citronovníků!` + + + document.getElementById('disdgmake').innerHTML=`Generují ${fornum((items.dogs*1)*items.pres)} kliků za sekundu!` + document.getElementById('disctmake').innerHTML=`Generují ${fornum((items.cats*12)*items.pres)} kliků za sekundu!` + document.getElementById('disfxmake').innerHTML=`Generují ${fornum((items.foxes*18)*items.pres)} kliků za sekundu!` + document.getElementById('diswlmake').innerHTML=`Generují ${fornum((items.wolfs*100)*items.pres)} kliků za sekundu!` + document.getElementById('dishmmake').innerHTML=`Generují ${fornum((items.hamsters*130)*items.pres)} kliků za sekundu!` + document.getElementById('diswhmake').innerHTML=`Generují ${fornum((items.whales*220)*items.pres)} kliků za sekundu!` + document.getElementById('discpmake').innerHTML=`Generují ${fornum((items.capybaras*280)*items.pres)} kliků za sekundu!` + document.getElementById('displmake').innerHTML=`Generují ${fornum((items.platapuses*400)*items.pres)} kliků za sekundu!` + document.getElementById('disprmake').innerHTML=`Generují ${fornum((items.porcupines*650)*items.pres)} kliků za sekundu!` + document.getElementById('dishimake').innerHTML=`Generují ${fornum((items.hippos*950)*items.pres)} kliků za sekundu!` + document.getElementById('dissnmake').innerHTML=`Generují ${fornum((items.snakes*1000)*items.pres)} kliků za sekundu!` + document.getElementById('dischmake').innerHTML=`Generují ${fornum((items.cheetahs*3000)*items.pres)} kliků za sekundu!` + document.getElementById('dispymake').innerHTML=`Generují ${fornum((items.pythons*7800)*items.pres)} kliků za sekundu!` + document.getElementById('disgimake').innerHTML=`Generují ${fornum((items.girrafes*8400)*items.pres)} kliků za sekundu!` + document.getElementById('disotmake').innerHTML=`Generují ${fornum((items.otters*9000)*items.pres)} kliků za sekundu!` + document.getElementById('dismeemake').innerHTML=`Generují ${fornum((items.meerkat*9800)*items.pres)} kliků za sekundu!` + document.getElementById('disramake').innerHTML=`Generují ${fornum((items.raccoon*14500)*items.pres)} kliků za sekundu!` + document.getElementById('disowmake').innerHTML=`Generují ${fornum((items.owl*16000)*items.pres)} kliků za sekundu!` + document.getElementById('disbamake').innerHTML=`Generují ${fornum((items.badger*32000)*items.pres)} kliků za sekundu!` + document.getElementById('dissqmake').innerHTML=`Generují ${fornum((items.squirrel*50000)*items.pres)} kliků za sekundu!` + + + dg1.innerHTML = 'Kup Psa za 100 kliků' + ct1.innerHTML = 'Kup Kočku za 10 psů' + fx1.innerHTML = 'Kup Lišku za 15 psů' + wl1.innerHTML = 'Kup Vlka za
    6 psů a 5 lišek' + hm1.innerHTML = 'Kup Křečka za
    1 vlka a 2 kočky' + wh1.innerHTML = 'Kup Velrybu za 2 vlky' + cp1.innerHTML = 'Kup Kapybaru za
    1 velrybu a 4 kočky' + pl1.innerHTML = 'Kup Ptakopyska za
    1 kapybaru a 1 vlka' + pr1.innerHTML = 'Kup Dikobraza za
    1 ptakopyska a 1 velrybu' + hi1.innerHTML = 'Kup Hrocha za
    1 dikobraza a 2 křečků' + sn1.innerHTML = 'Kup Hada za
    2 velryby a 4 křečky' + ch1.innerHTML = 'Kup Geparda za
    2 hady a 2 ptakopysky' + py1.innerHTML = 'Kup Kobru za
    1 geparda a 5 hrochů' + gi1.innerHTML = 'Kup Žirafu za
    1 kobru a 20 lišek' + ot1.innerHTML = 'Kup Vydru za
    1 žirafu a 2 kapybary' + me1.innerHTML = 'Kup Surikatu za
    1 vydru a 3 velryby' + ra1.innerHTML = 'Kup Mývala za
    1 surikatu a 7 dikobrazů' + ow1.innerHTML = 'Kup Sovu za
    1 mývala a 1 hada' + ba1.innerHTML = 'Kup Jezevce za
    1 sovu a 2 kobry' + sq1.innerHTML = 'Kup Veverku za
    1 jezevce a 5 gepardů' + + lm1.innerHTML = 'Kup Citrón za pár koček' + lt1.innerHTML = 'Kup Citrónovník za 5 citrónů' + + // Buying for clicks + Cct1.innerHTML = 'Kup Kočku za
    1,2 k kliků' + Cfx1.innerHTML = 'Kup Lišku za
    1,8 k kliků' + Cwl1.innerHTML = 'Kup Vlka za
    10 k kliků' + Chm1.innerHTML = 'Kup Křečka za
    13 k kliků' + Cwh1.innerHTML = 'Kup Velrybu za
    22 k kliků' + Ccp1.innerHTML = 'Kup Kapybaru za
    28 k kliků' + Cpl1.innerHTML = 'Kup Ptakopyska za
    42 k kliků' + Cpr1.innerHTML = 'Kup Dikobraza za
    70 k kliků' + Chi1.innerHTML = 'Kup Hrocha za
    100 k kliků' + Csn1.innerHTML = 'Kup Hada za
    150 k kliků' + Cch1.innerHTML = 'Kup Geparda za
    350 k kliků' + Cpy1.innerHTML = 'Kup Kobru za
    820 k kliků' + Cgi1.innerHTML = 'Kup Žirafu za
    880 k kliků' + Cot1.innerHTML = 'Kup Vydru za
    950 k kliků' + Cme1.innerHTML = 'Kup Surikatu za
    1 mil kliků' + Cra1.innerHTML = 'Kup Mývala za
    1,5 mil kliků' + Cow1.innerHTML = 'Kup Sovu za
    1,8 mil kliků' + Cba1.innerHTML = 'Kup Jezevce za
    3,5 mil kliků' + Csq1.innerHTML = 'Kup Veverku za
    5,5 mil kliků' + } +} +load(); + +// Upload +function upload(){update();load();} + +function cash(){ + setTimeout (function money(){ + items.clicks += cs*items.pres; + upload(); + cash();click(); + },1000) +} +cash(); + +function click(){ + setTimeout(function decoration(){ + document.getElementById('imgcli').src = './img/icons8-clicked.png' + },500); + setTimeout(function decoration(){ + document.getElementById('imgcli').src = './img/icons8-rest.svg' + },1000) +} + +// Nákupy +function buydog(){ + if (items.clicks>=100){ + items.clicks -= 100; + items.dogs += 1; + } + upload(); + click() +} +function buycat(){ + if(items.dogs>=10){ + items.dogs-=10; + items.cats+=1; + } + upload(); +} +function buyfox(){ + if(items.dogs>=15){ + items.dogs-=15; + items.foxes+=1; + } + upload(); +} +function buywol(){ + if(items.dogs>=6 && items.foxes>=5){ + items.dogs-=6; + items.foxes-=5; + items.wolfs+=1; + } + upload(); +} +function buyham(){ + if(items.wolfs>=1 && items.cats>=2){ + items.wolfs-=1; + items.cats-=2; + items.hamsters+=1; + } + upload(); +} +function buywha(){ + if(items.wolfs>=2){ + items.wolfs-=2; + items.whales+=1; + } + upload(); +} +function buycap(){ + if(items.whales>=1 && items.cats>=4){ + items.whales-=1; + items.cats-=4; + items.capybaras+=1; + } + upload(); +} +function buypla(){ + if(items.capybaras>=1 && items.wolfs>=1){ + items.capybaras-=1; + items.wolfs-=1; + items.platapuses+=1; + } + upload(); +} +function buypor(){ + if(items.platapuses>=1 && items.whales>=1){ + items.platapuses-=1; + items.whales-=1; + items.porcupines++; + } + upload(); +} +function buyhip(){ + if(items.porcupines>=1 && items.hamsters>=2){ + items.porcupines-=1; + items.hamsters-=2; + items.hippos++; + } + upload(); +} +function buysna(){ + if(items.whales>=2 && items.hamsters>=4){ + items.whales-=2; + items.hamsters-=4; + items.snakes++; + } + upload(); +} +function buyche(){ + if(items.snakes>=2 && items.platapuses>=2){ + items.snakes-=2; + items.platapuses-=2; + items.cheetahs++; + } + upload(); +} +function buypyt(){ + if(items.cheetahs>=1 && items.hippos>=5){ + items.cheetahs-=1; + items.hippos-=5; + items.pythons++; + } + upload(); +} +function buygir(){ + if(items.pythons>=1 && items.foxes>=20){ + items.pythons-=1; + items.foxes-=20; + items.girrafes++; + } + upload(); +} +function buyoth(){ + if(items.girrafes>=1 && items.capybaras>=2){ + items.girrafes-=1; + items.capybaras-=2; + items.otters++; + } + upload(); +} +function buymee(){ + if(items.otters>=1 && items.whales>=3){ + items.otters-=1; + items.whales-=3; + items.meerkat++; + } + upload(); +} +function buyrac(){ + if(items.meerkat>=1 && items.porcupines>=7){ + items.meerkat-=1; + items.porcupines-=7; + items.raccoon++; + } + upload(); +} +function buyowl(){ + if(items.raccoon>=1 && items.snakes>=1){ + items.raccoon-=1; + items.snakes-=1; + items.owl++; + } + upload(); +} +function buybad(){ + if(items.owl>=1 && items.pythons>=2){ + items.owl-=1; + items.pythons-=2; + items.badger++; + } + upload(); +} +function buysqu(){ + if(items.badger>=1 && items.cheetahs>=5){ + items.badger-=1; + items.cheetahs-=5; + items.squirrel++; + } + upload(); +} + + + + + + +function buylem(){ + let RanLemCost = Math.floor(Math.random()*100); + if(items.cats>=RanLemCost){ + items.cats-=RanLemCost; + items.lemons+=1; + } + upload(); +} +function buylt3(){ + if (items.lemons>=5) { + items.lemons-=5; + items.lt3+=1; + } + upload(); +} + + + + + + +/* Max Shop */ +function mxdg(){ + one = Math.floor(items.clicks / 100) + + items.clicks -= one * 100 + items.dogs += one + upload(); +} +function mxct(){ + one = Math.floor(items.dogs / 10) + + items.dogs -= one * 10 + items.cats += one + upload(); +} +function mxfx(){ + one = Math.floor(items.dogs/15) + + items.dogs -= one*15 + items.foxes += one + upload(); +} +/* +function lemmvalue(){ + mdog = items.cats/20; + maxdog = Math.floor(mdog); + floordog = maxdog*20 + items.cats -= floordog + items.lemons += maxdog + upload(); +}*/ +function mxlm(){ + let RanLemCost = Math.floor(Math.random()*100); + one = Math.floor(items.cats/RanLemCost) + + items.cats -= one*RanLemCost + items.lemons += one + upload(); +} +function mxlt(){ + one = Math.floor(items.lemons/5) + + items.lemons -= one*5 + items.lt3 += one + upload() +} +function mxwh(){ + const amount = Math.floor(items.wolfs/2); + + items.wolfs -= amount*2; + items.whales += amount; + upload(); +} +let one; + +// Max Shop + +function mxwl(){ + const amount = Math.min(Math.floor(items.foxes/5), Math.floor(items.dogs/6)); + + if(amount > 0){ + items.foxes -= amount*5 + items.dogs -= amount*6 + items.wolfs += amount + } + upload(); +} +function mxhm(){ + const amount = Math.min(Math.floor(items.wolfs/1), Math.floor(items.cats/2)); + + if(amount > 0){ + items.wolfs -= amount*1; + items.cats -= amount*2; + items.hamsters += amount; + } + upload(); +} +function mxcp(){ + const amount = Math.min(Math.floor(items.whales/1), Math.floor(items.cats/4)); + + if(amount > 0){ + items.whales -= amount*1; + items.cats -= amount*4; + items.capybaras += amount; + } + upload(); +} +function mxpl(){ + const amount = Math.min(Math.floor(items.capybaras/1), Math.floor(items.wolfs/1)); + + if(amount > 0){ + items.capybaras -= amount*1; + items.wolfs -= amount*1; + items.platapuses += amount; + } + upload(); +} +function mxpr(){ + const amount = Math.min(Math.floor(items.platapuses/1), Math.floor(items.whales/1)); + + if(amount > 0){ + items.platapuses -= amount*1; + items.whales -= amount*1; + items.porcupines += amount; + } + upload(); +} +function mxhi(){ + const amount = Math.min(Math.floor(items.porcupines/1), Math.floor(items.hamsters/2)); + + if(amount > 0){ + items.porcupines -= amount*1; + items.hamsters -= amount*2; + items.hippos += amount; + } + upload(); +} +function mxsn(){ + const amount = Math.min(Math.floor(items.whales/2), Math.floor(items.hamsters/4)); + + if(amount > 0){ + items.whales -= amount*2; + items.hamsters -= amount*4; + items.snakes += amount; + } + upload(); +} +function mxch(){ + const amount = Math.min(Math.floor(items.snakes/2), Math.floor(items.platapuses/2)); + + if(amount > 0){ + items.snakes -= amount*2; + items.platapuses -= amount*2; + items.cheetahs += amount; + } + upload(); +} +function mxpy(){ + const amount = Math.min(Math.floor(items.cheetahs/1), Math.floor(items.hippos/5)); + + if(amount > 0){ + items.cheetahs -= amount*1; + items.hippos -= amount*5; + items.pythons += amount; + } + upload(); +} +function mxgi(){ + const amount = Math.min(Math.floor(items.pythons/1), Math.floor(items.foxes/20)); + + if(amount){ + items.pythons -= amount*1; + items.foxes -= amount*20; + items.girrafes += amount; + } + upload(); +} +function mxot(){ + const amount = Math.min(Math.floor(items.girrafes/1), Math.floor(items.capybaras/2)); + + if(amount > 0){ + items.girrafes -= amount*1; + items.capybaras -= amount*2; + items.otters += amount; + } + upload(); +} +function mxme(){ + const amount = Math.min(Math.floor(items.otters/1), Math.floor(items.whales/3)); + + if(amount > 0){ + items.otters -= amount*1; + items.whales -= amount*3; + items.meerkat += amount; + } + upload(); +} +function mxra(){ + const amount = Math.min(Math.floor(items.meerkat/1), Math.floor(items.porcupines/7)); + + if(amount > 0){ + items.meerkat -= amount*1; + items.porcupines -= amount*7; + items.raccoon += amount; + } + upload(); +} +function mxow(){ + const amount = Math.min(Math.floor(items.raccoon/1), Math.floor(items.snakes/1)); + + if(amount > 0){ + items.raccoon -= amount*1; + items.snakes -= amount*1; + items.owl += amount; + } + upload(); +} +function mxba(){ + const amount = Math.min(Math.floor(items.owl/1), Math.floor(items.pythons/2)); + + if(amount > 0){ + items.owl -= amount*1; + items.pythons -= amount*2; + items.badger += amount; + } + upload(); +} +function mxsq(){ + const amount = Math.min(Math.floor(items.badger/1), Math.floor(items.cheetahs/5)); + + if(amount > 0){ + items.badger -= amount*1; + items.cheetahs -= amount*5; + items.squirrel += amount; + } + upload(); +} + +// Dark || Light Mode +function LDmodes(){ + let Bimts = document.querySelectorAll('.item'); + if((items.mode||0) == 0){// Light Mode + body.style.background = '#ddd'; + body.style.color = '#000'; + Bimts.forEach((e) => { + e.style.background = '#ffefd5'; + }); + logclick.style.background = '#ffefd5'; + disclick.style.textShadow = ""; + logclick.style.border = '5px dashed #00f'; + logclick.style.filter = 'drop-shadow(10px 8px 6px #222)'; + }else if(items.mode == 1){// Dark Mode + body.style.background = '#333'; + body.style.color = '#fff'; + Bimts.forEach((e) => { + e.style.background = '#666055'; + }); + logclick.style.background = '#666055'; + disclick.style.textShadow = "2px 2px 4px #000"; + logclick.style.border = '5px dashed #006'; + logclick.style.filter = 'drop-shadow(10px 8px 6px #222)'; + } +} + + +// Function to convert a number into a more readable format +function fornum(num){ + if(items.lang == 0){ + const suffixes = ['', ' tis.', ' mil.', ' mld.', ' bil.', ' bld.', ' tril.', ' trild.', ' kvad.', ' kvadld.', ' quint.', ' quintld.', ' sext.', ' sextld.', ' sept.', ' septld.', ' okt.', ' oktld.', ' non.', ' nonld.', ' dec.', ' decld.', ' undec.', ' undecld.', ' duodec.', ' duodecld.', ' tredec.', ' tredecld.', ' kvaddec.', ' kvaddecld.', ' quintdec.', ' quintdecld.', ' sextdec.', ' sextdecld.', ' googol']; + let i = 0; + while (num >= 1000 && i < suffixes.length - 1) { + num /= 1000; + i++; + } + num = Math.floor(num * 10) / 10; + return num + suffixes[i]; + }else{ + const suffixes = ['', ' k', ' mil', ' bil', ' tri', ' quad', ' qui', ' sex', ' sep', ' oct', ' non', ' dec', ' und', ' duo', ' tre', ' qua', ' qui', ' sex', ' sep', ' oct', ' nov', ' vig', ' uvi', ' dvi', ' tvi', ' qvi', ' qv', ' svi', ' spv', ' ov', ' nv', ' cen', ' ucn', ' dcn', ' googol']; + let i = 0; + while (num >= 1000 && i < suffixes.length - 1) { + num /= 1000; + i++; + } + num = Math.floor(num * 10) / 10; + return num + suffixes[i]; + } +} + + + + + + +/* SHOPPING WITH ONLY CLICKS */ + +function canimal(animal, cost){ + if(items.clicks >= cost){ + items[animal]++; + items.clicks -= cost; + upload(); + } +} + +function cManimal(animal, cost) { + const quantity = Math.floor(items.clicks / cost); + + if (quantity > 0) { + items[animal] += quantity; + items.clicks -= quantity * cost; + upload(); + } +} + +// cat +function buyCcat(){canimal('cats', 1200)} +function mxCct(){cManimal('cats', 1200)} + +// fox +function buyCfox(){canimal('foxes', 1800)} +function mxCfx(){cManimal('foxes', 1800)} + +// wolf +function buyCwol(){canimal('wolfs', 10000)} +function mxCwl(){cManimal('wolfs', 10000)} + +// hamster +function buyCham(){canimal('hamsters', 13000)} +function mxChm(){cManimal('hamsters', 13000)} + +// whale +function buyCwha(){canimal('whales', 22000)} +function mxCwh(){cManimal('whales', 22000)} + +// cappybarra +function buyCcap(){canimal('capybaras', 28000)} +function mxCcp(){cManimal('capybaras', 28000)} + +// platypussy +function buyCpla(){canimal('platapuses', 42000)} +function mxCpl(){cManimal('platapuses', 42000)} + +// porcupine +function buyCpor(){canimal('porcupines', 70000)} +function mxCpr(){cManimal('porcupines', 70000)} + +// hippopopopotamusss +function buyChip(){canimal('hippos', 100000)} +function mxChi(){cManimal('hippos', 100000)} + +// Snuk +function buyCsna(){canimal('snakes', 150000)} +function mxCsn(){cManimal('snakes', 150000)} + +// Chetuch +function buyCche(){canimal('cheetahs', 350000)} +function mxCch(){cManimal('cheetahs', 350000)} + +// .py +function buyCpyt(){canimal('pythons', 820000)} +function mxCpy(){cManimal('pythons', 820000)} + +// Gurllaf +function buyCgir(){canimal('girrafes', 880000)} +function mxCgi(){cManimal('girrafes', 880000)} + +// Other space +function buyCoth(){canimal('otters', 950000)} +function mxCot(){cManimal('otters', 950000)} + +// Mii Cat +function buyCmee(){canimal('meerkat', 1000000)} +function mxCme(){cManimal('meerkat', 1000000)} + +// C rac +function buyCrac(){canimal('raccoon', 1500000)} +function mxCra(){cManimal('raccoon', 1500000)} + +// O +function buyCowl(){canimal('owl', 1800000)} +function mxCow(){cManimal('owl', 1800000)} + +// bad +function buyCbad(){canimal('badger', 3500000)} +function mxCba(){cManimal('badger', 3500000)} + +// squirt +function buyCsqu(){canimal('squirrel', 5500000)} +function mxCsq(){cManimal('squirrel', 5500000)} \ No newline at end of file diff --git a/Version - 43/js/upgr.js b/Version - 43/js/upgr.js new file mode 100644 index 0000000..7c599dc --- /dev/null +++ b/Version - 43/js/upgr.js @@ -0,0 +1,288 @@ +let items; +let cs; + +// Update +function update(){ + let i = JSON.stringify(items); + localStorage.setItem('items', i); + if(items.token >= 1000*items.pres){ + prog.style.display = 'none'; + presBT1.style.display = 'none'; + presBT10.style.display = 'none'; + presBTmax.style.display = 'none'; + progva.style.display = 'none'; + ItsTime.style.display = 'block'; + } + +} + +function load(){ + if (localStorage.getItem('items')!=null){ + items = JSON.parse(localStorage.getItem('items')); + LDmodes() + prog.max = 1000*items.pres; + + } + if(items.lang == 0){ // CZ + document.documentElement.setAttribute('lang', 'cz'); + shop.innerHTML = 'Obchod'; + upg.innerHTML = 'Vylepšení'; + sett.innerHTML = 'Nastavení'; + dislm.innerHTML = `Právě máš ${fornum(items.lemons)} citrónů!`; + disMcmake.innerHTML = `Zatím ti každý klik dává ${fornum((items.Mclick||1)*items.pres)} kliků!`; + Mc1.innerHTML = `Kup si vylepšení na kliky za
    ${fornum(20+(items.Mclick||1)*(items.Mclick||1))} citrónů`; + progva.innerHTML = `Zatím máš jen ${items.token} lístků z ${1000*items.pres}!` + + + + + presBT1.innerHTML = `1 Lístek za
    pár Citrónů` + presBT10.innerHTML = `10 Lístků za
    10 párů Citrónů` + presBTmax.innerHTML = `Max lístků za
    několik Citrónů` + ItsTime.innerHTML = `Pojďme jít!`; + if(items.pres > 1){ + got.innerHTML = `Právě máš ${items.pres-1} Prestiž bodů` + } + + + }else if(items.lang == 1){ // En + document.documentElement.setAttribute('lang', 'en'); + shop.innerHTML = 'Shop'; + upg.innerHTML = 'Upgrades'; + sett.innerHTML = 'Settings'; + dislm.innerHTML = `You've got ${fornum(items.lemons)} lemons!`; + disMcmake.innerHTML = `So far every click gives you ${fornum((items.Mclick||1)*items.pres)} clicks!`; + Mc1.innerHTML = `Buy an upgrade for your clicks
    for ${fornum(20+(items.Mclick||1)*(items.Mclick||1))} lemons`; + progva.innerHTML = `So far you got ${items.token} token out of ${1000*items.pres}!` + + + + + presBT1.innerHTML = `1 Ticket for
    some Lemons` + presBT10.innerHTML = `10 Tickets for
    some more Lemons` + presBTmax.innerHTML = `Buy all Ticket for
    some Lemons` + ItsTime.innerHTML = `Let's do this!`; + if(items.pres > 1){ + got.innerHTML = `You've got ${items.pres-1} Prestige points` + } + } + + +} + +// Upload +function upload(){update();load();} + +function cash(){ + setTimeout (function money(){ + cs = items.dogs + items.cats*12 + items.foxes*18 + items.wolfs*100 + items.hamsters*130 + items.whales*220 + items.capybaras*280 + items.platapuses*400 + items.porcupines*650 + items.hippos*950 + items.snakes*1000 + items.cheetahs*3000 + items.pythons*7800 + items.girrafes*8400 + items.otters*9000 + items.meerkat*9800 + items.raccoon*14500 + items.owl*16000; + items.clicks += cs*items.pres; + update();cash(); + },1000) +} + +function fornum(num){ + if(items.lang == 0){ + const suffixes = ['', ' tis.', ' mil.', ' mld.', ' bil.', ' bld.', ' tril.', ' trild.', ' kvad.', ' kvadld.', ' quint.', ' quintld.', ' sext.', ' sextld.', ' sept.', ' septld.', ' okt.', ' oktld.', ' non.', ' nonld.', ' dec.', ' decld.', ' undec.', ' undecld.', ' duodec.', ' duodecld.', ' tredec.', ' tredecld.', ' kvaddec.', ' kvaddecld.', ' quintdec.', ' quintdecld.', ' sextdec.', ' sextdecld.', ' googol']; + let i = 0; + while (num >= 1000 && i < suffixes.length - 1) { + num /= 1000; + i++; + } + num = Math.floor(num * 10) / 10; + return num + suffixes[i]; + }else{ + const suffixes = ['', ' k', ' mil', ' bil', ' tri', ' quad', ' qui', ' sex', ' sep', ' oct', ' non', ' dec', ' und', ' duo', ' tre', ' qua', ' qui', ' sex', ' sep', ' oct', ' nov', ' vig', ' uvi', ' dvi', ' tvi', ' qvi', ' qv', ' svi', ' spv', ' ov', ' nv', ' cen', ' ucn', ' dcn', ' googol']; + let i = 0; + while (num >= 1000 && i < suffixes.length - 1) { + num /= 1000; + i++; + } + num = Math.floor(num * 10) / 10; + return num + suffixes[i]; + } +} + +window.onload = function(){ + load();cash();progress(); + if((items.token != 0)&&(items.token < 1)){ + items.token = 0; + } +} + +/* U P G R A D E S */ + +function buyMcc(){ + if(items.lemons>=20+(items.Mclick||1)*(items.Mclick||1)){ + items.lemons -= 20+(items.Mclick||1)*(items.Mclick||1); + if((items.Mclick != 1)&&(items.Mclick < 2)){ + items.Mclick = 1; + } + items.Mclick += 4; + console.log(items.Mclick); + upload(); + } +} + +function tblb(){ // Token Basic Lemon Buy + if(items.lemons >= 2000){ + items.lemons -= 2000; + items.token++; + console.log(items.token); + } + progress(); + upload(); +} + +function tmlm(){ // Token More Lemon Buy + if(items.lemons >= 20000){ + items.lemons -= 20000; + items.token += 10; + console.log(items.token); + } + progress(); + upload(); +} + +function talb(){ // Token All Lemon Buy + let C = ((1000*items.pres) - items.token) + for(let i = 0; i= 2000){ + items.lemons -= 2000; + items.token++; + console.log(items.token); + } + progress(); + upload(); + } +} + +function progress(){ + prog.value = `${items.token}` + prog.title = `${items.token}/${1000*items.pres}` + upload(); +} + +function TheThing(){ + if(items.lang == 0 && items.token >= (1000*items.pres) && confirm(`Za Prestiže budeš získávat více kliků, ale tvůj postup se vynuluje (až na Prestiž body). Chceš se 'Znovuzrodit'?`)){ // CZ + alert(`Získal jsi 0.5 prestiže bodů!`); + items.pres += 0.5; + upload(); + items = { + clicks:0, + dogs:0, + cats:0, + foxes:0, + wolfs:0, + hamsters:0, + whales:0, + capybaras:0, + platapuses:0, + porcupines:0, + hippos:0, + snakes:0, + cheetahs:0, + pythons:0, + girrafes:0, + lions:0, + otters:0, + meerkat:0, + raccoon:0, + owl:0, + badger:0, + squirrel:0, + chameleon:0, + chicken:0, + wombat:0, + panther:0, + coyote:0, + frog:0, + bear:0, + pig:0, + + + + lemons:0, + lt3:0, + lang:items.lang, + pres:items.pres, + mode:items.mode, + Mclick:1, + token:0, + } + location.href = './index.html'; + + + + }else if(items.lang == 1 && items.token >= (1000*items.pres) && confirm(`For Prestige You'll earn more clicks, but your progress resets (except prestige points). Do you wish to 'Rebirth'?`)){ // En + alert(`You've earn 0.5 prestige points!`); + items.pres += 0.5; + upload(); + items = { + clicks:0, + dogs:0, + cats:0, + foxes:0, + wolfs:0, + hamsters:0, + whales:0, + capybaras:0, + platapuses:0, + porcupines:0, + hippos:0, + snakes:0, + cheetahs:0, + pythons:0, + girrafes:0, + lions:0, + otters:0, + meerkat:0, + raccoon:0, + owl:0, + badger:0, + squirrel:0, + chameleon:0, + chicken:0, + wombat:0, + panther:0, + coyote:0, + frog:0, + bear:0, + pig:0, + + + + lemons:0, + lt3:0, + lang:items.lang, + pres:items.pres, + mode:items.mode, + Mclick:1, + token:0, + } + location.href = './index.html'; + } + } + + +// Dark || Light Mode +function LDmodes(){ + let Bimts = document.querySelectorAll('.item'); + if((items.mode||0) == 0){// Light Mode + body.style.background = '#ddd'; + body.style.color = '#000'; + Bimts.forEach((e) => { + e.style.background = '#ffefd5'; + }); + loglm.style.background = '#ffefd5'; + loglm.style.filter = 'drop-shadow(10px 8px 6px #222)'; + }else if(items.mode == 1){// Dark Mode + body.style.background = '#333'; + body.style.color = '#fff'; + Bimts.forEach((e) => { + e.style.background = '#666055'; + }); + loglm.style.background = '#666055'; // effd5f66 + loglm.style.filter = 'drop-shadow(10px 8px 6px #222)'; + } +} \ No newline at end of file diff --git a/Version - 43/keybinds.html b/Version - 43/keybinds.html new file mode 100644 index 0000000..bc31c3e --- /dev/null +++ b/Version - 43/keybinds.html @@ -0,0 +1,122 @@ + + + + + + + + + Document + + + +
    + + + + + + + + + + + + + + + + +
    + + + + \ No newline at end of file diff --git a/Version - 43/settings.html b/Version - 43/settings.html new file mode 100644 index 0000000..cef7e4b --- /dev/null +++ b/Version - 43/settings.html @@ -0,0 +1,59 @@ + + + + + + + + + + + BRB - Settings + + +
    + +
    +
    +

    + +
    +
    +

    + +
    + +
    +

    + +
    +
    +

    + +
    +
    + + + + + + + \ No newline at end of file diff --git a/Version - 43/shop.html b/Version - 43/shop.html new file mode 100644 index 0000000..aa0c6a0 --- /dev/null +++ b/Version - 43/shop.html @@ -0,0 +1,550 @@ + + + + + + + + + + + BRB - Shop + + + + + + + + + + +
    +
    + +

    +
    +
    + + + + +
    +
    + +
    + +
    + + +
    + +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +
    + + +
    +

    +

    +
    + +
    + + + +
    + +
    + +
    + + +
    +

    +

    +
    + + +
    + +
    + + +
    +

    +

    +
    +
    + +
    + + + + + + + + + \ No newline at end of file diff --git a/Version - 43/txt/BRB - Poem.txt b/Version - 43/txt/BRB - Poem.txt new file mode 100644 index 0000000..22707fd --- /dev/null +++ b/Version - 43/txt/BRB - Poem.txt @@ -0,0 +1,77 @@ +In the realm of clicks, where time is spent, +A world unfolds, a button's scent. +Big and red, a beacon bright, +A game begins, a pure delight. + +Behold the BRB, a simple quest, +A clicker's dream, a boundless zest. +With each tap, a symphony, +Of points that dance, wild and free. + +In pixels vast, a kingdom grows, +From humble starts, the button glows. +Animals emerge, a charming feat, +With every purchase, a rhythmic beat. + +A menagerie of clicks untold, +From bunnies small to dragons bold. +They toil and toil, a tireless crew, +Generating clicks, a joy anew. + +The Big Red Button, a constant call, +A siren's song, a tempting thrall. +Click by click, the numbers rise, +A digital ballet beneath the skies. + +Upgrade the farm, expand the land, +In the clicker's world, everything's planned. +Upgrade, enhance, and then refine, +A cascade of clicks, a grand design. + +The chorus of animals, a lively song, +A melody of progress, a journey long. +With every click, a story unfolds, +In the saga of buttons, a tale foretold. + +Oh, the joy of the BRB's embrace, +In the digital realm, a sacred space. +A clicker's haven, a world of glee, +Where buttons rule, and all is free. + +So tap away, adventurer bold, +In the realm of clicks, a story's told. +The Big Red Button, a path to explore, +In the game of clicks, forevermore. + + + + +Ve virtuálním světě, kde kliky tančí, +BRB hra nám otevírá bránu do ráje. +Klikání je klíč, co otevírá srdce, +kde červené tlačítko zpívá nám píseň tvé. + +Klepání prstu na obrazovce jak tanec, +kliky se množí, jak v pohádce kouzelné. +Zvířátka nám vracejí úsměv na tvář, +v jejich očích svítí klikání tvé vášně. + +Virtuální svět plný zvířecího štěstí, +kliky jsou klíčem k radosti nekonečné. +Srdce se rozkvétá ve hrách a snech, +kde kliky jsou vládcem a my jejich pánem. + +Kupujeme zvířátka, jak hvězdný prach, +jejich kličky a klouzání nám přináší smích. +Generují kliky v rytmu nebeské hudby, +v tomto virtuálním ráji jsme klikání svobodní. + +Brána kouzelná otevírá se dál, +červené tlačítko jak klíč k pohádce krásné. +Klikání nám hraje symfonii vesmírných snů, +v tomto digitálním rajském skvostu. + +Tak klikni, klikni, ať hra pokračuje, +v zvířecím ráji, kde klikání nekončí. +S každým klepnutím nový příběh začíná, +v našem světě BRB, kde klikání zní jak básně. \ No newline at end of file diff --git a/Version - 43/txt/add.txt b/Version - 43/txt/add.txt new file mode 100644 index 0000000..f85af24 --- /dev/null +++ b/Version - 43/txt/add.txt @@ -0,0 +1,75 @@ +click.offline.make +max 5 hour + + name gen com.cost cost +1 dog = 1 c/s = 100 | 100 clicks +1 cat = 12 c/s = 1 000 | 10 dogs +1 fox = 18 c/s = 1 500 | 15 dogs +1 wolf = 100 c/s = 8 100 | 5 foxes + 6 dogs +1 hamster = 130 c/s = 10 100 | 1 wolf + 2 cats +1 whale = 220 c/s = 16 200 | 2 wolf +1 capybara = 280 c/s = 20 200 | 1 whale + 4 cats +1 platypus = 400 c/s = 28 300 | 1 cappy + 1 wolf +1 porcupine = 650 c/s = 44 500 | 1 pussy + 1 whale (Dikobraz) +1 hippo = 950 c/s = 64 700 | 1 porcupine + 2 hamsters +1 snake = 1 000 c/s = 72 800 | 2 whales + 4 hamsters +1 cheetah = 3 000 c/s = 202 200 | 2 snakes + 2 pussy +1 python = 7 800 c/s = 525 700 | 1 cheetah + 5 hippo +1 giraffe = 8 400 c/s = 555 700 | 1 python + 20 foxes +1 otter = 9 000 c/s = 596 100 | 1 giraffe + 2 cappy +1 meerkat = 9 800 c/s = 644 700 | 1 otter + 3 whale +1 raccoon = 14 500 c/s = 956 200 | 1 meerkat + 7 porcupine +1 owl = 16 000 c/s = 1 029 000 | 1 raccoon + 1 snuk +1 badger = 32 000 c/s = 2 080 400 | 1 owl + 2 python +1 squirrel = 50 000 c/s = 3 091 400 | 1 badger + 5 cheetah +1 chameleon = +1 chicken = +1 wombat = +1 panther = +1 coyote = +1 frog = +1 bear = +1 pig = + +1 citronovník = 30 lemons/h + + + +36,7% k 10 citronum že vyroste citronovník + +compile to .exe and add it to the play store + +add complete history of clicks, dogs, cats, lemons, ... + + + + + + Upgrades! + +Button +Green button - 2.5 clicks per clicks +Yellow button - 4 clicks/click + random Chance for a lemon +Purple button - 6 c/c +Cyan button - 10 c/c + random chance for ______ + + Dog +R collar - 1.5 cs +G collar - 2 cs +Y collar - 5 cs +P collar - 8.2 cs +C collar - 15 cs + + Cat +R collar - 150 cs +G collar - 200 cs +Y collar - 500 cs +P collar - 750 cs +C collar - 1 000 cs + + Fox +R fur - 225 cs +G fur - 300 cs +Y fur - 666 cs +P fur - 1 125 cs +C fur - 1 500 cs \ No newline at end of file diff --git a/Version - 43/txt/mail - Cz.txt b/Version - 43/txt/mail - Cz.txt new file mode 100644 index 0000000..80087b8 --- /dev/null +++ b/Version - 43/txt/mail - Cz.txt @@ -0,0 +1,27 @@ +Předmět: Naléhavě: Aktivuj svou klikací sílu PROSÍM a ovládni BRB! + +Vážený/á [Jméno Hráče], + +🚨 Pozor, Mistr Klikání! 🚨 + +Došel čas na fádní klikání. Velké Červené Tlačítko (BRB) vyžaduje tvoji neodkladnou pozornost a nekompromisní oddanost. Nehrajeme si – ovládneme to! O osudu tvé virtuální zoo, plné zvířat produkujících kliky, rozhoduje tvé rozhodnutí. Je čas ukázat světu, co znamená opravdový Klikací Mistr. + +BRB není jen tlačítko; je to brána k nevídané moci a prestiži. Každý klik tě posouvá blíž k vrcholu klikací velikosti. Tvá zvířata netrpělivě čekají, až budou vypuštěna, generujíc armádu kliků, která otřese základy virtuální reality. Ale pamatuj, jejich osud je v TVÝCH rukou. + +Máš to, co je potřeba, abys vystoupil nad ostatní? Budeš se spokojovat s průměrem, nebo chopíš své osudu jako Klikací Velikán? BRB na nikoho nečeká, a ani ty neměl/a bys. + +Tady je tvůj úkol: + +Klikej Jako Nikdy Předtím: Rychlými kliky uveď BRB do varu tvou klikací silou. + +Rozšiř Svoji Zoo: Získej ta nejefektivnější klikací zvířata na trhu. Vylepšuj, evoluuj a ovládej. Tvá zoo není jen sbírka zvířat; je to odraz tvé klikací zručnosti. + +Vyzývej Kolegy Klikátory: Není to osobní; je to klikací svět. Vyzývej své přátele, nepřátele a dokonce i babičku, pokud si myslí, že tě může překlikat. + +Selhání není možnost. Komunita BRB se spoléhá na tebe, abys vedl/a útok. Nezklam je. Velké Červené Tlačítko čeká na tvé neúprosné kliky a tvá zvířata jsou připravena uvolnit klikový chaos do herního světa. + +Čas tiká. Vezmi své zařízení, roztahuj ty klikací svaly a nech začít revoluci BRB! + +Klikni dál, Veličenstvo Klikání! + +S úctou, [Tvé Klikací Přezdívka] \ No newline at end of file diff --git a/Version - 43/txt/mail - En.txt b/Version - 43/txt/mail - En.txt new file mode 100644 index 0000000..352688e --- /dev/null +++ b/Version - 43/txt/mail - En.txt @@ -0,0 +1,27 @@ +Subject: Urgent: Mobilize Your Clicking Power NOW for BRB Domination! + +Dear [Player's Name], + +🚨 Attention Clicker Extraordinaire! 🚨 + +The time for idle clicking is OVER. The Big Red Button (BRB) demands your immediate attention and relentless dedication. We're not playing games; we're conquering them! The fate of your virtual zoo, filled with click-generating animals, hangs in the balance. It's time to show the world what a true Clicker Champion is made of. + +The BRB is not just a button; it's a gateway to unparalleled power and prestige. Every click propels you closer to the summit of clicker greatness. Your animals are eagerly waiting to be unleashed, generating an army of clicks that will shake the foundations of virtual reality. But remember, their fate is in YOUR hands. + +Do you have what it takes to rise above the rest? Are you willing to settle for mediocrity, or will you seize your destiny as the Clicker Commander? The BRB waits for no one, and neither should you. + +Here's your mission: + +1. **Click Like You've Never Clicked Before:** Rapid-fire clicks are your currency. Shower that BRB with an unrelenting barrage of finger power. + +2. **Expand Your Zoo:** Acquire the most click-efficient animals in the market. Upgrade, evolve, and dominate. Your zoo isn't just a collection of animals; it's a testament to your clicking prowess. + +3. **Challenge Fellow Clickers:** It's not personal; it's a clicker's world. Challenge your friends, foes, and even your grandma if she thinks she can outclick you. + +Failure is not an option. The BRB community is counting on you to lead the charge. Do not let them down. The Big Red Button is waiting for your relentless clicks, and your animals are ready to unleash click chaos upon the gaming world. + +Time is of the essence. Grab your device, flex those clicking muscles, and let the BRB revolution begin! + +Click on, Commander! + +Sincerely, [Your Clicker Alias] \ No newline at end of file diff --git a/Version - 43/upgrade.html b/Version - 43/upgrade.html new file mode 100644 index 0000000..b30fa75 --- /dev/null +++ b/Version - 43/upgrade.html @@ -0,0 +1,83 @@ + + + + + + + + + BRB - Upgrades + + + + + + + + +
    +
    + +

    +
    +
    + +
    + +
    +

    BRB

    + +
    + +
    + +

    +
    + + +
    +

    Prestige

    + +
    + +
    +
    + + + +
    + +

    +

    +
    +
    + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 84935c9..f7d9366 100644 --- a/index.html +++ b/index.html @@ -241,6 +241,11 @@
    Slow loading because I tried using Google Ads
    Fixed in Version - 43
    +
    +

    Version - 43

    +
    Animals and changelog button + design of BRB Jonathan
    + +