Advertisement
coinwalk

999snowybot

Sep 22nd, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. fraction = 16000
  2. basebet = balance/fraction
  3. chance = 49.95
  4. nextbet = basebet
  5. bethigh = false
  6. james = balance
  7. targetone = balance*2
  8. target = balance*2
  9. bin = 0
  10. falcon = balance
  11. cunt = 0
  12. lol = 0
  13. kill = 0
  14. slit = 0
  15. skill = 0
  16. resetstats()
  17. function dobet()
  18. if win then
  19. cunt = 0
  20. lol+=1
  21. kill+=1
  22. else
  23. lol+=1
  24. kill+=1
  25. cunt+=1
  26. end
  27. if (kill==1) then
  28. nextbet = previousbet*1.5
  29. kill = 0
  30. end
  31. if (lol==20) then
  32. bethigh = !bethigh
  33. lol = 0
  34. end
  35. if (cunt>=10) then
  36. nextbet = previousbet*2
  37. end
  38. if balance>targetone then
  39. nextbet = balance/fraction
  40. end
  41. if balance>=james then
  42. nextbet = balance/fraction
  43. cunt = 0
  44. kill = 0
  45. lol = 0
  46. james = balance
  47. end
  48. if (balance>target) then
  49. tip(336178519,balance/2)
  50. nextbet = balance/fraction
  51. cunt = 0
  52. kill = 0
  53. lol = 0
  54. james = balance
  55. end
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement