Advertisement
coinwalk

Untitled

Feb 6th, 2022
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. if ((balance<=(t-(c*god))) and (f==false)) then
  2. nextbet = previousbet*2
  3. c = nextbet
  4. god = 3
  5. f = true
  6. joe = 0
  7. t = balance
  8. end
  9. if ((balance<=(t-(c*god))) and (f==true)) {
  10. nextbet = previousbet/2
  11. c = nextbet
  12. god = 4
  13. f = false
  14. joe = 0
  15. sin = 5
  16. t = balance
  17. h = balance
  18. end
  19. if (balance>(h+(c*sin))) then
  20. nextbet = previousbet*2
  21. f = true
  22. c = nextbet
  23. i = balance
  24. h = balance
  25. joe = (c*2)
  26. end
  27. if (balance>=(i+joe)) then
  28. nextbet = b
  29. c = b
  30. sin = 5
  31. god = 4
  32. f = false
  33. h = balance
  34. t = balance
  35. i = balance
  36. joe = (b*10)
  37. end
  38. if (nextbet<b) then
  39. nextbet = b
  40. c = b
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement