The MoneyBags DiceBot Script – Programmer Mode pastebin.com
The MoneyBags DiceBot Script – Programmer Mode
This script works best at Stake.com Online Casino with DogeCoin.
Get instant 10% Rakeback on every roll you make, on your New Stake account by sending Rakeback code “BitcoinWizards” to support live chat. You must use this link to sign up to be eligible for the Rakeback: https://stake.com/?c=rake
Rakeback kicks ass and is normally a bronze VIP feature. Claim it in the VIP section of your account after getting rakeback enabled.
We are trying something new today on Stake.com
online casino with doge coin.
Link to the script free in video description.
Only playing with 5% of bankroll. The rest in the vault.
When doubles up, withdraw profits into vault. When busts,
double up and start over. Watch video 😉
Auto adjusts for your balance. Make as safe or risky as
as you want. Play around with the settings.
Also, please let me know what you think and
if you have any improvements, let’s help each
other 🙂
I wish you all the best. Good luck!
Don’t forget to like and sub for more.
John at www.FuckingGambling.com
You can view the script below and copy paste it from paste bin, here. https://pastebin.com/H4Df1GGL
— This script works with DiceBot on the following sites:
— https://stake.com/?c=rake – send live support rakeback code “bitcoinwizards” for instant rakeback.
— https://bit-exo.com/?ref=FuckingGambling
— https://bitvest.io?r=155871
— https://primedice.com/?c=jumpstart
— https://windice.io/?r=finggambling
— https://www.999dice.com/?342488460
— https://yolodice.com/r?NqHa-2f3f
— https://duckdice.io/?c=ab61766477
-- The MoneyBags Script from FuckingGambling.com -- Start with most of your balance in the Vault when you bust, double up and start it again - -- Works best at Stake, get instant rakeback on your new Stake account -- Signup with this link and send Rakeback code "BitcoinWizards" to live chat support. -- Cheers! Like and sub for more -- Doge Donations: DPjRpaDLEeaDuFBersgtqYj8DTUmb5jP3C chance1 = 83.5 chance2 = 16.50 multiplier = 1.20 chance = chance1 basebet = balance/500 --> Basebet / Minimum Bet -- Can be adjusted to the minumum bet of the chosen coin targetprofit = balance*1 --> Target Profit Adjust to at least 10% of Bankroll target = balance+targetprofit nextbet = basebet bethigh = true counter = 0 wincount = 0 totalloss = 0 initbalance = balance function dobet() counter += 1 print(" ") print("Profit :"..string.format("%.8f",profit)) print(" ") print("Bet Amount :"..string.format("%.8f",nextbet)) print("Current Balance : "..string.format("%.8f",balance)) print(" ") if counter == 25 then print(" ") print("Profit :"..string.format("%.8f",profit)) print(" ") print("Current Balance : "..string.format("%.8f",balance)) print(" ") counter = 0 resetseed() end if balance > target then stop() print("=======================") print("==== TARGET REACHED ====") print("=======================") print("Total Profit: "..string.format("%.8f",profit)) end if ((chance == chance2) and win) then initbalance = balance totalloss = 0 end if win then nextbet = basebet wincount += 1 bethigh = true chance = chance1 if initbalance > balance then totalloss = initbalance - balance end if wincount > 10 then chance = chance2 nextbet = basebet+(totalloss/2) bethigh = false wincount = 0 end end if !win then wincount = 0 if (chance == chance2) then nextbet = previousbet*multiplier end end end -- <<END OF DOBET>> ==Report Story
Leave Your Comment