Advertisement
coinwalk

maybe baby

Jul 11th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 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*5))) then
  37. nextbet = bob
  38. four = bob
  39. kool = true
  40. koke = true
  41. yall = bob*2.5
  42. have = old-(bob*10)
  43. pip = old-(bob*10)
  44. ian = old-(bob*10)
  45. old = old-(bob*10)
  46. end
  47. if ((balance>(ian)) and (kool==true) and (balance<(ian+(bob*10)))) then
  48. nextbet = bob
  49. four = bob
  50. yall = (bob*2.5)
  51. kool = false
  52. koke = false
  53. have = ian
  54. pip = ian
  55. old = ian
  56. end
  57. if (balance>(ian+(bob*10))) then
  58. nextbet = bob
  59. four = bob
  60. kool = false
  61. koke = false
  62. yall = (bob*2.5)
  63. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  64. have = ian
  65. pip = ian
  66. old = ian
  67. end
  68. if (balance>=target) then
  69. stop()
  70. print("winner winner chicken dinner")
  71. end
  72. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement