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 oldbal = parseFloat(document.getElementById('pct_balance').value);
- var cript = bob;
- var god = (bob*3);
- var sin = 7;
- var joe = false;
- var target = 50000;
- var stiff = false;
- var olderest = document.getElementById('pct_balance').value
- var balancez = parseFloat(document.getElementById('pct_balance').value);
- var have = parseFloat(document.getElementById('pct_balance').value);
- var very = parseFloat(document.getElementById('pct_balance').value);
- var teee = 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);
- Math.fmod = function (a,b) { return Number((a - (Math.floor(a / b) * b)).toPrecision(8)); }
- function getR(minz, maxz) {
- minz = Math.ceil(minz);
- maxz = Math.floor(maxz);
- return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
- }
- function dobet(){
- console.clear()
- var balancey = document.getElementById('pct_balance').value;
- balancez = 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 (balancez<=(have-god)) {
- mybet = (stuit*2);
- cript = (stuit*2);
- god = (stuit*8);
- have = parseFloat(balancez);
- stiff = false;
- joe = true;
- }
- if ((balancez>=(have+(cript*6)))&&(stiff==true)) {
- mybet = (stuit*2);
- cript = (stuit*2);
- god = (stuit*8);
- have = parseFloat(balancez);
- stiff = false;
- }
- if ((balancez>=(have+(cript*7)))&&(stiff==false)) {
- mybet = (stuit*2);
- cript = (stuit*2);
- god = (stuit*8);
- have = parseFloat(balancez);
- stiff = true;
- }
- if ((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))==1) {
- mybet = bob;
- cript = bob;
- god = (bob*3);
- joe = false;
- have = (ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10)));
- ian = ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10));
- stiff = true;
- joe = false;
- }
- if ((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))>1) {
- mybet = bob;
- cript = bob;
- god = (bob*3);
- joe = false;
- have = (ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10)));
- ian = ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10));
- stiff = false;
- joe = false;
- }
- if (((balancez-ian)<=(bob*5))&&(joe==true)&&((balancey-ian)>=0)){
- mybet = bob;
- cript = bob;
- god = (bob*3);
- have = ian;
- joe = false;
- stiff = false;
- }
- if (balancez>=target) {
- //stop();
- return;
- }
- if (balancez>wild) {
- wild = parseFloat(balancez);
- }
- if (balancez<min) {
- min = parseFloat(balancez);
- }
- var freak = ((balancez-olderest).toFixed(8));
- console.log("balance made");
- console.log(freak);
- console.log("biggest balance");
- console.log(parseFloat(wild));
- console.log("lowest balance");
- console.log(parseFloat(min));
- parseFloat(document.getElementById('pct_bet').value = mybet);
- parseFloat(document.getElementById('pct_profit').value = mybet);
- $('#a_lo').click();
- }
- setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement