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.0001;
- var snow = patrick;
- var jim = (patrick*3);
- var ruth = (patrick*10);
- var mummy = 7;
- 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 emmy = 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))){
- snow = (kit*2);
- daddy = (kit*2);
- jim = (snow*5);
- emily = parseFloat(happy);
- }
- if (happy>=(emily+(snow*7))) {
- snow = (kit*2);
- daddy = (kit*2);
- jim = (kit*5);
- emily = parseFloat(happy);
- }
- if (happy>=(james+(ruth))) {
- jim = (patrick*3);
- daddy = patrick;
- snow = patrick;
- mummy = 7;
- emily = (james+ruth);
- james = (james+ruth);
- ruth = (patrick*10);
- }
- if (happy>=2000) {
- return;
- }
- document.getElementById('pct_bet').value = daddy;
- document.getElementById('pct_profit').value = daddy;
- document.getElementById('a_lo').click();
- }
- setInterval(() =>funk(), (ZZZZ(8,10)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement