The “Fall Back” DiceBot Script pastebin.com
Introducing the “Fall Back” DiceBot Script. It works great at Stake.com and wagers a bunch so you will get Rakeback, bonuses and level up to VIP.
Our new Stake users get a $7 welcome bonus as well as Rakeback enabled on your New Stake Account when you register here, https://stake.com/?c=rake , send live support Rakeback Code “BitcoinWizards” and leave your username in a youtube comment after liking the video and subscribing. That way we can apply the bonus.
You can do it 😉
Paste into the programmer tab of dicebot, https://bot.seuntjie.com/
— 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
— https://pastebin.com/36JiGxCF – if you have trouble getting code below to work, try copying it from pastebin. If you still get an error then play on Stake as it does not have a minimum bet requirement. Cheers and good luck!
chance = math.random(9000, 9100) / 100
base = balance * 0.0001
nextbet = base
bethigh = false
target = balance * 1.2
bethigh = false
function dobet()
if (balance > target) then
stop()
print(“winning..!!”)
end
chance = math.random(9000, 9100) / 100
multiplier = previousbet * 0.1
if (win) then
–resetseed()
bethigh = not bethigh
nextbet = base
else
nextbet = previousbet * multiplier
end
if (currentstreak <= -1) then
chance = math.random(3300, 3400) / 100
nextbet = previousbet * 0.1
end
if (currentstreak <= -2) then
chance = math.random(3300, 3400) / 100
nextbet = previousbet * 1.59738
end
if (currentstreak <= -6) then
resetseed()
end
if (currentstreak <= -20) then
resetseed()
chance = math.random(4300, 5400) / 100
nextbet = previousbet * 1.79738
end
end
Report Story
2 Comments