mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -27,9 +27,6 @@
|
|||||||
<!-- Libraries -->
|
<!-- Libraries -->
|
||||||
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
||||||
|
|
||||||
<!-- Google tag (gtag.js) -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CTW2M8Q7SB"></script>
|
|
||||||
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-CTW2M8Q7SB');</script>
|
|
||||||
<title>BRB - Clicking</title>
|
<title>BRB - Clicking</title>
|
||||||
|
|
||||||
<!-- By MrEidam && Standa Chlup -->
|
<!-- By MrEidam && Standa Chlup -->
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ function clicking(){
|
|||||||
|
|
||||||
function cash(){
|
function cash(){
|
||||||
setTimeout (function money(){
|
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;
|
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 + items.chameleon*70000;
|
||||||
items.clicks += cs*items.pres;
|
items.clicks += cs*items.pres;
|
||||||
update();cash();
|
update();cash();
|
||||||
},1000)
|
},1000)
|
||||||
|
|||||||
@@ -5,14 +5,14 @@ let items
|
|||||||
function update(){
|
function update(){
|
||||||
let i = JSON.stringify(items);
|
let i = JSON.stringify(items);
|
||||||
localStorage.setItem('items', i);
|
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;
|
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 + items.chameleon*70000;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load
|
// Load
|
||||||
function load(){
|
function load(){
|
||||||
items = JSON.parse(localStorage.getItem('items'));
|
items = JSON.parse(localStorage.getItem('items'));
|
||||||
LDmodes();
|
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;
|
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 + items.chameleon*70000;
|
||||||
let Btns = document.querySelectorAll('.change');
|
let Btns = document.querySelectorAll('.change');
|
||||||
if(items.lang == 1){ // EN
|
if(items.lang == 1){ // EN
|
||||||
document.documentElement.setAttribute('lang', 'en');
|
document.documentElement.setAttribute('lang', 'en');
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ function upload(){update();load();}
|
|||||||
|
|
||||||
function cash(){
|
function cash(){
|
||||||
setTimeout (function money(){
|
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;
|
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 + items.chameleon*70000;
|
||||||
items.clicks += cs*items.pres;
|
items.clicks += cs*items.pres;
|
||||||
update();cash();
|
update();cash();
|
||||||
},1000)
|
},1000)
|
||||||
|
|||||||
@@ -1,15 +1,28 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Meta -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta name="keywords" content="BRB, MrEidam, Eidam, Clicker, Button, Red, Big, Shop, Ajdam, MrAjdam, paneidam, merida, mreidam clicker, mreidam game, mreidam social, mreidam brb settings">
|
||||||
|
<meta name="author" content="MrEidam">
|
||||||
|
<!-- Social -->
|
||||||
|
<meta property="og:title" content="BRB">
|
||||||
|
<meta property="og:url" content="https://www.mreidam-brb.com">
|
||||||
|
<meta property="og:site_name" content="BRB"/>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta property="og:image" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png">
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
|
<meta name="twitter:title" content="BRB"/>
|
||||||
|
<meta name="twitter:url" content="https://www.mreidam-brb.com"/>
|
||||||
|
<meta property="twitter:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png"/>
|
||||||
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
gtag('config', 'G-CTW2M8Q7SB');
|
|
||||||
</script>
|
|
||||||
<link rel="stylesheet" href="./css/menu.css">
|
<link rel="stylesheet" href="./css/menu.css">
|
||||||
<link rel="stylesheet" href="./css/sett.css">
|
<link rel="stylesheet" href="./css/sett.css">
|
||||||
<link rel="shortcut icon" href="./img/settings.svg" type="image/x-icon">
|
<link rel="shortcut icon" href="./img/settings.svg" type="image/x-icon">
|
||||||
|
|||||||
18
shop.html
18
shop.html
@@ -2,9 +2,27 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Meta -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta name="keywords" content="BRB, MrEidam, Eidam, Clicker, Button, Red, Big, Shop, Ajdam, MrAjdam, paneidam, merida, mreidam clicker, mreidam game, mreidam social, mreidam brb shop">
|
||||||
|
<meta name="author" content="MrEidam">
|
||||||
|
<!-- Social -->
|
||||||
|
<meta property="og:title" content="BRB">
|
||||||
|
<meta property="og:url" content="https://www.mreidam-brb.com">
|
||||||
|
<meta property="og:site_name" content="BRB"/>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta property="og:image" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png">
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
|
<meta name="twitter:title" content="BRB"/>
|
||||||
|
<meta name="twitter:url" content="https://www.mreidam-brb.com"/>
|
||||||
|
<meta property="twitter:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png"/>
|
||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
17
upgrade.html
17
upgrade.html
@@ -2,9 +2,26 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Meta -->
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta name="keywords" content="BRB, MrEidam, Eidam, Clicker, Button, Red, Big, Shop, Ajdam, MrAjdam, paneidam, merida, mreidam clicker, mreidam game, mreidam social, mreidam brb upgrade">
|
||||||
|
<meta name="author" content="MrEidam">
|
||||||
|
<!-- Social -->
|
||||||
|
<meta property="og:title" content="BRB">
|
||||||
|
<meta property="og:url" content="https://www.mreidam-brb.com">
|
||||||
|
<meta property="og:site_name" content="BRB"/>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta property="og:image" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png">
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
|
<meta name="twitter:title" content="BRB"/>
|
||||||
|
<meta name="twitter:url" content="https://www.mreidam-brb.com"/>
|
||||||
|
<meta property="twitter:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
||||||
|
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png"/>
|
||||||
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
||||||
<title>BRB - Upgrades</title>
|
<title>BRB - Upgrades</title>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user