Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var belance = document.getElementById('pct_balance').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- var bob = 0.000001
- var cript = bob;
- var joe = false;
- var target = 10000;
- var god = (bob*3);
- var sin = 6;
- var olderest = document.getElementById('pct_balance').value
- var bollux = parseFloat(document.getElementById('pct_balance').value);
- var have = parseFloat(document.getElementById('pct_balance').value);
- var ian = parseFloat(document.getElementById('pct_balance').value);
- var mybet;
- var wild = document.getElementById('pct_balance').value;
- var min = document.getElementById('pct_balance').value;
- parseFloat(document.getElementById('pct_bet').value = bob);
- parseFloat(document.getElementById('pct_profit').value = bob);
- function getR(minz, maxz) {
- minz = Math.ceil(minz);
- maxz = Math.floor(maxz);
- return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
- }
- function dobet(){
- bollux = document.getElementById('pct_balance').value;
- var stuit = document.getElementById('pct_bet').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- if (mybet==null){
- mybet = stuit;
- }
- if (bollux>=(have+(cript*7))) {
- cript = (cript*2);
- mybet = cript;
- god = (cript*5);
- joe = false;
- james = false;
- jimmy = false;
- have = parseFloat(bollux);
- }
- if (bollux<=(have-god)) {
- cript = (cript*2);
- mybet = cript;
- god = (cript*5);
- joe = true;
- james = false;
- jimmy = false;
- have = parseFloat(bollux);
- }
- if ((bollux-ian)>(bob*10)) {
- mybet = bob;
- cript = bob;
- god = (bob*3);
- joe = false;
- jimmy = true;
- james = false;
- ian = ian+((Math.floor((bollux-ian)/(bob*10)).toPrecision(1))*(bob*10));
- have = ian;
- }
- if ((joe==true)&&(bollux>=ian)) {
- mybet = bob;
- cript = bob;
- god = (bob*3);
- have = ian;
- ian = ian;
- joe = false;
- }
- if (bollux>=target) {
- //stop();
- return;
- }
- parseFloat(document.getElementById('pct_bet').value = (((mybet*2)-mybet).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = (((mybet*2)-mybet).toFixed(8)));
- $('#a_lo').click();
- }
- setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement