Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function playBet (oG) { var baseBetInput = $ ("input#AutoBetSizeInput"); var UserBalance = $ ("span.UserBalance:eq(0)").text(); $("input#AutoBetSizeInput").text(); $("div#AutoBetHighButton").click();
- var Numbets = 7;
- $("input#AutoBetNumBets").val(Numbets);
- var lose = 200;
- $("input#AutoBetIncreaseOnLoss").val(lose);
- var chance = 62.1;
- $("input#AutoBetChanceInput").val(chance);
- var max2 = 0;
- $("input#AutoBetMaxSizeInput").val(max2);
- return setTimeout(function(){cekGame(oG)},6000); }
- function cekGame(oldGame) { var newGame = $ ("div#AutoBetHighButton").click(); if (oldGame==newGame) { return setTimeout(function() {cekGame(oldGame)},6000); } else { return setTimeout(function()
- {playBet(newGame)},3000); } }
- function cekGame(oldGame) { var newGame2 = $ ("div#AutoBetLowButton").click(); if (oldGame==newGame2) { return setTimeout(function() {cekGame(oldGame)},6000); } else { return setTimeout(function()
- {playBet(newGame2)},3000); } }
- playBet(null);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement