You are on page 1of 2

print("bruting")

print("made by mouse001")
print("start() & stop() + brain = btc")
base = 0.00000010
limit = 0.00040000
limitlose = nextbet + 0.00000500
multi = 2
chance = 45
count = 0
nextbet = base
wincount = 0
function dobet()
resetstats()

if (balance) <= (nextbet) then


stop();
print(balance)
print("fondi insufficienti")
end

if (currentprofit) <= (limitlose) then


print(balance)
resetstats()
end

if (balance) >= (limit) then


stop();
print(balance)
print("limite ricevuto")
end

if count==202 then
print("CAMBIO SEED")
resetseed()
count=0
if count==10 then
print("fermo giocata")
else
count=count+1
end

if wincount>=6 then
if win then
stop();
wincount = 0
print("WINNER")
else
wincount=wincount+1

end

if win then

if (nextbet) >= (limitlose) then


stop();
print("ATTENZIONE limite giocata raggiunto 8")
else
chance=45
bethigh=!bethigh
nextbet=previousbet * multi
end
end
end

else

if (nextbet) >= (limitlose) then


stop();
print("ATTENZIONE limite giocata raggiunto 2")
else
chance=45
bethigh=!bethigh
nextbet=previousbet * multi
end
end
end

You might also like