Advertisement
coinwalk

best bot manual bot snowy bot

Jun 17th, 2021
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. cat = 6400
  2. x = balance/cat
  3. y = balance/cat
  4. k = 0
  5. chance = 49.95
  6. nextbet = x
  7. bethigh = false
  8. target = balance
  9. old = balance
  10. bob = 14
  11. myseed = 7777
  12. freak = false
  13. olf = balance
  14. elf = balance
  15. lf = balance
  16. awesome = false
  17. maxtarget = 10
  18. resetstats()
  19.  
  20. function dobet()
  21. if (balance>=(olf+(x*7))) then
  22. nextbet = previousbet*2
  23. x = nextbet
  24. olf = balance
  25. elf = balance
  26. lf = balance
  27. awesome = true
  28. freak = true
  29. end
  30. if (balance<=(elf-(x*4))) and freak==false then
  31. nextbet = previousbet*2
  32. x = nextbet
  33. elf = balance
  34. lf = balance
  35. olf = balance
  36. freak = true
  37. end
  38. if balance<olf then
  39. olf = balance
  40. end
  41. if balance>elf or balance>lf then
  42. elf = balance
  43. lf = balance
  44. end
  45. if (balance<=(lf-(x*8))) and freak==true then
  46. nextbet = previousbet/2
  47. x = nextbet
  48. lf = balance
  49. elf = balance
  50. olf = balance
  51. freak = false
  52. end
  53. if nextbet<y then
  54. nextbet = y
  55. end
  56. if (balance>=(old+(y*3))) and awesome==true then
  57. nextbet = y
  58. x = y
  59. freak = false
  60. elf = balance
  61. olf = balance
  62. lf = balance
  63. old = balance
  64. awesome = false
  65. end
  66. if (balance>=(old+(y*10))) and awesome==false then
  67. nextbet = y
  68. x = y
  69. freak = false
  70. elf = balance
  71. olf = balance
  72. lf = balance
  73. old = balance
  74. awesome = false
  75. end
  76. if (balance>=(target+(y*14))) then
  77. nextbet = y
  78. x = y
  79. freak = false
  80. elf = balance
  81. olf = balance
  82. lf = balance
  83. old = balance
  84. target = balance
  85. end
  86. if balance>maxtarget then
  87. stop()
  88. end
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement