Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = 0.00001
- balance = balance
- floatingbasebet = basebet
- target = 180
- tenbase = (basebet*10)
- seven = (basebet*6.9)
- under = 2.9
- over = 6.9
- wowz = false
- fullsteam = false
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetwo = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- chance = 49.5
- nextbet = basebet
- function dobet()
- if (balance>(oldbalanceone+(floatingbasebet*over))) then
- floatingbasebet = floatingbasebet*2
- under = 4.9
- over = 4.9
- oldbalanceone = balance
- end
- if ((balance<(oldbalanceone-(floatingbasebet*under))) and (balance>(oldbalancetree-(tenbase*3)))) then
- floatingbasebet = floatingbasebet*2
- under = 4.9
- over = 4.9
- oldbalanceone = balance
- end
- if ((balance<=(oldbalancetree-(tenbase*3))) and (balance<(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet
- under = 2.9
- over = 6.9
- wowz = true
- fullsteam = true
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- end
- if ((balance<=(oldbalancetree-(tenbase*3))) and (balance>(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet*2
- under = 4.9
- over = 4.9
- wowz = true
- fullsteam = true
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- end
- if ((balance<oldbalancetwo) and (balance>=(oldbalancetree+(tenbase*3))) and (fullsteam==false) and (wowz==true) and (balance<(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet
- under = 2.9
- over = 6.9
- wowz = true
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- end
- if ((balance<oldbalancetwo) and (balance>=(oldbalancetree+(tenbase*6))) and (fullsteam==true) and (wowz==true) and (balance<(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet
- under = 2.9
- over = 6.9
- wowz = true
- fullsteam = false
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- end
- if ((balance>=(oldbalancetwo+tenbase)) and (balance<(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet
- under = 2.9
- over = 6.9
- wowz = false
- fullsteam = false
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetwo = ((math.floor(balance/tenbase))*tenbase)
- end
- if ((balance>=(oldbalancetwo+tenbase)) and (balance>(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet*2
- under = 4.9
- over = 4.9
- wowz = false
- fullsteam = false
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetwo = ((math.floor(balance/tenbase))*tenbase)
- end
- if ((balance>=oldbalancetwo) and (wowz==true) and (balance<(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet
- under = 2.9
- over = 6.9
- wowz = false
- fullsteam = false
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetwo = ((math.floor(balance/tenbase))*tenbase)
- end
- if ((balance>=oldbalancetwo) and (wowz==true) and (balance>(((math.floor(balance/tenbase))*tenbase)+seven))) then
- floatingbasebet = basebet*2
- under = 4.9
- over = 4.9
- wowz = false
- fullsteam = false
- oldbalancetree = ((math.floor(balance/tenbase))*tenbase)
- oldbalanceone = ((math.floor(balance/tenbase))*tenbase)
- oldbalancetwo = ((math.floor(balance/tenbase))*tenbase)
- end
- nextbet = floatingbasebet
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement