Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --https://bit-exo.com/?ref=pierresert1
- --https://www.bitsler.com/?ref=pierresert1
- --https://bitvest.io?r=100548
- enablezz=false
- enablesrc=false
- perte=0
- div=100000000
- --balance=10000
- --SETTING--------------
- chance=90
- bb=10/div
- target=3
- limite=-1000
- --currency="LTC"
- -----------------------
- function stringA()
- M1="dev contact (telegram = @pmNofirg / mail=pmgriffon1@gmail.com )"
- M2="this script is FREE if you bought it you got scammed"
- betv=M2
- print(M1)
- print(M2)
- end
- function target_et_limite()
- if (balance-nextbet) < limite or betv==nil then
- print("MISSION FAILLED! C'EST LE JEU SVP FAITES PAS DE BÊTISE") stop()
- end
- if balance >= target then
- print("TARGET REACHED GG !!!") stop()
- end
- end
- function simu_printInfo()
- print("wagered= " ..wagered)
- print("profit= " ..profit)
- print("PERF= " ..(wagered/profit)*100 .."%")
- print ("chance= " ..chance)
- print("nextbet= " ..nextbet .." N° " ..bets)
- end
- bestID,badID,pirePERTE,bestPROFIT=0,0,0,0
- function bestBETid()
- if currentprofit >= bestPROFIT then
- bestID=lastBet.id
- bestPROFIT=currentprofit
- end
- if currentprofit <= pirePERTE then
- badID=lastBet.id
- pirePERTE=currentprofit
- end
- print("PROFIT MAX= " ..bestID)
- print("PERTE MAX= " ..badID)
- end
- nextbet=bb
- function dobet()
- stringA()
- perte +=currentprofit
- if wins%1==0 and win then
- if perte > 0 then
- perte=0
- nextbet=bb
- else
- nextbet = previousbet*1.08
- end
- end
- bestBETid()
- target_et_limite()
- --simu_printInfo()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement