if (previousbet = basebet * 3 * 12 and win) then
X += 1
end
bit it won't add the value to the variable, why?
Are you sure the variable is X and not x.
Add print(X) after that line to see what the value is.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
if (previousbet = basebet * 3 * 12 and win) then
X += 1
end
if (previousbet = basebet * 3 * 12 and win) then
X += 1
end
-- saldo minimo equivalente a 25000 doges
-- saldo em que você quer sacar seus ganhos, eles serão sacados automaticamente, leia todas as linhas até achar a que configura o resto do saque
finaltarget = 35000
chance = 66
martimulti = 3
basebet = 0.001
startbalance = balance
nextbet = basebet
savefactor = 1.25
target = .005
targetbalance = balance + target
bethigh = true
low = 0
high = 0
losecount = 0
stopnow = false
totallose = 0
wincount = 0
nextwinbet = basebet * martimulti
nextwinbetlost = 0
nextwinbetwon = 0
go = false
set = false
function dobet()
if nextbet > balance then
stop()
end
if balance > finaltarget then
withdraw(10001, 'DRv1sH3Ni9qSM2AYhYs9wdriSUyNsrPQxW')
end
r=math.random(10)
if r >= 5 then
bethigh=true
else
bethigh=false
end
if (win) then
wincount += 1
totallose = 0
newbalance = balance
if (high > low) then
bethigh = true
else
bethigh = false
end
if (wincount == 1 and go) then
nextbet = nextwinbet
go = false
set = false
else
nextbet = basebet
end
if (wincount == 2 and previousbet != basebet) then
if (stopnow) then stop() end
martimulti = 3
nextwinbet = basebet * martimulti
set = true
losecount = 0
if (balance > targetbalance) then
invest((balance - targetbalance)+target)
targetbalance = targetbalance + target
newbalance = targetbalance
end
if (newbalance > startbalance * savefactor) then
invest(balance-startbalance)
targetbalance = startbalance + target
startbalance = startbalance * savefactor
end
end
if (wincount == 2) then go = true end
else
if (wincount == 1 and previousbet != basebet ) then
nextwinbet = previousbet * martimulti
martimulti = martimulti
if (martimulti < 1.85) then martimulti = 1.85 end
losecount += 1
else
end
if (losecount > 3) then
if (basebet < 0) then
repeat
if (!win) then
sleep(2000)
nextwinbetlost = 1
nextwinbetlost = nextwinbetlost + 1
nextwinbet = losecount * (losecount / 2) * (basebet * 10)
sleep(2000)
else
sleep(2000)
nextwinbetwon = nextwinbetwon + 1
nextwinbet = losecount * (losecount / 2) * (basebet * 10)
sleep(2000)
end
until
(nextwinbetwon > nextwinbetlost)
else
repeat
if (!win) then
sleep(2000)
nextwinbetlost = 1
nextwinbetlost = nextwinbetlost + 1
nextwinbet = losecount * (losecount / 2)
sleep(2000)
else
sleep(2000)
nextwinbetwon = nextwinbetwon + 1
nextwinbet = losecount * (losecount / 2)
sleep(2000)
end
until
(nextwinbetwon > nextwinbetlost)
end
end
if (nextwinbetwon > nextwinbetlost) then
go = true
losecount = 0
end
wincount = 0
totallose = totallose + 1
if (totallose >= 6) then go = true end
nextbet = basebet
end
if nextbet > balance then
stop()
end
end
chance = 50
bethigh = true
nextbet = .00000001
function dobet()
x = 10
repeat
x-=1
print(x)
until x == 0
end
chance = 50
bethigh = true
nextbet = .00000001
function dobet()
x = 10
repeat
x-=1
print(x)
until x == 0
end
chance = 50
bethigh = true
nextbet = .00000001
function dobet()
x = 10
repeat
x-=1
print(x)
until x == 0
end
if win then
--do something
else
--do something else
end
if win then
--do something
else
--do something else
end
finaltarget = 35000
chance = 66
martimulti = 3
basebet = 0.1
startbalance = balance
nextbet = basebet
savefactor = 1.25
target = .005
targetbalance = balance + target
bethigh = true
low = 0
high = 0
losecount = 0
stopnow = false
totallose = 0
wincount = 0
nextwinbet = basebet * martimulti
betlost = (currentprofit < 0) -- if the consoles prints an chunk 18 error delete this line, start the script, stop it, and then rewrite and start the bot again
nextwinbetlost = 0
go = false
set = false
function dobet()
if nextbet > balance then
stop()
end
if balance > finaltarget then
withdraw(10001, 'DRv1sH3Ni9qSM2AYhYs9wdriSUyNsrPQxW')
end
if (lastBet.roll < chance) then
low += 1
end
if (lastBet.roll > (100 - chance)) then
high += 1
end
if (win) then
wincount += 1
totallose = 0
newbalance = balance
if (high > low) then
bethigh = true
else
bethigh = false
end
if (wincount == 1 and go) then
nextbet = nextwinbet
go = false
set = false
else
nextbet = basebet
end
if (wincount == 2 and previousbet != basebet) then
if (stopnow) then stop() end
martimulti = 3
nextwinbet = basebet * martimulti
set = true
losecount = 0
if (balance > targetbalance) then
invest((balance - targetbalance)+target)
targetbalance = targetbalance + target
newbalance = targetbalance
end
if (newbalance > startbalance * savefactor) then
invest(balance-startbalance)
targetbalance = startbalance + target
startbalance = startbalance * savefactor
end
end
if (wincount == 2) then go = true end
else
if (wincount == 1 and previousbet != basebet ) then
nextwinbet = previousbet * martimulti
martimulti = martimulti
if (martimulti < 1.85) then martimulti = 1.85 end
losecount += 1
else
end
-- this is the loop that makes the bot crashes
if (losecount >= 3) then
repeat
netwinbet = (-curentprofit * losecount)
until
currentprofit > previousbet
end
wincount = 0
totallose = totallose + 1
if (totallose >= 6) then go = true end
nextbet = basebet
end
if nextbet > balance then
stop()
end
end
finaltarget = 35000
chance = 66
martimulti = 3
basebet = 0.1
startbalance = balance
nextbet = basebet
savefactor = 1.25
target = .005
targetbalance = balance + target
bethigh = true
low = 0
high = 0
losecount = 0
stopnow = false
totallose = 0
wincount = 0
nextwinbet = basebet * martimulti
betlost = (currentprofit < 0) -- if the consoles prints an chunk 18 error delete this line, start the script, stop it, and then rewrite and start the bot again
nextwinbetlost = 0
go = false
set = false
function dobet()
if nextbet > balance then
stop()
end
if balance > finaltarget then
withdraw(10001, 'DRv1sH3Ni9qSM2AYhYs9wdriSUyNsrPQxW')
end
if (lastBet.roll < chance) then
low += 1
end
if (lastBet.roll > (100 - chance)) then
high += 1
end
if (win) then
wincount += 1
totallose = 0
newbalance = balance
if (high > low) then
bethigh = true
else
bethigh = false
end
if (wincount == 1 and go) then
nextbet = nextwinbet
go = false
set = false
else
nextbet = basebet
end
if (wincount == 2 and previousbet != basebet) then
if (stopnow) then stop() end
martimulti = 3
nextwinbet = basebet * martimulti
set = true
losecount = 0
if (balance > targetbalance) then
invest((balance - targetbalance)+target)
targetbalance = targetbalance + target
newbalance = targetbalance
end
if (newbalance > startbalance * savefactor) then
invest(balance-startbalance)
targetbalance = startbalance + target
startbalance = startbalance * savefactor
end
end
if (wincount == 2) then go = true end
else
if (wincount == 1 and previousbet != basebet ) then
nextwinbet = previousbet * martimulti
martimulti = martimulti
if (martimulti < 1.85) then martimulti = 1.85 end
losecount += 1
else
end
-- this is the loop that makes the bot crashes
if (losecount >= 3) then
repeat
netwinbet = (-curentprofit * losecount)
until
currentprofit > previousbet
end
wincount = 0
totallose = totallose + 1
if (totallose >= 6) then go = true end
nextbet = basebet
end
if nextbet > balance then
stop()
end
end
finaltarget = 35000
chance = 66
martimulti = 3
basebet = 0.1
startbalance = balance
nextbet = basebet
savefactor = 1.25
target = .005
targetbalance = balance + target
bethigh = true
low = 0
high = 0
losecount = 0
stopnow = false
totallose = 0
wincount = 0
nextwinbet = basebet * martimulti
betlost = (currentprofit < 0) -- if the consoles prints an chunk 18 error delete this line, start the script, stop it, and then rewrite and start the bot again
nextwinbetlost = 0
go = false
set = false
function dobet()
if nextbet > balance then
stop()
end
if balance > finaltarget then
withdraw(10001, 'DRv1sH3Ni9qSM2AYhYs9wdriSUyNsrPQxW')
end
if (lastBet.roll < chance) then
low += 1
end
if (lastBet.roll > (100 - chance)) then
high += 1
end
if (win) then
wincount += 1
totallose = 0
newbalance = balance
if (high > low) then
bethigh = true
else
bethigh = false
end
if (wincount == 1 and go) then
nextbet = nextwinbet
go = false
set = false
else
nextbet = basebet
end
if (wincount == 2 and previousbet != basebet) then
if (stopnow) then stop() end
martimulti = 3
nextwinbet = basebet * martimulti
set = true
losecount = 0
if (balance > targetbalance) then
invest((balance - targetbalance)+target)
targetbalance = targetbalance + target
newbalance = targetbalance
end
if (newbalance > startbalance * savefactor) then
invest(balance-startbalance)
targetbalance = startbalance + target
startbalance = startbalance * savefactor
end
end
if (wincount == 2) then go = true end
else
if (wincount == 1 and previousbet != basebet ) then
nextwinbet = previousbet * martimulti
martimulti = martimulti
if (martimulti < 1.85) then martimulti = 1.85 end
losecount += 1
else
end
-- this is the loop that makes the bot crashes
if (losecount >= 3) then
repeat
netwinbet = (-curentprofit * losecount)
until
currentprofit > previousbet
end
wincount = 0
totallose = totallose + 1
if (totallose >= 6) then go = true end
nextbet = basebet
end
if nextbet > balance then
stop()
end
end