Advertisement
coinwalk

Untitled

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