coinwalk

for whore ray

Jun 25th, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. bob = balance/800
  2. four = bob
  3. fight = (bob*3)
  4. tom = false
  5. sex = true
  6. kam = 0
  7. boodle = 0
  8. target = (balance*5)
  9. yall = fight
  10. ten = 0
  11. coil = (bob*10)
  12. boss = 0
  13. lemon = 0
  14. go = 0
  15. chance = 49.5
  16. bethigh = true
  17. have = balance
  18. ian = balance
  19. nextbet = bob
  20. resetstats()
  21.  
  22. function dobet()
  23. if win then
  24. kam = kam-1
  25. boodle = boodle+1
  26. go = go+1
  27. else
  28. boodle = boodle-1
  29. kam = kam+1
  30. go = go-1
  31. end
  32. if ((kam>=2) and (kam<3))then
  33. nextbet = four*2
  34. four = four*2
  35. end
  36. if (boodle>=2) then
  37. nextbet = bob
  38. four = bob
  39. kam = 0
  40. boodle = 0
  41. end
  42. if kam>=3 then
  43. bethigh = !bethigh
  44. kam = 0
  45. go = 0
  46. boodle = 0
  47. end
  48. if ((balance>=ian) and (go<=3))then
  49. bob = balance/800
  50. nextbet = bob
  51. four = bob
  52. kam = 0
  53. boodle = 0
  54. ian = balance
  55. end
  56. if go>=4 then
  57. nextbet = four*2
  58. four = four*2
  59. end
  60. if go>=5 then
  61. bob = balance/800
  62. go = 0
  63. nextbet = bob
  64. four = bob
  65. ian = balance
  66. end
  67. if (balance>=target) then
  68. stop()
  69. end
  70. end
Add Comment
Please, Sign In to add comment