Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Auto Roll Freebtco.in * Version: 0.1 * Description: Esse script uma alt..

Decoded Output download

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

Did this file decode correctly?

Original Code

<?php
/**
 * Auto Roll Freebtco.in
 * Version: 0.1
 * Description: Esse script uma alterao para pobretes como eu!
 * Author: Josaf Dieb
 */

// Include jQuery if not already included
if (!isset($GLOBALS['jquery_included'])) {
    echo '<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>';
    $GLOBALS['jquery_included'] = true;
}
?>

<script type="text/javascript">
function autoRoll() {
    if($('.close-reveal-modal').is(':visible')) {
        $('.close-reveal-modal').trigger('click');
    }
    if($('#play_without_captchas_button').is(':visible')) {
        $('#play_without_captchas_button').trigger('click');
    }
    if ($('#free_play_form_button').is(':visible') && !$('#play_without_captchas_button').is(':visible')) {
        $('#free_play_form_button').trigger('click');
    }
}

$(document).ready(function() {
    var x = setInterval(autoRoll, 10000);
});
</script>

Function Calls

None

Variables

$jquery_included True

Stats

MD5 720c23a5349d788032dbcc9cd7d35480
Eval Count 0
Decode Time 43 ms