Bitcoin Forum
June 17, 2024, 10:03:29 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 »
21  Economy / Gambling / Re: HeyYouGuys - DiceBot Script - "Going Up JackPot Edition" - AWESOME Update! on: June 08, 2017, 02:25:24 AM
is this normal? or just unlucky .


If you look at the posted picture on the 1st page you can see the same lines to the negative side as what you posted, only difference you made much lesser bets as the owner posted Wink. What is happening, it is looking for that winner to pump UP your balance to the positive side. For what I see in my own test runs it can be sometimes negative and hitting the stoploss of 0.25, but if you just let the bot running it can be recovered in the run after that, so the 0.25 loss is recoverd + some earnings.

Hope this helps.
Goodluck!

This is correct. This script is designed for the long haul. Let it run for a week.

You can adjust the various stop losses I coded in (see the readme); and see if you can tune better performance out of it.

Keep in mind the round stop loss is compounded; so a 25% loss followed by a 25% loss does not mean you lose half of your bank; because you'd have 100, then 75, then 75% of 75. It allows for a lot of round losses, and chances for recovery.

You could UP the round stop loss; to say 27.5. See how it fairs; I wouldn't recommend lowering it though, because you will likely hit it too often.
22  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Script - Version 1.4 JACKPOT Edition on: May 11, 2017, 11:06:09 AM
 
Would you please give me 5% change for 999dice ?

Higher payouts need high balance as there can be alot more reds than you ever thought of. However a limit to max bet can save your money by limiting the maximum size of bet. i was trying 5% once with 0.00001% as basebet of the balance but it took all of my balance in one streak. so i suggest you to make a maximum bet limit to limit your loss.



I appreciate this input, and this feature has been implemented in the newest version. It is found near the end of the script:

Code:
if nextbet >= (balance * 0.0065) then
nextbet = 0.00000500
curbet = 0.00000500
resetstats()
end

You could reduce the multiplier (0.0065) being the maximum bet to prevent longer loss streaks, or increase, which would be higher risk, but without a series loss (serperate stoplimit set at top of script). Either way; as long as you don't change the code as is; the most you can loose in a single series (which is when more than 0.00000010 profit is made... is 25% of your bankroll. That may sound scary; but with a bankroll of 0.00500000 an average series will produce profit of 0.00005000 to 0.00010000.  So the low "profit reset" is simply; once it wins, it wins- and resets.
 
 
23  Economy / Gambling / Re: HeyYouGuys - DiceBot Script - "Going Up JackPot Edition" - AWESOME Update! on: May 11, 2017, 10:59:31 AM


UPDATE 05/11/17:  THIS IS A VERY EXCITING UPDATE TO "GOING UP" for DICEBOT



SCRIPT:   Going Up JACKPOT EDITION v2.0 - MAJOR UPDATES AND PERFORMANCE ENHANCEMENTS!



RELEASED 5/11/17:    GOING UP v2.0  **JACKPOT EDITION**

"Going Up - JackPot Edition" is a fully automated script written for use within the amazing Seuntjies DiceBot https://bot.seuntjie.com/

Script Requires a MINIMUM BANKROLL OF 0.004000000 to function "at it's best". With a lower bankroll; the equations will calculate mostly 0.00000000 wagers. As the mathmatics were fine tuned and are now based off of the many test I ran using banks from 0.00500000 to 0.20000000, you wil see the best results (due to the ROUNDUP ROUNDDOWN fuction of the dice sites in the way they calculate bets that fall after 8 decimals... Best performance is seen with any Bankroll of 0.05000000 or more.

AVERAGE PERFORMANCE:     On average over the long run:  10% profit gains over every 9000-11,000 rolls. Compounded.  This factors in "series losses" which are scripted in to prevent a bust. Please read instructions on how to adjust how many series you want to allow to fail. The default is 0.25 which equals out to about 10 full "fails"... which I have not even come remotely close to running over 500,000 rolls on multiple sites/VMs.

All of the new performance enhancements are listed below. The bot is now further enhanced to recalculate the wager on a per roll basis pre-roll, along with chance - Making this the easist bot in the world to run. NOTE:  This is not an agressive bot, and it is designed to be "left alone" to do it's thing. I have run 100,000s of 1000s of rolls on Crypto-Games and PrimeDice and the outcomes are even better than before. A VIDEO WILL BE POSTED SHORTLY.

But to reiterate; it's not a get right in one hour; it has multiple bult in failsafes/stop limits, which all work together to prevent losses from different types of streaks, or combinations thereof. It works off a low chance (between 1.25 and 0.01 as the jackpot; and after 12 hours of rolling your chart will look like a long ladder of stairs upward.

Please note; this script is provided purely for entertainment purposes, and HeyYouGuys assumes no liability; nor will the user of this script, which is provided free of charge, hold HeyYouGuys liable for any losses; financial or ortherwise; by the use of this script.

The script is coded in LUA; and you are free to customize. Instructions are below.

Feel free to contact with any questions; custom script code requests/quotes, or technical issues. Happy Rolling!


After numerous simulations and test runs, this release of "Going Up - Jackpot Edition" offers a number of new features as well as refined math calculations for each rolls wager size and chance/payout.

IMPROVEMENTS AND CHANGES FOUND IN V2.0

  • IMPROVED MATHMATICS:   Improved wager calculation based on 'before the roll occurs' balance. This is a major upgrade as the bot continues to recalculate how a wager is computed based on real time balance; rather than a fixed equation.
  • REFINED VARIABLES:      Adjustments have been made to the variable balancestoplimitround. The new setting is balancestoplimitround = 0.2.  What does this mean?  This bot is a fully automated bot, and it works by computing bets and chances off long series of rolls, based off your bank size... you need do nothing more.  It continuously takes each series, sectioned into smaller series of rolls, and calculates your wagers and chance based off bank balance and streak performance.
     
    Note:    You can still set a StopLossLimitBalance = X.XXXXXXXXX which would represent the balance at which the bot would stop altogether if your bank account dropped below that number on a single next roll; however-- the  balancestoplimitround variable is a more flexible way to prevent losses, and keep your bot rolling. A setting of 0.2 represents 1/5 th, or 20%; meaning , if within a long series, (you hit a bad streak); your balance falls 20%; computed by the series profit ledger; the bot will simply reset; and start a new series. KEEP IN MIND; this is a progressive betting system; so bet size will increase when profit is down; and it will decrease bet sizes when profit is up, as well as chance being a calculated factor as well. When a series is reset, the lost profit is discarded; so your wager size would return to BASE. NOTE: Default StopLossLimitBalance is set to 0.00000000 (none) as I've never had a loss streak like that happen.
     
    That said; setting the variable  balancestoplimitround = 0.2 would allow 12 MAJOR bad streaks (in the unlikely event); based on a starting balance of (percentage of full bank): 100 would reset at 80. 80 would then reset at 64, 64 then at 51.2 and so on. After 10 Major bad streaks (I have yet to see more than 3 occur in 100,000 rolls on multiple runtimes/separate accounts combined)  you would still have 10% of your original balance. Changing  balancestoplimitround to a lower number; say 0.15 would reset the bot at a 15% loss; however; my tests have shown 0.20-0.25 to be the sweet spot. DEFAULT IS SET TO 0.25.  
     
    On average, Going Up - Jackpot Edition yields an average return of 10% profit compounded (at the end of a 9000 -11,000 rolls). Returns are compounded per series of approximately 10,000 rolls. So it gains far more often then the unlikely event of a long loss event.

The bot will perform with balances of at least 0.00400000 BTC; and performs exceptionally well, minimal risk, with balances at or above 0.10000000 BTC

  • CHANCE ADJUSTMENTS:   Refinements to chance have been made which have proven to be more profitable over the long run. This includes slight changes at where the 'stages' change.
  • NOTIFICATIONS:   The script now sends display messages which will appear in the scrolling console window of Dicebot announcing a Win, Stage Change, and other Notifications such as Max Bet / Adjustments.
  • JACKPOT LIMIT:   This bot is designed to be start and go to bed. Walk away. Let it work for you. Just run. That said; every win, (roughly 1 in 100 rolls); the next bet is a 9900x Chance Bet. (You may need to adjust the "JACKPOT VARIABLE CHANCE" as it is set at 0.01 which not all dice sites allow. The Jackpot roll is a fraction of your last win. It also acts as a stop limit; if your swings get too large; your jackpot bet on your next win; after a long streak will be a higher wager amount. If the Jackpot wager amount exceeds a specific fraction of your balance (balance * 0.0013725) to be exact... the bot will reset. Why? Because the odds of hitting the jackpot are small. So after a big win; the bot will typically meet it's "reset threshold". However; after doing so; the loss of a large losing Jackpot Bet (Example: 0.00001000) would instantly put the "mathmatics" of the bot into negative loss teritory. Limiting the Jackpot amount; or rather, reseting to BASE if it gets to large; prevents the bot from hitting a long loss streak after a first long loss streak followed by a big win.
     
    These are illustrated in the charts.

This revised script is provided free of charge; and has been tested and works perfectly using Seuntjies DiceBot which can be found here:   https://bitcointalk.org/index.php?topic=307425.0;topicseen

Fast Rolls & Solid Performance on the test sites I used: https://primedice.com/?c=HeyYouGuys      and    https://www.crypto-games.net?i=gw7DaSSW4Z     

Please consider using the above referal links (also provided in the script for all dice sites to help support future bot enhancements and development of new scripts which I will release when ready. Thank you all and feel free to respond with questions!


Code:

-- GOING UP SCRIPT --
-- ------------------- --


-- PLEASE SUPPORT MY WORK BY REGISTERING PLAY ACCOUNTS USING MY REFFERAL LINKS SO I CAN KEEP POSTING ADDITIONAL GREAT SCRIPTS AND OFFER SUPPORT!

-- GAME SITE SIGN-UP LINK SCRIPT BETA-TESTED ON SITE
-- --------- ------------ --------------------------

-- PrimeDice (Recommended Site) https://primedice.com/?c=HeyYouGuys YES (Recommended site due to constant Nonce)
--      999Dice https://www.999dice.com/?89416832 NO - Yet Should Work - May Need Adjustment of the JackpotChance
-- CryptoGames https://www.crypto-games.net?i=gw7DaSSW4Z YES (Recommended for fast rolling with a minimum Bank Balance of 0.15)
-- SafeDice https://safedice.com/?r=55774 No
-- Rollin.io https://rollin.io/ref/11w9 No
-- BitDice https://www.bitdice.me/?r=16818 No
-- CoinMillions https://coinmillions.com/?referral=65499 No
-- Bitsler https://www.bitsler.com/?ref=HeyYouGuys NO
-- Nitrogen Sports https://nitrogensports.eu/r/1937097 NO
-- Bit-Exo https://bit-exo.com/?ref=HeyYouGuys NO

-- RUNTIME SCRIPT STARTS HERE! --

-- ----------------------------------- --
-- GOING UP SCRIPT V2.0 - JACKPOT EDITION --
-- ------------------- --

-- COPY ENTIRE SCRIPT INTO CODE WINDOW --

-- ----------------------------------- --

-- ** SET TOTAL BANK BALANCE STOP LIMIT HERE ** --

StopLossLimitBalance = 0.00000000

-- ** YOU CAN CHANGE YOUR JACKPOT CHANCE HERE - DEFAULT IS 9900x PAYOUT AT 0.01 ** --

JackPotChance = 0.01

-- CHANGE AT YOUR OWN RISK --

bethigh = true
randomHighLow = false
base = 0.00000100
chance=  1.25
multiplier = 1
nextbet = base 
curbet = base

function dobet()

-- ** SET SINGLE SERIES MAX BANK LOSS HERE AS PERCENTILE - RECOMMENDED SETTING IS 0.175 TO 0.25 ** --

balancestoplimitround = (balance * 0.25)

if currentstreak>=-55 and currentstreak<=0 then
base = ((((balance) - (profit * 6300)) / 400000) + (balance * 0.00000207675))
chance=  0.91 - (currentstreak * -0.0033333)
bethigh = true
elseif currentstreak<=-56 and currentstreak>=-400 then
base = (((balance) - (profit * 400)) / 250000)
chance= 1.30 - (currentstreak * -0.00033333)
bethigh = true
elseif currentstreak<=-401 and currentstreak>=-1000 then
base = 0.00000000
chance = 0.89
end

if win then
nextbet = previousbet * 3
chance = 0.01
print("-----------------")
print("WIN NICE")
print("-----------------")
if currentstreak<1 then
nextbet = previousbet * 3
end
else
if currentstreak==-1 then
curbet = base
else
curbet = base
end
nextbet = base + 0.00000001
end

if currentstreak==-55 then
print("----------------------------------------")
print("STAGE TWO STARTING")
print("----------------------------------------")
end

if currentstreak==-401 then
print("----------------------------------------")
print("ZERO ROLLING AT BASE ODDS UNTIL WIN")
print("----------------------------------------")
end

if profit > 0.00000010 then
resetstats()
end

if profit < ((balancestoplimitround) * -1) then
resetstats()
end

if nextbet >= (balance * 0.0065) then
nextbet = 0.00000500
curbet = 0.00000500
resetstats()
end

if balance < (StopLossLimitBalance) then
print("BETTING STOPPED AS BALANCE STOP LOSS LIMIT HAS BEEN BREACHED")
stop()
end

if bets == 700 then
resetseed()
end

if nextbet < 0.00000000 then
resetstats()
end

if bets == 500 then
print("-----------------------------------------------------------")
print("GOING UP - SCRIPT FOR DICEBOT")
print("-----------------------------------------------------------")
print("---------------- By HeyYouGuys ---------------")
print("-----------------------------------------------------------")
print("-----------HeyYouGuys on Bitcointalk----------")
print("-----------------------------------------------------------")
print("------------HeyYouGuysBTC@gmail.com-----------")
print("-----------------------------------------------------------")
end

if bets == 505 then
print("-----------------------------------------------------------")
print("PLEASE HELP SUPPORT MY SCRIPT TESTING AND RESEARCH EFFORTS")
print("SIMPLY USE THE REFERRAL LINKS INCLUDED AT THE TOP OF THIS SCRIPT")
print("WHEN REGISTERING YOUR ACCOUNTS AT DICE SITES.")
print("-----------------------------------------------------------")
end

if bets == 510 then
print("-----------------------------------------------------------")
print("THE COMMISSIONS EARNED ARE USED TO TEST AND REFINE THESE SCRIPTS")
print("YOUR SUPPORT IS APPRECIATED!!!")
print("-----------------------------------------------------------")
end

if (randomHighLow) then
if (math.random() < .0237) then bethigh = !bethigh end
end
end

-- PLEASE SUPPORT MY WORK BY REGISTERING PLAY ACCOUNTS USING MY REFFERAL LINKS SO I CAN KEEP POSTING ADDITIONAL GREAT SCRIPTS AND OFFER SUPPORT!



COMMENTS QUESTIONS AND FEEDBACK ARE WELCOME, OR YOU MAY CONTACT ME VIA PM!


24  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Script - Version 1.4 JACKPOT Edition on: May 09, 2017, 09:24:50 PM
From your tests, it looks like it is nice working script. In all honesty, I don't think scripts or any gambling strategy will work in any casino. But, even if I whole heartedly believe this, I still love bot scripts and will sure to test out your script. Hope it gets me anywhere near 50% at least, like what you were able to do. Cheesy

Thanks for your feedback. I have a few versions of this script, some with just basic changes to the computations for rolls, and other's I've played with that work well with certain "Jackpot" type easter eggs in terms of special bets that occur based on previous streaks.

I think someone mentioned an error in the code posted (I'll take a look). I could have been copy/paste trigger happy and simply posted the code into this thread with an error. If so will fix.

To comment on what others have said, yes there is no magic solution or golden ticket script. But if you've ever played crapps there are good bets and bad bets, so if you are going to gamble on dice sites, it's best to play with the absolute best script possible, with all the math you can harness, to calculate bet sizes, streak sizes, probability, and safety nets so you don't lose your bank.

I'm working on a custom LUA script for Dicebot right now for hire. I'll finish that up today and take a look at this script tonight to see if theres any changes that need to be made. I may also post (if there is an error) one of my private scripts for the mishap.

Thanks again!
25  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Scripts with Charts LIVE BROADCASTING NOW on: April 20, 2017, 02:27:58 PM
Also, how do we know you are including losing sessions as well? For a we know, you are posting all your 'wins' while all the losses are tossed or not included in your posts.

You could be at a loss right now, but how would we know?

Try the script. The 2nd version (v1.32) is the lower risk version regardless of bank size.

Set your stop losses at the top of the script.

I've posted scripts to the DiceBot website which have been posted; and they have received great comments... This one has been submitted, just not indexed yet on the site.

It's a solid performer; of course there is always risk, it's gambling. But this script performs- exceptionally so on PrimeDice.

The script is provided free of charge, I only ask if you register new accounts; please use my referral links included in the script to do so.

Thanks and enjoy!
  Grin
26  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Scripts with Charts LIVE BROADCASTING NOW on: April 20, 2017, 04:34:57 AM
Nice profit on live webcast already after only 1500 bets!
27  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Scripts with Charts on: April 20, 2017, 04:11:13 AM
Currently Broadcasting Live "Going Up" Script using DiceBot 3.3.2!

You can view the live webcast here; and join in the youtube chat as well!

Webcast Link:


https://youtu.be/wzpq8mUDyfA
28  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Scripts with Charts on: April 20, 2017, 03:14:49 AM
very interesting but it seems to be good for the early takers as we knew those listed site are also have an account here
we can't say how they will react with this script but its a good thing that OP is not selling the script but sharing it for
getting ref.

The second version (Version 1.32) is a lower risk version, with slower gains, but the risk of losing a round (to your StopLossLimitRound variable) is extremely low, I have it running on another machine using Dicebot 3.3.3, and it's surpassed 150,000 bets. Unfortunately DiceBot 3.3.3 limits the chart to 10,000 bets and slides, so theres no way to post the streak.

Version 1.31 is only to be used with balances greater than 0.05, and I recommend higher (Starting balance of 0.50), and following the round recovery options in the insructions.

Regardless, V1.32 will work with ALL balances.

With a balance of 1 BTC on Crypto-Games, the rolling is awesomely fast using either version.

Enjoy!
29  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Scripts with Charts on: April 20, 2017, 02:53:37 AM
Seems good to me. Will try it for sure. You are using 66x multiplier. Right?

No the multiplier (chance) is auto adjusting for the first phase of a "round" and then fixed for the second phase. A round is typically Start to Win. Then the bot resets and re-calculates.

The odds are roughly 1/80 chance to 1/110 chance, each bet adjusting to a lower chance then stopping at a fixed amount until a win occurs.

It's important not to change the chance/odds -- as the bet amounts are calculated and based on the chance/multiplier which is set up in the script.

The only variables you should change are the 2 STOP LOSSES at the top of the script.

Smiley
30  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: April 20, 2017, 02:45:22 AM
Just Posted and Submitted a new Script "Going Up".

The script (2 versions) can be found here:    https://bitcointalk.org/index.php?topic=1876751.0




SCRIPT PERFORMANCE

Played on Crypto-Games





Played on PrimeDice

31  Economy / Gambling / Re: HeyYouGuys - High Performance DiceBot Scripts with Charts on: April 20, 2017, 02:35:41 AM
Just an updated example using a small start balance of 0.00300000.

I have modified the script to work with smaller balances (the main script has "resets" for low bet amounts which make using it with starting banks of less than 0.05 not run correctly (stops).

Here is a chart of approx 25,000 rolls - played on PRIMEDICE.



SCRIPT FOR PLAYERS USING BANKS LESS THAN 0.05000000 IS PROVIDED BELOW - ENJOY!



Code:
-- HeyYouGuys DiceBot Script --
-- Going Up V1.32 (For Bank Accounts < 0.05) --

-- Please consider supporting the work I share with the community simply by registering for Play Accounts using my Referral Links - It costs you nothing & It's GREATLY APPRECIATED!

-- PLEASE SUPPORT MY WORK BY REGISTERING PLAY ACCOUNTS USING MY REFFERAL LINKS SO I CAN KEEP POSTING ADDITIONAL GREAT SCRIPTS AND OFFER SUPPORT!

-- GAME SITE SIGN-UP LINK SCRIPT BETA-TESTED ON SITE
-- --------- ------------ --------------------------

-- PrimeDice https://primedice.com/?c=HeyYouGuys YES
--      999Dice https://www.999dice.com/?89416832 NO
-- CryptoGames https://www.crypto-games.net?i=gw7DaSSW4Z YES
-- SafeDice https://safedice.com/?r=55774 No
-- Rollin.io https://rollin.io/ref/11w9 No
-- BitDice https://www.bitdice.me/?r=16818 No
-- CoinMillions https://coinmillions.com/?referral=65499 No
-- Bitsler https://www.bitsler.com/?ref=HeyYouGuys NO
-- Nitrogen Sports https://nitrogensports.eu/r/1937097 NO
-- Bit-Exo https://bit-exo.com/?ref=HeyYouGuys NO
--

-- --------------------------------------------------------------------------------------------------------

-- INSTRUCTIONS -

-- StopLossLimitBalance will stop the bot if your balance drops below this amount following the last bet.
-- StopLossLimitRound will stop the bot if your current loss amount on a SINGLE round reaches this amount. Keep in mind this bot script resets the stats for gameplay based on win timing and profit amounts. Typically every win past 10 bets will trigger a reset back to start. Enter a fraction of your balance here. Recommend twenty percent of balance. If your balance is 0.50000000 set to 0.10000000.

-- Tip - If you hit your StopLossLimitRound - NOT BALANCE, but just one ROUND, the bot will stop. Recommend the following -

-- - Go to your Code Tab, and after dobet - Change the following -

--   - BASE ONE - LINE 2 - to equal base = (((balance) - (profit * 2000)) / 350000)
--   - BASE TWO after ELSE to equal base = (((balance) - (profit * 400)) / 400000)
--   - Change StopLossLimitRound to double 2x what it was set at.

-- NEXT - Copy the code and paste into the console entry area. Hit Enter. Start Bot. This will restart the bot with lower risk numbers but still remember your current loss. DO NOT Reset your Stats. This will typically rebound if you do hit a round loss. After rebound, change the variables back to default.

-- ENJOY and please use referral links above to help support me in making new tested scripts that work!

-- ----------------------------------------------------------------------------------------------------------

-- IMPORTANT - MAKE SURE YOU SET STOP LOSSES LINES ONE AND TWO. SEE INSTRUCTIONS ABOVE.

-- GOING UP SCRIPT --
-- ------------------- --

StopLossLimitBalance = 0.00000000
StopLossLimitStreakRound = 0.00000000

bethigh = true
randomHighLow = false

base = 0.00000002
chance=  1.5
multiplier = 1

nextbet = base  
curbet = base

function dobet()


if currentstreak>-75 then
base = (((balance) - (profit * 2400)) / 250000)
chance=  1.35 - (currentstreak * -0.003765)
bethigh = true
else
base = (((balance) - (profit * 400)) / 300000)
chance= 1.10
bethigh = true
end

if win then
nextbet = 0.00000002
if currentstreak<1 then
nextbet = 0.00000002
end
else
if currentstreak==-1 then
curbet = base
else
curbet = base
end
nextbet = base + 0.00000001
end

if profit > 0.00000010 then
resetstats()
end

if nextbet < 0.00000001 then
resetstats()
end

if balance < (StopLossLimitBalance) then
stop()
end

if profit < ((StopLossLimitStreakRound) * -1) then
stop()
end

if (randomHighLow) then
if (math.random() < .0237) then bethigh = !bethigh end
end
end


-- PLEASE SUPPORT MY WORK BY REGISTERING PLAY ACCOUNTS USING MY REFFERAL LINKS INCLUDED IN THE SCRIPT SO I CAN KEEP POSTING ADDITIONAL GREAT SCRIPTS AND OFFER SUPPORT!


32  Economy / Gambling / HeyYouGuys - *DiceBot Scripts* - LIMITED RELEASE & HIGH ROLLER SCRIPTS UNLEASHED on: April 19, 2017, 11:39:21 AM



UPDATE 08/18/17:  COMING SOON... "TOP ME OFF" - FAUCET SCRIPT
AN ASSISTED AUTO BETTING SCRIPT DESIGNED TO TOP YOUR BALANCE OFF FROM 0.00000500 TO 0.00050000 = 1000X RETURN

REQUIRES INVITATION REQUEST - REQUEST YOUR INVITE FOR "TOP ME OFF" BY SENDING AN EMAIL TO:

HeyYouGuysBTC@Gmail.com with the SUBJECT:   TOP ME OFF
 
 


UPDATE 05/11/17:  THIS IS A VERY EXCITING UPDATE TO "GOING UP" for DICEBOT



SCRIPT:   Going Up JACKPOT EDITION v2.0 - MAJOR UPDATES AND PERFORMANCE ENHANCEMENTS!



RELEASED 5/11/17:    GOING UP v2.0  **JACKPOT EDITION**

"Going Up - JackPot Edition" is a fully automated script written for use within the amazing Seuntjies DiceBot https://bot.seuntjie.com/

Script Requires a MINIMUM BANKROLL OF 0.004000000 to function "at it's best". With a lower bankroll; the equations will calculate mostly 0.00000000 wagers. As the mathmatics were fine tuned and are now based off of the many test I ran using banks from 0.00500000 to 0.20000000, you wil see the best results (due to the ROUNDUP ROUNDDOWN fuction of the dice sites in the way they calculate bets that fall after 8 decimals... Best performance is seen with any Bankroll of 0.05000000 or more.

AVERAGE PERFORMANCE:     On average over the long run:  10% profit gains over every 9000-11,000 rolls. Compounded.  This factors in "series losses" which are scripted in to prevent a bust. Please read instructions on how to adjust how many series you want to allow to fail. The default is 0.25 which equals out to about 10 full "fails"... which I have not even come remotely close to running over 500,000 rolls on multiple sites/VMs.

All of the new performance enhancements are listed below. The bot is now further enhanced to recalculate the wager on a per roll basis pre-roll, along with chance - Making this the easist bot in the world to run. NOTE:  This is not an agressive bot, and it is designed to be "left alone" to do it's thing. I have run 100,000s of 1000s of rolls on Crypto-Games and PrimeDice and the outcomes are even better than before. A VIDEO WILL BE POSTED SHORTLY.

But to reiterate; it's not a get right in one hour; it has multiple bult in failsafes/stop limits, which all work together to prevent losses from different types of streaks, or combinations thereof. It works off a low chance (between 1.25 and 0.01 as the jackpot; and after 12 hours of rolling your chart will look like a long ladder of stairs upward.

Please note; this script is provided purely for entertainment purposes, and HeyYouGuys assumes no liability; nor will the user of this script, which is provided free of charge, hold HeyYouGuys liable for any losses; financial or ortherwise; by the use of this script.

The script is coded in LUA; and you are free to customize. Instructions are below.

Feel free to contact with any questions; custom script code requests/quotes, or technical issues. Happy Rolling!


After numerous simulations and test runs, this release of "Going Up - Jackpot Edition" offers a number of new features as well as refined math calculations for each rolls wager size and chance/payout.

IMPROVEMENTS AND CHANGES FOUND IN V2.0

  • IMPROVED MATHMATICS:   Improved wager calculation based on 'before the roll occurs' balance. This is a major upgrade as the bot continues to recalculate how a wager is computed based on real time balance; rather than a fixed equation.
  • REFINED VARIABLES:      Adjustments have been made to the variable balancestoplimitround. The new setting is balancestoplimitround = 0.2.  What does this mean?  This bot is a fully automated bot, and it works by computing bets and chances off long series of rolls, based off your bank size... you need do nothing more.  It continuously takes each series, sectioned into smaller series of rolls, and calculates your wagers and chance based off bank balance and streak performance.
     
    Note:    You can still set a StopLossLimitBalance = X.XXXXXXXXX which would represent the balance at which the bot would stop altogether if your bank account dropped below that number on a single next roll; however-- the  balancestoplimitround variable is a more flexible way to prevent losses, and keep your bot rolling. A setting of 0.2 represents 1/5 th, or 20%; meaning , if within a long series, (you hit a bad streak); your balance falls 20%; computed by the series profit ledger; the bot will simply reset; and start a new series. KEEP IN MIND; this is a progressive betting system; so bet size will increase when profit is down; and it will decrease bet sizes when profit is up, as well as chance being a calculated factor as well. When a series is reset, the lost profit is discarded; so your wager size would return to BASE. NOTE: Default StopLossLimitBalance is set to 0.00000000 (none) as I've never had a loss streak like that happen.
     
    That said; setting the variable  balancestoplimitround = 0.2 would allow 12 MAJOR bad streaks (in the unlikely event); based on a starting balance of (percentage of full bank): 100 would reset at 80. 80 would then reset at 64, 64 then at 51.2 and so on. After 10 Major bad streaks (I have yet to see more than 3 occur in 100,000 rolls on multiple runtimes/separate accounts combined)  you would still have 10% of your original balance. Changing  balancestoplimitround to a lower number; say 0.15 would reset the bot at a 15% loss; however; my tests have shown 0.20-0.25 to be the sweet spot. DEFAULT IS SET TO 0.25.  
     
    On average, Going Up - Jackpot Edition yields an average return of 10% profit compounded (at the end of a 9000 -11,000 rolls). Returns are compounded per series of approximately 10,000 rolls. So it gains far more often then the unlikely event of a long loss event.

The bot will perform with balances of at least 0.00400000 BTC; and performs exceptionally well, minimal risk, with balances at or above 0.10000000 BTC

  • CHANCE ADJUSTMENTS:   Refinements to chance have been made which have proven to be more profitable over the long run. This includes slight changes at where the 'stages' change.
  • NOTIFICATIONS:   The script now sends display messages which will appear in the scrolling console window of Dicebot announcing a Win, Stage Change, and other Notifications such as Max Bet / Adjustments.
  • JACKPOT LIMIT:   This bot is designed to be start and go to bed. Walk away. Let it work for you. Just run. That said; every win, (roughly 1 in 100 rolls); the next bet is a 9900x Chance Bet. (You may need to adjust the "JACKPOT VARIABLE CHANCE" as it is set at 0.01 which not all dice sites allow. The Jackpot roll is a fraction of your last win. It also acts as a stop limit; if your swings get too large; your jackpot bet on your next win; after a long streak will be a higher wager amount. If the Jackpot wager amount exceeds a specific fraction of your balance (balance * 0.0013725) to be exact... the bot will reset. Why? Because the odds of hitting the jackpot are small. So after a big win; the bot will typically meet it's "reset threshold". However; after doing so; the loss of a large losing Jackpot Bet (Example: 0.00001000) would instantly put the "mathmatics" of the bot into negative loss teritory. Limiting the Jackpot amount; or rather, reseting to BASE if it gets to large; prevents the bot from hitting a long loss streak after a first long loss streak followed by a big win.
     
    These are illustrated in the charts.

This revised script is provided free of charge; and has been tested and works perfectly using Seuntjies DiceBot which can be found here:   https://bitcointalk.org/index.php?topic=307425.0;topicseen

Fast Rolls & Solid Performance on the test sites I used: https://primedice.com/?c=HeyYouGuys      and    https://www.crypto-games.net?i=gw7DaSSW4Z     

Please consider using the above referal links (also provided in the script for all dice sites to help support future bot enhancements and development of new scripts which I will release when ready. Thank you all and feel free to respond with questions!


Code:

-- GOING UP SCRIPT --
-- ------------------- --


-- PLEASE SUPPORT MY WORK BY REGISTERING PLAY ACCOUNTS USING MY REFFERAL LINKS SO I CAN KEEP POSTING ADDITIONAL GREAT SCRIPTS AND OFFER SUPPORT!

-- GAME SITE SIGN-UP LINK SCRIPT BETA-TESTED ON SITE
-- --------- ------------ --------------------------

-- PrimeDice (Recommended Site) https://primedice.com/?c=HeyYouGuys YES (Recommended site due to constant Nonce)
--      999Dice https://www.999dice.com/?89416832 NO - Yet Should Work - May Need Adjustment of the JackpotChance
-- CryptoGames https://www.crypto-games.net?i=gw7DaSSW4Z YES (Recommended for fast rolling with a minimum Bank Balance of 0.15)
-- SafeDice https://safedice.com/?r=55774 No
-- Rollin.io https://rollin.io/ref/11w9 No
-- BitDice https://www.bitdice.me/?r=16818 No
-- CoinMillions https://coinmillions.com/?referral=65499 No
-- Bitsler https://www.bitsler.com/?ref=HeyYouGuys NO
-- Nitrogen Sports https://nitrogensports.eu/r/1937097 NO
-- Bit-Exo https://bit-exo.com/?ref=HeyYouGuys NO

-- RUNTIME SCRIPT STARTS HERE! --

-- ----------------------------------- --
-- GOING UP SCRIPT V2.0 - JACKPOT EDITION --
-- ------------------- --

-- COPY ENTIRE SCRIPT INTO CODE WINDOW --

-- ----------------------------------- --

-- ** SET TOTAL BANK BALANCE STOP LIMIT HERE ** --

StopLossLimitBalance = 0.00000000

-- ** YOU CAN CHANGE YOUR JACKPOT CHANCE HERE - DEFAULT IS 9900x PAYOUT AT 0.01 ** --

JackPotChance = 0.01

-- CHANGE AT YOUR OWN RISK --

bethigh = true
randomHighLow = false
base = 0.00000100
chance=  1.25
multiplier = 1
nextbet = base  
curbet = base

function dobet()

-- ** SET SINGLE SERIES MAX BANK LOSS HERE AS PERCENTILE - RECOMMENDED SETTING IS 0.175 TO 0.25 ** --

balancestoplimitround = (balance * 0.25)

if currentstreak>=-55 and currentstreak<=0 then
base = ((((balance) - (profit * 6300)) / 400000) + (balance * 0.00000207675))
chance=  0.91 - (currentstreak * -0.0033333)
bethigh = true
elseif currentstreak<=-56 and currentstreak>=-400 then
base = (((balance) - (profit * 400)) / 250000)
chance= 1.30 - (currentstreak * -0.00033333)
bethigh = true
elseif currentstreak<=-401 and currentstreak>=-1000 then
base = 0.00000000
chance = 0.89
end

if win then
nextbet = previousbet * 3
chance = 0.01
print("-----------------")
print("WIN NICE")
print("-----------------")
if currentstreak<1 then
nextbet = previousbet * 3
end
else
if currentstreak==-1 then
curbet = base
else
curbet = base
end
nextbet = base + 0.00000001
end

if currentstreak==-55 then
print("----------------------------------------")
print("STAGE TWO STARTING")
print("----------------------------------------")
end

if currentstreak==-401 then
print("----------------------------------------")
print("ZERO ROLLING AT BASE ODDS UNTIL WIN")
print("----------------------------------------")
end

if profit > 0.00000010 then
resetstats()
end

if profit < ((balancestoplimitround) * -1) then
resetstats()
end

if nextbet >= (balance * 0.0065) then
nextbet = 0.00000500
curbet = 0.00000500
resetstats()
end

if balance < (StopLossLimitBalance) then
print("BETTING STOPPED AS BALANCE STOP LOSS LIMIT HAS BEEN BREACHED")
stop()
end

if bets == 700 then
resetseed()
end

if nextbet < 0.00000000 then
resetstats()
end

if bets == 500 then
print("-----------------------------------------------------------")
print("GOING UP - SCRIPT FOR DICEBOT")
print("-----------------------------------------------------------")
print("---------------- By HeyYouGuys ---------------")
print("-----------------------------------------------------------")
print("-----------HeyYouGuys on Bitcointalk----------")
print("-----------------------------------------------------------")
print("------------HeyYouGuysBTC@gmail.com-----------")
print("-----------------------------------------------------------")
end

if bets == 505 then
print("-----------------------------------------------------------")
print("PLEASE HELP SUPPORT MY SCRIPT TESTING AND RESEARCH EFFORTS")
print("SIMPLY USE THE REFERRAL LINKS INCLUDED AT THE TOP OF THIS SCRIPT")
print("WHEN REGISTERING YOUR ACCOUNTS AT DICE SITES.")
print("-----------------------------------------------------------")
end

if bets == 510 then
print("-----------------------------------------------------------")
print("THE COMMISSIONS EARNED ARE USED TO TEST AND REFINE THESE SCRIPTS")
print("YOUR SUPPORT IS APPRECIATED!!!")
print("-----------------------------------------------------------")
end

if (randomHighLow) then
if (math.random() < .0237) then bethigh = !bethigh end
end
end

-- PLEASE SUPPORT MY WORK BY REGISTERING PLAY ACCOUNTS USING MY REFFERAL LINKS SO I CAN KEEP POSTING ADDITIONAL GREAT SCRIPTS AND OFFER SUPPORT!



COMMENTS QUESTIONS AND FEEDBACK ARE WELCOME, OR YOU MAY CONTACT ME VIA PM!


33  Economy / Gambling discussion / Re: Live Broadcast of HeyYouGuys' new HighRise Script - Live Streaming Now! on: April 17, 2017, 10:12:55 PM
I had issues with the screencast software... I was running on a VPN and for some reason it kept shutting down. I will rebroadcast soon on a local machine.

Thanks and sorry for the issuess!
34  Economy / Invites & Accounts / Re: [WTB] PrimeDice Account with Faucets Larger than 2000 Sat - Fast BTC Payment! on: April 17, 2017, 10:11:33 PM
bump... still buying thanks!
35  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: April 13, 2017, 07:04:20 PM
For some reason, not able to download the latest build 3.3.3 It gives a red error:

Something went wrong while fetching your file! Please reload and try again. If the problem persist, please contact seuntjie.

However, when I go to the Download page, older builds download ok...  Maybe link is broken or is it just me?

THANKS!
36  Economy / Gambling discussion / Re: Which gaming sites safe to use? on: April 13, 2017, 06:12:15 PM
I've never had any problems with PrimeDice, even with large withdraws and good winnings.

Sometimes the site has delays, but I think that is just because they have so many users.

But their staff does respond and I've been playing there for years, they are 100% reputable in my opinion.
37  Economy / Games and rounds / Re: Watch LIVE - HeyYouGuys' new HighRise Dice Script - We're Rollin! on: March 27, 2017, 10:17:12 PM
Stream will be live from 6:00pm to 8:00pm EST
38  Economy / Gambling discussion / Re: Live Broadcast of HeyYouGuys' new HighRise Script - Live Streaming Now! on: March 27, 2017, 10:16:25 PM
Live Stream is up and streaming!   View live at:

join.me/heyyouguysbtc

Stream will be live from 6:00pm to 8:00pm EST

Enjoy!
39  Economy / Gambling discussion / Re: Live Broadcast of HeyYouGuys' new HighRise Script - Live Streaming Now! on: March 27, 2017, 02:22:37 PM
Livestream is now unlocked for viewing!

Up 0.06BTC and counting! 

Click the join.me link above to view the rolling live!  Grin
40  Economy / Gambling discussion / Live Broadcast of HeyYouGuys' new HighRise Script - Live Streaming Now! on: March 27, 2017, 02:13:51 PM
Just Launched!    Stream will be live from 6:00pm to 8:00pm EST

Live Demo of my new HighRise Script for Dicebot.

Currently Up 60% !!

Tune in at join.me/heyyouguysbtc to watch the action!

This is a live playing session using my latest script, soon to be released. Winnings are comming in!
Pages: « 1 [2] 3 4 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!