Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- edited by DICEKODE
- -- youtube: https://www.youtube.com/channel/UC-BpueviNmn12aV_pBRY3gQ
- -- blog: https://dicekode.blogspot.com
- -- whatsapp: https://chat.whatsapp.com/Faes925uLw9HkhZeFHchFf
- -- linkdonasi: berikan pada yang "berhak"
- -- This is GAMBLING! -- DWYOR (Do With Your Own Risk)
- basebet = 0.01
- chance = 31
- nextbet = basebet
- countwin = 0
- countlose = 0
- bethigh = true
- stopwin = false
- function dobet()
- chance = math.random(3095,4995)/100
- if (countwin%1 == 0) then
- bethigh = !bethigh
- end
- if (countlose%2 == 0) then
- bethigh = !bethigh
- end
- if win then
- if stopwin then stop() end
- countwin += 1
- countlose = 0
- if(countwin%2 == 0 or currentprofit >= 0.01) then
- nextbet = basebet
- else
- nextbet = previousbet * 0.5
- end
- else
- countlose += 1
- countwin = 0
- nextbet = previousbet * 1.5
- end
- end
Add Comment
Please, Sign In to add comment