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 = balance* 0.0000001
- target = balance * 0.2
- wincount = 0
- loss1 = 0
- loss2 = 0
- roundprofit = 0
- chance = 69
- bet1 = false
- bet2 = true
- stake = basebet
- nextbet = stake
- function dobet()
- roundprofit += currentprofit
- bethigh = !bethigh
- chance = math.random(1100,2200)/100
- if roundprofit>basebet then
- roundprofit = 0
- wincount = 0
- loss1 = 0
- loss2 = 0
- bet1 = false
- bet2 = true
- stake = basebet
- nextbet = stake
- end
- if win then
- loss1 = 0
- if (bet1) then
- loss2 = 0
- if bet1 then
- stake = stake
- bet1 = false
- bet2 = true
- resetseed()
- end
- end
- wincount += 1
- if wincount == 10 then
- resetseed()
- wincount = 0
- end
- nextbet = stake * 0.5
- else
- if bet1 then bet1 = false end
- loss1 +=1
- if (loss1 == 1) then
- loss2 += 1
- if bet2 then
- stake = basebet * 1.3131
- bet2 = false
- else
- stake *= 1.2525
- end
- end
- if (loss2 == 3) then
- bet1 = true
- loss1 = 0
- nextbet = stake
- end
- end
- if balance > target then stop() end
- if basebet < 0.0000001 then basebet = 0.0000001 end
- end
Add Comment
Please, Sign In to add comment