Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 47
- bethigh = false
- lol = 0
- zog = 0
- wd = 0.005
- big = 0.0075
- huge = 0.01
- save = 0.005
- one = 0.00000001
- nextbet = one
- function dobet()
- if (win) then
- chance = 47
- zog+=1
- lol = 0
- else
- lol += 1
- end
- if (lol==2) then
- nextbet = previousbet*4
- lol = 0
- end
- if (zog == 2) then
- nextbet = one
- zog = 0
- end
- if (currentstreak==4) then
- nextbet = previousbet*2
- end
- if balance > big and balance < huge then
- tip(294814877,wd)
- end
- if balance > huge then
- tip(294815237,save)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement