Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Hit and Run Dice Bot Strategy
SUBMITTED BY:
psygambler
DATE:
April 9, 2017, 5:57 p.m.
FORMAT:
Text only
SIZE:
814 Bytes
Raw
Download
Tweet
HITS:
1151
Go to comments
Report
-- NOTES:
-- INITIAL BALANCE SHOULD AT LEAST BE 0,01 BTC
-- PLEASE DONATE IF YOU LIKE MY SCRYPT, THANKS!
-- My Donation Address > 1PkbNePmQ9nbqqLYy87nCrFm1dwVgSQFpr
chance = 90
bethigh = true
basebet = 0.00000200
nextbet = basebet
-- SET PROFIT TARGET
profittarget= 0.01000000
function dobet()
if (win) then
chance = 90.00
nextbet = basebet
else
if chance == 19.80 then
nextbet = previousbet * 1.255
else
chance = 19.80
nextbet = 0.00000060
bethigh = !bethigh
end
end
if (balance) >= profittarget then
ching()
alarm()
print("Your Balance is ") print(balance)
print(" ")
print("TARGET ACHIEVED!!!")
print(" ")
print("You Won ") print(profit) print(" for this Session")
print(" ")
stop()
print(" ")
end
end
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus