Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lol = balance/2000000
- look = balance/280000
- kill = balance/27000
- asto = balance/4000
- digger = balance/800
- bloggerboy = balance/170
- chance = 24.5
- nextbet = lol
- multi = 1.3
- bethigh=true
- function dobet()
- if win then
- nextbet = lol
- resetseed();
- else
- nextbet = previousbet * multi
- end
- if currentstreak == -6 then
- nextbet = look
- end
- if currentstreak == -8 then
- resetseed();
- end
- if currentstreak == -12 then
- nextbet=kill
- end
- if currentstreak == -16 then
- nextbet=asto
- resetseed();
- end
- if currentstreak == -22 then
- nextbet=digger
- end
- if currentstreak == -30 then
- nextbet=bloggerboy
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement