You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i look the console the first error its LUA ERROR!!
Unexpected Symbol '' i know this i will repair it maybe its this ( print (''\n\n'')
print(>>>Profit reached: ''__ profit)
print (''\n\n'') )
But i cant find what is next error is this one ( LUA ERROR!!
Unexpected Symbol ''
LUA ERROR!!
assignment statement expected, got '2'
)
i look the console the first error its LUA ERROR!!
Unexpected Symbol '' i know this i will repair it maybe its this ( print (''\n\n'')
print(>>>Profit reached: ''__ profit)
print (''\n\n'') )
But i cant find what is next error is this one ( LUA ERROR!!
Unexpected Symbol ''
LUA ERROR!!
assignment statement expected, got '2'
)
chance = 50
base = 0.0000001
base1 = 0.0000002
target = balance*1.1
base2 =base1
nexbet =base
bethigh =false
balance2 =balance
multi =1.18
function dobet()
if balance > balance2 then
base 2 = base * 1.5
balance2 = balance
else
base2 = balance2 - balance
if base2 < base * 1.5 then
base2 = base* 1.5
end
end
bethigh = true
if balance <nextbet then
stop()
print (''\n\n'')
print(>>>Profit reached: ''__ profit)
print (''\n\n'')
end
if base 2 <base1 then
base2=base1
end
chance=math.random(30, 55 )
if profit >0 then
base2=base1
end
if win then
chance = math.random ( 10, 15)
nexbet = base
else
nextbet = previousbet*multi
end
if currentstreak === -1 then
chance = math.random( 10 , 15 )
nextbet= previousbet
end
if currentstreak === -2 then
chance = math.random( 10 , 15 )
nextbet= previousbet
end
if currentstreak === -2 then
base2=previousbet
end
if currentstreak === -3 then
chance = math.random( 10 , 15 )
nextbet= previousbet
end
if currentstreak === -3 then
base2=previousbet
end
if currentstreak === -4 then
nextbet = (balance2 - balance )* multi
chance= math.random(15, 50 )
end
print ( ''currentstreak='' __currentstreak)
print(''chance=''__chance )
end
The text was updated successfully, but these errors were encountered: