Advertisement
coinwalk

cool ;)

Aug 19th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. divie = 24
  2. elfbal = balance
  3. olfbal = balance
  4. oldbal = balance
  5. x = balance/divie
  6. y = balance/divie
  7. v = balance/divie
  8. chance = 49.95
  9. bethigh = false
  10. freak = false
  11. nextbet = y
  12. cool = balance
  13. target = 10000
  14. bolux = balance
  15. myseed = 0
  16. resetstats()
  17.  
  18.  
  19. function dobet()
  20. xol = math.random(1,3)
  21. if (xol==1) then
  22. myseed = math.random(7777,9999)
  23. end
  24. if (xol==2) then
  25. myseed = math.random(50000,77777)
  26. end
  27. if (xol==3) then
  28. myseed = math.random(50,99)
  29. end
  30. seedclient = (myseed)
  31. if balance>=target then
  32. stop()
  33. end
  34. if (balance>=(elfbal+(x*6))) then
  35. nextbet = previousbet*2
  36. x = nextbet
  37. elfbal = balance
  38. olfbal = balance
  39. end
  40. if (balance<=(olfbal-(x*3))) then
  41. nextbet = previousbet*2
  42. x = nextbet
  43. olfbal = balance
  44. elf = balance
  45. end
  46. if balance>olfbal then
  47. olfbal = balance
  48. end
  49. if balance<elfbal then
  50. elfbal = balance
  51. end
  52. if ((nextbet>=(y*4)) and (balance>=oldbal)) then
  53. nextbet = y
  54. x = y
  55. elfbal = balance
  56. olfbal = balance
  57. oldbal = balance
  58. end
  59. if balance>=olfbal then
  60. olfbal = balance
  61. end
  62. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement