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.001;
- var snow = patrick;
- var jim = (patrick*3);
- var ruth = (patrick*10);
- var shipt = 5000;
- var shallow = false;
- var quad = false;
- var xim = 1;
- var happy = parseFloat(document.getElementById('pct_balance').value);
- var grrr = parseFloat(document.getElementById('pct_balance').value);
- var wild = parseFloat(document.getElementById('pct_balance').value);
- var olderest = parseFloat(document.getElementById('pct_balance').value);
- var lol = parseFloat(document.getElementById('pct_balance').value);
- var emy = 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(){
- console.clear();
- var kind = (document.getElementById('pct_balance').value);
- 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 ((kind<=(emily-(jim)))&&(shallow==false)){
- snow = (kit*2);
- emily = parseFloat(kind);
- jim = (kit*5);
- ruth = 0;
- shallow = true;
- daddy = kit*2;
- }
- if ((kind<=(emily-(jim)))&&(shallow==true)){
- snow = (kit*2);
- emily = parseFloat(kind);
- emy = emily;
- jim = (kit*5);
- shallow = true;
- daddy = kit*2;
- }
- if (kind>=(emy+(snow*7))){
- snow = (kit*2);
- emy = parseFloat(kind);
- daddy = kit*2;
- }
- if (happy>=(james+ruth)){
- snow = patrick;
- emily = (james+ruth);
- emy = (james+ruth);
- jim = (patrick*3);
- shallow = false;
- james = james+ruth;
- ruth = (patrick*10);
- daddy = patrick;
- }
- if (happy>=shipt) {
- return;
- }
- if (happy>wild){
- wild = parseFloat(happy);
- }
- if (happy<grrr) {
- grrr = parseFloat(happy);
- }
- var freak = ((happy-olderest).toFixed(8));
- console.log("balance made");
- console.log(freak);
- console.log("biggest balance");
- console.log(parseFloat(wild));
- console.log("smallest balance");
- console.log(parseFloat(grrr));
- document.getElementById('pct_bet').value = daddy;
- document.getElementById('pct_profit').value = daddy;
- document.getElementById('a_hi').click();
- }
- setInterval(() =>funk(), (ZZZZ(800,1000)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement