Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = (math.random(4700,4995)/100)
- base = balance
- bethigh = true
- good = 10000
- zoink = balance/(math.random(50000,100000))
- nextbet = zoink
- bit = 0
- box = 0
- big = 0
- function dobet()
- if !win then
- chance = (math.random(4700,4995)/100)
- bit+=1
- box+=1
- big+=1
- else
- chance = (math.random(4700,4995)/100)
- big = 0
- box = 0
- end
- if (big==2) then
- nextbet = previousbet*(math.random(200,225)/100)
- big = 0
- end
- if (bit==3) then
- nextbet = previousbet*(math.random(200,225)/100)
- bit = 0
- end
- if (box==7) then
- nextbet = previousbet*(math.random(200,225)/100)
- box = 0
- end
- if balance > base then
- nextbet = balance/(math.random(50000,100000))
- base = balance
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement