Advertisement
coinwalk

wow

Jul 11th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. divie = 500
  2. bob = balance/divie
  3. four = bob
  4. target = 50000
  5. finish = (balance*100)
  6. yall = (bob*2.5)
  7. chance = 49.5
  8. bethigh = false
  9. kool = false
  10. koke = false
  11. have = balance
  12. ian = balance
  13. old = balance
  14. nextbet = bob
  15. poo = 0
  16. ok = 0
  17. pip = balance
  18. tom = false
  19. resetstats()
  20.  
  21. function dobet()
  22. if (balance>=(pip+(four*6.98))) then
  23. nextbet = four*2
  24. four = four*2
  25. yall = four*4.98
  26. pip = balance
  27. end
  28. if ((balance<=(have-(yall))) and (koke==false)) then
  29. nextbet = four*2
  30. four = four*2
  31. kool = true
  32. yall = four*4.98
  33. have = balance
  34. pip = balance
  35. end
  36. if (balance<=(old-(bob*15))) then
  37. nextbet = bob
  38. four = bob
  39. kool = true
  40. koke = true
  41. yall = bob*2.5
  42. have = old-(bob*20)
  43. pip = old-(bob*20)
  44. old = old-(bob*20)
  45. end
  46. if balance<pip then
  47. pip = balance
  48. end
  49. if balance>have then
  50. have = balance
  51. end
  52. if ((balance>(ian)) and (kool==true) and (balance<(ian+(bob*10)))) then
  53. nextbet = bob
  54. four = bob
  55. yall = (bob*2.5)
  56. kool = false
  57. koke = false
  58. have = ian
  59. pip = ian
  60. old = ian
  61. end
  62. if (balance>(ian+(bob*20))) then
  63. nextbet = bob
  64. four = bob
  65. kool = false
  66. koke = false
  67. yall = (bob*2.5)
  68. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  69. have = ian
  70. pip = ian
  71. old = ian
  72. end
  73. if (balance>=target) then
  74. stop()
  75. print("winner winner chicken dinner")
  76. end
  77. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement