Advertisement
coinwalk

so fun bot snowybot complete handbreak bot

Aug 23rd, 2023
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. base            = (((((((balance/2)/2)/2)/2)/2)/2)/10)
  2. floatingbasebet = base
  3. target          = 1000
  4. tens            = (base*10)
  5. sevens          = (base*6.9)
  6. eights          = (base*7.9)
  7. bogus           = balance
  8. chance          = 49.5
  9. bethigh         = false
  10. oldDegen        = 0
  11. nextbet         = floatingbasebet
  12. resetstats()
  13.  
  14.  
  15.  
  16. function dobet()
  17. if ((balance>(((math.floor(balance/tens))*tens)+sevens)) and (balance<(((math.floor(balance/tens))*tens)+eights)) and (not (balance==oldDegen))) then
  18.     floatingbasebet = floatingbasebet*2
  19.     oldDegen        = balance
  20. end
  21. if (((balance-(floatingbasebet*40))<=0) and (balance<(((math.floor(balance/tens))*tens)+sevens))) then
  22.     floatingbasebet = base  
  23.     oldDegen        = 0
  24. end
  25. if (((floatingbasebet*10)>=bogus)  and (balance<(((math.floor(balance/tens))*tens)+sevens))) then
  26.     floatingbasebet = base  
  27.     oldDegen        = 0
  28. end
  29. nextbet = floatingbasebet
  30. if (balance>=target) then
  31.     stop()
  32. end
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement