Bitsler Hack Script V2.0 (17 November 2017) Free
// ==UserScript== // @name DrWeb DiceBot for Bitsler // @namespace dicebotforbitslerbydrweb // @version 2017.0417a // @description Wont win a fortune, but it will win. // @author Drweb // @match *://www.bitsler.com/play/dice/* // @match https://www.bitsler.com/play // @match https://www.bitsler.com/play/dice* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @grant GM_xmlhttpRequest // @grant GM_info // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle // ==/UserScript== //////JQuery Compatibility statement////// this.$ = this.jQuery = jQuery.noConflict(true); //////JQuery Compatibility statement////// var countLosses = document.querySelectorAll('#history-my-bets-dice .text-danger').length; var c...