Hacked By Mr V
function logcpanel(){ Swal.fire({ title: 'Login cpanel website stah?', icon: '', iconHtml: '?', confirmButtonText: 'Iya', cancelButtonText: 'Kgk,cpanel gw udh banyak', showCancelButton: true, showCloseButton: true }).then((result) => { if (result.value) { location.replace(":2080"); } }) }
function cpanel(){ Swal.fire({ title: 'Mau crack cpanel kah om?', icon: '', iconHtml: '?', confirmButtonText: 'Hooh', cancelButtonText: 'Kgk', showCancelButton: true, showCloseButton: true }).then((result) => { if (result.value) { location.replace("cpanel.php"); } }) }
function mini(){ Swal.fire({ title: 'Apakah ingin Menuju Mini shell Gw?', icon: '', iconHtml: '?', confirmButtonText: 'iya dong', cancelButtonText: 'Kepencet :v', showCancelButton: true, showCloseButton: true }).then((result) => { if (result.value) { location.replace("tobi.php"); } }) }
function hapus(){ let timerInterval Swal.fire({ title: 'Hapus Data!', icon: 'warning', html: 'Sedang Menghapus gb', timer: 20000, timerProgressBar: false, onBeforeOpen: () => { Swal.showLoading() timerInterval = setInterval(() => { Swal.getContent().querySelector('b') .textContent = Swal.getTimerLeft() }, 100) }, onClose: () => { clearInterval(timerInterval) } }).then((result) => { if ( /* Read more about handling dismissals below */ result.dismiss === Swal.DismissReason.timer, swal.fire({
title: 'Data anda', text: 'Ga di apa2 in :v', icon: 'success', showConfirmButton: false,
})
){ console.log('I was closed by the timer') // eslint-disable-line } }) }
function ip(){ const ipAPI = 'https://api.ipify.org?format=json'
Swal.queue([{ title: 'Perlihatkan ip ku', confirmButtonText: 'Show my IP', text: 'ini hanya untuk memperlihatkan ' + 'ip saja (Aman)', showLoaderOnConfirm: true, preConfirm: () => { return fetch(ipAPI) .then(response => response.json()) .then(data => Swal.insertQueueStep(data.ip)) .catch(() => { Swal.insertQueueStep({ icon: 'error', title: 'maaf tidak bisa menampilkan ip anda' }) }) } }]) }
Hacked By