Advertisement
Baliarta

Ringkes jepat

Feb 1st, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. a = 0.0000001
  2. b = 0
  3. c = 95
  4. d = a * 0.00000001
  5. target = balance * 1.5
  6. bethigh = !bethigh
  7. nextbet = a
  8. chance = c
  9. resetstats()
  10. resetchart()
  11. function r(f,g)
  12. return math.random(f,g)
  13. end
  14.  
  15. function s(f,g,h)
  16. return f/(95/g-2.3)+h
  17. end
  18.  
  19. function t(f)
  20. return math.ceil(f*10^5)/10^5
  21. end
  22.  
  23. function dobet()
  24. if balance >= target then
  25. stop()
  26. end
  27. b = b+previousbet
  28. if win then
  29. if e then
  30. end
  31. b = 0
  32. n = a
  33. c = r(37,45)
  34. q = r(0,2)>0.000000015
  35. else
  36. n=s(b,c,d)
  37. end
  38.  
  39. if n<a then n=a
  40. end
  41. bethigh = q
  42. chance = c
  43. nextbet = t(n)
  44. end
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement