Pages:
Author

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

full member
Activity: 589
Merit: 100
this script stops when it reaches the target..
but I want to start again when you reach the target..how can I do that ?


Quote
-- Minimum Bankroll is Free faucets
--
--
chance1=47
chance2=49
chance3=53.151
chance4=61.258
chance5=64.032

m1=1.9
m2=2.1
m3=2.2
m4=2.8
m5=3.0
target=0.0000001000 --> Set your Target Profit here
betfactor=0.00005
basebet=balance*betfactor/5
nextbet=basebet
chance=chance1
bethigh=false
betcount=0
session=0
wincount=0
lostchance=0
losecount=0
low=0
high=0
counter=0

resetseed()
resetstats()

function dobet()

betroll()
rstseed()
viewstats()
betcount+=1

if win then

if profit>target then
stop();
print("TARGET REACHED!")
end

hilo()
basebet=balance*betfactor/5

if basebet0 then
chance=chance1
lostchance=1
end

if wincount>4 then
chance=chance2
lostchance=2
end

if wincount>14 then
chance=chance3
lostchance=3
end

if wincount>29 then
chance=chance4
lostchance=4
end

if wincount>49 then
chance=chance5
lostchance=5
end

if wincount>75 then
chance=chance1
lostchance=1
wincount=0
session+=1
low=0
high=0
end

else
nextbet=previousbet*m1
losecount+=1

if lostchance==1 then
if chance==chance1 then
nextbet=previousbet*m1
else
chance=chance1
nextbet=previousbet*m1
end
end

if lostchance==2 then
if chance==chance2 then
nextbet=previousbet*m2
else
chance=chance1
nextbet=previousbet*m2
end
end

if lostchance==3 then
if chance==chance3 then
nextbet=previousbet*m3
else
chance=chance1
nextbet=previousbet*m3
end
end

if lostchance==4 then
if chance==chance4 then
nextbet=previousbet*m4
else
chance=chance1
nextbet=previousbet*m4
end
end

if lostchance==5 then
if chance==chance5 then
nextbet=previousbet*m5
else
chance=chance1
nextbet=previousbet*m5
end
end

end

end

function hilo()

if high > low then
bethigh=true
else
bethigh=false
end

if (high-low) > 15 then
bethigh=false
end

if (low-high)> 15 then
bethigh=true
end
end

function betroll()

if (lastBet.roll < chance) then
low += 1
end

if (lastBet.roll > (99.99 - chance)) then
high += 1
end

end

function rstseed()

if counter==500 then

resetseed()
counter=0
low=0
high=0
else

counter+=1

end
end

function viewstats()
print(" ")
print("Total Bet : "..betcount)
print("Current Streak Loss : "..losecount)
print("Session Win : "..wincount)
print("Total Sessions : "..session)
print("Current Profit : "..string.format("%.8f",profit))
print("Target Profit : "..string.format("%.8f",target))
print("Current Balance : "..string.format("%.8f",balance))
print("High :"..high.." / ".."Low :"..low)
print(" ")
end
legendary
Activity: 1717
Merit: 1125
Do you have any plan to support FaucetHub Dice?

I do not. Please see: "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8
newbie
Activity: 48
Merit: 0
Do you have any plan to support FaucetHub Dice?
legendary
Activity: 1717
Merit: 1125
Hello.

I am having a very hard time trying to login to Nitrogensports with the bot. It always said that cloudflare protection is set to high and in your FAQ you say that one must try later, but I have been trying for aprx. 7 days and I have been unable to do so.

Any help?

It looks like there might have been an update to cloudflares systems or nitrogens protection or API, I will need to look into it.
member
Activity: 270
Merit: 10
Hi.I have a good script.I tested it for 1 month,every day.But it should paste in the browser console.Who can change him for the dice bot?Write me a personal message.

Пpивeт.У мeня ecть xopoший cкpипт.Я тecтиpoвaл eгo 1 мecяц,кaждый дeнь.Ho eгo нyжнo вcтaвлять в кoнcoль бpayзepa.Ктo мoжeт eгo пepeдeлaть для дaйc бoт?Пишитe мнe в личныe cooбщeниe.
legendary
Activity: 1717
Merit: 1125
hi seuntjie,

have u play with stake ?? i try to playing with bot , but why didnt see any chart or bet , but balance increase and dicrease.

Hi

Stake changed their API the day after I released a new version of the bot, thus breaking it. It will be fixed in the new version. I have no ETA of the next version.
member
Activity: 107
Merit: 10
hi seuntjie,

have u play with stake ?? i try to playing with bot , but why didnt see any chart or bet , but balance increase and dicrease.
legendary
Activity: 1717
Merit: 1125
Hi Seuntjie,
i can't login to bit-exo and as far as i know they haven't made any changes. Would be great if could take a quick look into it.
Regards
Nick

I will look into it.

Add jackpotracer.com to your bot.

JPR said 4 days ago so should be any day now.  Jackpotracer better than 90% of the sites you have listed.  I promise it will be most used site ever for dice bot.  Jackpotracer is King.

Please see "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8 as well as http://www.dalecarnegiewayindy.com/2011/12/05/ask-question-instead-of-giving-orders/



Thanks. I can only get into FreeBitcoin with Dicebot, but dont like 47.5% odds. Maybe can you give an update on any MoneyPot sites or any other sites that dont block US? BitExo was working, but having trouble. Bitsler was working but having trouble just logging in normal.

I haven't tested bit-exo in the last few days but it worked last week when I tested. I haven't heard anything of betterbets, but I think it should be working normally for btc at least. I don't know when I will be bringing my own moneypot apps back, i'm a bit irritated with how moneypot handled the launch of v2. Some of the calls that the site required to function fully are still unavailable, so I can't run the jackpot and some stuff and I don't want to bring a site online that is only half functional.

What troubles do you have with bitsler? Only time login with bitsler doesn't work if you don't have 2fa enabled afaik.
newbie
Activity: 29
Merit: 0
Hi Seuntjie,
i can't login to bit-exo and as far as i know they haven't made any changes. Would be great if could take a quick look into it.
Regards
Nick

I will look into it.

Add jackpotracer.com to your bot.

JPR said 4 days ago so should be any day now.  Jackpotracer better than 90% of the sites you have listed.  I promise it will be most used site ever for dice bot.  Jackpotracer is King.

Please see "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8 as well as http://www.dalecarnegiewayindy.com/2011/12/05/ask-question-instead-of-giving-orders/



Thanks. I can only get into FreeBitcoin with Dicebot, but dont like 47.5% odds. Maybe can you give an update on any MoneyPot sites or any other sites that dont block US? BitExo was working, but having trouble. Bitsler was working but having trouble just logging in normal.
legendary
Activity: 1717
Merit: 1125
Seuntjie, what is trick to logging in to SafeDice?


To be honest, I have no fucking idea. It works fine for me the whole time. I know what the error is and what causes it (mostly), but I have no way around it. I will try to get in contact with safedice and see if there's something we can figure out to work around their ddos protection.
newbie
Activity: 29
Merit: 0
Seuntjie, what is trick to logging in to SafeDice?
legendary
Activity: 1717
Merit: 1125
I always use the newly created API-Key and i do i correct and i've tried it with and without currency selecting and also on two different notebooks..

Can you email me your dicebotlog.txt file please ([email protected])?


Hi Seuntjie,
you wrote that you only can fix bugs when they are reported. So i wanted to let you know that on bit-vest the bot only shows the token-balance (even when you play with another currency) and when you play with freebitcoin you see a wrong amount of wagered btc (extremely high).
Regards
Nick

I can only fix bugs if I know about them and typically only know about them if they are reported to me (I don't use my own program that often).

Thanks for reporting these, I will look into them when I get a chance.
full member
Activity: 159
Merit: 101
Hi Seuntjie,
you wrote that you only can fix bugs when they are reported. So i wanted to let you know that on bit-vest the bot only shows the token-balance (even when you play with another currency) and when you play with freebitcoin you see a wrong amount of wagered btc (extremely high).
Regards
Nick
sr. member
Activity: 435
Merit: 251
I like this Seuntjie Dice Bot, it can automate your dice game. Of course balance must be enough high for good win, otherwise you can loose. In fact first step is good balance and second step - choose your chance of win. I think there must be also Windows OS version mentioned in the thread, otherwise, it is hard to understand Windows version for download. 
full member
Activity: 159
Merit: 101
Hi Seuntjie,
i can't login to bit-exo and as far as i know they haven't made any changes. Would be great if could take a quick look into it.
Regards
Nick
[/quote]

I will look into it.
[/quote]
Thanks. Could you find out anything? Becuase I still can't login but i understand that there are other things to do as well for you..
[/quote]

I am able to log in and bet without a problem. J-Roc was also able to log in, but he said he has to select a currency first which I did not need to do. Did you select bit-exo from the site menu? Are you using your API key to log in with (The whole API key and only the API key, i.e. no extra spaces or tabs copied with it)?
[/quote]

I always use the newly created API-Key and i do i correct and i've tried it with and without currency selecting and also on two different notebooks..
newbie
Activity: 2
Merit: 0
Hi,
i've seen that in the advanced settings you can set the bot to "reset after x losses in a row". How do you write sth like this in a script (i've tried enablesrc=true but this doesn't work)?

those reset conditions will only work from the programmer mode if you are using the built in functions (Like with nextbet=martingale(win)Wink. If you are using a custom script, the bot doesn't know how to reset it.

try something like:

Code:
if !win and currentstreak%10==0 then
--reset your variables here
end

See the tutorials on https://bot.seuntjie.com/programmermode.aspx, specifically the one about variables.

Great, thank you Seuntjie
legendary
Activity: 1717
Merit: 1125
Hi,
i've seen that in the advanced settings you can set the bot to "reset after x losses in a row". How do you write sth like this in a script (i've tried enablesrc=true but this doesn't work)?

those reset conditions will only work from the programmer mode if you are using the built in functions (Like with nextbet=martingale(win)Wink. If you are using a custom script, the bot doesn't know how to reset it.

try something like:

Code:
if !win and currentstreak%10==0 then
--reset your variables here
end

See the tutorials on https://bot.seuntjie.com/programmermode.aspx, specifically the one about variables.

Hi Seuntjies
I'm new to this thread have read many pages and haven't found the answer yet

I'm able to log on to JustDice and play. However when I try to log on to SafeDice I get the following

"System.Runtime.Serialization.SerializationException: There was an error deserializing the object of type DiceBot.SafeDiceLogin. Encountered unexpected character 'T'. ---> System.Xml.XmlException: Encountered unexpected character 'T'."

There is some more error meesage I can post if that helps.....I get this on 2 differrent computers

Cheers Jon  Huh

Edit: Safedice has got back too me.......problem is with their end......they have disabled bot due to DDOS ....and will let us know when they re-enable bot

When you load safedice in your browser the first time since closing your browser or restarting your computer, do you need to complete a captcha before you can access the site? If this is the case, you will not be able to use safedice with DiceBot. I have no way of bypassing the captcha on older systems like windows 7 without bloating the bot to 40+ MB.

Hi Seuntjie,
i can't login to bit-exo and as far as i know they haven't made any changes. Would be great if could take a quick look into it.
Regards
Nick

I will look into it.
Thanks. Could you find out anything? Becuase I still can't login but i understand that there are other things to do as well for you..

I am able to log in and bet without a problem. J-Roc was also able to log in, but he said he has to select a currency first which I did not need to do. Did you select bit-exo from the site menu? Are you using your API key to log in with (The whole API key and only the API key, i.e. no extra spaces or tabs copied with it)?
full member
Activity: 159
Merit: 101
Hi Seuntjie,
i can't login to bit-exo and as far as i know they haven't made any changes. Would be great if could take a quick look into it.
Regards
Nick

I will look into it.

Thanks. Could you find out anything? Becuase I still can't login but i understand that there are other things to do as well for you..
newbie
Activity: 38
Merit: 0
Hi Seuntjie,
i can't login to bit-exo and as far as i know they haven't made any changes. Would be great if could take a quick look into it.
Regards
Nick

I will look into it.

Add jackpotracer.com to your bot.

JPR said 4 days ago so should be any day now.  Jackpotracer better than 90% of the sites you have listed.  I promise it will be most used site ever for dice bot.  Jackpotracer is King.

Please see "Can you add my site to the bot?" on https://bot.seuntjie.com/faqs.aspx#faq8 as well as http://www.dalecarnegiewayindy.com/2011/12/05/ask-question-instead-of-giving-orders/



It's not my site. It's the best site. You pleb.
hero member
Activity: 529
Merit: 505
I'm on drugs, what's your excuse?
Hi Seuntjies
I'm new to this thread have read many pages and haven't found the answer yet

I'm able to log on to JustDice and play. However when I try to log on to SafeDice I get the following

"System.Runtime.Serialization.SerializationException: There was an error deserializing the object of type DiceBot.SafeDiceLogin. Encountered unexpected character 'T'. ---> System.Xml.XmlException: Encountered unexpected character 'T'."

There is some more error meesage I can post if that helps.....I get this on 2 differrent computers

Cheers Jon  Huh

Edit: Safedice has got back too me.......problem is with their end......they have disabled bot due to DDOS ....and will let us know when they re-enable bot
Pages:
Jump to: