Advertisement
coinwalk

klocks up

Aug 17th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. divie = 2400
  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 = 3000
  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>olfbal then
  32. olfbal = balance
  33. end
  34. if balance<elfbal then
  35. elfbal = balance
  36. end
  37. if (balance>=(elfbal+(x*6))) then
  38. nextbet = previousbet*2
  39. x = nextbet
  40. elfbal = balance
  41. end
  42. if (balance<=(olfbal-(x*5))) then
  43. nextbet = previousbet*2
  44. x = nextbet
  45. olfbal = balance
  46. end
  47. if balance>olfbal then
  48. olfbal = balance
  49. end
  50. if balance<elfbal then
  51. elfbal = balance
  52. end
  53. if ((nextbet>=(y*2)) and (balance>=oldbal)) then
  54. nextbet = y
  55. x = y
  56. freak = false
  57. elfbal = balance
  58. olfbal = balance
  59. oldbal = balance
  60. end
  61. if balance>=olfbal then
  62. olfbal = balance
  63. end
  64. if balance>=target then
  65. stop()
  66. end
  67. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement