Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/0bebc5f2fa99045c2db4642ea3dae81e.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name FLBOT(free-litecoin) - Best and first bot for free-litecoin multiplier
// @namespace http://free-litecoin.com/
// @version 0.4
// @description [BETA] BETA VERSION OF FLBOT - AUTO MULTIPLY. INCREASE YOUR CHANCES!
// @author Charset404, BrunoB
// @match https://www.free-litecoin.com/multiply
// @grant none
// @downloadURL https://update.greasyfork.icu/scripts/420828/FLBOT%28free-litecoin%29%20-%20Best%20and%20first%20bot%20for%20free-litecoin%20multiplier.user.js
// @updateURL https://update.greasyfork.icu/scripts/420828/FLBOT%28free-litecoin%29%20-%20Best%20and%20first%20bot%20for%20free-litecoin%20multiplier.meta.js
// ==/UserScript==
var winChance; // Seta quantos % de ganho você tem de ganhar/perder (Arrow how many % gain you have to win/lose). Win chance, 1 and 95
var setLowHigh; // 0 = Jogar em Low | 1 = jogar em High. (0 = play Low | 1 = play High.)
var nunberOfRows; // Seta o numero de jogadas. (Set the number of rolls)
//==========================================================================================================================================================
// Não edite abaixo sem conhecimento. (Do not edit below without knowledge)
loadinput();
// Global Variables
var botBreak = 0; // to count
var botInterval;
var update; // update ltc values
var lssWn; // update Loss/Win values
function myLoop() {
let getColor = document.getElementById("winlose");
document.getElementById("winchance").value = winChance;
if (botBreak == nunberOfRows) {
stopAll();
var showStats = document.getElementById("getstats");
savevalue = savevalue; // Analizar ver se essa linha está funcionando outro dia
loadinput();
getColor.innerText = "";
showStats.innerText = messages.endingbot;
} else {
if (getColor.style.color === "red" && getColor.innerText !== "") {
changevalue(1); // It multiplies 2x the value of the bet if you lose.
bet(setLowHigh);
botBreak++; // count to stop bot
} else if (getColor.style.color === "green" && getColor.innerText !== "") {
savevalue = savevalue; // Resets the bet to base, if it wins. Analizar ver se essa linha está funcionando outro dia
loadinput();
bet(setLowHigh);
botBreak++;
} else if (getColor.innerText === "") {
bet(setLowHigh);
}
}
}
function loadHTML() {
var getHtml = document.querySelector(".paddingtop"); // Takes the string of the current content.
var htmlTemp = getHtml.innerHTML;
var inserthtml = `
FLBOT
Free-Litecoin BOT
Configuration Panel
Settings
Value
Bet?
% Win/Loss?
[0] Low/High [1]?
How Many Bets?
TOTAL LTC: 0.00000000
WINS:0
LOSS:0
STATUS: Start with the blue button
Please Donate To Bitcoin Address: 19SUy2D1QwzYGBChXmUp3bG5UWtp2i64Ay