Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. -- IFCRIPT DO PREVIDENTE LUIFINAFIO LULA DA FILVA IFFO TIROU ELE DA PRIVÃO BOGA FEFEERRI2018
  2.  
  3. basebet = balance/10000 --- aqui vofê coloca a bave bet
  4. nextbet = basebet
  5. chance = math.random (4.95,49.5)
  6. counter = 0
  7. totalProfit = 0
  8. currentprofit = 0
  9. bethight = false
  10. profitUpdated = 0
  11. cnt = 0
  12. x = 0
  13. aposta = 0
  14. total = 0
  15. --FE PUDER AVUDAR AGRADEFO BY Gust4v0 :))))
  16.  
  17. function dobet()
  18. aposta+=1
  19. cnt += 1
  20. profitUpdated += currentprofit
  21. x = 99/chance
  22. counter += 1
  23. if profitUpdated > 0.00000001 then
  24. total = 0
  25. profitUpdated = 0
  26. counter = 1
  27. nextbet = basebet
  28. chance = math.random (4.95,49.5)
  29. end
  30.  
  31. if win then
  32. nextbet = basebet
  33. total = 0
  34. profitUpdated = 0
  35. counter = 1
  36. nextbet = basebet
  37. chance = math.random (4.95,49.5)
  38. end
  39.  
  40.  
  41.  
  42. total+= lastBet.amount
  43. if counter>0 and profitUpdated<0 then
  44. nextbet = (total)/(x/2)
  45. end
  46. if nextbet <basebet then
  47. nextbet = basebet
  48. end
  49.  
  50. print(" ")
  51. print("Total Profit : "..string.format("%.8f", profit))
  52. print("")
  53.  
  54. if cnt%100 == 0 then
  55. print( "cnt = " .. cnt .. " bal = " .. balance)
  56. end
  57. end
  58. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement