Pages:
Author

Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! (Read 274489 times)

newbie
Activity: 100
Merit: 0
if you wanna join a friendly private dicebot team, check out our telegram:

https://t.me/+3ZoQLfhgC-w5ZDg0

learn to code from a strategy and make your own success!
newbie
Activity: 11
Merit: 0
So here I share my own story to LAST LONGER for those HI/LO betting sites.

My story: learn from other users, internet and books about curve fitting (like this https://www.graphpad.com/guides/prism/latest/curve-fitting/reg_defining_equation_with_two_or_.htm), copied Seuntjies codes for logging in and how to place a bet to a specific site (sorry, because of my limited programming ability). Code my own the formula to determine the bet size base on bet odd. I repeat, will be losing in the end but last long enough to enjoy few of the accounts (me and my friends) joined the game and last at least 100 million bets each (the top one was 140 million +) before going bursted.

We first targeted bitdice and earn much from those LTC/ETH, after then with the gain we then proceed to freebitco.in but their edge is too high thus losing soon (100M+ bet survived and raked much from bitdice but can't survive with freebitco.in odd and max bet). My programming is limited thus the compiled bot might have been hacked by my internet friend -- simple authentication and may be decoded to get the formula/ logic there and might have been floating around and lot of users used it (imaging 10 people with 10 accounts each) and might have been the reason for bitdice to close.

The 1st goal is to use minimal amount to bet so that accumulated amount spent to increase less exponentially, for example if using traditional method you last 100 losing streak, but this method can help you last long enough to 2000+ bets. The 2nd goal is to adjust the bet size to that the bigger losing streak, the more you get if the next bet is a WIN. i.e: You get 1000 satoshis if the 1000th bet is a win, but you get 1000000 satoshi if 2000 th bet is a win.

 There a three levels in betting:
1) using 50% winning chance (1 pay 1), betting at 1 satoshi, if win repeat, if lose proceed to level 2

2) using 20% winning chance (1 pay 5), betting using a fibonacci sequence 1, 2, 3, 5, 8, 13, 21, 34....2584, 4181, stop at 2584 or 4181 depend on how the 2000+ bet in level 3 play out (too big accumulated loss) if it's still a lose after placing 2584 or 4181, proceed to level 3.

3) To do this level, you must have some codes to record all losing from the 1st bet (cummulative lost). And use a very small winning chance (0.45% to 1%, i personally used 0.45% for freebitco and 0.5% for other sites), calculate the odd from chosen chance.
Formula for nextbet:

nextbet = (cummulative lost + expected profit) / (odd - 1) the key different is here with cummulative lost and expected profit is a running value, the higher the losing streak the bigger the number. Read about curve fitting.

With first expected profit for first bet in this level may be at 50 satoshi and,
next expected profit = previous expected profit * multiplier (1.01 to 1.05 or what ever number that fits to make sure that this value increase for every next bet).

Make a fake random number generator (true random) and simulate agaist the strategy, and to check for how many bets you can last just write code to just assume you lose all the bets before hitting max bet/win. For sites with 1% edge, you can last up to 2800 bets and for sites with higher like 5% of freebitco.in you can last up to 2500 bets with tweaks.

Hope it help, PM me if you like to donate some bitcoins (or solana Smiley), I am not begging by giving the address here.
Send me a DM, i tried sending but not going through
jr. member
Activity: 225
Merit: 4
So here I share my own story to LAST LONGER for those HI/LO betting sites.

My story: learn from other users, internet and books about curve fitting (like this https://www.graphpad.com/guides/prism/latest/curve-fitting/reg_defining_equation_with_two_or_.htm), copied Seuntjies codes for logging in and how to place a bet to a specific site (sorry, because of my limited programming ability). Code my own the formula to determine the bet size base on bet odd. I repeat, will be losing in the end but last long enough to enjoy few of the accounts (me and my friends) joined the game and last at least 100 million bets each (the top one was 140 million +) before going bursted.

We first targeted bitdice and earn much from those LTC/ETH, after then with the gain we then proceed to freebitco.in but their edge is too high thus losing soon (100M+ bet survived and raked much from bitdice but can't survive with freebitco.in odd and max bet). My programming is limited thus the compiled bot might have been hacked by my internet friend -- simple authentication and may be decoded to get the formula/ logic there and might have been floating around and lot of users used it (imaging 10 people with 10 accounts each) and might have been the reason for bitdice to close.

The 1st goal is to use minimal amount to bet so that accumulated amount spent to increase less exponentially, for example if using traditional method you last 100 losing streak, but this method can help you last long enough to 2000+ bets. The 2nd goal is to adjust the bet size to that the bigger losing streak, the more you get if the next bet is a WIN. i.e: You get 1000 satoshis if the 1000th bet is a win, but you get 1000000 satoshi if 2000 th bet is a win.

 There a three levels in betting:
1) using 50% winning chance (1 pay 1), betting at 1 satoshi, if win repeat, if lose proceed to level 2

2) using 20% winning chance (1 pay 5), betting using a fibonacci sequence 1, 2, 3, 5, 8, 13, 21, 34....2584, 4181, stop at 2584 or 4181 depend on how the 2000+ bet in level 3 play out (too big accumulated loss) if it's still a lose after placing 2584 or 4181, proceed to level 3.

3) To do this level, you must have some codes to record all losing from the 1st bet (cummulative lost). And use a very small winning chance (0.45% to 1%, i personally used 0.45% for freebitco and 0.5% for other sites), calculate the odd from chosen chance.
Formula for nextbet:

nextbet = (cummulative lost + expected profit) / (odd - 1) the key different is here with cummulative lost and expected profit is a running value, the higher the losing streak the bigger the number. Read about curve fitting.

With first expected profit for first bet in this level may be at 50 satoshi and,
next expected profit = previous expected profit * multiplier (1.01 to 1.05 or what ever number that fits to make sure that this value increase for every next bet).

Make a fake random number generator (true random) and simulate agaist the strategy, and to check for how many bets you can last just write code to just assume you lose all the bets before hitting max bet/win. For sites with 1% edge, you can last up to 2800 bets and for sites with higher like 5% of freebitco.in you can last up to 2500 bets with tweaks.

Hope it help, PM me if you like to donate some bitcoins (or solana Smiley), I am not begging by giving the address here.
legendary
Activity: 1904
Merit: 1096
Leading Crypto Sports Betting & Casino Platform
it is a friendly dice bot study group with tons of info
and friendly members from all walks of life!
our goal - win the coin, beat the casino!
Lolz, that's really a long term goal buddy, and one that even after you are gone, your children will continue chasing the same goal from where you stopped.

On a more serious note now, the casino can't be beaten, except you are lucky to hit a high multiplier or hit the jackpot, and quit gambling forever, then maybe you can beat the house, but as long as you keep gambling, there is a very high chance that you might still end up losing it all to the casino.
So I advice to just play your gamble, don't try sweet talk any one into believing that the house can be beaten.
Gambling in the long run, if you count from the start, start gambling from the number of losses and the number of wins, then we will find more losses that we have, so there are no words that can beat the house.
So far, it seems that no gambler has succeeded in winning such a large amount and then stopped gambling because gambling is an activity that can make someone become an addict so that when they get a big win, the gambler will be even more curious and have the feeling that they can win even more than before.
Events like this must have been experienced by all gamblers and it is no longer surprising.
The house is the winner of all bets and no gambler can get away from here.
So stop thinking about winning the house.
Hey, here are some gaming tips. Try catching a flying butterfly with your hands. You might grab it, but most butterflies fly away. Gambling too. The house always wins, even if you hit a big jackpot. It's like fighting a windstorm. It's hopeless. Don't worry, pal. Make a robot that predicts and wins. Easy, right? I'm joking. I'm not smart, but a little humour helps when playing. Fun is key.
legendary
Activity: 2380
Merit: 1848
Leading Crypto Sports Betting & Casino Platform
it is a friendly dice bot study group with tons of info
and friendly members from all walks of life!
our goal - win the coin, beat the casino!
Lolz, that's really a long term goal buddy, and one that even after you are gone, your children will continue chasing the same goal from where you stopped.

On a more serious note now, the casino can't be beaten, except you are lucky to hit a high multiplier or hit the jackpot, and quit gambling forever, then maybe you can beat the house, but as long as you keep gambling, there is a very high chance that you might still end up losing it all to the casino.
So I advice to just play your gamble, don't try sweet talk any one into believing that the house can be beaten.
Gambling in the long run, if you count from the start, start gambling from the number of losses and the number of wins, then we will find more losses that we have, so there are no words that can beat the house.
So far, it seems that no gambler has succeeded in winning such a large amount and then stopped gambling because gambling is an activity that can make someone become an addict so that when they get a big win, the gambler will be even more curious and have the feeling that they can win even more than before.
Events like this must have been experienced by all gamblers and it is no longer surprising.
The house is the winner of all bets and no gambler can get away from here.
So stop thinking about winning the house.

The idea is not bad, when it comes to robots that have been created and that are part of a conglomerate of people where everyone contributes and begins to do studies, it is something that can be used to have a better chance of winning, when everyone Contributes to Having a better community and having fixed strategies to win is something that we all look for, it's something simple, and it's not bad, I wish the community would not only get together for that, but to Exchange ideas and similar things, the strategy in a casino may be for some players take them into consideration to win.
hero member
Activity: 1470
Merit: 521
Leading Crypto Sports Betting & Casino Platform
it is a friendly dice bot study group with tons of info
and friendly members from all walks of life!
our goal - win the coin, beat the casino!
Lolz, that's really a long term goal buddy, and one that even after you are gone, your children will continue chasing the same goal from where you stopped.

On a more serious note now, the casino can't be beaten, except you are lucky to hit a high multiplier or hit the jackpot, and quit gambling forever, then maybe you can beat the house, but as long as you keep gambling, there is a very high chance that you might still end up losing it all to the casino.
So I advice to just play your gamble, don't try sweet talk any one into believing that the house can be beaten.
Gambling in the long run, if you count from the start, start gambling from the number of losses and the number of wins, then we will find more losses that we have, so there are no words that can beat the house.
So far, it seems that no gambler has succeeded in winning such a large amount and then stopped gambling because gambling is an activity that can make someone become an addict so that when they get a big win, the gambler will be even more curious and have the feeling that they can win even more than before.
Events like this must have been experienced by all gamblers and it is no longer surprising.
The house is the winner of all bets and no gambler can get away from here.
So stop thinking about winning the house.
legendary
Activity: 3388
Merit: 1943
Leading Crypto Sports Betting & Casino Platform
Have anyone been sucessful with the Dicebot on Stake.com, because I tried it before and they say they changed the API or something and after that it stopped working?

I hope "die seuntjies" can give me a "lekker" answer to my question, because Dice is killing my budget on Stake.com. Hope you guys have a nice day. Oh, I hope you can read between the lines without saying too much, if you know what I mean...  Wink Wink Wink
copper member
Activity: 2702
Merit: 1247
Try Gunbot for a month go to -> https://gunbot.ph
you can think what you want, from you - i see you are just another internet parasite shill, you don't care to win, you are not even part of this process;
Can you try to let some reputable members try out your script for Seuntjie? I think it will be ideal if you want to market it as something that is working and going to be effective in the long run. I do hope that you are able to show something more than just a screenshot or updated works of the bot.
hero member
Activity: 1358
Merit: 888
🇺🇦 Glory to Ukraine!
you can think what you want, from you - i see you are just another internet parasite shill, you don't care to win, you are not even part of this process;

I find it hard to believe that you truly care about our success in gambling. Can you explain how joining your Telegram group will help us win a game that is purely based on luck? While I'm open to learning new strategies, I'm skeptical of any promises that seem too good to be true. Please refrain from using any tactics that may come across as manipulative or scam-like.
newbie
Activity: 100
Merit: 0
you can think what you want, from you - i see you are just another internet parasite shill, you don't care to win, you are not even part of this process;
hero member
Activity: 1274
Merit: 585
Leading Crypto Sports Betting & Casino Platform
it is possible to defeat the casino, using combined methods and hybrid strategies;
we are developing new strategies together and have large base of knowledge covering last 5 years;
join us a dice bot strategy group on telegram, we are a friendly bunch of chaps:
https://t.me/DicePundits
ah I'm not interested it seems.
but good try to get subscribers on your telegram channel.

beating the casino or the house is just an impossible story that will never happen. even if one is lucky enough to get a big win at gambling, is it worth the money you lost before? I do not think so.
legendary
Activity: 2226
Merit: 1049
Leading Crypto Sports Betting & Casino Platform
it is a friendly dice bot study group with tons of info
and friendly members from all walks of life!
our goal - win the coin, beat the casino!
Lolz, that's really a long term goal buddy, and one that even after you are gone, your children will continue chasing the same goal from where you stopped.

On a more serious note now, the casino can't be beaten, except you are lucky to hit a high multiplier or hit the jackpot, and quit gambling forever, then maybe you can beat the house, but as long as you keep gambling, there is a very high chance that you might still end up losing it all to the casino.
So I advice to just play your gamble, don't try sweet talk any one into believing that the house can be beaten.
legendary
Activity: 1974
Merit: 1007
Does this bot actually work for Stake.com and PD..... because Eddie (co-owner of Stake.com) said in one of his streams that they changed the API and that is the reason why so many of the bots are not working with it anymore.

So, is there someone out there that are still using this bot at Stake.com? I tried... but I failed miserably.  Roll Eyes  ....Be "lekker" and share the info with all of us.  Tongue

I was told by support that they closed the API entirely... so I'm not sure how anyone could get this bot working that way again without fully changing how it works and emulating a client/betting like a normal player would.
legendary
Activity: 3388
Merit: 1943
Leading Crypto Sports Betting & Casino Platform
Does this bot actually work for Stake.com and PD..... because Eddie (co-owner of Stake.com) said in one of his streams that they changed the API and that is the reason why so many of the bots are not working with it anymore.

So, is there someone out there that are still using this bot at Stake.com? I tried... but I failed miserably.  Roll Eyes  ....Be "lekker" and share the info with all of us.  Tongue

Well I've only done some bots and scripts on freebitco.in, but that was experimenting and the results weren't really good, I think you can put a bot or scriptop, but I don't think you're going to make a profit as many believe , what I do is bet many times with different multipliers, but the results will always be the same as you did manually, the only thing is that the bot plays much faster and they can make the difference, it's the only thing, but the bad thing is that a bot does not have balance control, so it can eat your entire balance if you are not aware, it is something that I do not advise, it is better to do it manually.


I know the bot does not give you the edge over the casino, but I want to try something to see if the casino are using an algorithm to detect if people are wagering.... because I suspect some casinos are doing this and then they change the win percentage to feed on those people.

Yea, Freebitco.in has some pretty good bot counter measures and they will "boot" people off from their platforms when they detect that you are using bots to cheat the system.  Roll Eyes
full member
Activity: 1489
Merit: 150
Does this bot actually work for Stake.com and PD..... because Eddie (co-owner of Stake.com) said in one of his streams that they changed the API and that is the reason why so many of the bots are not working with it anymore.

So, is there someone out there that are still using this bot at Stake.com? I tried... but I failed miserably.  Roll Eyes  ....Be "lekker" and share the info with all of us.  Tongue

i tried using it but unfortunately, even login into stake is not possible and i even try all the tips that available on the website but not works
legendary
Activity: 2380
Merit: 1848
Leading Crypto Sports Betting & Casino Platform
Does this bot actually work for Stake.com and PD..... because Eddie (co-owner of Stake.com) said in one of his streams that they changed the API and that is the reason why so many of the bots are not working with it anymore.

So, is there someone out there that are still using this bot at Stake.com? I tried... but I failed miserably.  Roll Eyes  ....Be "lekker" and share the info with all of us.  Tongue

Well I've only done some bots and scripts on freebitco.in, but that was experimenting and the results weren't really good, I think you can put a bot or scriptop, but I don't think you're going to make a profit as many believe , what I do is bet many times with different multipliers, but the results will always be the same as you did manually, the only thing is that the bot plays much faster and they can make the difference, it's the only thing, but the bad thing is that a bot does not have balance control, so it can eat your entire balance if you are not aware, it is something that I do not advise, it is better to do it manually.
legendary
Activity: 3388
Merit: 1943
Leading Crypto Sports Betting & Casino Platform
Does this bot actually work for Stake.com and PD..... because Eddie (co-owner of Stake.com) said in one of his streams that they changed the API and that is the reason why so many of the bots are not working with it anymore.

So, is there someone out there that are still using this bot at Stake.com? I tried... but I failed miserably.  Roll Eyes  ....Be "lekker" and share the info with all of us.  Tongue
newbie
Activity: 100
Merit: 0
the winner dice script is here!
get it fast, make money before everyone else depletes casinos with this winning script in 2022:
https://satoshi-box.com/pay/CFoef5
https://i.imgur.com/H9vKzcy.png
newbie
Activity: 100
Merit: 0
I want to know how many people still use dicebot to bet dice games. Recently, it was found that both stack and Primedia cannot log in through dicebot API. Excuse me, does anyone know the reason?
we have a modified dicebot that let's you logint to primedice and stake;
our programmers have many skill sets; it's free-of-charge;
newbie
Activity: 100
Merit: 0
Someone is at primedice.Com or take.com Do you use scripts to bet dice games? I'm willing to pay someone to help me make a robot or script.


we still play dicebots in casinos, you can contact me on telegram by name @dicebender
and, i can write you a script, depends on complexity of idea;
Pages:
Jump to: