Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var bolank = document.getElementById('pct_balance').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- var patrick = 0.000001;
- var snow = patrick;
- var jim = (patrick*3);
- var ruth = (patrick*10);
- var mum = 6;
- var shipt = true;
- var lol = parseFloat(document.getElementById('pct_balance').value);
- var love = parseFloat(document.getElementById('pct_balance').value);
- var emily = parseFloat(document.getElementById('pct_balance').value);
- var sulin = parseFloat(document.getElementById('pct_balance').value);
- var james = parseFloat(document.getElementById('pct_balance').value);
- var daddy;
- parseFloat(document.getElementById('pct_bet').value = patrick);
- parseFloat(document.getElementById('pct_profit').value = patrick);
- function ZZZZ(mini, maxi) {
- mini = Math.ceil(mini);
- maxi = Math.floor(maxi);
- return Math.floor(Math.random() * (maxi - mini + 1)) + mini;
- }
- function funk(){
- var happy = (document.getElementById('pct_balance').value);
- var kit = (document.getElementById('pct_bet').value);
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- if (daddy==null) {
- daddy = kit;
- }
- if ((happy<=(emily-(jim)))&&(shipt==true)){
- snow = (snow*2);
- daddy = (snow);
- jim = (snow*5);
- mum = 5;
- shipt = false;
- emily = parseFloat(happy);
- }
- if ((happy<=(emily-(jim)))&&(shipt==false)){
- snow = (snow*2);
- daddy = (snow);
- jim = (snow*5);
- mum = 5;
- shipt = false;
- emily = parseFloat(happy);
- }
- if (happy>(emily+(snow*mum))){
- snow = (snow*2);
- daddy = (snow);
- jim = (snow*3);
- emily = parseFloat(happy);
- }
- if (happy>=(james+(patrick*10))){
- daddy = patrick;
- snow = patrick;
- jim = (patrick*3);
- mum = 6;
- shipt = true;
- james = (james+(patrick*10));
- emily = james;
- }
- if (happy>=2000) {
- return;
- }
- document.getElementById('pct_bet').value = daddy;
- document.getElementById('pct_profit').value = daddy;
- document.getElementById('a_hi').click();
- }
- setInterval(() =>funk(), (ZZZZ(8,10)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement