chance = 90 bethigh = true basebet = balance/5555 nextbet = basebet --set targets amount=3100 -- Amount to withdraw profittarget= 11000 -- Set max Balance to start withdraw stoptarget=5000 -- Set min Balance to stop script function dobet() if (win) then chance = 90 basebet = balance/5555 nextbet = basebet else if chance == 25.00 then nextbet = previousbet * 1.33738 else chance = 25.00 nextbet = basebet/3.3 print("-----------------------------------------") print(" ") print("You Won ") print(profit) print(" for this Session") print(" ") print("Your Balance is ") print(balance) print(" ") print("-----------------------------------------") resetseed(); end end if balance <= stoptarget then stop() end if (balance) >= profittarget then ching() alarm() print("Your Balance is ") print(balance) print(" ") print("TARGET ACHIEVED GO NEXT!!!") print(" ") print("TARGET ACHIEVED GO NEXT!!!") print(" ") print("TARGET ACHIEVED GO NEXT!!!") print(" ") print("TARGET ACHIEVED GO NEXT!!!") print(" ") print("You Won ") print(profit) print(" for this Session") print(" ") print("Withdrawing Target Amount ") print(amount) print(" DOGE") --Change withdraw adress --withdraw(amount,"your address here") --uncomment the line above and add your address to use. print(" ") print("CONTINUING TO WIN MORE!!!") resetseed(); end end