Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 19.98
- basebet = balance/20000000
- nextbet = balance/20000000
- bethigh = false
- snog = balance*1.7
- red = 0
- green = 0
- function dobet()
- if (win) then
- chance = 19.98
- red = 0
- green +=1
- else
- red += 1
- if (math.fmod(red,3)==0) then
- nextbet = previousbet*3
- end
- end
- if (green==2) then
- if (bethigh==true) then bethigh=false else bethigh=true end
- nextbet = balance/20000000
- green = 0
- end
- if balance > snog then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement