"> "> "> "> "> "> " /> " /> " /> " /> " /> " />
Selamat datang di situs ASIASLOT88. Minimal deposit Rp10.000 dan minimal penarikan (withdraw) Rp50.000. Pastikan Anda melakukan pendaftaran menggunakan data rekening yang sesuai dan benar.
Pengaduan Member
Indonesia indonesian
 HUBUNGI KAMI  
24x7
Quick Easy Deposit
Fast withdraw

Temple of Thunder
Wild Overlord BB
candy dreams
Camino de Chili
Tree of Light BB
The Greatest Catch BB
The Greatest Catch
Watch Gem BB
Watch gem
Money minter
Budai Lil's BB
Budai reels
Dragon's Tavern BB
Wild overlord
Christmas Riti BB
Dragon's Tavern
Whoft Super Nova 80
Christmas lychee
Fruit Super Nova 100
Curse of the Pharaoh BB
Fruit Super Nova 60
Gold of Sirens BB
Curse of the Pharaoh
Fruit Super Nova 30
Fruit disco
Anubis moon
Cycle of Luck BB
Shadow of Luxor
Temple of the Dead BB
Bloody brilliant
Gold of sirens
Gangster night
Cycle of Luck
Sweet sugar
Epic legends
Food fist
Unlimited Wishes
Ellen Fortune
Runes of Destiny
Temple of the dead
Tree of light
Fruit Nova
Valley of Dreams
Ice mania
Night of the Living Tales
Legend of Khan
Nook World
Trip to the Future
Monster rap
Aeronauts
Elven Princess
Red cliff
Jewelry store
Chinese New Year
The Great Wall Treasure
-
Min
5000
+
Max
'; window.sweetAlert = function (msg, type, title, showCancelBtn) { //check CF error var dateNow = "2023-11-29 01:22:42"; if (msg.indexOf('cloudflare') >= 0) { msg = transMsgs.cfTimeout + ' (error time: ' + dateNow + ')'; title = " "; } return Swal.fire({ title: !title ? "Warning" : title, text: msg, icon: !type ? "error" : type, buttons: { confirm: { text: "OK", value: true, visible: true, className: "", closeModal: true }, cancel: { text: "Cancel", value: false, visible: showCancelBtn ? true : false, className: "", closeModal: true, } } }); } console.log('window.name ' + window.name); window.name = !window.name ? "parent" + Date.now() + Math.floor(Math.random() * 100000000) : window.name; console.log('window.name ' + window.name); window.formatNumber = function (n) { // format number 1000000 to 1,234,567 return n.replace(/[^0-9\-]/g, "").replace(/\B(?=(\d{3})+(?!\d))/g, ",") } window.convertToNumber = function (value) { if (!value) { return 0; } if (value.indexOf(".") >= 0) { var decimal_pos = value.indexOf("."); value = value.substring(0, decimal_pos); } var number = value.replace(/[^0-9.-]+/g, ""); if (isNaN(number)) { number = 0; } return number; } window.formatCurrency = function (value) { const symbol = ""; //"$" // get input value var input_val = value; if (typeof value !== 'string') { var input_val = value.toString(); } if (input_val === "") { return; } var original_len = input_val.length; if (input_val.indexOf(".") >= 0) { var decimal_pos = input_val.indexOf("."); var left_side = input_val.substring(0, decimal_pos); var right_side = input_val.substring(decimal_pos + 1); left_side = formatNumber(left_side); right_side += "00"; right_side = right_side.substring(0, 2); input_val = symbol + left_side + "." + right_side; } else { input_val = formatNumber(input_val); input_val = symbol + input_val + ".00";; } return input_val; } window.prize = 0; window.ajax_jackpot = function () { $.ajax({ url: "/getPokerJackpotAmt", type: 'post', data: { _token: $('meta[name=csrf-token]').attr('content') }, success: function (data) { prize = (data / 2000.000) * 2000.000; $('.jackpot_numbers_home').html( `IDR ${commaSeparateNumber(prize)}`) //$('.jackpot_numbers_home').html(`IDR ` + commaSeparateNumber(data.prize)); } }); } var newI = 0; window.popitup = function (url, gameid) { //alert(gameid); newwindow = window.open(url, window.agentCode + '_gameWindow' + gameid + newI, 'toolbar=0,width=1200,height=750'); newI++; if (window.focus) { newwindow.focus() } return false; } window.popup = function (mylink, windowname) { if (!window.focus) return true; var href; if (typeof (mylink) == 'string') href = mylink; else href = mylink.href; window.open(href, windowname, 'width=600,height=800,scrollbars=yes'); return false; } window.commaSeparateNumber = function (val, isJP) { while (/(\d+)(\d{3})/.test(val.toString())) { if (window.currencyCode == 'VND' && isJP) { val = val.toFixed(0); } else { val = Number(val).toFixed(2); } val = val.toString().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,"); } return val; } window.getRandomIntInclusive = function (min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min + 1)) + min; //The maximum is inclusive and the minimum is inclusive } /*bank acc min and maxlength limitation */ window.accLength = parseInt("8"); window.bankAccLength = function (selectedBank, default_minlength, default_maxlength) { console.log(selectedBank, default_minlength, default_maxlength); var custom_minLength, custom_maxLength; if (selectedBank == 'MDR') { custom_minLength = 13; custom_maxLength = 13; } else if (selectedBank == 'BNI' || selectedBank == 'BCA' || selectedBank == 'DMN' || selectedBank == 'BSI' || selectedBank == 'BLA') { custom_minLength = 10; custom_maxLength = 10; } else if (selectedBank == 'BRI') { custom_minLength = 15; custom_maxLength = 15; } else if (selectedBank == 'CIMBN' || selectedBank == 'BANKJAGO' || selectedBank == 'MDRLV') { custom_minLength = 12; custom_maxLength = 12; } else { custom_minLength = default_minlength; custom_maxLength = default_maxlength; } return { 'min_len': custom_minLength, 'max_len': custom_maxLength } } /*bank acc min and maxlength limitation end*/ $(document).ready(function () { //suspend-alert // login-alert // promo-disabled-alert // "maintenance-alert"; // "comingsoon-alert"; window.alertLogin = function (e) { e.preventDefault(); sweetAlert(transMsgs.plsLogin); return false; } $(".suspend-alert").click(function (e) { e.preventDefault(); sweetAlert(transMsgs.blockedFrGame); return false; }); $(".login-alert").click(function (e) { if ($("#login-modal--layout").length && !$('#loginForm').hasClass('js-inline-form')) { $("#login-modal--layout").nifty("show") } else { alertLogin(e); } return false; }); $(".maintenance-alert").click(function (e) { e.preventDefault(); sweetAlert(transMsgs.gameMaintenance); return false; }); $(".comingsoon-alert").click(function (e) { e.preventDefault(); sweetAlert(transMsgs.gameComingSoon); return false; }); $(".promo-disabled-alert").click(function (e) { e.preventDefault(); sweetAlert(transMsgs.gamePromoBlock); return false; }); }); $("input").focus(function () { $("body").addClass("input-focused"); }); $("input").focusout(function () { $("body").removeClass("input-focused"); });