Advertisement
Baliarta

WAGER PASINO

Apr 16th, 2023
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. chance = 86.2
  2. base = 0.10001
  3. nextbet = base
  4. wp = 0
  5. ws = 0
  6. ts = 0
  7. tp = 0
  8. rs = 0
  9. rp = 0
  10. ls = 0
  11. bethigh = true
  12. enablersc = false
  13. enablezz = false
  14.  
  15. function dobet()
  16.  
  17. rp += currentprofit
  18. tp += currentprofit
  19. wp += currentprofit
  20. rs += currentprofit
  21. ts += currentprofit
  22.  
  23. if (win) then
  24. ws += 1
  25. ls = 0
  26. chance = 93.2
  27. nextbet = previousbet*2
  28. if (lastBet.Amount<05.0005) then
  29. resetpartialprofit()
  30. nextbet = base
  31. end
  32. else
  33. ls += 1
  34. ws = 0
  35. bethigh = !bethigh
  36. chance = 18
  37. nextbet = previousbet
  38. if (partialprofit<1.01) then
  39. chance = 87.2
  40. bethigh = !bethigh
  41. resetpartialprofit()
  42. nextbet = base
  43. end
  44. end
  45. if (ws==1) then
  46. nextbet = base*6
  47. end
  48. if (ws==9) then
  49. nextbet = base*14
  50. end
  51. if (ls==1) then
  52. ls = 0
  53. chance = 87.2
  54. nextbet = previousbet*13.5
  55. end
  56. if (rs<-10.0) then
  57. rs = 0
  58. ts = 0
  59. tp = 0
  60. rp = 0
  61. resetseed()
  62. end
  63. if (ts>1.0) then
  64. ts = 0
  65. rs = 0
  66. end
  67. if (tp>5.0) then
  68. tp = 0
  69. rp = 0
  70. rs = 0
  71. ts = 0
  72. resetseed()
  73. sleep(1)
  74. end
  75. if (rp<-1.0) then
  76. rp = 0
  77. tp = 0
  78. end
  79. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement