Author

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

hero member
Activity: 882
Merit: 1000
Exhausted
guys please explain how to run the start script,I don't understand,I really need help Huh Huh Huh

Have you read the guide on https://bot.seuntjie.com/GettingStarted.aspx?

If you still have problem after reading it, please tell us which step you are at and the problem you experience in details.
full member
Activity: 686
Merit: 107
guys please explain how to run the start script,I don't understand,I really need help Huh Huh Huh
legendary
Activity: 1717
Merit: 1125
For some reason, this bot ignores the 'return to base' after win command and continues to bet high amounts.


In the latest stable version, there's a bug in the saving and loading of settings that's causing this and other errors. In the on win box in the martingale tab, almost at the bottom, there's a checkbox that says: "reset after first win". Make sure this is checked before you start the bot. There's a beta version where this is fixed available at https://bot.seuntjie.com/botpage.aspx?id=11

If you don't feel like moving to the beta version, after you open the bot, just recheck all checkboxes before starting the bot. NO checkbox settings are being saved correctly on the most recent stable version.

Sorry about this. Hope it hasn't caused too much trouble

  the first time you run the beta, make sure you select the option. from there on it will save and load correctly
sr. member
Activity: 420
Merit: 250
For some reason, this bot ignores the 'return to base' after win command and continues to bet high amounts.
legendary
Activity: 1717
Merit: 1125
would it become a problem if i run multiple windows of your dicebot?

maybe seed crash? or another problem?

As long as you don't try to bet on the same account with more than one bot at the same time, It works fine. If you do have errors, just try placing each instance in its own folder.
newbie
Activity: 53
Merit: 0
Hi guy,

ty for your good bot.

Can you add option to autoswitch from 1 strategy to another every xxx bets?

I noticed, when i have a good strategy always i earn momey on first 2000-3000-5000 bet, then always start loosing all money. I think dice site is setting to make you loose as soon as it understand your strategy (but it take times, before that you should change strategy)

Should be nice have the possibility to load 5-6 different strategy (correctly with all checkbox, now have a bug the "import" option) and autoswitch it every xxx bets.

Thank you!

newbie
Activity: 9
Merit: 0
would it become a problem if i run multiple windows of your dicebot?

maybe seed crash? or another problem?
legendary
Activity: 1717
Merit: 1125
The bot is very slow on dadice .... why ?


Because their API is extremely slow. I've talked with Sid (dadice_dev) about it. He promised the API will do 2 bets/s and is aware of the problem, I'm just not sure if he's actively trying to fix it.

Unfortunately there's nothing more I can do to make the bot bet faster at dadice
hero member
Activity: 546
Merit: 500
The bot is very slow on dadice .... why ?
legendary
Activity: 1232
Merit: 1000
The first time I used this and lost 0.02BTC in 999dice and then my friend told me a nice set and as a result I made 0.035BTC from capital 0.02BTC Cheesy


Good to hear you made something Smiley

hopefully I can get more, I will try my luck again, if I get the more I will give donation for you Cheesy
legendary
Activity: 1717
Merit: 1125

   Hi Seuntjie,

   I was looking at using the io routines in LUA.  I would like to be able to read from the console, as a last resort in a script.  IE if my script is setup to cover 20 loses, I'd like to prompt the user after 15 loses to reply with high or low for the next bet. 

   It looks like the table for io is there.  But I get an index out of bounds when I try to do an io.read().  That should be just reading from STDIN.  I tried looking through the code,  Found some interesting stuff (resetstats), but nothing to help on this. 

   If I'm understanding the code at all, it looks like your code gets the keystrokes from windows and passes them along to LUA.  except for the up and down arrows which you handle. 

   I tried to track down some documents that might give me a clue about including Lua in an application, but just ended up chasing my tail. 

Just wondering if you had any pointer that I could check into.  Any doc you used that seemed to make sense? 

              Thanks


Hi Chilly, Sorry I haven't had a chance to look at the IO stuff yet. I'll do so as soon as a I can. If I can't figure it out, I'll add a way to get user input from within a script (probably through a messagebox or something).

I noticed when I was using the bot that it didn't reset the bet after a win like it is set for in Martingale settings.  The only thing I can think caused it is that I had mmmmkkkk checked to be used in the 'custom' tab.  Is that normal to not reset to starting bet size if the mmmmkkkk is selected in the custom tab?

In the latest stable version, there's a bug in the saving and loading of settings that's causing this and other errors. In the on win box in the martingale tab, almost at the bottom, there's a checkbox that says: "reset after first win". Make sure this is checked before you start the bot. There's a beta version where this is fixed available at https://bot.seuntjie.com/botpage.aspx?id=11

If you don't feel like moving to the beta version, after you open the bot, just recheck all checkboxes before starting the bot. NO checkbox settings are being saved correctly on the most recent stable version.

Sorry about this. Hope it hasn't caused too much trouble

The first time I used this and lost 0.02BTC in 999dice and then my friend told me a nice set and as a result I made 0.035BTC from capital 0.02BTC Cheesy


Good to hear you made something Smiley
legendary
Activity: 1232
Merit: 1000
The first time I used this and lost 0.02BTC in 999dice and then my friend told me a nice set and as a result I made 0.035BTC from capital 0.02BTC Cheesy
legendary
Activity: 2296
Merit: 1031
I noticed when I was using the bot that it didn't reset the bet after a win like it is set for in Martingale settings.  The only thing I can think caused it is that I had mmmmkkkk checked to be used in the 'custom' tab.  Is that normal to not reset to starting bet size if the mmmmkkkk is selected in the custom tab?
legendary
Activity: 1007
Merit: 1000

   Hi Seuntjie,

   I was looking at using the io routines in LUA.  I would like to be able to read from the console, as a last resort in a script.  IE if my script is setup to cover 20 loses, I'd like to prompt the user after 15 loses to reply with high or low for the next bet. 

   It looks like the table for io is there.  But I get an index out of bounds when I try to do an io.read().  That should be just reading from STDIN.  I tried looking through the code,  Found some interesting stuff (resetstats), but nothing to help on this. 

   If I'm understanding the code at all, it looks like your code gets the keystrokes from windows and passes them along to LUA.  except for the up and down arrows which you handle. 

   I tried to track down some documents that might give me a clue about including Lua in an application, but just ended up chasing my tail. 

Just wondering if you had any pointer that I could check into.  Any doc you used that seemed to make sense? 

              Thanks
legendary
Activity: 1717
Merit: 1125
i'm late update
I am only using v2.5.5
whether it can be updated to the latest version?

There is not more update only version, The bot is much smaller in size now.

You can downlad the latest version from https://bot.seuntjie.com/botpage.aspx, just extract and run. It will import as many of your old settings as it can.
sr. member
Activity: 481
Merit: 250
i'm late update
I am only using v2.5.5
whether it can be updated to the latest version?
legendary
Activity: 1717
Merit: 1125
what's the compatibility of this bot?

i can't run it with windows XP SP3

it keeps telling me that the bot isn't a valid win32 application

maybe you can fix something

The bot needs .net version 4.5. It is available for XP, but Honestly, you should upgrade. Especially after the recent font exploint
newbie
Activity: 9
Merit: 0
what's the compatibility of this bot?

i can't run it with windows XP SP3

it keeps telling me that the bot isn't a valid win32 application

maybe you can fix something
legendary
Activity: 1717
Merit: 1125
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

as soon as I can. Will try to get one out later today.
Whats the problem when logging in? I can log in to 999dice with v3 without a problem


how to use this setting : https://bot.seuntjie.com/settings.aspx?id=4 and other settings on the website .

Click on the download button on that page, then save the file somewhere. In the bot, go to file -> import. The bot will ask if you want to save your current settings before importing new ones, do whichever you want at this step. if you click no, or when you're done exporting the old settings, browse to the downloaded file and click open. The settings will then be imported and active
hero member
Activity: 546
Merit: 500
how to use this setting : https://bot.seuntjie.com/settings.aspx?id=4 and other settings on the website .
Jump to: