LUA Scripts
Script based on "Double chances Uploaded by:spiritual3" with autowithdraw and minbalance function.
try the script but can not get the auto with draw to work... --Change withdraw adress -- withdraw amount, "eM62SGniMMAqcB8SzFsABT1oxRsNdQrCp6" --uncomment the line above and add your address to use. can you comment below the right setings
any line that is preceeded with -- is a comment. to uncomment it, remove the -- Functions like withdraw require the brackets, don't remove them. wihtdraw(amount,'yourbitcoinaddresshere')
thanks
seuntjie, i need your help on this script. I have been trying to change the performing of this script by changing the bethigh to betlow when 4 or 5 bet lose is encountered but script always stop after one bet. Find my edited code below and pls correct where wrong. My code is the second else if fall-through code construct. chance = 90 bethigh = true basebet = balance/5555 --to be the ideal amount automatically.. nextbet = basebet --set targets parameters amount=3100 -- Amount to withdraw automatically, not all site supports this function though, profittarget= 11000 -- Set max Balance to start withdraw stoptarget=5000 -- Set min Balance to stop script, you can change to whatever value you want. --end setting targets parameters. function dobet() if (win) then chance = 90 basebet = balance/5555 nextbet = basebet else if chance == 25.00 then nextbet = previousbet * 1.33738 else if currentstreak = -4 then bethigh = !bethigh 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(); -- this makes winning more easily and quickly by resetting seeds. end end if balance <= stoptarget then stop() end if (balance) >= profittarget then ching() --gives a sound alarm() --sounds an alarm sound 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 patrick jane, if u want to withdraw your profit automatically --withdraw(amount,"your address here") --uncomment the line above and add your address to use. print(" ") print("CONTINUING TO WIN MORE!!!") resetseed(); end end
Sorry, I don't help write scripts. You can ask for help on https://bitcointalk.org/index.php?topic=1114503.new#new
Keep in mind that autowithdrawl only works without 2FA on your account, otherwise it will not work.
This comment has been removed.
Please someone could put a step by step of how would the procedure of this script settings ...... Thanks any help in this regard! Thank you!
Click on "How do I use this?" in the blueish box at the top of the page.
is it possible withdraw to 999dice account like #87249441 instead of Doge wallet? Thanks, --Really appreciate to your script
I haven't tried. Why don't you test and let me know if it works?
yes.no fee charged to account.
tip("87249441",amaut)
It is not making withdraw to my wallet can anyone please lookout and tell why it is not withdrawn to my wallet address. I didnot have any 2fa in my account. it is displaying withdraw the amount to my wallet but it is not withdrawn. Please check it and help why.
Not all sites allow the bot to withdraw. Take a look at the "site features" page (link on the left side in the dicebot dropdown) to see which features are enabled for which sites.
doesn't work.
the bot only makes one bet? then you have to type start(( again
@Cchadwicka, the bot works automatically not once. check your source code copied. are you missing out some code or u modified it. thats why. mine works fine and has been giving me cool cash.
I have 5.00540246 satoshis, I tried to use the script but it only runs once and then stop, the screen where it shows if I won or lost is green but my amount does not change, I have made a bet of 1.00000000 satoshis I got the bet of 5,000,000 and even the screen getting green nothing changes and the game always ends in the first move. What can I be doing wrong? ( Im traying to play on 999dice)
Divide your balance by 5555 as you see in the script on the top: basebet = balance/5555 ... then put lower amount in stoptarget. Example: Your balance is 0.500000000 divide by 5555 = 0.00009000 Yuo have to set: stoptarget = 0.00008999 or lower. Now will be working.
Hi, can someone show me how it should look like?
And does the bot restart by itself after withdraw the money?