Pages:
Author

Topic: BustaBot | #1 script for bustabit.com (Read 76217 times)

newbie
Activity: 1
Merit: 0
September 25, 2018, 01:43:16 PM
How the script is executed ? The script runs in the server or just on the particular page which is non-persistent? Can we edit the text file and have your own concepts written in it ? I'm looking forward to use the random function in the script.Will buy the bot after sig payment. Smiley

The bot is written in javascript and will be delivered in a .txt file. You just have to edit the settings hoe you want them to be, copy the whole script and paste it into the website's custom script loader.

The strategies are not my own concepts but well known gamble strattegies.

My father also asked for a copy yesterday and he started with 10k bits, these are is results after 12 hours, almost 200% profit: https://www.bustabit.com/user/ruudpeters

Enjoy!
"""
My father also asked for a copy yesterday and he started with 10k bits, these are is results after 12 hours, almost 200% profit: https://www.bustabit.com/user/ruudpeters
"""
ouch.. was he able to recover on a new account?
newbie
Activity: 11
Merit: 0
June 30, 2018, 02:58:09 AM
Hey,

What do you do if you lose x1.25 while playing with Pluscoup?

For example,

I bet 1000 mXrb on Raigames,

Game 1 - 1000 bet, 250 won
Game 2 - 1000 bet, 250 won
Game 3 - 1000 bet, 1000 lose

So?

I bet 1000 again if I lose, if I win that 1000, I bet 2000, if I win, I bet 2500 or 3000 for getting my first bet back. But it seems it is not good idea.

Any recommendation?

like the OP said...you lose stay at same bet...and bet again...you win...increase bet by one....so your bets are wrong, it should be:

game 1 - 1000 bet, 250 won
game 2 - 1001 bet, 251,25 won
game 3 - 1002 bet, 1002 lose

but you have to keep going...keep adding +1 when you win, stay when you lose...watch your graph...when you graph shows uptrend then stop...and start at your base bet.

i started at 1 bit as base bet.  it took me up to a bet of 50 bits to see profit. 
newbie
Activity: 33
Merit: 0
February 21, 2018, 04:11:43 AM
#99
Hey,

What do you do if you lose x1.25 while playing with Pluscoup?

For example,

I bet 1000 mXrb on Raigames,

Game 1 - 1000 bet, 250 won
Game 2 - 1000 bet, 250 won
Game 3 - 1000 bet, 1000 lose

So?

I bet 1000 again if I lose, if I win that 1000, I bet 2000, if I win, I bet 2500 or 3000 for getting my first bet back. But it seems it is not good idea.

Any recommendation?
member
Activity: 130
Merit: 10
December 26, 2017, 03:18:52 PM
#98
He's a fucking swindler.




He receives money from me and he has no answer.
Everyone, please be careful.



Be carefull, that is not my skype account!
newbie
Activity: 5
Merit: 0
August 03, 2017, 05:17:28 PM
#97
He's a fucking swindler.

http://imgur.com/N52Q1No
http://imgur.com/eS0ozm7

He receives money from me and he has no answer.
Everyone, please be careful.

newbie
Activity: 5
Merit: 0
August 03, 2017, 04:21:44 PM
#96
He's a fucking swindler.

http://imgur.com/N52Q1No
http://imgur.com/eS0ozm7

He receives money from me and he has no answer.
Everyone, please be careful.



newbie
Activity: 6
Merit: 0
July 01, 2017, 07:51:33 PM
#95
When will the script be released?
newbie
Activity: 29
Merit: 0
June 28, 2017, 10:31:17 PM
#94
Awesome, I don't have any ideas since I'm new to Bustabit.

I wanted to buy your script and found it wasn't for sale.

I did manage to find an old version on the net somewhere and it was amazing. Can't wait to see what you do with the new version. Smiley

Currently the sales website is down and the bot isn't for sale anymore.

Before publishing it again i want to create a couple of new game modes and functions.

If someone of you have some nice ideas for the updated bustabot, please send them to me and I will provide you with a free copy once it's released!

Luxel
member
Activity: 130
Merit: 10
June 28, 2017, 08:34:53 PM
#93
Currently the sales website is down and the bot isn't for sale anymore.

Before publishing it again i want to create a couple of new game modes and functions.

If someone of you have some nice ideas for the updated bustabot, please send them to me and I will provide you with a free copy once it's released!

Luxel
sr. member
Activity: 438
Merit: 266
June 18, 2017, 09:32:34 AM
#92
I figured out how to run script on shell/VPS/any other server.
Linux skill requirement: Basic
1) Buy server. You just need 512 MB RAM if you want to use XFCE or LXDE. Personally I'm using XFCE even on gaming computer.
2) When you bought, configure new sudo account. Do not use system on root! Use it only to set up safe user account!
3) If you have <1 GB RAM, enable swap. Set swappiness to low setting. Also, set cache pressure to something conservative. You don't need supercomputer, but it's recommended.
4) Install graphical interface that works over VNC. Don't use X11 since sshd kills programs when you disconnect.
5) Install web browser (I prefer Chrome/ium on desktops, Firefox on servers) and upload bustabit script to server.
6) Login to graphical interface and log in to bustabit.com. Run script and display JavaScript console. Lock your screen before you disconnect. This will protect you from hackers as second line of defense when they will bypass firewall and connect to them directly.

I hope you have set your firewall to allow only incoming connections over SSH. If you want to modify file, do it over SSH or SFTP. VNC is too laggy so useful only to very basic changes or in emergency. I'm planning to write script that will configure this settings for you. You just need to upload to server and run it.

Lots higher return than HYIPs but also riskier. I've got on Pluscoup x1.25 awesome return (more than 20% a day)! Thank you!

My winning settings:
Deposit 1000 bits (you are using it as margin, use local machine and don't trust with server provider) and run this script for slow but sure 3000 bits:
Code:
var GameMode = 4; //Default: 5 1 = Martingale, 2 = Paroli, 3 = D’Alembert, 4 = Pluscoup, 5 = Recovery
var MaxProfitMode = true; //Default: true If this setting is true, you will always bet ("PercentOfTotal" * your balance), if this setting is false you will just bet your BaseBet.
var PercentOfTotal = 0.1; //Default: 0.1 If MaxProfitMode is true, your BaseBet will always be ("PercentOfTotal" * your balance). Default 0.1% of your total balance.
var BaseBet = 100; //Default: 100 This is the value of your first bet (in bits) when MaxProfitMode is set to false.
var Multiplier = 1.25; //Default: 1.05 This is the multiplier where the bot will stop (not on GameMode 2 and 3).
var dalembert = 1; //Default: 1 When you play D'alembert you will raise your bet after a loss or lower your bet after a win with this amount.
var MaxBet = 1500; //Default: 1000000 The bot will never bet more than this amount (in bits).
var MaxProfit = 3000; //Default: 100000 The bot will stop when your total balance is higher that this value (in bits).
var MaxLoss = 25000; //Default: 25000 You will never lose more than this amount (in bits). If a bet would exceed this amount, the bot stops automatically.
var RandomBreak = 35; //Default: 0 Before the bot places a bet it generates a random number between 0 and 100, if that number is lower than "RandomBreak" the bot will take a break for 1 game. (This will not happen on a loss streak )
I did some calculations on script simulator and tried on reality and it works off the bonuses. Even though it's working, I'm publishing to prove that this bot can earn 5000 bits. Remember that you are still gambling and I take no responsibility for losing any funds. It's best not to gamble at last resort.

This strategy won bad train battle with server and this margin helped in winning that battle. You can get as high as 10% of initial balance, but still left script running. Never stop this script or reboot computer unless bet is =< 3 units. Wait until it will get =< 3 units. This is why I recommend using remote server for this purpose. I almost tripled my 1000 bits, running this script for 2 days and spent only 145 bits for running server. (Minimum top up is 10$, but price is time-measured)
member
Activity: 75
Merit: 10
June 12, 2017, 06:49:05 AM
#91
cannot buy anymore:
HexPay is shutting down on May 1st, 2017

If you are seeing this page, HexPay is no longer online.

anyway script s here : https://bot.seuntjie.com/scripts.aspx?id=36
setting 4: oscars-grind-system-pluscoup-progression
not much saver as martingale , you also need a large bankroll to cover the progression  losing bets in this system.
member
Activity: 572
Merit: 10
Is this dead?
member
Activity: 67
Merit: 10
March 04, 2017, 06:05:51 AM
#89
i think coupon 5dollar is expired LOL  Grin
member
Activity: 130
Merit: 10
December 04, 2016, 06:28:56 PM
#88
Is this bot still available anywhere? The link supplied at the beginning of this thread is broken.

I've recently updated the payment link.


I am still receiving a lot requests for custom scripts for bustabit, please send me a pm if you're interested.
newbie
Activity: 35
Merit: 0
November 11, 2016, 11:33:17 AM
#87
Is this bot still available anywhere? The link supplied at the beginning of this thread is broken.
member
Activity: 117
Merit: 10
July 10, 2016, 03:27:58 PM
#86
Hey,

I could use a little help with the script. When I use the pluscoup option, the base bet stays the same, even when losing. So if it bets 2 a round, it will bet 2 constantly. I have checked the pluscoup options and they should work. I have no idea why it doesn't, but if someone can help me, it would be greatly appreciated.
newbie
Activity: 22
Merit: 0
July 05, 2016, 11:00:49 AM
#85
Can there any User please report over Payment profe or maybe a Picture of good Earnings from one Day?

Iam interested in buying a copy of theese.
Please let me know

regards

Hey I can vouche for this script, I turned $5 in to $170 on my first day using the bot.

What I will say though is it's not 100% guarantee to earn you money, dont get me wrong ive been making heaps but you have to keep an eye on it depending which method you are using just to make sure it doesn't lose to much.
member
Activity: 112
Merit: 10
June 25, 2016, 09:38:13 PM
#84
Can there any User please report over Payment profe or maybe a Picture of good Earnings from one Day?

Iam interested in buying a copy of theese.
Please let me know

regards
member
Activity: 130
Merit: 10
I noticed in the script it says that the Random Break feature "will not happen on a loss streak".  I there some way to fix that so that it will take a random break whenever regardless of win or loss?

It's not implemented, I can change the code and send it to you if you want.

Let me know if you are still interested.
legendary
Activity: 2212
Merit: 1031
I noticed in the script it says that the Random Break feature "will not happen on a loss streak".  I there some way to fix that so that it will take a random break whenever regardless of win or loss?
Pages:
Jump to: