Advertisement
coinwalk

ok

May 24th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1.  
  2.  
  3. --https://youtu.be/RWn2AG38QwI
  4. print(" OM TARE TUTTARE TURE SOHA ")
  5. ID = 294921859
  6. target = balance*99
  7. limit = 9999
  8. minbet = 0.01
  9. chance = 90
  10. base = minbet +balance/100000
  11. nextbet = base
  12. totalbet = 0
  13. counter = 0
  14. bt1 = 91 bt2=92 bt3=93
  15. bn1 = 9 bn2=8 bn3=7
  16. function dobet()
  17. totalbet+=1
  18. counter+=1
  19. r = math.random(1,100)
  20. if r>=50 then rdhilo=true else rdhilo=false end
  21. if profit<=-balance*0.02 then
  22. bt = bt3
  23. bn = bn3
  24. else
  25. if profit<=-balance*0.005 then
  26. bt = bt2
  27. bn = bn2
  28. else
  29. bt = bt1
  30. bn = bn1
  31. end end
  32. if !win and lastBet.chance<=10 then resetseed() end
  33. if profit >= 0 then
  34. resetstats()
  35. nextbet = minbet+totalbet/1000000
  36. chance = math.random(90,91)
  37. bethigh = rdhilo
  38. else
  39. nextbet = minbet+totalbet/200000
  40. chance = math.random(90,91)
  41. bethigh = rdhilo
  42. if lastBet.roll>=bt then
  43. nextbet = (-profit*0.12)+minbet
  44. chance = math.random(8,9)
  45. bethigh = true
  46. end
  47. if lastBet.roll<=bn then
  48. nextbet = (-profit*0.12)+minbet
  49. chance = math.random(8,9)
  50. bethigh = false
  51. end
  52. end
  53. if totalbet>=2000 then totalbet=0 end
  54. if counter >= limit then
  55. if profit >= 0 then resetstats()
  56. tip(ID,balance*0.01) stop()
  57. end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement