Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- bethigh = false
- lol = 0
- wd = balance*200
- big = balance*250
- huge = balance*400
- save = balance*200
- one = balance/22560
- two = balance/10240
- three = balance/5120
- nextbet = one
- four = balance/2560
- five = balance/1280
- six = balance/640
- seven = balance/160
- 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
- --for these tips use two different accounts on two different dicebots at the same time
- if balance > big and balance < huge then
- tip(294814877,wd)
- end
- --for this tip use saving account
- if balance > huge then
- tip(294940661,save)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement