Post
Topic
Board Brasil
Re: Adaptar script
by
LuanX3M
on 29/01/2017, 15:40:56 UTC
A variável win não está declarada, provavelmente nem no script original em lua funciona.
Code:
var basebet = 3
var nextbet = basebet;

//THIS SCRIPT IS JUST FOR DOGECOIN and you can use the command debugInfo() to check your current stats

//your balance must be at least times 2725 bigger than the base bet, but it can be bigger, never smaller

//balance that when hit will withdraw your earnings, they will be withdrawn automatically, read all line until you read the one which configures the address, but DO NOT withdraw an amount that makes your balance smaller then the balance you started with

//how much you want to withdraw when hitting final target (10% of this amount will be discounted as a donation to me, you are free to erase this donation that's down below, but remember that making this script took time, effort and money just to code it)

var startbalance = balance;
var chance = 40;
var martimulti = 1.85;
var bethigh = true;
var low = 0;
var high = 0;
var wincount = 0;
var losecount = 0;
var losecount2 = 0;
var biggestLoseStreak = 0;
var biggestBet = 0;
var nextwinbet = basebet * martimulti;
var X = 0;
var Alpha = false;
var Beta = 0;
var go = false;
var set = false;
var Z = false;
var Alphaprofit = 0;
var A = false;
var B = 0;
function dobet(){
Beta=Beta+currentprofit;
if(!Alpha){
//WITHDRAW SETTINGS AND DONATION SETTINGS
var min = 0;
var max = 10;
// and the formula is:
r= Math.floor(Math.random() * (max - min + 1)) + min;
if(r>=5){
bethigh = true;
}else{
bethigh = false;
}
if (previousbet == basebet){
if (!win){
losecount2 = losecount2 + 1;
}else{
losecount2 = losecount2 - 1;
}
}
if (X >= 0){
losecount2 = 0;
}
 if (losecount2 < 3) {losecount3 = 0};
 if (losecount2 >= 3){losecount3 = losecount2;}
 if (losecount3 != 0){ martimulti = martimulti + (losecount3 / 465);}
 if (win){
wincount = wincount+1;
if (wincount == 1 && go=true){
nextbet = nextwinbet;
go = false;
set = false
}else{
nextbet = basebet;
}
 }
if (wincount == 2 && previousbet != basebet && A==false){
nextwinbet = basebet * martimulti;
set = true;
}
if (wincount == 2){
go = true;
}else{
if (wincount == 1 && previousbet != basebet && A==false){
nextwinbet = previousbet * martimulti;
}else{
wincount = 0;
nextbet = basebet;
}
}
if (A==true){ nextbet = basebet;}
if (A==true && previousbet == basebet){ B = B+1;}
if (B == 10){
A = false;
B = 0;
}
if (nextwinbet >= basebet * 10 && losecount2 == 0){ nextwinbet = basebet * martimulti;}
if (previousbet != basebet && chance == 40){
//win é true ou false ? scrypt com erro sem declaracao da variavel
if (!win){
losecount = losecount+1;
wincount = 0;
X = X + currentprofit;
alert(X);
}else{
losecount = 0;
wincount = wincount + 1;
X = X + currentprofit;
alert(X);
}
}
 if (X > 0){
 nextbet = basebet;
 chance = 40;
 wincount = 0;
 losecount = 0;
 losecount2 = 0;
 losecount3 = 0;
 martimulti = 1.85;
 nextwinbet = basebet * martimulti;
 X = 0;
 martimulti = 1.85;
 Alphaprofit = 0;
 }
 //win é true ou false ? scrypt com erro sem declaracao da variavel
 if (losecount == 4 && chance == 40 && !win){
 losecount = 0;
 A = true;
 nextbet = basebet;
 Z = true;
 }
 if (Z==true){
 Chance = 70;
 Alpha = false;
 }
 //win é true ou false ? scrypt com erro sem declaracao da variavel
 if (win){
 chance = 70;
 C = 0;
 nextbet = basebet;
 losecount = 0;
 X = X + currentprofit;
 alert(X);
 }else{
if (A==false){
nextbet = previousbet * 4;
losecount = losecount + 1;
}
X = X + currentprofit;
alert(X);
 }
 if (losecount == 1) {chance = 70;}
 if (losecount == 2) {chance = 75;}
 if (losecount == 3) {
 nextbet = basebet / 3;
 Alphaprofit = 0;
 Alpha = true;
 }
 if (X > 0){
 A = true;
 B = 0;
 chance = 40;
 nextbet = basebet;
 wincount = 0;
 losecount = 0;
 X = 0;
 martimulti = 1.85;
 Alphaprofit = 0;
 Z = false;
 }
 if (losecount > biggestLoseStreak){ biggestLoseStreak = losecount;}
 if (nextbet > biggestBet) {biggestBet = nextbet;}

function debugInfo(){
alert("Bets Made = " + bets);
alert("Biggest Bet = " + biggestBet);
alert("Total Profit = " + profit);
}
}else{
chance = 66;
Z = false;
//win é true ou false ? scrypt com erro sem declaracao da variavel
if (win){
nextbet = previousbet * 1.05;
Alphaprofit = Alphaprofit+ currentprofit;
X = X + currentprofit;
alert(X);
losecount = 0;
}else{
nextbet = previousbet * 1.1;
Alphaprofit = Alphaprofit+currentprofit;
X = X + currentprofit;
alert(X);
losecount = losecount + 1;
}
if (Alphaprofit >= basebet * 1.5){
Alphaprofit = 0;
nextbet = basebet / 3;
}
if (X > 0){
nextbet = basebet;
Alphaprofit = 0;
A = true;
B = 0;
Alpha = false;
resetseed();
Z = true;
}
if (-Alphaprofit > startbalance / 50 ){
nextbet = basebet;
wincount = 0;
losecount = 0;
losecount2 = 0;
X = 0;
chance = 40;
martimulti = 1.85;
Alphaprofit = 0;
resetseed();
A = true;
B = 0;
Z = false;
Alpha = false;
}
function debugInfo(){
alert("Bets Made = " + bets);
alert("Biggest Bet = " + biggestBet);
alert("Total Profit = " + profit);
}

}
}

O código em si não foi testado, tem que fazer o teste e ver se está tudo ok.
Não me responsabilizo por prejuízos.

muito obrigado