Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --https://youtu.be/RWn2AG38QwI
- print(" OM TARE TUTTARE TURE SOHA ")
- ID = 294921859
- target = balance*99
- limit = 9999
- minbet = 0.01
- chance = 90
- base = minbet +balance/100000
- nextbet = base
- totalbet = 0
- counter = 0
- bt1 = 91 bt2=92 bt3=93
- bn1 = 9 bn2=8 bn3=7
- function dobet()
- totalbet+=1
- counter+=1
- r = math.random(1,100)
- if r>=50 then rdhilo=true else rdhilo=false end
- if profit<=-balance*0.02 then
- bt = bt3
- bn = bn3
- else
- if profit<=-balance*0.005 then
- bt = bt2
- bn = bn2
- else
- bt = bt1
- bn = bn1
- end end
- if !win and lastBet.chance<=10 then resetseed() end
- if profit >= 0 then
- resetstats()
- nextbet = minbet+totalbet/1000000
- chance = math.random(90,91)
- bethigh = rdhilo
- else
- nextbet = minbet+totalbet/200000
- chance = math.random(90,91)
- bethigh = rdhilo
- if lastBet.roll>=bt then
- nextbet = (-profit*0.12)+minbet
- chance = math.random(8,9)
- bethigh = true
- end
- if lastBet.roll<=bn then
- nextbet = (-profit*0.12)+minbet
- chance = math.random(8,9)
- bethigh = false
- end
- end
- if totalbet>=2000 then totalbet=0 end
- if counter >= limit then
- if profit >= 0 then resetstats()
- tip(ID,balance*0.01) stop()
- end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement