Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var originalbalance = $('#pct_balance')[0].value;
- var basebet = 0.00000001;
- var base = basebet;
- var floatingbasebet = basebet;
- var target = 200000;
- var belance = originalbalance;
- var tenbase = (basebet*10);
- var oldDegen = 0;
- var over = 6.9;
- var under = 2.9;
- var now = basebet*144000;
- var adst = (basebet*1000).toPrecision(1).toString();
- var blade = adst.length+1;
- var elderbalance = ((Math.floor(originalbalance/tenbase))*tenbase);
- var zog = ((Math.floor(originalbalance/tenbase))*tenbase);
- var zip = ((Math.floor(originalbalance/tenbase))*tenbase);
- var oldDegen = 0;
- var nope = 1;
- var joe = false;
- function dobet(){
- belance = $('#pct_balance')[0].value;
- var megablows = belance.indexOf(".");
- if (adst>=1) {
- var mad = (blade-6);
- }
- if (adst<1){
- var mad = blade;
- }
- if (((belance.charAt(megablows + mad)) == 7)&&(belance != oldDegen)&&(belance<elderbalance)){
- floatingbasebet = floatingbasebet*2;
- nope = 0;
- oldDegen = parseFloat(belance);
- }
- if (((belance.charAt(megablows + mad)) == 7)&&(belance != oldDegen)&&(belance>elderbalance)){
- floatingbasebet = floatingbasebet*2;
- oldDegen = parseFloat(belance);
- }
- if ((belance>=(elderbalance+(tenbase*nope)))&&((belance.charAt(megablows + mad)) != 7)){
- floatingbasebet = basebet;
- oldDegen = 0;
- nope = 1;
- elderbalance = ((Math.floor(belance/tenbase))*tenbase);
- }
- if (belance>=target) {
- console.log("snowybot rocks");
- return;
- }
- if (belance>=(now*10)){
- basebet = basebet*10;
- tenbase = basebet*10;
- adst = (basebet*1000).toPrecision(1).toString();
- blade = adst.length+1;
- floatingbasebet = basebet;
- base = basebet;
- nope = 1;
- elderbalance = ((Math.floor(belance/tenbase))*tenbase);
- now = now*10;
- }
- if (adst>=1) {
- mad = (blade-6);
- }
- if (adst<1){
- mad = blade;
- }
- $('#pct_chance')[0].value = 49.5;
- $('#pct_bet')[0].value = ((floatingbasebet*1).toFixed(8));
- $('#pct_profit')[0].value = ((floatingbasebet*1).toFixed(8));
- $("#a_lo")[0].click();
- setTimeout(() => dobet(), 1);
- }
- dobet();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement