Bitcoin Forum
September 24, 2025, 01:08:40 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Gambling / Re: HeyYouGuys - *DiceBot Scripts* - LIMITED RELEASE & HIGH ROLLER SCRIPTS UNLEASHED on: May 19, 2020, 10:11:00 AM
I am currently running in litecoin thats why the 1.5 rebound i had 6 litecoin bankroll at that moment so far i made 10 coins and no bust and bet around 2 mio bets with but i dont have graphs i forget to take em before i erase and reinstal bot...





Can you PM me? I still can't send message to you.
2  Economy / Gambling / Re: HeyYouGuys - *DiceBot Scripts* - LIMITED RELEASE & HIGH ROLLER SCRIPTS UNLEASHED on: May 19, 2020, 08:02:23 AM
I'm unable to contact you via PM, it says you didn't allow it. Also, do you have more graphs? 250k bets isn't really proof that it is working, especially considering that it hit -1.5 at some point
3  Economy / Gambling / Re: HeyYouGuys - *DiceBot Scripts* - LIMITED RELEASE & HIGH ROLLER SCRIPTS UNLEASHED on: May 14, 2020, 07:23:30 AM
hey you guys are you still here??

How did your run with this script go? Still running, busted...?
4  Economy / Gambling discussion / Re: Fastest Dice site? on: April 22, 2020, 11:19:17 AM
Thank you all for answers. Actually I found interesting site that compares various casinos and also takes into consideration auto dice speeds.

Not sure if I'm allowed to put links but site is called 100casinos and right now bitdice is fastest site which is actually true beacuse I got even 4 bets per second via Dicebot api which is amazing.

5  Economy / Gambling discussion / Re: Fastest Dice site? on: April 13, 2020, 10:07:37 AM
Thank you all for answers. Yeah, I know that dice runs faster on site but I have script that increases chance on each bet and that is impossible to put in auto-bet on site. So, I need to use Seuntjie's bot.

Right now it runs for few months already so daily profit depends solely on bet speed.
6  Economy / Gambling discussion / Fastest Dice site? on: April 12, 2020, 07:18:52 AM
Hi everyone,

I just wanted to know from your experience or knowledge which site has fastest rolls on small stakes? I'm betting with Seuntjie's Dicebot and let's say I have 1 LTC, and my script starts with bet of 0.00000001 LTC, which site would support this fastest?

I know, you don't need to tell me that faster it rolls, the faster I will lose balance and similar. I am aware of that.

Currently I play at Stake and it runs around 2 bets per second. I know Duckdice has pretty fast rolls, but it requires high starting stake.

Thanks.
7  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: February 06, 2020, 04:40:29 PM
Hi, first I'd just like to thank Seuntjie for providing this awesome bot as well thank other contributors to this topic.

I found this script on dicebot site, and I was wondering if there is any way to implement code that would set maximum chance to 98%. Problem is that after long streaks of red, script tries to increase chance above 98% and then ofc it stops betting.

Thank you in advance.

basebet     = 0.00000001
chance      = 80
losepercent = 1.03
winpercent  = 0.99
lossbet      = 2
winbet      = 1.12
bethigh     = false
nextbet     = basebet

function dobet()

    if profit > 0.0000000000001 then
    print(profit)
       resetstats()
        nextbet = basebet
        chance  = 80
        end
     
      if win and profit < 0.000000000001 then
   print("We Won")
 print(profit)
 chance = lastBet.chance * winpercent
 nextbet  = lastBet.amount * winbet
bethigh  = false
end

if win == false and profit < 0.0000000001 then
print("We Lose")
 print(profit)
chance = lastBet.chance * losepercent
nextbet = lastBet.amount * lossbet
   bethigh  = false
end
       
end
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!