Pages:
Author

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

full member
Activity: 541
Merit: 100
please creat config lua

I don't know what this is supposed to be or what it does.

cannot start

chance = 4.3
betlow = true
basebet = 0.000001
nextbet = basebet

function dobet()

chance = 4.3

if (win) then
   nextbet = basebet
   betlow = !betlow
else
   nextbet = previousbet * 1.1
end
   after tenwin=true then set
 chance = 12
betlow = true
basebet=0.000001
nextbet = basebet
function dobet()

if (win) then
   nextbet = basebet
   betlow = !betlow
else
   nextbet = previousbet * 1.22   

end
after tenwin=true then set
chancve = 1
basebet=0.000001
nextbet = basebet
function dobet()

then after twowin=true start over
 
end
member
Activity: 121
Merit: 18
I was sooo excited yesterday, when saw option of embedded stats in newest version  Cheesy That separate, small, always getting hidden stats window was damn annoying thing before Smiley Thanks for awesome job!
legendary
Activity: 1717
Merit: 1125
please creat config lua

I don't know what this is supposed to be or what it does.
full member
Activity: 541
Merit: 100
please creat config lua


{

 "Base Bet": "0.001",
 "Target Profit": "5000000.0000000",
 "Target Win": "24000000.00000000",
 "Lose Target": "10.00000000",
 "Interval": "8",
 "Config": [{

     "Bet Set": "1",
     "Chance": "7",
     "Random Chance": {
          "Toggle": "ON",
          "Min": "6",
          "Max": "7"
        },
     "Bet": "Hi",
     "If Win": "1",
     "If Lose": "1.1",
     "Reset If Win": "1",
     "Interval": "100"
     },{

     "Bet Set": "2",
     "Chance": "15",
     "Random Chance": {
          "Toggle": "ON",
          "Min": "5",
          "Max": "50"
        },
     "Bet": "Hi",
     "If Win": "1.18",
     "If Lose": "1.12",
     "Reset If Win": "2",
     "Interval": "100"
     },{

     "Bet Set": "3",
     "Chance": "0",
     "Random Chance": {
          "Toggle": "OFF",
          "Min": "0",
          "Max": "0"
        },
     "Bet": "Hi",
     "If Win": "1",
     "If Lose": "1.3",
     "Reset If Win": "1",
     "Interval": "100"
     }
  ]

}
hero member
Activity: 1372
Merit: 512
According to the calculater you posted, with a balance of 1, 10 sat base bet and a 5% increase on loss:

https://imgur.com/S71HKeB.jpg

If you use ^bet = basebet * (multiplier^losses ) = 0.00000010*(1.05^272) = 0,05800819

and that is exactly what your bot bet. (272 because for a losing streak of 273 bets, your bot had increased the bet 272 times)

Nothing is wrong in the screenshot your posted, you need to review your math.
Ah.. i see, yeah the main problem is i am . sorry.
i type the increase lose 1.05% instead 5% lol. Grin



Problem solved hehe

That tool you are using just looks like a copycat of https://dicesites.com/tools.
hero member
Activity: 1386
Merit: 503
According to the calculater you posted, with a balance of 1, 10 sat base bet and a 5% increase on loss:

https://imgur.com/S71HKeB.jpg

If you use ^bet = basebet * (multiplier^losses ) = 0.00000010*(1.05^272) = 0,05800819

and that is exactly what your bot bet. (272 because for a losing streak of 273 bets, your bot had increased the bet 272 times)

Nothing is wrong in the screenshot your posted, you need to review your math.
Ah.. i see, yeah the main problem is i am . sorry.
i type the increase lose 1.05% instead 5% lol. Grin



Problem solved hehe
legendary
Activity: 1717
Merit: 1125
According to the calculater you posted, with a balance of 1, 10 sat base bet and a 5% increase on loss:

https://imgur.com/S71HKeB.jpg

If you use ^bet = basebet * (multiplier^losses ) = 0.00000010*(1.05^272) = 0,05800819

and that is exactly what your bot bet. (272 because for a losing streak of 273 bets, your bot had increased the bet 272 times)

Nothing is wrong in the screenshot your posted, you need to review your math.
hero member
Activity: 1386
Merit: 503
DiceBot 3.4.1 available for download - https://bot.seuntjie.com/botpage.aspx


Change Log

Bug Fixes
Stake and PD not working correctly
It looks like the bot isn't working properly. [not yet]. why? because I got a problem again when I bet.

Balance 1 XRP
Starting base bet 0.00000010 XRP, on chance 0.99%
Multiplier/increase on lose 5%


Question is why i only get total lose streak 273 bets Huh

according to my calculations,
a reasonable possibility should be when using that the bet settings, I will get a total losing steak is 1106 bets (stop at base bet 0.01029512)
(I am calculating using this here)
not a losing streak of 273 bets (and stop at base bet 0.05800819) <= if we think again, this is really strange. increase on lose 5%, start base bet 10 (sat) lol


I use the same settings as in the picture above, nothing I changed.

I check the bets one by one, everything is verified and valid. it's just that, maybe the problem is in your bot or in the API, but I can't explain in detail because I'm not an expert. I can only report to you that I am now experiencing.
I also try contacting support primedice and get answer like this

I can understand it a little.

in conclusion I didn't complain because I lost the bet Smiley, i am bet for fun and that just for testing that is ONLY 1 XRP i don't mind it  Grin.
I just reported it, who knows this is useful and maybe you can also help correct me where my error is when I use DiceBot.
I'm waiting for your answer.
legendary
Activity: 1717
Merit: 1125
DiceBot 3.4.1 available for download - https://bot.seuntjie.com/botpage.aspx


Change Log

New Features
Stats window is now dockable to home screen
Added percentage increase to martingale settings that works with multiplier (changing one updates the other)
stop/start buttons for programmer mode
saves last used currency
syntax highlighted code box
auto load tmpcodebackup script on startup (should be last used script for that instance)


Changes
Ui Changes to advanced mode and programmer mode
Added XLM for bitsler
Added XRP for PD (and stake)


Bug Fixes
Stake and PD not working correctly
newbie
Activity: 3
Merit: 0
Hi,

Does anyone have experience with the "seed mismatch, try again" error? (Bitdice.me)
It happens a lot and causes the bot to cease betting for long periods. Anyway I can prevent this?

I tried resetting it by manually entering function dobet() resetseed() end into the console, it worked yesterday but somehow now it wont let me restart anymore.
Only way is to close and reopen the bot and start the script again.

Cant find any mention of this error on the internet..

Thanks!
hero member
Activity: 1134
Merit: 517
Looks good but I did not tried it yet. I hope I can enjoy all the features and freebies about this project on this site. But I hope this project will have a good and more security features that no one can immitate because all we know that this is the top concern of every crypto investor and gamers.
Usually people enjoy all the feature of the """Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice.""" as it is already minimize your loss and it can help to make profit by using it.
legendary
Activity: 2366
Merit: 1130
Looks good but I did not tried it yet. I hope I can enjoy all the features and freebies about this project on this site. But I hope this project will have a good and more security features that no one can immitate because all we know that this is the top concern of every crypto investor and gamers.
Not sure about "freebies" you mean, or maybe you mean if this bot is free? Yes, it is.
Don't worry about  the security, since i knew about seunjti bot from version 2.5.5 (Yea, i've been long time using this bot (dice with red colour  Cheesy)) until now i've never heard people got scammed because of this, except you are using fake bot which actually is a virus/stealing your money.
full member
Activity: 546
Merit: 100
Looks good but I did not tried it yet. I hope I can enjoy all the features and freebies about this project on this site. But I hope this project will have a good and more security features that no one can immitate because all we know that this is the top concern of every crypto investor and gamers.
newbie
Activity: 22
Merit: 0
Wow, it seems to be a really interesting site. There are many features here and all of the features are very interesting to me. These features will present this site differently from other sites. There are many interesting and good opportunities available here. This site really attracted me by all these things.

Do you really understand what is this all about or you are just posting blindly saying the same thing in various gambling related topic? I doubt you understand about seuntji, as you wont say "a site" here if you really understand what is seuntji.
This is what you called shitpost  Grin
Sometimes I used free scripts, other times I bought them but I never won in the long run. Sad But with this I took all the money I spent, it's not a scam ... or at least it doesn't seem Roll Eyes
in any case, I thank you for your valuable advice Smiley
Good for you but just a piece of advise,dont rely too much on what you are currently experiencing now.
No matter how good the bot is or the setting you have currently now,it wont give out that kind of assurance of profitability forever.

Just enjoy on dicing.!


Ok, thank you, but in addition to the settings, new accounts have to be created, I didn't understand why (even if I did a theory) but at the moment it's doing what it promises. Moreover all this is made possible thanks to the legendary Dicebot Smiley. I'll update you later if you want
hero member
Activity: 3010
Merit: 794
Wow, it seems to be a really interesting site. There are many features here and all of the features are very interesting to me. These features will present this site differently from other sites. There are many interesting and good opportunities available here. This site really attracted me by all these things.

Do you really understand what is this all about or you are just posting blindly saying the same thing in various gambling related topic? I doubt you understand about seuntji, as you wont say "a site" here if you really understand what is seuntji.
This is what you called shitpost  Grin
Sometimes I used free scripts, other times I bought them but I never won in the long run. Sad But with this I took all the money I spent, it's not a scam ... or at least it doesn't seem Roll Eyes
in any case, I thank you for your valuable advice Smiley
Good for you but just a piece of advise,dont rely too much on what you are currently experiencing now.
No matter how good the bot is or the setting you have currently now,it wont give out that kind of assurance of profitability forever.

Just enjoy on dicing.!
newbie
Activity: 22
Merit: 0
Sometimes I used free scripts, other times I bought them but I never won in the long run. Sad But with this I took all the money I spent, it's not a scam ... or at least it doesn't seem Roll Eyes
in any case, I thank you for your valuable advice Smiley
legendary
Activity: 1717
Merit: 1125
Hi, I found this strategy on Youtube  Grin
I tried many but at the moment it is the only one that allows me to win something every day. I've been using it for over a month and it works great Shocked Shocked Shocked

NEVER BUY SCRIPTS. Anyone selling scripts/bots/strategies under guise that they make profit is scamming you.
newbie
Activity: 22
Merit: 0
Hi, I found this strategy on Youtube https://www.youtube.com/channel/UCPo7oOThucynNcF-tPZ5rqw   Grin
I tried many but at the moment it is the only one that allows me to win something every day. I've been using it for over a month and it works great Shocked Shocked Shocked
legendary
Activity: 3500
Merit: 1354
Wow, it seems to be a really interesting site. There are many features here and all of the features are very interesting to me. These features will present this site differently from other sites. There are many interesting and good opportunities available here. This site really attracted me by all these things.

Do you really understand what is this all about or you are just posting blindly saying the same thing in various gambling related topic? I doubt you understand about seuntji, as you wont say "a site" here if you really understand what is seuntji.
jr. member
Activity: 84
Merit: 2
Wow, it seems to be a really interesting site. There are many features here and all of the features are very interesting to me. These features will present this site differently from other sites. There are many interesting and good opportunities available here. This site really attracted me by all these things.
Pages:
Jump to: