Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- bethigh = false
- lol = 0
- wd = balance*3
- big = balance*5
- huge = balance*6
- save = balance*3
- one = balance/2256
- two = balance/1024
- three = balance/512
- nextbet = one
- four = balance/256
- five = balance/128
- six = balance/64
- seven = balance/16
- function dobet()
- if (win) then
- chance = 49
- lol = 0
- nextbet = one
- else
- lol += 1
- end
- if (lol > 0) then
- chance = 49.95
- nextbet = two
- end
- if (lol > 1) then
- chance = 49.95
- nextbet = three
- end
- if (lol > 2) then
- chance = 49.95
- nextbet = four
- end
- if (lol > 3) then
- chance = 49.95
- nextbet = five
- end
- if (lol > 4) then
- chance = 49.95
- nextbet = six
- end
- if (lol > 5) then
- chance = 49.95
- nextbet = seven
- end
- if (lol > 6) then
- chance = 49.95
- 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