Another dicebot script

in #dice2 years ago
Authored by @@dopeshot

Another dicebot script

I wrote this script for windice but it would work with any other site that has a bank/vault. I use a small balance ~1500 sat to ~5000 about and then withdraw and repeat.


--random windy poopgun

chance    = (math.random(100,1000)/100)
base      = 0.00000010
nextbet   = base
losecount = 0
target    = balance*1.7


function dobet()
    if balance > target then stop()
    print "target balance hit"
    print "   "
    end


print (losecount)
print ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"
    
if win then
    resetseed()
    bethigh   = !bethigh
    nextbet   = base
    chance    = (math.random(100,1000)/100)
    losecount = 0
else
--    resetseed()
--    bethigh = !bethigh 
    nextbet = previousbet*1.55
    losecount+=1
end 

      
if (losecount >= 1) then
    nextbet = previousbet*1.44
    chance  = (math.random(1000,2250)/100)
end
if (losecount >= 3) then
--    resetseed()
--    bethigh = !bethigh
    nextbet = previousbet*1.66
    chance  = (math.random(2000,3250)/100)
end
if (losecount >= 6) then
--    resetseed()
--    bethigh = !bethigh
    nextbet = previousbet*1.88
    chance  = (math.random(3000,4250)/100)
end
if (losecount >= 8) then
--    resetseed()
--    bethigh = !bethigh
    nextbet = previousbet*1.99
    chance  = 44.4
end
if (losecount >= 9) then
--    resetseed()
--    bethigh = !bethigh
    nextbet = previousbet*2.22
    chance  = 50
end
if (losecount >= 10) then
--    resetseed()
--    bethigh = !bethigh
    nextbet = previousbet*3.33
    chance  = 55.5
end
if (losecount >= 12) then
--    resetseed()
--    bethigh = !bethigh
    nextbet = previousbet*4.44
    chance  = 66.6
end
end
end

-- I'm very poor. If you like my script; or earn from it, please consider and donate something
-- BTC bc1qn63vezss0nrqz4nn64fyxm7fzr0v35rldwfdz2

Dopeshot's dope dicebot script

**Dicebot scripts are potentially able to cost your entire balance very quickly.  Use at your own risk. 
Sort:  

@dopeshot, thank you for supporting the HiveBuzz project by voting for our witness.

Here Is a small present to show our gratitude
Click on the badge to view your Board of Honor.

Once again, thanks for your support!

Check out the last post from @hivebuzz:

Hive Power Up Month - Feedback from Day 29
Hive Power Up Day - December 1st 2021 - Become an Orca!