Advertisement
coinwalk

for Drclam

Jun 7th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. bob = balance/24
  2. crypt = bob
  3. god = (bob*3)
  4. have = balance
  5. oldbal = balance
  6. ian = balance
  7. good = balance
  8. dipper = balance
  9. joe = false
  10. chance = 49.5
  11. nextbet = bob
  12. target = 5000
  13. bethigh = false
  14. resetstats()
  15.  
  16. function dobet()
  17. if (balance<=(have-god)) then
  18. god = (crypt*10)
  19. nextbet = previousbet*2
  20. crypt = nextbet
  21. joe = true
  22. have = balance
  23. end
  24. if (balance>(have+(crypt*6))) then
  25. god = (crypt*10)
  26. nextbet = previousbet*2
  27. crypt = nextbet
  28. have = balance
  29. joe = false
  30. have = balance
  31. end
  32. if (balance>(ian+(bob*10))) then
  33. nextbet = bob
  34. crypt = bob
  35. god = (bob*3)
  36. joe = false
  37. have = ian+(bob*10)
  38. ian = ian+(bob*10)
  39. end
  40. if ((balance>ian) and (joe==true)) then
  41. nextbet = bob
  42. crypt = bob
  43. god = (bob*3)
  44. joe = false
  45. have = ian
  46. ian = ian
  47. end
  48. if (nextbet>=balance) then
  49. stop()
  50. end
  51. if (balance>=target) then
  52. stop()
  53. end
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement