Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bethigh = false
- good = balance*3
- prebet = balance/300
- nextbet = prebet
- box = 0
- bit = 0
- min = 49.95
- max = 50.05
- base = 1
- multi = 2
- cox = 49.95
- chance = cox
- shock = balance*0.95
- shit = balance*1.02
- function dobet()
- if balance < shock and win then
- nextbet = previousbet*3
- shock = balance*0.95
- bit = 0
- end
- if balance > shit and win then
- nextbet = balance/300
- shit = balance*1.02
- shock = balance*0.95
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement