Advertisement
coinwalk

killcunt

Sep 22nd, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. basebet = balance/128000
  2. chance = 49.95
  3. nextbet = basebet
  4. bethigh = false
  5. james = balance
  6. targetone = balance*2
  7. target = balance*2
  8. bin = 0
  9. falcon = balance
  10. cunt = 0
  11. lol = 0
  12. kill = 0
  13. slit = 0
  14. skill = 0
  15. resetstats()
  16. function dobet()
  17. if win then
  18. cunt = 0
  19. lol+=1
  20. kill+=1
  21. else
  22. lol+=1
  23. kill+=1
  24. cunt+=1
  25. end
  26. if (kill==2) then
  27. nextbet = previousbet*2.1
  28. kill = 0
  29. end
  30. if (lol==20) then
  31. bethigh = !bethigh
  32. lol = 0
  33. end
  34. if (cunt>=10) then
  35. nextbet = previousbet*2.5
  36. end
  37. if balance>targetone then
  38. nextbet = basebet
  39. end
  40. if balance>=james then
  41. nextbet = basebet
  42. cunt = 0
  43. kill = 0
  44. lol = 0
  45. james = balance
  46. end
  47. if (balance>target) then
  48. tip(336178519,balance/2)
  49. nextbet = basebet
  50. cunt = 0
  51. kill = 0
  52. lol = 0
  53. james = balance
  54. end
  55. end
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement