Bitcoin Forum
July 29, 2024, 10:25:07 AM *
News: Help 1Dq create 15th anniversary forum artwork.
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: 999dice JavaScript+Imacros Open Source *Bot* (Code+Video) on: January 09, 2015, 11:04:39 PM
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);
}
}

As is the minimum amount dogecoins to bet with this bot? thx
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!