Pages:
Author

Topic: 999dice JavaScript+Imacros Open Source *Bot* (Code+Video) - page 2. (Read 39126 times)

legendary
Activity: 3290
Merit: 3092

if lose bet once more time to win one.

Max bet to win one

Back to start bet above


 Huh

I dont understand that part, can you be more clear please?
newbie
Activity: 1
Merit: 0
Hi...please help me to make a script.
-------------------------------
Start bet 0.0000002
Max chance 95%
Time wait 3 second/bet (conti

if lose bet once more time to win one.

Max bet to win one

Back to start bet above
-------------------------------

Thank you
legendary
Activity: 3290
Merit: 3092
kartchu I myself shall bring every 30 minutes, but every 5 minutes to press the button is annoying - I beg to correct press the button when there is no captcha, please

Dont beg for codes buddy, better lear how to make these bots  Tongue

THE PROBLEM

Quote
VERSION BUILD=8820413 RECORDER=FX
TAB T=1
URL GOTO=http://coincheckin.com/Main/re
TAG POS=1 TYPE=INPUT:BUTTON ATTR=TYPE:button&&CLASS:black_white&&VALUE:CHECKIN!&&ID:801dc5c7a9acaac

If you see they add a random number at the button, that is why you imacro code dont work now...

you have 2 options now, you can use the button coordinates for make the code, or you can read thar randome number from the source code and add that as a variable, but that is the hard way.

I make one easy script with click coordinates and it works fine for me, try the code and if it dont work find the right value to X and Y:

Code:
VERSION BUILD=8820413 RECORDER=FX
CLICK X=608 Y=357
WAIT SECONDS=300
...

Thank you set coordinates in the script - and it works.

Great to know it work fine for you. If you need something else, feel free to PM me.
newbie
Activity: 4
Merit: 0
kartchu I myself shall bring every 30 minutes, but every 5 minutes to press the button is annoying - I beg to correct press the button when there is no captcha, please

Dont beg for codes buddy, better lear how to make these bots  Tongue

THE PROBLEM

Quote
VERSION BUILD=8820413 RECORDER=FX
TAB T=1
URL GOTO=http://coincheckin.com/Main/re
TAG POS=1 TYPE=INPUT:BUTTON ATTR=TYPE:button&&CLASS:black_white&&VALUE:CHECKIN!&&ID:801dc5c7a9acaac

If you see they add a random number at the button, that is why you imacro code dont work now...

you have 2 options now, you can use the button coordinates for make the code, or you can read thar randome number from the source code and add that as a variable, but that is the hard way.

I make one easy script with click coordinates and it works fine for me, try the code and if it dont work find the right value to X and Y:

Code:
VERSION BUILD=8820413 RECORDER=FX
CLICK X=608 Y=357
WAIT SECONDS=300
...

Thank you set coordinates in the script - and it works.
legendary
Activity: 3290
Merit: 3092
kartchu I myself shall bring every 30 minutes, but every 5 minutes to press the button is annoying - I beg to correct press the button when there is no captcha, please

Dont beg for codes buddy, better lear how to make these bots  Tongue

THE PROBLEM

Quote
VERSION BUILD=8820413 RECORDER=FX
TAB T=1
URL GOTO=http://coincheckin.com/Main/re
TAG POS=1 TYPE=INPUT:BUTTON ATTR=TYPE:button&&CLASS:black_white&&VALUE:CHECKIN!&&ID:801dc5c7a9acaac

If you see they add a random number at the button, that is why you imacro code dont work now...

you have 2 options now, you can use the button coordinates for make the code, or you can read thar randome number from the source code and add that as a variable, but that is the hard way.

I make one easy script with click coordinates and it works fine for me, try the code and if it dont work find the right value to X and Y:

Code:
VERSION BUILD=8820413 RECORDER=FX
CLICK X=608 Y=357
WAIT SECONDS=300
URL GOTO=http://coincheckin.com/Main/re
WAIT SECONDS=2
CLICK X=608 Y=357
WAIT SECONDS=300
URL GOTO=http://coincheckin.com/Main/re
WAIT SECONDS=2
CLICK X=608 Y=357
WAIT SECONDS=300
URL GOTO=http://coincheckin.com/Main/re
WAIT SECONDS=2
CLICK X=608 Y=357
WAIT SECONDS=300
URL GOTO=http://coincheckin.com/Main/re
WAIT SECONDS=2
CLICK X=608 Y=357
WAIT SECONDS=300
URL GOTO=http://coincheckin.com/Main/re
WAIT SECONDS=2
CLICK X=608 Y=357
newbie
Activity: 4
Merit: 0
kartchu I myself shall bring every 30 minutes, but every 5 minutes to press the button is annoying - I beg to correct press the button when there is no captcha, please
full member
Activity: 182
Merit: 100
★Bitin.io★ - Instant Exchange
Hello everyone.
Is there anyone else on the boat http://coincheckin.com on imacros (just copy the link if you do not open)?
I'm just not a programmer, use this script but has recently made ​​changes to the site and it stopped working.
maybe the same script can be altered and for this site http://dogecheckin.com

Help someone who can.
Thank you
_________________________________________________________
VERSION BUILD=8820413 RECORDER=FX
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:play_again
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:checkin!
WAIT SECONDS=310
________________________________________________________

Is hard to make a bot for that page because it has captcha... you can find a way to automate captcha solving but these services are not free.



Yes, captcha appears when you visit site first time and then every 30 min. And usually owners of sites don´t like when users use scripts with antigate connection or somethings like that.
legendary
Activity: 3290
Merit: 3092
Hello everyone.
Is there anyone else on the boat http://coincheckin.com on imacros (just copy the link if you do not open)?
I'm just not a programmer, use this script but has recently made ​​changes to the site and it stopped working.
maybe the same script can be altered and for this site http://dogecheckin.com

Help someone who can.
Thank you
_________________________________________________________
VERSION BUILD=8820413 RECORDER=FX
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:play_again
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:checkin!
WAIT SECONDS=310
________________________________________________________

Is hard to make a bot for that page because it has captcha... you can find a way to automate captcha solving but these services are not free.

newbie
Activity: 4
Merit: 0
Hello everyone.
Is there anyone else on the boat http://coincheckin.com on imacros (just copy the link if you do not open)?
I'm just not a programmer, use this script but has recently made ​​changes to the site and it stopped working.
maybe the same script can be altered and for this site http://dogecheckin.com

Help someone who can.
Thank you
_________________________________________________________
VERSION BUILD=8820413 RECORDER=FX
SET !ERRORIGNORE YES
TAB T=1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:play_again
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:checkin!
WAIT SECONDS=310
________________________________________________________
legendary
Activity: 3290
Merit: 3092
Does somebody know another bitcoin gambling sites (like https://www.999dice.com) that allow to play using scripts?

I have made a bot for luckyb.it

Bot: https://bitcointalksearch.org/topic/luckybit-bets-bot-curl-blockchain-api-806051

Site: http://luckyb.it/#

And have another iMacros code for roulette...

Thank you very much for your work!

No problem, i have fun making this codes, if some day you need a bet bot for a site, maybe i can help you.
full member
Activity: 182
Merit: 100
★Bitin.io★ - Instant Exchange
Does somebody know another bitcoin gambling sites (like https://www.999dice.com) that allow to play using scripts?

I have made a bot for luckyb.it

Bot: https://bitcointalksearch.org/topic/luckybit-bets-bot-curl-blockchain-api-806051

Site: http://luckyb.it/#

And have another iMacros code for roulette...

Thank you very much for your work!
legendary
Activity: 3290
Merit: 3092
Does somebody know another bitcoin gambling sites (like https://www.999dice.com) that allow to play using scripts?

I have made a bot for luckyb.it

Bot: https://bitcointalksearch.org/topic/luckybit-bets-bot-curl-blockchain-api-806051

Site: http://luckyb.it/#

And have another iMacros code for roulette...
full member
Activity: 182
Merit: 100
★Bitin.io★ - Instant Exchange
Does somebody know another bitcoin gambling sites (like https://www.999dice.com) that allow to play using scripts?
legendary
Activity: 3290
Merit: 3092
hi guys.

your script by 33.3% works great for small amount of the bill. Since I'm working on something dogekoin balance grows slowly. I tried to change the settings, but since I'm not a programmer I did not. Please help me: 1 - of which variable depends on the initial rate; 2 - 4 after the stroke to increase the rate from 16 to 100, for example. I would be grateful for your help

Doge coin BOT for 999dice

Code:

var y = 0.00001;
var count=0;
while(true) {

var macro1;
macro1 =  "CODE:";
macro1 +=  "SET !EXTRACT_TEST_POPUP NO" + "\n";
macro1 +=  "TAG POS=14 TYPE=SPAN ATTR=CLASS:BetControlTitle" + "\n";
macro1 +=  "WAIT SECONDS=3" + "\n";
macro1 +=  "SET !EXTRACT NULL" + "\n";
macro1 +=  "TAG POS=1 TYPE=SPAN ATTR=ID:LastBetInfoProfit EXTRACT=TXT" + "\n";
iimPlay(macro1);

var s = iimGetLastExtract();
var extract = s.charAt(0);
var j = 2;
var macro2;
y = (y * j)
var k = (y).toFixed(8)
macro2 =  "CODE:";
macro2 +=  "TAG POS=1 TYPE=INPUT:TEXT ATTR=TYPE:text&&CLASS:StandardTextBox&&MAXLENGTH:15&&ID:BetSizeInput CONTENT="+ k + "\n";
macro2 +=  "WAIT SECONDS=2" + "\n";
var macro3;
macro3 =  "CODE:";
macro3 +=  "TAG POS=1 TYPE=INPUT:TEXT ATTR=TYPE:text&&CLASS:StandardTextBox&&MAXLENGTH:15&&ID:BetSizeInput CONTENT=0.00001" + "\n";
macro3 +=  "WAIT SECONDS=2" + "\n";
if(extract == "0") {
var y = 0.00001;
    iimPlay(macro3);
var count = 0;
}

if(extract == "-") {
count = (count+1)
if (count == 3){
y = 0.00008
}
}
if (count >= 4){
iimPlay(macro2);
}
}

newbie
Activity: 4
Merit: 0
hi guys.

your script by 33.3% works great for small amount of the bill. Since I'm working on something dogekoin balance grows slowly. I tried to change the settings, but since I'm not a programmer I did not. Please help me: 1 - of which variable depends on the initial rate; 2 - 4 after the stroke to increase the rate from 16 to 100, for example. I would be grateful for your help
newbie
Activity: 3
Merit: 0
if(extract == "0") All scripts given string wrong, if there is a profit> 0.99999999 1.00000000 ie from and more, the rate will not return to the base, and will continue to grow Shocked!!! Therefore, replace this line, this if(extract != "-")

It is already working correctly.  Wink

P.S. My code I've already corrected.
hero member
Activity: 924
Merit: 511
Is it worth the electricity you are using to run this? Or the hardware degeneration / implications?

I am happy you arnt on TBH selling this script but rather releasing it (Open Source).

Just a friendly reminder, the only person that wins from gambling is the house :/
legendary
Activity: 3290
Merit: 3092
Code 33.3 to winBTC

Code:
var y = 0.00000001;
var count=0;
while(true) {

var macro1;
macro1 =  "CODE:";
macro1 +=  "SET !EXTRACT_TEST_POPUP NO" + "\n";
macro1 +=  "TAG POS=14 TYPE=SPAN ATTR=CLASS:BetControlTitle" + "\n";
macro1 +=  "WAIT SECONDS=3" + "\n";
macro1 +=  "SET !EXTRACT NULL" + "\n";
macro1 +=  "TAG POS=1 TYPE=SPAN ATTR=ID:LastBetInfoProfit EXTRACT=TXT" + "\n";
iimPlay(macro1);

var s = iimGetLastExtract();
var extract = s.charAt(0);
var j = 2;
var macro2;
y = (y * j)
var k = (y).toFixed(8)
macro2 =  "CODE:";
macro2 +=  "TAG POS=1 TYPE=INPUT:TEXT ATTR=TYPE:text&&CLASS:StandardTextBox&&MAXLENGTH:15&&ID:BetSizeInput CONTENT="+ k + "\n";
macro2 +=  "WAIT SECONDS=5" + "\n";
var macro3;
macro3 =  "CODE:";
macro3 +=  "TAG POS=1 TYPE=INPUT:TEXT ATTR=TYPE:text&&CLASS:StandardTextBox&&MAXLENGTH:15&&ID:BetSizeInput CONTENT=0.00000001" + "\n";
macro3 +=  "WAIT SECONDS=5" + "\n";
if(extract == "0") {
var y = 0.00000001;
    iimPlay(macro3);
var count = 0;
}

if(extract == "-") {
count = (count+1)
if (count == 3){
y = 0.00000008
}
}
if (count >= 4){
iimPlay(macro2);
}
}
I make some test and i like how it works, i will deposit 0.002 and start from 100sat.
newbie
Activity: 3
Merit: 0
Code 33.3 to winBTC

Code:
var y = 0.00000001;
var count=0;
while(true) {

var macro1;
macro1 =  "CODE:";
macro1 +=  "SET !EXTRACT_TEST_POPUP NO" + "\n";
macro1 +=  "TAG POS=14 TYPE=SPAN ATTR=CLASS:BetControlTitle" + "\n";
macro1 +=  "WAIT SECONDS=3" + "\n";
macro1 +=  "SET !EXTRACT NULL" + "\n";
macro1 +=  "TAG POS=1 TYPE=SPAN ATTR=ID:LastBetInfoProfit EXTRACT=TXT" + "\n";
iimPlay(macro1);

var s = iimGetLastExtract();
var extract = s.charAt(0);
var j = 2;
var macro2;
y = (y * j)
var k = (y).toFixed(8)
macro2 =  "CODE:";
macro2 +=  "TAG POS=1 TYPE=INPUT:TEXT ATTR=TYPE:text&&CLASS:StandardTextBox&&MAXLENGTH:15&&ID:BetSizeInput CONTENT="+ k + "\n";
macro2 +=  "WAIT SECONDS=5" + "\n";
var macro3;
macro3 =  "CODE:";
macro3 +=  "TAG POS=1 TYPE=INPUT:TEXT ATTR=TYPE:text&&CLASS:StandardTextBox&&MAXLENGTH:15&&ID:BetSizeInput CONTENT=0.00000001" + "\n";
macro3 +=  "WAIT SECONDS=5" + "\n";
if(extract != "-") {
var y = 0.00000001;
    iimPlay(macro3);
var count = 0;
}

if(extract == "-") {
count = (count+1)
if (count == 3){
y = 0.00000008
}
}
if (count >= 4){
iimPlay(macro2);
}
}
full member
Activity: 589
Merit: 100
Please help me seoincorporation
Pages:
Jump to: