Advertisement
coinwalk

amazing bot by snowy

Feb 6th, 2024
1,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dick    = balance
  2. chance  = 49.5
  3. base    = balance/144000
  4. bethigh = false
  5. sad     = (base*10)
  6. idiot   = (base*7.9)
  7. tom     = ((math.floor(balance/sad))*sad)
  8. up      = 6.9
  9. down    = 2.9
  10. bilance = balance
  11. harry   = balance
  12. fart    = 1  
  13. joe     = base
  14. nextbet = joe
  15. resetstats();
  16.  
  17. function dobet()
  18.     if win then
  19.         bilance = bilance+joe
  20.     else
  21.         bilance = bilance-joe
  22.     end
  23.     if (nextbet==null) then
  24.         nextbet = joe
  25.     end
  26.     if (bilance>(tom+(nextbet*up))) then
  27.         up      = 4.9
  28.         down    = 4.9
  29.         joe     = joe*2
  30.         nextbet = joe
  31.         tom     = bilance
  32.     end
  33.     if (bilance<(tom-(nextbet*down))) then
  34.         up      = 4.9
  35.         down    = 4.9
  36.         fart    = 0
  37.         joe     = joe*2
  38.         nextbet = joe  
  39.         tom     = bilance
  40.     end
  41.     if ((bilance>=(dick+(sad*fart))) and (bilance>(tom-(nextbet*down))) and (bilance<(tom+(nextbet*up))) and (not (balance==tom))) then  
  42.         joe     = base
  43.         nextbet = joe
  44.         up      = 6.9
  45.         down    = 2.9
  46.         fart    = 1
  47.         tom     = ((math.floor(bilance/sad))*sad)
  48.         dick    = ((math.floor(bilance/sad))*sad)
  49.     end
  50.     if (balance<base) then
  51.         stop()
  52.     end
  53.    if (balance>240) then
  54.        stop()
  55.    end
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement