Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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.  
  32.  
  33.  
  34. total+= lastBet.amount
  35. if counter%1 == 0 then
  36. nextbet = (total)/(x/1.2)
  37. end
  38. if nextbet <basebet then
  39. nextbet = basebet
  40. end
  41.  
  42. print(" ")
  43. print("Total Profit : "..string.format("%.8f", profit))
  44. print("")
  45.  
  46. if cnt%100 == 0 then
  47. print( "cnt = " .. cnt .. " bal = " .. balance)
  48. end
  49. end
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement