Author

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

newbie
Activity: 57
Merit: 0
Hi, when can we expect new binaries ?
I have problem with loging into 999dice with bot v.3.0.0, i'm using 3.0 build 13 and everything is ok,
Can You please fix it or give a solution ?

BTW: Your BOT is a powerfull tool. Thx for it Smiley
legendary
Activity: 1717
Merit: 1125

    Is the bot working with JD now?  I can't seem to log in. 

You need to build a new version of jdcapi and replace the existing jdcapi dll with the newly built one.

Fixed binaries will be available soon though
legendary
Activity: 1007
Merit: 1000

    Is the bot working with JD now?  I can't seem to log in. 
legendary
Activity: 1717
Merit: 1125
Hello seuntjie.
Im use bot with 999dise. When 999 down bot can not work - hi is down after start and I cant change to other site.
Another - please make bet with percentage of balance. Im try this option in Custom section but I dont understand how its work and its must work only with martingale, but if I use Fibonacci or others I cant use percentage of balance.
Thank you.

999dice is online again

As for the % of balance thing. It always bets the specified % of your balance, whether you win or lose. It doesn't start at the percentage and martingales from there.

If you want something like that, it's easy enough to make a lua script for it.
newbie
Activity: 5
Merit: 0
Hello seuntjie.
Im use bot with 999dise. When 999 down bot can not work - hi is down after start and I cant change to other site.
Another - please make bet with percentage of balance. Im try this option in Custom section but I dont understand how its work and its must work only with martingale, but if I use Fibonacci or others I cant use percentage of balance.
Thank you.
legendary
Activity: 1717
Merit: 1125
is it actually allowed to use the bot on these websites without risking to get banned? i mean these are not the part of the website so i believe people can have problems with it cant they?

Most of these websites (all except just-dice, prc and 999dice) paid me to add support for their sites to the bot. Dooglus (the owner of JD) and dean (the owner of prc) both helped me with getting the bot working correctly for their sites and 999dice has a public api.

I'd say the sites are ok with the bot yes.
sr. member
Activity: 420
Merit: 250
is it actually allowed to use the bot on these websites without risking to get banned? i mean these are not the part of the website so i believe people can have problems with it cant they?
legendary
Activity: 1717
Merit: 1125
Hi, can You login in to bitdice.me with bot?
I'v got 2 messages about successfull loggin and next got "Failed to log in or register new account".
Everything else work great.


Alex recently some updates to the site that might have broken the bot. I'll take a look.

note: having tabs that is logged in to bitdice.me can also screw around with the bot.
newbie
Activity: 57
Merit: 0
Hi, can You login in to bitdice.me with bot?
I'v got 2 messages about successfull loggin and next got "Failed to log in or register new account".
Everything else work great.
legendary
Activity: 1717
Merit: 1125

   I've been playing around with a few more options of the bot. 

It seems when you run the simulator and it ends, the profit reported is the total profit from the stat's info.  I was expecting it to just be the profit from the current run. 

The same thing with the profit variable.  It's not set to zero when you start() your script.  I believe bets, wins, and loses are also from stats. 

I'm not sure whether or not you should clear it.  But maybe making a resetstats() function in the programmer mode function could be an option.  I personally would always call that at the beginning of my script.     But some might like the way it behaves now. 

I had another look at the simulation things, It seems I forgot to move the profit to a temp variable, so you were correct, the sim profit did include the profit from the stats tab. Sorry about that.


Yeah I checked my appdata and forgot to update my post sorry, but the simulator (my favorite part of the program) is fucked for me ;( updated my post saying what I tried...


It's odd that the bot used to work and now suddenly doesn't work. That usually means that you changed something, either in the bot or on your computer that broke it. But whatever the cause, You should update the bot to the latest version. http://bot.seuntjie.com/botpage.aspx
newbie
Activity: 8
Merit: 0
Yeah I checked my appdata and forgot to update my post sorry, but the simulator (my favorite part of the program) is fucked for me ;( updated my post saying what I tried...
http://i.gyazo.com/f8dd111fa45df81df2d61c0eac60724d.gif
legendary
Activity: 1717
Merit: 1125
Where does this save to? It keeps glitching out and I want to delete every part of it and all it's stored data but I can't find where it is saving itself... Please help!

It saves where all other applications save their data, in your appdata folder. To open the appdata folder:
press the windows key and R at the same time
In the run window, type %appdata% and click run
depending on your version of windows, you might get a folder containing 3 folders, name local, localow and roaming, or you might already be in the roaming folder. If you get the three folders, go in to the roaming folder.
The bot stores its data in a folder called dicebot2, Delete this folder (while the bot is closed) to delete all saved settings for the bot.

To delete stored bet data, delete or rename the dicebot.db file located in the same directory as the bots' exectuable
newbie
Activity: 8
Merit: 0
Where does this save to? It keeps glitching out and I want to delete every part of it and all it's stored data but I can't find where it is saving itself... Please help!
found it in my appdata, but the simulator still crashes the program / does 2 bets then stops, if you try to stop and restart it, it will crash. I used it on a vps and it was working fine, so I tried win 7 q mode, and didn't help at all...
legendary
Activity: 1717
Merit: 1125

   I've been playing around with a few more options of the bot. 

It seems when you run the simulator and it ends, the profit reported is the total profit from the stat's info.  I was expecting it to just be the profit from the current run. 

The same thing with the profit variable.  It's not set to zero when you start() your script.  I believe bets, wins, and loses are also from stats. 

I'm not sure whether or not you should clear it.  But maybe making a resetstats() function in the programmer mode function could be an option.  I personally would always call that at the beginning of my script.     But some might like the way it behaves now. 

re the sim profit: the simulations stores your actual stats in a temp variable, resets the other stats and run the simulation, through the same methods as actual betting. so the stats tab gets update with the simulation stats. Once the simulation is done, it shows your simulation stats, then retrieves the actual stats, but they're not shown until the next bet is placed. So it might seem like the simulation profit includes your actual profit, but it does not.

your stats aren't reset every time you click the start button when running martingale either. This behaviour is intentional, but adding the resetstats method is a good idea. Until i have, you can use the reset button in the stats window. Not Ideal I know, but it's a temp fix.
legendary
Activity: 1007
Merit: 1000

   I've been playing around with a few more options of the bot. 

It seems when you run the simulator and it ends, the profit reported is the total profit from the stat's info.  I was expecting it to just be the profit from the current run. 

The same thing with the profit variable.  It's not set to zero when you start() your script.  I believe bets, wins, and loses are also from stats. 

I'm not sure whether or not you should clear it.  But maybe making a resetstats() function in the programmer mode function could be an option.  I personally would always call that at the beginning of my script.     But some might like the way it behaves now. 
legendary
Activity: 1007
Merit: 1000

If I may ask a favour, could you change the download link in your thread to bot.seuntjie.com/botpage.aspx  ? That page will always show the latest stable version available for download

   Done..
legendary
Activity: 1717
Merit: 1125
I'm not understanding this, why people keeps applying martingale on a dice? Isn't it proven that martinfail is gonna inesorably fail?

    Gamblers Fallacy?  And yes Martin will eventually fail.  A straight martingale seems to always fail for me just before I get to 100% profit.  So if I set a reasonable streak limit, and start with 1 BTC, it will fail just before i hit 2 btc.  Or sooner. Sometimes later.

    BUT....   This bot is so much more then just a Martingale bot.  You can use the standard setup to do all types or systems.  Martingale is just one of them.  Then you can use the programmer mode to try everything else.  I like to dream up all kinds of weird things then try them out.  

My latest is a 19.8% chance system.  Bot will calculate based on the balance the starting bid for a 40 bet streak.  If I hit a streak of 15 loses it does a minimum bid till
it hits a win then resets to the higher streak bid.  It trys another 15 bets.  Still losing go back to minimum until a win.  Then try 10 more bets.  

  Each win looks at how many hi/lo's that have been rolled and calculates to bet high/low.  

So to lose you need 2 bad streaks of 15 or more followed by a bad streak of 10 or more.  I ran this on 3 different bots.  Ran more then 72 hours on all, and eventually, all of them failed.  But they all broke the 100% profit margin.  

   I hope no one gets the bot with the idea they are going to get rich.  It's just a fun tool, to use to hopefully, not lose all of your money gambling.  The longer you gamble the greater the chance you bust.    

Is there a tutorial anywhere for the Programmer mode?  I've looked around but can't see any so far.

Not really a tutorial on how to use it, rather just an,explenation of how it works. There are a few example scripts in the scripts section though.

http://bot.seuntjie.com/programmermode.aspx


The martingale bet doesn't work.  It just bets the same thing over and over.

Edit:  I also can't make "runsim()" work What goes inside ()?  runsim(2,5) ?

   Change nextbet=previous*multiplier to

nextbet=previousbet*multiplier

And runsim() which I never tried.  Is defined as this in the programmer mode section of seuntjie's site.

runsim(double startingBalance, int NumberOfBets)

runsim( x,y)

x can handle decimals.  So you could say 1 or 1.00000010   Thats the starting balance
y must be a whole number                                               This is the number of rolls to simulate.  

You can also select the view tab, and the simulate selector under it.  The simulate pop-up gives you the same starting balance and number of rolls options.  This is what I've always used.  They seem to be in sync.  

Awesome, Thank YOU!!!  You the man, that clears it up a whole lot.  I really appreciate it.  Million thanks to you my friend!

edit:  I didn't see the "x,y" piece at the site or at least it is not in the programmer section but your post clears it up much better than the site.


Sorry about the martingale script. I've fixed it now.

Like I said, the site isn't a "how to guide", it's a "the bot handles your script in this way" explanation.

Quote from the site about the runsim:
Quote
runsim(double startingBalance, int NumberOfBets) - runs a simulation of the strategy coded in the code box.

If you're not familiar with programming terminology, a double is a number with decimals, an integer is a whole number. it doesn't open any windows or anything, it only prints out the result of the simulation in the console. the simulations are coded in such a way that you cannot run a simulation while the bot is betting. Thus if you attempt to use the runsim function from within a strategy, it won't run. (if it did, it would probably cause a never ending recursive call)


Thanks for explaining though chilly2k.
If I may ask a favour, could you change the download link in your thread to bot.seuntjie.com/botpage.aspx  ? That page will always show the latest stable version available for download
legendary
Activity: 2296
Merit: 1031
I'm not understanding this, why people keeps applying martingale on a dice? Isn't it proven that martinfail is gonna inesorably fail?

    Gamblers Fallacy?  And yes Martin will eventually fail.  A straight martingale seems to always fail for me just before I get to 100% profit.  So if I set a reasonable streak limit, and start with 1 BTC, it will fail just before i hit 2 btc.  Or sooner. Sometimes later.

    BUT....   This bot is so much more then just a Martingale bot.  You can use the standard setup to do all types or systems.  Martingale is just one of them.  Then you can use the programmer mode to try everything else.  I like to dream up all kinds of weird things then try them out.  

My latest is a 19.8% chance system.  Bot will calculate based on the balance the starting bid for a 40 bet streak.  If I hit a streak of 15 loses it does a minimum bid till
it hits a win then resets to the higher streak bid.  It trys another 15 bets.  Still losing go back to minimum until a win.  Then try 10 more bets.  

  Each win looks at how many hi/lo's that have been rolled and calculates to bet high/low.  

So to lose you need 2 bad streaks of 15 or more followed by a bad streak of 10 or more.  I ran this on 3 different bots.  Ran more then 72 hours on all, and eventually, all of them failed.  But they all broke the 100% profit margin.  

   I hope no one gets the bot with the idea they are going to get rich.  It's just a fun tool, to use to hopefully, not lose all of your money gambling.  The longer you gamble the greater the chance you bust.    

Is there a tutorial anywhere for the Programmer mode?  I've looked around but can't see any so far.

Not really a tutorial on how to use it, rather just an,explenation of how it works. There are a few example scripts in the scripts section though.

http://bot.seuntjie.com/programmermode.aspx


The martingale bet doesn't work.  It just bets the same thing over and over.

Edit:  I also can't make "runsim()" work What goes inside ()?  runsim(2,5) ?

   Change nextbet=previous*multiplier to

nextbet=previousbet*multiplier

And runsim() which I never tried.  Is defined as this in the programmer mode section of seuntjie's site.

runsim(double startingBalance, int NumberOfBets)

runsim( x,y)

x can handle decimals.  So you could say 1 or 1.00000010   Thats the starting balance
y must be a whole number                                               This is the number of rolls to simulate.  

You can also select the view tab, and the simulate selector under it.  The simulate pop-up gives you the same starting balance and number of rolls options.  This is what I've always used.  They seem to be in sync.  

Awesome, Thank YOU!!!  You the man, that clears it up a whole lot.  I really appreciate it.  Million thanks to you my friend!

edit:  I didn't see the "x,y" piece at the site or at least it is not in the programmer section but your post clears it up much better than the site.
legendary
Activity: 1007
Merit: 1000
I'm not understanding this, why people keeps applying martingale on a dice? Isn't it proven that martinfail is gonna inesorably fail?

    Gamblers Fallacy?  And yes Martin will eventually fail.  A straight martingale seems to always fail for me just before I get to 100% profit.  So if I set a reasonable streak limit, and start with 1 BTC, it will fail just before i hit 2 btc.  Or sooner. Sometimes later.

    BUT....   This bot is so much more then just a Martingale bot.  You can use the standard setup to do all types or systems.  Martingale is just one of them.  Then you can use the programmer mode to try everything else.  I like to dream up all kinds of weird things then try them out.  

My latest is a 19.8% chance system.  Bot will calculate based on the balance the starting bid for a 40 bet streak.  If I hit a streak of 15 loses it does a minimum bid till
it hits a win then resets to the higher streak bid.  It trys another 15 bets.  Still losing go back to minimum until a win.  Then try 10 more bets.  

  Each win looks at how many hi/lo's that have been rolled and calculates to bet high/low.  

So to lose you need 2 bad streaks of 15 or more followed by a bad streak of 10 or more.  I ran this on 3 different bots.  Ran more then 72 hours on all, and eventually, all of them failed.  But they all broke the 100% profit margin.  

   I hope no one gets the bot with the idea they are going to get rich.  It's just a fun tool, to use to hopefully, not lose all of your money gambling.  The longer you gamble the greater the chance you bust.    

Is there a tutorial anywhere for the Programmer mode?  I've looked around but can't see any so far.

Not really a tutorial on how to use it, rather just an,explenation of how it works. There are a few example scripts in the scripts section though.

http://bot.seuntjie.com/programmermode.aspx


The martingale bet doesn't work.  It just bets the same thing over and over.

Edit:  I also can't make "runsim()" work What goes inside ()?  runsim(2,5) ?

   Change nextbet=previous*multiplier to

nextbet=previousbet*multiplier

And runsim() which I never tried.  Is defined as this in the programmer mode section of seuntjie's site.

runsim(double startingBalance, int NumberOfBets)

runsim( x,y)

x can handle decimals.  So you could say 1 or 1.00000010   Thats the starting balance
y must be a whole number                                               This is the number of rolls to simulate. 

You can also select the view tab, and the simulate selector under it.  The simulate pop-up gives you the same starting balance and number of rolls options.  This is what I've always used.  They seem to be in sync. 
legendary
Activity: 2296
Merit: 1031
I'm not understanding this, why people keeps applying martingale on a dice? Isn't it proven that martinfail is gonna inesorably fail?

    Gamblers Fallacy?  And yes Martin will eventually fail.  A straight martingale seems to always fail for me just before I get to 100% profit.  So if I set a reasonable streak limit, and start with 1 BTC, it will fail just before i hit 2 btc.  Or sooner. Sometimes later.

    BUT....   This bot is so much more then just a Martingale bot.  You can use the standard setup to do all types or systems.  Martingale is just one of them.  Then you can use the programmer mode to try everything else.  I like to dream up all kinds of weird things then try them out.  

My latest is a 19.8% chance system.  Bot will calculate based on the balance the starting bid for a 40 bet streak.  If I hit a streak of 15 loses it does a minimum bid till
it hits a win then resets to the higher streak bid.  It trys another 15 bets.  Still losing go back to minimum until a win.  Then try 10 more bets.  

  Each win looks at how many hi/lo's that have been rolled and calculates to bet high/low.  

So to lose you need 2 bad streaks of 15 or more followed by a bad streak of 10 or more.  I ran this on 3 different bots.  Ran more then 72 hours on all, and eventually, all of them failed.  But they all broke the 100% profit margin.  

   I hope no one gets the bot with the idea they are going to get rich.  It's just a fun tool, to use to hopefully, not lose all of your money gambling.  The longer you gamble the greater the chance you bust.    

Is there a tutorial anywhere for the Programmer mode?  I've looked around but can't see any so far.

Not really a tutorial on how to use it, rather just an,explenation of how it works. There are a few example scripts in the scripts section though.

http://bot.seuntjie.com/programmermode.aspx


The martingale bet doesn't work.  It just bets the same thing over and over.

Edit:  I also can't make "runsim()" work What goes inside ()?  runsim(2,5) ?
Jump to: