Need help with the bot or want someone to talk to?
FORUM.SEUNTJIE.COM

The forum is a good platform for asking or offering help with programmer mode scripts

LUA Scripts

Download a script for your bot, or upload your own to share with other users. Login or Register to upload

How do I use this?


Name:untung for DOGE
Uploaded by: dinartrade
Discription:
basebet = 0.00001
minimal Doge = 50
Script hasil modifikasi di site ini
Latihan terlebih dahulu dengan yg gratisan 

SELAMAT OPIT





CommentsLogin or Register
dogeqink12:01:2019 10:42
Ga mau start gan. setting dimana lg ini?
    Login or Register
Tomy4517:09:2020 13:25
Fixed code:



---SETTINGS---
chance     = 59 -->Payout x2.
multiplier = 1.6--> Set a multiplier if you want, more profit, but more risk!! 
-- (1 is neutral).
basebet=0.00001 --> Set your basebet.
--(I recommend balance/50000 min).
                                               
targetprofit=150 --> Set Profit yang anda inginkan

cryptocourse=5850

nextbetZ = 0
---PARAMETERS---Don't edit it---
basebalance=balance
basebalance2=balance
fallstreak=basebalance2-balance
betstack=basebet
nextbet=basebet
bethigh=true
rollcount=0

longstreak=0
winbet=0
bestwinbet=0
losebet=0
worstlosebet=0
worstfallstreak=0
tcount=0
seedcount=0
min=0
hour=0
t0=os.clock()
t1=os.clock()
resetseed()
secu = 0 
perf = 0    
tmprofit = profit  

---? SALAM OPIT ?---

function dobet()
print("INI NEXTBET UTAMA"..nextbet)
seedcount+=1
if seedcount>=1 then
resetseed()
print(" RESETSEED")
print( resetseed() )
seedcount=0
end

hilo=math.random(2)
if hilo==1 then
bethigh=true
else
bethigh=true
end



print

("--------------------------------")


if targetprofit<= balance-basebalance then
stop()
ching()
print("")
print("MENANG "..string.format("%.0f",

(profitbalance*100000000)).." satoshis :)")
end
if balance < secu then 
    alarm()
    resetstats() 
    secu = balance-0.01
    losecount = 0
    perf = 0
    tmprofit = 0
print("HUUH KALAH")
 stop()  
end

 

if win then

 if profit > tmprofit then tmprofit = profit end
if tmprofit > (perf+0.00001) then 
    perf += 0.00001
    secu += 0.00001
print(" BALANCE IF LOSE".. secu)
print("Trailing Stop".. perf)
end
 winbet=previousbet
  if currentstreak==+2 then
    resetstats()
    nextbet=basebet
    roll=0
    betstack=basebet
    basebalance2=balance
    else
    if betstack==basebet then
      nexbet=basebet
      else
     roll +=1
    print("rol ="..roll)
      nextbet=betstack
      if( roll >= 7) then betstack= (betstack

+50+previousbet)*multiplier end

      betstack=(betstack+previousbet)*multiplier
    
      end
    
   end
 else 
 losebet=previousbet
 nextbet=basebet
 betstack=betstack+previousbet


end

if nextbet > (5) then stop()
print(nextbet)
print(" STOP")  end
end
end
    Login or Register
auracell24:10:2020 08:14
loss Doll auto Miskin
    Login or Register