Fully automatic unlimited bets on pmdice.com with Google Chrom
Fundamental: The whole process is extremely simple. Get the returned bet result (lost or win) from
https://pmdice.com website through the console of Google Chrome browser, and then modify the JavaScript code according to your own strategy to bet fully automatically and easily. Win money.

(Auto Bet Demo Animation)
Steps (how to bet automatically): 1.Launch Google Chrome browser (or similar browser with console).
2.Open the
https://pmdice.com website in Chrome browser to log in to the website (the account must have a certain amount of PM).
3. Press the F12 key on the keyboard, then click
"Console", copy the JavaScript code below and paste it into the
"Console". Then press enter.
(You can modify the parameters according to your own situation)
The above JavaScript code can modify the code according to your own situation: var tienMin = '0.001';
// initial bet amount var heSoNhan = [1,1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192];
// The initial amount is multiplied by a multiple.(For example:) var heSoNhan = [1,1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536]; var tiendanh = tienMin;
var indexheSoNhan = 1;
setInterval (function () {
document.querySelector ('#mfInputAmount'). value = tiendanh;
document.querySelector ('#btnplaymb'). click ();
setTimeout (function () {
if (document.querySelector ('.label-danger')!== null) {
indexheSoNhan += 1;
tiendanh = tienMin * heSoNhan [indexheSoNhan];
}
if (document.querySelector ('.label-success')!== null) {
indexheSoNhan = 1;
tiendanh = tienMin * heSoNhan [indexheSoNhan];
}}, 1500);
// less than the following number (if your network speed is slow, change 1500 to a larger value such as 3000) }, 2000);
// greater than the number above (if your network speed is slow, change 2000 to larger, such as 4000) You can set your "PAYOUT" during automatic betting
Bet strategy settings

PAYOUT = 1.5x
var heSoNhan = [1,1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536];
PAYOUT = 4x
var heSoNhan = [1,1,1,2,2,4,4,8,8,16,16,32,32,64,64,128,128,256,256,512,512,1024,1024,2048,2048,4096,4096,8192,8192];