Bitcoin Online - Crypto Social Network, Forum and More.
Learn, Connect, Share, Network, Advertise and More.
chance = 33
base = balance/500000000
nextbet = balance/500000000
losecount = 0
target = balance + balance/5
a = 0
i = balance*0.99
k = 140000
function dobet()
if balance > target then stop() end
if a==16 then
bethigh=!bethigh
resetseed()
a=0
end
if win then
a+=1
nextbet = base
chance = 20
losecount = 0
else
nextbet = previousbet*1.36
losecount+=1
end
if(i>k)then
resetseed()
end
if (losecount >= 3) then
nextbet = previousbet*1.36
chance = 6
end
if (losecount >= 6) then
nextbet = previousbet*1.36
chance = 20
end
if (losecount >= 7) then
nextbet = previousbet*1.38
chance = 8
end
if (losecount >= 8) then
nextbet = previousbet*1.9
chance = 20
end
if ( losecount >= 9) then
nextbet = previousbet*1.55
chance = 13
end
if ( losecount >= 10) then
nextbet = previousbet*1.56
chance = 14.3
end
if ( losecount >= 11) then
nextbet = previousbet*1.6
chance = 15.5
end
if ( losecount >= 12) then
nextbet = previousbet*1.6
chance = 10
end
if ( losecount >= 13) then
nextbet = previousbet*1.57
chance = 16.68
end
if ( losecount >= 14) then
nextbet = previousbet*1.57
chance = 17.18
end
if ( losecount >= 15) then
nextbet = previousbet*1.6
chance = 36
end
if ( losecount >= 16) then
nextbet = previousbet*1.68
chance = 38
end
if ( losecount >= 17) then
nextbet = previousbet*1.8
chance = 20
end
if ( losecount >= 18) then
nextbet = previousbet*1.8
chance = 42
end
if ( losecount >= 19) then
nextbet = previousbet*1.85
chance = 43
end
if ( losecount >= 20) then
nextbet = previousbet*1.86
chance = 44
end
if ( losecount >= 21) then
nextbet = previousbet*1.88
chance = 20
end
if ( losecount >= 22) then
nextbet = previousbet*1.96
chance = 46
end
if ( losecount >= 23) then
nextbet = previousbet*1.95
chance = 47
end
if ( losecount >= 24) then
nextbet = previousbet*2
chance = 48
end
if ( losecount >= 25) then
nextbet = previousbet*2
chance = 49
end
if ( losecount >= 26) then
nextbet = previousbet*2.1
chance = 50
end
if ( losecount >= 27) then
nextbet = previousbet*2.1
chance = 51
end
if ( losecount >= 28) then
nextbet = previousbet*2.1
chance = 52
end
if ( losecount >= 29) then
nextbet = previousbet*2.1
chance = 53
end
if ( losecount >= 30) then
nextbet = previousbet*2.1
chance = 54
end
if ( losecount >= 31) then
nextbet = previousbet*2.3
chance = 55
end
if ( losecount >= 32) then
nextbet = previousbet*2.25
chance = 56
end
end
end
// Youtube.com/c/BitcoinWizards
//THIS CAN YOU EDIT, 1 = 0.25
//--------------------------
var startBet = 1;
// if TCT is 1 its betting on CT.
// If TCT is 0 its betting on T.
var TCT = 0;
//--------------------------
// DO NOT TOUCH WHATS BELOW THIS!
var lastBet = 0;
var currentBet = 0;
var currentBank = 0;
var previousBank = 0;
var startBank = 0;
var profit = 0;
const INCREASER = 2.15;
var didIWin = true;
var resultFinder;
// FIND ALL THE BUTTONS
var btn001;
var btn01;
var btn1;
var btn10;
var btn100;
var btn_clear;
var btn_half;
var btn_2time;
var btn_open_bet;
var btn_bet_ct;
var btn_bet_t;
var btn_bet_dice;
var btn_to_close_bet;
var stepToPreform = 1;
function bindbtns() {
var btn_to_bind = document.getElementsByTagName('button');
for (var i=0; i<btn_to_bind.length; i++){
if(btn_to_bind[i].innerText.indexOf('+0.25') > -1){
btn001 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +0.1 ') > -1){
btn_to_bind[i].click();
btn01 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +1 ') > -1){
btn_to_bind[i].click();
btn1 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +10 ') > -1){
btn_to_bind[i].click();
btn10 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +100 ') > -1){
btn_to_bind[i].click();
btn100 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' 1/2 ') > -1){
btn_to_bind[i].click();
btn_half = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' x2 ') > -1){
btn_to_bind[i].click();
btn_2time = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' Clear ') > -1){
btn_to_bind[i].click();
btn_clear = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' PLACEBET ') > -1){
btn_to_bind[i].click();
btn_clear = btn_to_bind[i];
}
}
var btn_to_t = document.getElementsByClassName('side coin-t');
var btn_to_ct = document.getElementsByClassName('side coin-ct');
var btn_to_place_bet = document.getElementsByClassName('ml-1 relative button-primary button-primary--gold');
btn_bet_ct = btn_to_ct[0];
btn_bet_t = btn_to_t[0];
btn_open_bet = btn_to_place_bet[0];
}
bindbtns();
currentBet = startBet;
//put up starting bank to keep track of profit
var bankFinder2 = document.getElementsByClassName('whitespace-no-wrap');
for(var i=0; i<bankFinder2.length; i++){
startBank = bankFinder2[1].innerHTML.valueOf();
}
// USE BUTTONS IN A LOOP
//Maintained by CSGO Betting Review
var stepToPreform = 1;
setInterval(function(){
//Checking if its posible to place bets
if (stepToPreform == 1) {
//Find the bankroll to check if you win.
var bankFinder = document.getElementsByClassName('whitespace-no-wrap');
for(var i=0; i<bankFinder.length; i++){
currentBank = bankFinder[1].innerHTML.valueOf();
profit = currentBank - startBank;
console.log('Your profit/lose is: ' + profit);
}
//Reset bankroll is current bank roll is high than previous bank roll.
if (didIWin){
currentBet = startBet;
if (TCT == 0){
console.log("Change to bet on T");
TCT = 1;
} else if (TCT == 1){
console.log("Change to bet on CT");
TCT = 0;
}
} else {
console.log("Doubbel the amount you bet");
currentBet = lastBet*INCREASER;
}
//Go to the next action
stepToPreform = 2;
}
//Placeing the bet.
else if (stepToPreform == 2) {
//Clean last bet
CloseBets();
btn_clear.click();
//Place bet
console.log("Placing bet now");
for (var l=0; l<Math.floor(currentBet); l++){
btn001.click();
}
ChooseTCT(TCT);
btn_open_bet.click();
lastBet = currentBet;
stepToPreform = 3;
} else if (stepToPreform == 3) {
//Check the new bank roll
var bankFinder = document.getElementsByClassName('whitespace-no-wrap');
for(var i=0; i<bankFinder.length; i++){
previousBank = bankFinder[1].innerHTML.valueOf();
}
stepToPreform = 4;
} else if (stepToPreform == 4) {
var spinnerChecker = document.getElementsByClassName('gamelist flex flex-wrap relative mb-2')[0].getElementsByClassName('button-primary button-primary--gold py-2 h-auto mb-1');
if (spinnerChecker.length != 0){
stepToPreform = 5;
}
} else if (stepToPreform == 5) {
var GameGone = document.getElementsByClassName('ml-1 text-lg text-light-grey-3 inline-block');
if (GameGone[0].innerHTML == 1){
console.log("checking if i won or lost");
resultFinder = document.getElementsByClassName('gamelist flex flex-wrap relative mb-2')[0].getElementsByClassName('coinflip-coin-gif');
if (TCT == 0) {
if (resultFinder[0].style.cssText.includes("coin-ct")){
didIWin = true;
console.log("You won on CT");
stepToPreform = 1;
} else {
didIWin = false;
console.log("You lost");
stepToPreform = 1;
}
} else if (TCT == 1){
if (resultFinder[0].style.cssText.includes("coin-t")){
didIWin = true;
console.log("You won on T");
stepToPreform = 1;
} else {
didIWin = false;
console.log("You lost");
stepToPreform = 1;
}
}
}
}
},2000);
console.log('Script started');
function ChooseTCT(x) {
if (x == 0){
btn_bet_ct.click();
} else if (x == 1) {
btn_bet_t.click();
}
}
function CloseBets() {
var spinnerChecker = document.getElementsByClassName('gamelist flex flex-wrap relative mb-2')[0].getElementsByClassName('button-primary button-primary--gold py-2 h-auto mb-1');
for (var i = 0; spinnerChecker.length > i; i++){
console.log("Closing earlyer games");
var btn_to_close_bet2 = spinnerChecker[i];
btn_to_close_bet2.click();
}
}
//Maintained by CSGO Betting Review
//Makeing a function that it will run every 10 sek
setInterval(function(){
//Finding all objects on the site that has the tag 'button' (in other words all the buttons)
var btn = document.getElementsByTagName('button');
//Creating a for loop where i iterated true all the buttons found
for(var i=0; i<btn.length; i++){
//If the text on the button is 'Claim FREE Coins' the next 2 line of code will be executed.
if(btn[i].innerText.indexOf('Claim FREE Coins') > -1){
//Clicking on the button that had the 'Claim FREE Coins' text.
btn[i].click();
//writing in the console that we claimed coins
console.log('Claimed free coins');
}
}
//Under here is the time out, its in ms (so 1000 is 1 secound).
},10000);
//Telling the script has started.
console.log('Script started');
//BitcoinWizards Roulette Bot Version 2.1
//Variable you should set
// startBet is how much the bot will bet when it start up or reset.
// 1 = 0.01c
var startBet = 2;
// How many times a side have NOT been seen before starting a betting seasion up!
// (Low bank roll, should run with a HIGH "beforeIShouldBet" number!!!!)
var beforeIShouldBetT = 5;
var beforeIShouldBetCT = 5;
var beforeIShouldBetDice = 65;
var greenIncreaser = 1.1;
var blackRedIncreaser = 2.35;
//EXSTRA COMMANDS
// console.log(wager); -> print out how much you have wagered this session.
//DO NOT TOUCH ANY THING BELOW THIS LINE!!!!!!!!!!!!!!!!!!!
//Extra Variables
var sinceLastTcoin = 0;
var sinceLastCTcoin = 0;
var sinceLastDiceCoin = 0;
var wager = 0.00;
var highestBet = 0.00;
var lastBet;
var currentBet = startBet;
var activeBet = false;
var currentBank;
var startBank;
var token = 0;
// FIND ALL THE BUTTONS
var btn001;
var btn01;
var btn1;
var btn10;
var btn100;
var btn_clear;
var btn_half;
var btn_2time;
var btn_bet_ct;
var btn_bet_t;
var btn_bet_dice;
var stepToPreform = 0;
function bindbtns() {
var btn_to_bind = document.getElementsByTagName('button');
for (var i=0; i<btn_to_bind.length; i++){
if(btn_to_bind[i].innerText.indexOf('+0.01') > -1){
btn001 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +0.1 ') > -1){
btn_to_bind[i].click();
btn01 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +1 ') > -1){
btn_to_bind[i].click();
btn1 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +10 ') > -1){
btn_to_bind[i].click();
btn10 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' +100 ') > -1){
btn_to_bind[i].click();
btn100 = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' 1/2 ') > -1){
btn_to_bind[i].click();
btn_half = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' x2 ') > -1){
btn_to_bind[i].click();
btn_2time = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' Clear ') > -1){
btn_to_bind[i].click();
btn_clear = btn_to_bind[i];
} else if(btn_to_bind[i].innerText.indexOf(' PLACEBET ') > -1){
btn_to_bind[i].click();
btn_clear = btn_to_bind[i];
}
}
var btn2_to_bind = document.getElementsByClassName('bet-btn');
btn_bet_ct = btn2_to_bind[0];
btn_bet_dice = btn2_to_bind[1];
btn_bet_t = btn2_to_bind[2];
}
bindbtns();
//functions used in the interval
/**
* @return {boolean}
*/
function IsItPosibleToBetNow() {
var rollingChecker = document.getElementsByClassName('text-sm');
for(var i=0; i<rollingChecker.length; i++){
if(rollingChecker[i].innerText.indexOf('ROLLING') > -1) {
return true;
}
}
return false;
}
var bankFinder = document.getElementsByClassName('whitespace-no-wrap');
startBank = bankFinder[1].innerHTML.valueOf();
/**
* @return {number}
*/
function CheckIfIShouldBet() {
UpdateSinceNumbers();
//What colour should i bet on.
if (currentBet === startBet) {
if (beforeIShouldBetDice <= sinceLastDiceCoin) {
return 3;
} else if (beforeIShouldBetT <= sinceLastTcoin) {
return 1;
} else if (beforeIShouldBetCT <= sinceLastCTcoin) {
return 2;
} else {
return 0;
}
} else if (currentBet !== startBet) {
return token;
}
}
function PrintProfit() {
var bankFinder = document.getElementsByClassName('whitespace-no-wrap');
currentBank = bankFinder[1].innerHTML.valueOf();
var profit = currentBank - startBank;
var printbank = profit.toFixed(2);
console.log("Your current profit is: " + printbank);
}
function UpdateSinceNumbers() {
var latestNumber = document.getElementsByClassName('flex relative h-24')[0].children[9].innerHTML;
if (latestNumber.includes("coin-bonus")) {
sinceLastDiceCoin = 0;
sinceLastCTcoin++;
sinceLastTcoin++;
if (activeBet && token !== 3){
if (Math.floor(lastBet) < 10){
currentBet = lastBet * blackRedIncreaser;
}
} else if (activeBet && token === 3){
currentBet = startBet;
}
} else if (latestNumber.includes("coin-t")){
sinceLastTcoin = 0;
sinceLastDiceCoin++;
sinceLastCTcoin++;
if (activeBet && token === 2){
currentBet = lastBet * blackRedIncreaser;
} else if (activeBet && token === 3){
currentBet = lastBet * greenIncreaser;
} else if (activeBet && token === 1){
currentBet = startBet;
}
} else if (latestNumber.includes("coin-ct")) {
sinceLastCTcoin = 0;
sinceLastDiceCoin++;
sinceLastTcoin++;
if (activeBet && token === 1){
currentBet = lastBet * blackRedIncreaser;
} else if (activeBet && token === 3){
currentBet = lastBet * greenIncreaser;
} else if (activeBet && token === 2){
currentBet = startBet;
}
}
console.log("since last T: " + sinceLastTcoin);
console.log("since last CT: " + sinceLastCTcoin);
console.log("since last Dice: " + sinceLastDiceCoin);
}
function PlaceBet() {
btn_clear.click();
for (var i = 0; i < Math.floor(currentBet); i++){
btn001.click();
}
var bettingAmountInRealNumber = ((Math.floor(currentBet))/100);
var bettingAmountInRealNumber2 = bettingAmountInRealNumber.toFixed(2);
var c = (wager + bettingAmountInRealNumber);
wager = c;
if (currentBet > highestBet) {highestBet = currentBet;}
if (token === 1){
console.log("Betting " + bettingAmountInRealNumber2 + " on T");
btn_bet_t.click();
if (currentBet > 10) {
btn_clear.click();
for (var i = 0; i < Math.floor(Math.floor(currentBet)/10); i++){
btn001.click();
}
btn_bet_dice.click();
}
} else if (token === 2){
console.log("Betting " + bettingAmountInRealNumber2 + " on CT");
btn_bet_ct.click();
if (currentBet > 10) {
btn_clear.click();
for (var i = 0; i < Math.floor(Math.floor(currentBet)/10); i++){
btn001.click();
}
btn_bet_dice.click();
}
} else if (token === 3){
console.log("Betting " + bettingAmountInRealNumber2 + " on DICE");
btn_bet_dice.click();
}
lastBet = currentBet;
}
setInterval(function(){
//If its posible to bet now.
if(stepToPreform === 0) {
console.log("Step 0 - Waiting to be able to place a bet");
if(IsItPosibleToBetNow()){
if (activeBet){
PrintProfit();
}
stepToPreform = 1;
}
}
else if (stepToPreform === 1) {
console.log("Step 1 - Checking if it should bet");
var token2 = CheckIfIShouldBet();
if (token2 > 0) {
stepToPreform = 3;
token = token2;
} else {
lastBet = startBet;
activeBet = false;
stepToPreform = 2;
}
}
else if (stepToPreform === 2) {
console.log("Step 2 - Should wait for longer streaks, go back to step 0");
if(!IsItPosibleToBetNow()){
stepToPreform = 0;
}
}
else if (stepToPreform === 3) {
console.log("Step 3 - Should place a bet");
PlaceBet();
stepToPreform = 4;
}
else if (stepToPreform === 4) {
console.log("Step 4 - Waiting for bet to end");
activeBet = true;
if(!IsItPosibleToBetNow()){
stepToPreform = 0;
}
}
},1500);
chance = 61
prebet1 = 0.000075
preroll1 = 3
base = prebet1*2
prebet = prebet1
preroll = preroll1
nextbet = prebet
betlimit = prebet*15
target = balance+5000
profittarget = balance+base
initbalance = balance
losslimit = balance*10
firstbet=prebet
secondbet=prebet
temp=0
bethigh=true
betcount=0
count=0
resetseed()
function dobet()
betcount+=1
count+=1
betlimit=prebet*200
e=currentstreak+preroll
if !win and (previousbet>firstbet) then
secondbet=firstbet
firstbet=previousbet
end
-- <<Bet Randomizer>>
r=math.random(2)
if r == 1 then
bethigh=true
else
bethigh=false
end
-- <<Bet Randomizer>>
if betcount == 25 then
betcount=0
print("Balance :"..string.format("%.8f", initbalance))
print(" ")
print("Profit : "..string.format("%.8f", profit))
print(" ")
end
if count> 500 then
resetseed()
count=0
end
if balance >= profittarget then
print("=====================")
print("PROFIT SET REACHED!!!")
print("Profit : "..string.format("%.8f", profit))
print("Final Balance : "..string.format("%.8f", balance))
print("=====================")
firstbet=prebet
secondbet=prebet
nextbet=prebet
preroll=preroll1
base=prebet*preroll
profittarget=balance+base
losslimit=balance*0.90
end
if balance >= target then
stop()
print("")
print("")
print("=====================")
print("TARGET REACHED!!!")
print("Profit : "..string.format("%.8f", profit))
print("Final Balance : "..string.format("%.8f", balance))
print("=====================")
print("")
print(" ")
end
if losslimit>balance then
prebet=prebet1*2
base=prebet*2
losslimit=balance*0.90
else
prebet=prebet1
base=prebet*2
end
if balance > initbalance then
if (balance-initbalance)==0 then
nextbet=prebet
end
if (balance-initbalance)>0 then
nextbet=prebet
end
initbalance=balance
firstbet=prebet
secondbet=prebet
end
if balance < initbalance then
if (initbalance-balance)==prebet then
nextbet=prebet
end
if (initbalance-balance)==(prebet*3) then
nextbet=prebet
end
if (initbalance-balance)>(prebet*4) then
nextbet=firstbet+secondbet
end
if win and (initbalance>balance) then
nextbet=previousbet
end
end
if !win and e==2 then
nextbet=previousbet
end
end --End of Dobet
chance = 49.50
prebet1 = 0.01
preroll1 = 3
base = prebet1*2
prebet = prebet1
preroll = preroll1
nextbet = prebet
betlimit = prebet*15
target = balance+5000
profittarget = balance+base
initbalance = balance
losslimit = balance*10
firstbet=prebet
secondbet=prebet
temp=0
bethigh=true
betcount=0
count=0
resetseed()
function dobet()
betcount+=1
count+=1
betlimit=prebet*200
e=currentstreak+preroll
if !win and (previousbet>firstbet) then
secondbet=firstbet
firstbet=previousbet
end
-- <<Bet Randomizer>>
r=math.random(2)
if r == 1 then
bethigh=true
else
bethigh=false
end
-- <<Bet Randomizer>>
if betcount == 25 then
betcount=0
print("Balance :"..string.format("%.8f", initbalance))
print(" ")
print("Profit : "..string.format("%.8f", profit))
print(" ")
end
if count> 500 then
resetseed()
count=0
end
if balance >= profittarget then
print("=====================")
print("PROFIT SET REACHED!!!")
print("Profit : "..string.format("%.8f", profit))
print("Final Balance : "..string.format("%.8f", balance))
print("=====================")
firstbet=prebet
secondbet=prebet
nextbet=prebet
preroll=preroll1
base=prebet*preroll
profittarget=balance+base
losslimit=balance*0.90
end
if balance >= target then
stop()
print("")
print("")
print("=====================")
print("TARGET REACHED!!!")
print("Profit : "..string.format("%.8f", profit))
print("Final Balance : "..string.format("%.8f", balance))
print("=====================")
print("")
print(" ")
end
if losslimit>balance then
prebet=prebet1*2
base=prebet*2
losslimit=balance*0.90
else
prebet=prebet1
base=prebet*2
end
if balance > initbalance then
if (balance-initbalance)==0 then
nextbet=prebet
end
if (balance-initbalance)>0 then
nextbet=prebet
end
initbalance=balance
firstbet=prebet
secondbet=prebet
end
if balance < initbalance then
if (initbalance-balance)==prebet then
nextbet=prebet
end
if (initbalance-balance)==(prebet*2) then
nextbet=prebet
end
if (initbalance-balance)>(prebet*2) then
nextbet=firstbet+secondbet
end
if win and (initbalance>balance) then
nextbet=previousbet
end
end
if !win and e==2 then
nextbet=previousbet
end
end --End of Dobet
-- Betting Progression Strategy
-- If you like the scrypt, please donate at my Bitcoin Address : 39Xc8avHYKyScoSSkaTtf4DgW4iookyDPY
chance = 49.5
bethigh = true
betdev = 15000000
base = balance/betdev
nextbet = base
investprofit = 0
wincount = 0
losecount=0
stopnow = false
first = true
second = false
secondwin = false
third = false
betcount=100
-- set profit target here (Final Balance after Winning)
profittarget = 130.00000000
function dobet()
--Randomizer
r=math.random(2)
if r == 1 then
bethigh=true
else
bethigh=false
end
if betcount == 500 then
betcount=0
resetseed();
else
betcount=betcount+1
end
if (balance) >= profittarget then
stop();
print(balance)
print("TARGET ACHIEVED!!!")
end
if (balance) < (nextbet) then
stop();
print(balance)
end
done = false
if win then
-- switch high/low every win
-- bethigh = false
if(first) then
-- switch high/low on the first win
-- bethigh = !bethigh
nextbet = base
if(stopnow) then
stop()
end
end
if(second) then
-- switch high/low on the second win
-- bethigh = !bethigh
secondwin = true
second = false
third = true
done = true
end
if(third and !done) then
-- switch high/low on the third win
-- bethigh = !bethigh
if(secondwin) then
-- switch high/low on the second and third win
-- bethigh = !bethigh
nextbet = base
if(stopnow) then stop() end
else
-- switch high/low on one and two lose third win
-- bethigh = !bethigh
nextbet = previousbet * 3
end
third = false
first = true
end
else
-- switch high/low on the every lose
-- bethigh = true
if(first and !done) then
-- switch high/low on the first lose
-- bethigh = !bethigh
first = false
second = true
done = true
end
if(second and !done) then
-- switch high/low on the second lose
-- bethigh = !bethigh
secondwin = false
second = false
third = true
done = true
end
if(third and !done) then
-- switch high/low on the third lose
-- bethigh = !bethigh
third = false
first = true
print("GO 4 THE WIN!!!")
if (secondwin) then
-- switch high/low on the one lose two in thrird lose
-- bethigh = !bethigh
nextbet = previousbet * 3
else
-- switch high/low only if all three lose
-- bethigh = !bethigh
nextbet = previousbet * 4
end
done = true
end
end
end
chance = 83
bethigh = true
betdev = 10000000
base = balance/betdev
nextbet = balance/betdev
losebet = 0
wins = 0
function dobet()
if (win) then
if losebet == 0 then
if wins >= 6 then
chance = 46
nextbet = 1.6*previousbet
else
chance = 46
nextbet = previousbet
end
wins +=2
else
chance = 83.00
nextbet = balance/betdev
end
resetseed()
losebet = 0
else
wins = 0
losebet += 1
if chance == 21 then
nextbet = previousbet * 1.267
else
chance = 21
nextbet = nextbet/2.5
bethigh = !bethigh
end
end
end