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:Dogecoin Script for 999dice
Uploaded by: 88JackPot
Discription:
Script based on "Double chances Uploaded by:spiritual3" with autowithdraw and minbalance function.





CommentsLogin or Register
Hjorten23:01:2017 07:45
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 
    Login or Register
seuntjie23:01:2017 11:00
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')
    Login or Register
Hjorten24:01:2017 16:46
thanks 
    Login or Register
redjonh18:02:2018 08:11
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
    Login or Register
seuntjie19:02:2018 19:25
Sorry, I don't help write scripts. You can ask for help on https://bitcointalk.org/index.php?topic=1114503.new#new
    Login or Register
patrickol24:01:2017 20:26
Keep in mind that autowithdrawl only works without 2FA on your account, otherwise it will not work.
    Login or Register
Hjorten25:01:2017 13:25
This comment has been removed.
    Login or Register
ALPHABTC21:03:2017 18:06
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!
    Login or Register
seuntjie21:03:2017 18:32
Click on "How do I use this?" in the blueish box at the top of the page.
    Login or Register
raechaa25:03:2017 07:42
is it possible withdraw to 999dice account like #87249441 instead of Doge wallet?

Thanks,
--Really appreciate to your script
    Login or Register
seuntjie25:03:2017 11:36
I haven't tried. Why don't you test and let me know if it works?
    Login or Register
redjonh18:02:2018 08:12
yes.no fee charged to account.
    Login or Register
Cilipep106:04:2020 12:19
tip("87249441",amaut)
    Login or Register
gkcheetah10017:05:2017 07:03
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.
    Login or Register
seuntjie17:05:2017 13:36
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.
    Login or Register
Dramorian10:06:2017 10:56
doesn't work. 
    Login or Register
Cchadwicka27:09:2017 02:32
the bot only makes one bet?  then you have to type start(( again
    Login or Register
redjonh18:02:2018 08:14
@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.
    Login or Register
marcospfa24:07:2018 05:57
This comment has been removed.
    Login or Register
marcospfa24:07:2018 06:00
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)
    Login or Register
Tomy4526:08:2020 03:55
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.
    Login or Register
anynoname20:09:2020 19:25
Hi, can someone show me how it should look like?
    Login or Register
anynoname21:09:2020 15:20
And does the bot restart by itself after withdraw the money? 
    Login or Register