als ich jemand jede stunde aufsteht und das macht :DQuote:
Wer oft mal vergisst zu klicken kann sich einfach nen Wecker stellen aufm Handy oder gibts auch hier [Only registered and activated users can see links. Click Here To Register...]
Quote:
Bei mir funktioniert der "Multiply Bot" irgendwie nicht.. passiert nichts auf der Seite, wenn ich den Code eingebe. Chrome und Firefox probiert.
Quote:
Jup diese seite ist geil !
Hab eine Frage...
Funktioniert der Bot noch ?
Bei mir werden gar keine uBTC addiert oder subtrahiert
mfG Andrej
PPS: Hab Firefox benutzt
Quote:
irre ich mich oder wurde das mit dem Code gefixt?
Quote:
Funktioniert es jetzt noch?
MfG
var minValue = 1E-8,
maxLoss = 10000000000000,
aimedProfit = 10,
maxOps = 500000000000000,
endResult = 0,
ops = 0,
bet = function (a, b, c) {
var seed = window.document.getElementById('next_client_seed').value;
$.get("?op=double_your_btc&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) {
d = d.split(":");
$("#balance").html(d[3]);
c(a, b, "w" === d[1])
})
}, martingale = function (a, b, c) {
c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a;
endResult = c ? endResult + a : endResult - a;
console.log((c ? "+" : "-") + a);
ops++;
(ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, martingale) :
(console.log("Martingale finished in " + ops + " operations!"), console.log("Result: " + endResult))
};
martingale(minValue, !1, !1);
Werde es testen sobald, ich zuhause bin. :)Quote:
Hey Leute sorry ich war in letzter Zeit sehr beschäftigt aber ihr habt recht der Code funktioniert nicht mehr, hier ist wie versprochen nun das Update des Codes. Er funktioniert wieder :) Der eigentlich Programmierer des Codes meldet sich nicht mehr also hab ich mich rangesetzt und seinen Code "gefixxt"
Viel Spaß damit und denkt an mich ;)
Bitte kurz schreiben ob das Skript (ist ja kein Bot!) in den verwendeten Browsern funkioniert. Ich hab es nur unter Ubuntu im Mozilla Firefox getestet und dort hat es funktioniert.Code:var minValue = 1E-8, maxLoss = 10000000000000, aimedProfit = 10, maxOps = 500000000000000, endResult = 0, ops = 0, bet = function (a, b, c) { var seed = window.document.getElementById('next_client_seed').value; $.get("?op=double_your_btc&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) { d = d.split(":"); $("#balance").html(d[3]); c(a, b, "w" === d[1]) }) }, martingale = function (a, b, c) { c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a; endResult = c ? endResult + a : endResult - a; console.log((c ? "+" : "-") + a); ops++; (ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, martingale) : (console.log("Martingale finished in " + ops + " operations!"), console.log("Result: " + endResult)) }; martingale(minValue, !1, !1);
Danke für eure Hilfe :)
Gruß
Quote:
Hey Leute sorry ich war in letzter Zeit sehr beschäftigt aber ihr habt recht der Code funktioniert nicht mehr, hier ist wie versprochen nun das Update des Codes. Er funktioniert wieder :) Der eigentlich Programmierer des Codes meldet sich nicht mehr also hab ich mich rangesetzt und seinen Code "gefixxt"
Viel Spaß damit und denkt an mich ;)
Bitte kurz schreiben ob das Skript (ist ja kein Bot!) in den verwendeten Browsern funkioniert. Ich hab es nur unter Ubuntu im Mozilla Firefox getestet und dort hat es funktioniert.Code:var minValue = 1E-8, maxLoss = 10000000000000, aimedProfit = 10, maxOps = 500000000000000, endResult = 0, ops = 0, bet = function (a, b, c) { var seed = window.document.getElementById('next_client_seed').value; $.get("?op=double_your_btc&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) { d = d.split(":"); $("#balance").html(d[3]); c(a, b, "w" === d[1]) }) }, martingale = function (a, b, c) { c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a; endResult = c ? endResult + a : endResult - a; console.log((c ? "+" : "-") + a); ops++; (ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, martingale) : (console.log("Martingale finished in " + ops + " operations!"), console.log("Result: " + endResult)) }; martingale(minValue, !1, !1);
Danke für eure Hilfe :)
Gruß