Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 47.5
- bethigh = false
- lol = 0
- big = balance*100
- one = balance/4922
- two = balance/2048
- three = balance/1024
- nextbet = one
- four = balance/512
- five = balance/256
- six = balance/128
- seven = balance/64
- function dobet()
- if (win) then
- chance = 47.5
- lol = 0
- nextbet = one
- else
- lol += 1
- end
- if (lol > 0) then
- chance = 47.5
- nextbet = two
- end
- if (lol > 1) then
- chance = 47.5
- nextbet = three
- end
- if (lol > 2) then
- chance = 47.5
- nextbet = four
- end
- if (lol > 3) then
- chance = 47.5
- nextbet = five
- end
- if (lol > 4) then
- chance = 47.5
- nextbet = six
- end
- if (lol > 5) then
- chance = 47.5
- nextbet = seven
- end
- if (lol > 6) then
- chance = 47.5
- nextbet = previousbet*2
- end
- if balance > big then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment