icon SERVER INFO

SERVER TIME:

EU STATUS: Online US STATUS: ONLINE PLAYERS ONLINE: 271
icon GAME DETAILS

server version 5065

Max level 137

Max Plus 12

Max Reborn 2nd

New Costumes & Garments

Drop Rate 1 Cps, Random +1 , DB

$(document).ready(function() { // Define the text you want to check for var textToCheck = $('#g-recaptcha-response'); // Function to check if the text exists function doesTextExist() { // Use jQuery to search for the text within the page if ($("body:contains('" + textToCheck + "')").length > 0) { return true; // The text exists } else { return false; // The text does not exist } } // Function to reload the CAPTCHA function reloadCaptcha() { grecaptcha.reset(); // Reload the CAPTCHA widget } // Check for the text and reload the CAPTCHA if it doesn't exist if (!doesTextExist()) { reloadCaptcha(); } });