Domain joychillgames.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443 tcp/80

  • Open service 2600:9000:2646:a00:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 c2bfbd57ba266fad66928f7d9fe2f1c6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: _OxsV1mJrZN58xOH5hAGXRC16AIEutHQc3lYMUu7NSC5PemK6wGPWg==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:aa00:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 c1e31c801257ebc563cbb890e887cb1e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: _xPa5XcnQkK27U8fYMFnaIHxfVfOzOszDMl7Iv_-r0Zina_JC1h4FQ==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:5200:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 e505058447bf5e74cc264f4e72f27bee.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: xeBN-nWDIc1_2SH-CUlUwBBtpB2GLJn6xsuritiUzfpj4-jGmCCTug==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:d800:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 f7bf54ada21ef4f1f7e0646051894136.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: ii0FOPPMD10Y84-PSlqPGpatzhAV-dih0Y2WzQOWP9lXKK7HhbDaBw==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.68:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 7f0813b44b225b7cfed233d5c2caab52.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: EAnuqAXEJ2M1axdcyn_eifCMfm3jBIVz9xMhTmlEmaUfSJ4yrhuURg==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:c400:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 69387ca0ad24846d99bf107cb3133bf6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: YhkwcqZu8-2004-dXdMDTp36271gLfqw1t4Avel9p83QKxSB7ESypA==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:a00:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 9bd86598a7f45cc948aa2f9674ece0b2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: k2bDXpPm_QtrfPZ9Hb0Y_0o8tdWkkIQHcOt4iHc4QwFznWCGPmfPVQ==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:aa00:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 2b92d172bc628dd9c34a8c262218ac02.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: 861RL6JJs7QEvaKLlKHC0dTb7N5M7lArD5GmQIPcR-lp3YgU3ltAjQ==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.68:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 6c60742ba67aa10b881e511aba8e470a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: GuqDn79KANNc7xbonmlK1YaclBfSBEQjUY_pJDCn5ZaH2Gfc0WA2SA==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.19:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 8c1b0d772e0acbdf68d346f16fbb34ea.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: hsYQEdC7iABRiSQR_EtU9QbsSTQYmyEMR8NZdQ6njjDvk6xe2LTiaw==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.121:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 41fcd719412f2befdcf66654c7db4572.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: UBVpHb0mcea-4-U07GzZf-3p5w9mabKx4l24QZ6jRJ8xiNg5bjVPLQ==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:be00:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 ed149c4696419c0643fab13e9539b16c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: G3vOCrAevPmIM1RTUabel3goeL1PsTl1jJrzjS1eSv2irEhtQhZJ3w==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:5200:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 c1e31c801257ebc563cbb890e887cb1e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: fnb9faoiUguGL-3FCzRgwSmX069uldkF4R1NFM9DbjvPVMJBPTpZIA==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.80:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 34dde22d7e4e8bb757cb687a7932a122.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: 9Zfyr3eRJSHowj5bMVVuFo2Gzyhd4zqxp_-gNQ3r7TEK03pRdTrx6g==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:a000:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 2b92d172bc628dd9c34a8c262218ac02.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: mFdiSnA9QKqcCdtzKYwLAxLh2oxomPkykBYMnKAaeJb5nfgdMWD-rA==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:d800:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 628e5146add9b3daeb91ab8792398818.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: LCGeCmEd8CrMmXxMVgB1JtTqutfKDj5iLvLVjGOpgJYwkby-0YpjmA==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:f600:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 b99111dfd026a3c99d0e66063beb0544.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: mXFVOQXcIOnqyz2jHZd_PIPdiIHX4OBNuXNqyRdHz2fZXm517A6wbw==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.80:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 6c60742ba67aa10b881e511aba8e470a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: UQsInvvGeJlz4QE8xlKrCaMz2lsp5GnecPzwW2t_MjvisycNExoL8Q==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:be00:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 628e5146add9b3daeb91ab8792398818.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: UXLbfsB56yjlQkYUzY3CtuNSpB9kDkRyLnDHlXsH1ui3bENmEMc-Bw==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.121:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 45f8047ab98fa87807d2f5362a7fb75c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: -_ENVDwlSjMa0h7HQkffm8Os6ytVXFQrwGNq4MtQKro3r06LmKVhNQ==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:c400:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 6ce3814cb60a4c907ac701e60e4c1e5a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: vV2W45GKx-9yoyk3j89bseTAOOcvoVRu71kchDb5PHPM8_DH_qlUDQ==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:a000:1:644c:7740:93a1:80 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 f192553c835240a9b5df520fb7ffd876.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: NGl6PmJrKcddch0UrKvmiNAjHAXgXlfNmn7ufJMrNr9TPd8ZgJxlow==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 18.239.18.19:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:36 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 c2905f891f96a0ec9c7fab16916dbb46.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: xdpbpl8mSA0HJITasgRMF2qCv93HyhyuQgcjyDpibb_k15XCn8WliA==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 2600:9000:2646:f600:1:644c:7740:93a1:443 · joychillgames.com

    2026-01-22 18:13

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 20022
    Connection: close
    Date: Thu, 22 Jan 2026 18:13:35 GMT
    Last-Modified: Wed, 30 Jul 2025 02:56:54 GMT
    ETag: "090c02afe6f0622e6fe2c03fa7c748a0"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Miss from cloudfront
    Via: 1.1 69a82a9746d3a7343dca651e0829f000.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P5
    X-Amz-Cf-Id: QQfJSu9_yY2XlpZ1wVnsgGSDisUOoybEBaafCEw6GBweuy0u0QknPQ==
    
    Page title: Crown Box
    
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta name="screen-orientation" content="portrait"/>
        <meta name="x5-orientation" content="portrait"/>
        <meta name="viewport"
              content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"/>
        <title>Crown Box</title>
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta charset="UTF-8"/>
        <meta property="og:type" content="website"/>
        <link rel="shortcut icon" href="https://assets.googleplaystore.in/asc/UWDQNXV/assets/icon.png" type="image/x-icon"/>
    	<script type="text/javascript" src="./js/cryptojs-4.2.0.min.js"></script>
    
    	<meta name="apple-mobile-web-app-title" content="Crown Box">
    <!--	<link rel="manifest" href="./manifest.json">-->
    	<link rel="apple-touch-icon" href="./img/icon.png">
    	<link rel="mask-icon" href="./img/icon.png" color="black">
    
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            img {
                width: auto;
                height: auto;
                max-width: 100%;
            }
    
            body {
                overflow-x: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100vw;
                height: 100vh;
                flex-direction: column;
            }
    
            .btn {
                font-size: 20px;
                line-height: 20px;
                margin: 20px 0;
                padding: 4px 20px;
                border: 2px solid #000;
                border-radius: 24px;
                color: #000;
                font-weight: bold;
            }
    
        </style>
    
        <script src="js/adjust-5.6.0.min.js"></script>
    </head>
    
    <body class="body">
    
    <div id="init"></div>
    
    <script>
    
    	// let appToken = 'l8czd4os6ww0';
    	// let environment = 'sandbox';
    
    	let appToken = 'faptlwx75tds';
    	let environment = 'production';
    
    	let paramNames = ['pkg', 'channel', 'gaid', 'aid', 'enc'];
        let params = {
            'pn': 'box',
            'pkg': '',
            'channel': 'BOX_3200017',
            'gaid': '',
            'aid': '',
            'webuuid': '',
            'adid': '',
        };
    	var query = '';
    	if (!!location.search) {
    		query = location.search.substring(1);
    	}
    	let keyValues = query.split("&");
    
    	for (let i = 0; i < keyValues.length; i++) {
    		let keyValue = keyValues[i].split("=");
    		if(paramNames.indexOf(keyValue[0]) >= 0) {
    			params[keyValue[0]] = keyValue[1];
    		}
    	}
    
    	console.log("start init adjust...");
    
    	Adjust.initSdk({
    		appToken: appToken, // required
    		environment: environment, // 'production' or 'sandbox'
    		// optional
    		attributionCallback: function (e, attribution) {
    		// define your attribution callback function
    			console.log(e);
    			console.log("attribution: ", attribution);
    		},
    		logLevel: 'verbose', //  'error', 'none', 'error', 'warning', 'info', 'verbose'
    		logOutput: '#output'
    	});
    
        let adjustEventMap = {
            'app_open': 'xxxxx',
            'app_update': 'xxxxx',
            'app_update_success': 'xxxxx',
            'login': 'xxxxx',
            'rechar_page': 'xxxxx',
            'rechar_success': 'xxxxx',
            'register': 'xxxxx',
            'start_game': 'xxxxx',
            'widraw_page': 'xxxxx',
            'widraw_success': 'xxxxx',
            'register_login': 'xxxxx',
            'register_login_page': 'xxxxx'
        }
        let startTime = Date.now();
        let timerId;
        //检查Adjust webuuid adid数据及时间消耗
        timerId = setTimeout(checkWebuuidAndAdid, 100); // 0.1s检查一次,直到所需数据均加载或超过10s。
    
    	const gameUrl = `https://s9.crown11.club/`;
    	const gameIframeId = 'game-iframe';
    
    	const AES_KEY = '4f2546dbc0ba861d49da3a29745b1c1e';
    	const AES_IV = '00000000000000000000000000000000';
    	const key = CryptoJS.enc.Utf8.parse(AES_KEY);
    	const iv = CryptoJS.enc.Hex.parse(AES_IV);
    
    	function aesEncrypt(message, key, iv) {
    		var cipherText = CryptoJS.AES.encrypt(message, key, {iv: iv, mode: CryptoJS.mode.CBC, padding: CryptoJS.pad.Pkcs7});
    		return cipherText.toString().replaceAll("+", "-
    Found 2026-01-22 by HttpPlugin
    Create report
joychillgames.comwww.joychillgames.com
CN:
joychillgames.com
Key:
RSA-2048
Issuer:
Not before:
2025-07-29 00:00
Not after:
2026-08-27 23:59