Pages:
Author

Topic: Seuntjie' Dice bot programmers mode discussion. - page 56. (Read 125399 times)

hero member
Activity: 602
Merit: 500
so anyone could help me with my betting sequence?

is that possible to make it?
hero member
Activity: 602
Merit: 500
hello,,

can anyone help me with my betting sequence?

i have sequence like this..

payout 1.1 or chance 90%

pre-roll for 1 red, after that roll for 0.0001 sat if loss then back pre roll again until hit 1 red then the next bet will be 0.0011 (1000% from 0.0001) if the result is loss again

it will pre roll again until hit red then the next bet will be 0.0121 (1000% from 0.0011) and it will repeat until hit green.

in exp:
1.win(pre roll) - 0.0000001
2.win(pre roll) - 0.0000001
3.loss(pre roll) - 0.0000001
4. 0.0001 (loss) - 0.0001
5.win(pre roll) - 0.0000001
6.loss(pre roll) - 0.0000001
7. 0.0011 (win) - 0.0011
8. start from the begining

case 2:

1.win (pre roll) -  0.0000001
2.win(pre roll) -  0.0000001
3.loss(pre roll) -  0.0000001
4. 0.0001 (loss) - 0.0001
5. loss (pre roll) - 0.0000001
6. (it will not bet using multiplier before green pre roll followed by red pre roll)

thanks in advance

   Does the site your using accept bets for 0?  Thats a condition for the pre-roll.  Also what is supposed to happen when you win on the increased bet amount? reset the bet to the base, or continue the higher bet till you lose?    

I think what he is asking for is lets say a continuous roll of say 10 satoshi. Once it hits a a miss it makes bet of 0.0001 , if it misses it moves to pre roll again till there is another loss before a multiplier of the loss of the high bet. 11 times (1000%) once it hits it goes back to start. Similar to your table based betting 2 wins.

I have filled in the bets as I understand he wants next his roll types.

thiis is exactly what my betting sequence is...my minimum bet should be 1 satoshi....when i win the bet using multiplier, it will reset to the start again...

thanks in advance
newbie
Activity: 10
Merit: 0
I have a strategy to try, but i don't know how to code, it's simple:

First You Need To Have a mininum bet, something like 100 bits.
The payout is always 1.5
When you lose your multiplier is 2x, but when you won it don't back to the 100 bits, you multiply for 0.60. So this way you recover any loss without changing the odds and increase the risk.

The script need to always check the betsize and never bet less than 100 bits. It's the problem with the autobot from the dice sites, when i use this strategy the bet go to 0 very fast.
Thanks
legendary
Activity: 1717
Merit: 1125
sr. member
Activity: 345
Merit: 250
hello,,

can anyone help me with my betting sequence?

i have sequence like this..

payout 1.1 or chance 90%

pre-roll for 1 red, after that roll for 0.0001 sat if loss then back pre roll again until hit 1 red then the next bet will be 0.0011 (1000% from 0.0001) if the result is loss again

it will pre roll again until hit red then the next bet will be 0.0121 (1000% from 0.0011) and it will repeat until hit green.

in exp:
1.win(pre roll) - 0.0000001
2.win(pre roll) - 0.0000001
3.loss(pre roll) - 0.0000001
4. 0.0001 (loss) - 0.0001
5.win(pre roll) - 0.0000001
6.loss(pre roll) - 0.0000001
7. 0.0011 (win) - 0.0011
8. start from the begining

case 2:

1.win (pre roll) -  0.0000001
2.win(pre roll) -  0.0000001
3.loss(pre roll) -  0.0000001
4. 0.0001 (loss) - 0.0001
5. loss (pre roll) - 0.0000001
6. (it will not bet using multiplier before green pre roll followed by red pre roll)

thanks in advance

   Does the site your using accept bets for 0?  Thats a condition for the pre-roll.  Also what is supposed to happen when you win on the increased bet amount? reset the bet to the base, or continue the higher bet till you lose?    

I think what he is asking for is lets say a continuous roll of say 10 satoshi. Once it hits a a miss it makes bet of 0.0001 , if it misses it moves to pre roll again till there is another loss before a multiplier of the loss of the high bet. 11 times (1000%) once it hits it goes back to start. Similar to your table based betting 2 wins.

I have filled in the bets as I understand he wants next his roll types.
legendary
Activity: 1007
Merit: 1000
hello,,

can anyone help me with my betting sequence?

i have sequence like this..

payout 1.1 or chance 90%

pre-roll for 1 red, after that roll for 0.0001 sat if loss then back pre roll again until hit 1 red then the next bet will be 0.0011 (1000% from 0.0001) if the result is loss again

it will pre roll again until hit red then the next bet will be 0.0121 (1000% from 0.0011) and it will repeat until hit green.

in exp:
1.win(pre roll)
2.win(pre roll)
3.loss(pre roll)
4. 0.0001 (loss)
5.win(pre roll)
6.loss(pre roll)
7. 0.0011 (win)
8. start from the begining

case 2:

1.win (pre roll)
2.win(pre roll)
3.loss(pre roll)
4. 0.0001 (loss)
5. loss (pre roll)
6. (it will not bet using multiplier before green pre roll followed by red pre roll)

thanks in advance

   Does the site your using accept bets for 0?  Thats a condition for the pre-roll.  Also what is supposed to happen when you win on the increased bet amount? reset the bet to the base, or continue the higher bet till you lose?   
hero member
Activity: 602
Merit: 500
hello,,

can anyone help me with my betting sequence?

i have sequence like this..

payout 1.1 or chance 90%

pre-roll for 1 red, after that roll for 0.0001 sat if loss then back pre roll again until hit 1 red then the next bet will be 0.0011 (1000% from 0.0001) if the result is loss again

it will pre roll again until hit red then the next bet will be 0.0121 (1000% from 0.0011) and it will repeat until hit green.

in exp:
1.win(pre roll)
2.win(pre roll)
3.loss(pre roll)
4. 0.0001 (loss)
5.win(pre roll)
6.loss(pre roll)
7. 0.0011 (win)
8. start from the begining

case 2:

1.win (pre roll)
2.win(pre roll)
3.loss(pre roll)
4. 0.0001 (loss)
5. loss (pre roll)
6. (it will not bet using multiplier before green pre roll followed by red pre roll)

thanks in advance
legendary
Activity: 1717
Merit: 1125
achodik I took the liberty of uploading this script of yours to my website. Feel free to upload it yourself. Or, if you already have an account at my site, I'll just transfer ownership of it to you, if you want. If you have any other cool scripts that you use or have written, please share it with us using the site

I also uploaded a few similar simple scripts that can be used as templates or starting points for doing stuff with random things and they can be found at https://bot.seuntjie.com/scripts.aspx You might need to go to the next page (the bottom of the page has a paging control, like a next and previous button) to find the scripts

That's okay. I'm still working on my script. When I decide to share it I'll make an account ^^

I think I might have found a bug, but I haven't tried to recreate it so I'm not sure. When trying to withdraw (balance*0.1) it wouldn't go through, my guess was because the requested amount had 9 digits after the decimal place. I added rounding to the withdraw request, and it started working. I also added a 5 second sleep to ensure the dice site wasn't throttling my requests, so it could have been that, but I imagine it's because I was trying to withdraw what 999dice saw as an invalid amount.

There was a bug with 999dices withdrawals in my bot, but it's fixed in 3.1.4. Also, just make sure that the amount you try to withdraw is larger than the minimum withdrawal amount of 999dice.
legendary
Activity: 1717
Merit: 1125
achodik I took the liberty of uploading this script of yours to my website. Feel free to upload it yourself. Or, if you already have an account at my site, I'll just transfer ownership of it to you, if you want. If you have any other cool scripts that you use or have written, please share it with us using the site

I also uploaded a few similar simple scripts that can be used as templates or starting points for doing stuff with random things and they can be found at https://bot.seuntjie.com/scripts.aspx You might need to go to the next page (the bottom of the page has a paging control, like a next and previous button) to find the scripts
hero member
Activity: 938
Merit: 1000
Quote from: chilly2k
That should work, and whatever makes sense to you is the correct way.  

A few tips.
bethigh = !bethigh    will flip the bethigh setting.  So if it's true it will make it false and if it's false make it true.  
And with that you could just add it to the first (win) if statement.  
Cool, thank you
Updated code

ahh thanks u somuch Guys

 I hope make profit from the dice  Grin
legendary
Activity: 1007
Merit: 1000
Code:


chance = math.random(1,5)
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
  
if win and bethigh==true then
   bethigh=false
end
if win and bethigh==false then
   bethigh=true
end

end


how to add this code

Switch after Wins

like SS





Should do it

   That should work, and whatever makes sense to you is the correct way. 

A few tips.

bethigh = !bethigh    will flip the bethigh setting.  So if it's true it will make it false and if it's false make it true. 

And with that you could just add it to the first (win) if statement. 

 
hero member
Activity: 938
Merit: 1000
Code:


chance = math.random(1,5)
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
  

end


how to add this code

Switch after Wins

like SS



legendary
Activity: 1717
Merit: 1125
how about using math.random(1,500)/100.0 instead?
legendary
Activity: 2366
Merit: 1130
hello, just want ask how to make a script in seunjti bot, if we want random chance ? let say i want minimum chance is 1% n max 5%, start bet at 0.00000001 , if lose increase 10% , and if win, reset.
thank you

So the chance to win changes? If so, by how much?

So the bet starts at 0.00000001 and increases by 10% after every loss? And after a win it goes back to 0.00000001?

nope, just random chance on % win, from 1% - 5%,
yes.

   This should do it.  Didn't test it, but it's pretty simple.  Also it always bets high, you can change the bethigh = true to false to bet low.  And the chance is always a whole number 1-5  

Code:


chance = math.random(1,5)
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
  

end


seems cool, i'll give it a try, thank you very much for helping me dude

ok, im already tried it, its cool, but its just betting from range 1%-5%, (1%, 2%, 3%, 4%, n 5%). but can i betting at other %? example : at 3.5%, 2.75%, 1.13%, etc, so its really random chance from 1%-5%, not just 1, 2, 3, 4, n 5%, thank you in advance

   I thought you might ask something like that.  Try this.  math.random() returns a value between 0 and 1.  So by adding that to the prior chance you'll get the fractions.  I'm sure there is another way to do it with just one math.random, but I can't think of it off the top of my head.  

Code:


chance = math.random(1,5)
chance += math.random()
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)
chance += math.random()

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
  

end


ok, i'll give it a try now, thank you very much dude

ok, the RESULT is very NICE, i like it, thank you once again for helping me dude!

legendary
Activity: 1007
Merit: 1000
hello, just want ask how to make a script in seunjti bot, if we want random chance ? let say i want minimum chance is 1% n max 5%, start bet at 0.00000001 , if lose increase 10% , and if win, reset.
thank you

So the chance to win changes? If so, by how much?

So the bet starts at 0.00000001 and increases by 10% after every loss? And after a win it goes back to 0.00000001?

nope, just random chance on % win, from 1% - 5%,
yes.

   This should do it.  Didn't test it, but it's pretty simple.  Also it always bets high, you can change the bethigh = true to false to bet low.  And the chance is always a whole number 1-5  

Code:


chance = math.random(1,5)
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
  

end


seems cool, i'll give it a try, thank you very much for helping me dude

ok, im already tried it, its cool, but its just betting from range 1%-5%, (1%, 2%, 3%, 4%, n 5%). but can i betting at other %? example : at 3.5%, 2.75%, 1.13%, etc, so its really random chance from 1%-5%, not just 1, 2, 3, 4, n 5%, thank you in advance

   I thought you might ask something like that.  Try this.  math.random() returns a value between 0 and 1.  So by adding that to the prior chance you'll get the fractions.  I'm sure there is another way to do it with just one math.random, but I can't think of it off the top of my head. 

Code:


chance = math.random(1,5)
chance += math.random()
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)
chance += math.random()

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
   

end

legendary
Activity: 2366
Merit: 1130
hello, just want ask how to make a script in seunjti bot, if we want random chance ? let say i want minimum chance is 1% n max 5%, start bet at 0.00000001 , if lose increase 10% , and if win, reset.
thank you

So the chance to win changes? If so, by how much?

So the bet starts at 0.00000001 and increases by 10% after every loss? And after a win it goes back to 0.00000001?

nope, just random chance on % win, from 1% - 5%,
yes.

   This should do it.  Didn't test it, but it's pretty simple.  Also it always bets high, you can change the bethigh = true to false to bet low.  And the chance is always a whole number 1-5  

Code:


chance = math.random(1,5)
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
  

end


seems cool, i'll give it a try, thank you very much for helping me dude

ok, im already tried it, its cool, but its just betting from range 1%-5%, (1%, 2%, 3%, 4%, n 5%). but can i betting at other %? example : at 3.5%, 2.75%, 1.13%, etc, so its really random chance from 1%-5%, not just 1, 2, 3, 4, n 5%, thank you in advance
legendary
Activity: 1007
Merit: 1000
hello, just want ask how to make a script in seunjti bot, if we want random chance ? let say i want minimum chance is 1% n max 5%, start bet at 0.00000001 , if lose increase 10% , and if win, reset.
thank you

So the chance to win changes? If so, by how much?

So the bet starts at 0.00000001 and increases by 10% after every loss? And after a win it goes back to 0.00000001?

nope, just random chance on % win, from 1% - 5%,
yes.

   This should do it.  Didn't test it, but it's pretty simple.  Also it always bets high, you can change the bethigh = true to false to bet low.  And the chance is always a whole number 1-5 

Code:

chance = math.random(1,5)
bethigh = true
basebet = 0.00000001
nextbet = basebet

function dobet()

chance = math.random(1,5)

if (win) then
   nextbet = basebet
else
   nextbet = previousbet * 1.1
end
   

end

legendary
Activity: 2366
Merit: 1130
hello, just want ask how to make a script in seunjti bot, if we want random chance ? let say i want minimum chance is 1% n max 5%, start bet at 0.00000001 , if lose increase 10% , and if win, reset.
thank you

So the chance to win changes? If so, by how much?

So the bet starts at 0.00000001 and increases by 10% after every loss? And after a win it goes back to 0.00000001?

nope, just random chance on % win, from 1% - 5%,
yes.
legendary
Activity: 2366
Merit: 1130
hello, just want ask how to make a script in seunjti bot, if we want random chance ? let say i want minimum chance is 1% n max 5%, start bet at 0.00000001 , if lose increase 10% , and if win, reset.
thank you
newbie
Activity: 2
Merit: 0
well, I better wait Smiley
Pages:
Jump to: