-- NOTES: -- INITIAL BALANCE SHOULD AT LEAST BE 0,01 BTC -- PLEASE DONATE IF YOU LIKE MY SCRYPT, THANKS! -- My Donation Address > 1PkbNePmQ9nbqqLYy87nCrFm1dwVgSQFpr chance = 90 bethigh = true basebet = 0.00000200 nextbet = basebet -- SET PROFIT TARGET profittarget= 0.01000000 function dobet() if (win) then chance = 90.00 nextbet = basebet else if chance == 19.80 then nextbet = previousbet * 1.255 else chance = 19.80 nextbet = 0.00000060 bethigh = !bethigh end end if (balance) >= profittarget then ching() alarm() print("Your Balance is ") print(balance) print(" ") print("TARGET ACHIEVED!!!") print(" ") print("You Won ") print(profit) print(" for this Session") print(" ") stop() print(" ") end end