CloudFront
tcp/443 tcp/80
openresty
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c1a5d9b0f1a5d9b0fd02d668765a3b0e2f763e416f763e416
Found 3 files trough .DS_Store spidering: /css /dl /img
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c1a5d9b0f1a5d9b0fd02d668765a3b0e2f763e416f763e416
Found 3 files trough .DS_Store spidering: /css /dl /img
Open service 2600:9000:208a:bc00:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:48 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 62adf6efa9de9ec639541ac293f53aa0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: G7tcjY91ZtviwWM_RQQIGpVABu9st7A9pW0cK81jlhaopBzt75TYHw== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.60:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:48 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 bae2787a12eb258382fd83a9570a6d4a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: DbQXblHVp5GyGcxq3iXij6s6I_P51b-p1H6f4kjRAyzjCQlyLgv9TA== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:6200:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 f5991afb09944a33e3f4ff8b890fa0a2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: 27tvmPt6hBnDibOJbNzivkBAncWJhSnbvzP97tJluWeDPQyPeG4BMA==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:6200:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:48 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 42956b352da5bdee311547b98721d05e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: 6UQnXPrLnqQtYESozy1MFuMgcF5u2gVBdPrvGCjEm95PaCrYour3oA== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:1600:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:48 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 60b9ab6b887af73f2f2a5d326bb59780.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: xv6Twqul4cGunqfgJ6_Z2Fm-iSSn6SdkohRrOxog6WYHPw6hXP3Zkw== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.34:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 c8441ee313b5204aa32e9bf5a370d536.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: JxqpjfxZPf3y6cRJDaARQ5YZ-k0C6azOhf6cFuYHBsTBy9zAWqg5kw==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.42:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:48 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 f5991afb09944a33e3f4ff8b890fa0a2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: EYnVNAZdTvUwIeHg5msid23ZdfSHkZS8D9stKanuYOwjAqydfx_VMQ== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.60:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 e82859bd3e5e584a3698e67f22415dae.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: yvZ5AJWCGqEEk9qNQufxDwmmoTNXrIUeLovlDa1KU6cb_TKLRJzFIw==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.42:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 400 Bad Request Server: CloudFront Date: Wed, 07 Jan 2026 10:56:48 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 59927012a1a01484504f9d4b511a043c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: gNIDBYECP5ZjshAz7Kry6zu3ZSvpFW7Q0nHh01qfM95cguyY72bHIg== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: gNIDBYECP5ZjshAz7Kry6zu3ZSvpFW7Q0nHh01qfM95cguyY72bHIg== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 2600:9000:208a:bc00:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 f5991afb09944a33e3f4ff8b890fa0a2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: J-Rb8QsgfVoy6QGa_F4jtVWi0tJU9nwO7r1QQFk3WN-VVc7sENGqFA==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:2400:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 f5991afb09944a33e3f4ff8b890fa0a2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: ltWfEHr6rVHic_X_SoJBlnCUKXSZdELGewpLS1bonN1bJUfXl5TYmg== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:e800:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 3e7af1ef389db8ab4a319bd943f95544.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: xzSk6bvavtfmol1Xu7j2p2QE6MuD4p-Du41L9IwKiQQ_cRonBC4USQ==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:fe00:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 13cf0cb36194e875c127f27844256ba4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: S1Dhi1jN_s968vPx4b3yX32A5jNHIFAMSu3XGBMliiTpksUCDHbKbw==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:a400:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 f126ea1ed848e1f1d4c478d1f814e2c2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: ICXiKKFQCYREtT_HiL6IMSYoJXmhcLIV827eTDiKwQ4BxV34JPiPMw== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:1600:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 f126ea1ed848e1f1d4c478d1f814e2c2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: c4rjk-zj8VpexyuRyBY6PYEacQ70SSxFUfnQSfn1LIR1Rg-jinbaBg==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:e800:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 e5deb8f5a34e6d43e0d7e5631bd731dc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: I_EByC5z_JY0n9pdJ5g5H1Rs8vM4a_V5ptNU0tDMTmdjolyQG_VRIw== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:fe00:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:48 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 42956b352da5bdee311547b98721d05e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: 2bSMSnD1coa1nSuFNFdR7A4yyZkxb5FAovTtp47X0KmnKMnBrYgxsw== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.78:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 13cf0cb36194e875c127f27844256ba4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: 7qvPEg_NTCX8Nb467Bl1IlsISAtgG9wfvCOyPXpINOXRv2zN4bLYOQ==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.34:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 60b9ab6b887af73f2f2a5d326bb59780.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: oHTE9HRUuAJuf4npW-MNEKV0jui2SlhaISQnYjujx-WIfM9qFiLU2Q== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:a400:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 f126ea1ed848e1f1d4c478d1f814e2c2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: SPa1KzB7f2CxP94s5lv0RsJpnk5q1D1BhiFDNKsqMYLA9xnEfDnPwg==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.78:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 581599a51772a76c2489c9d094b70226.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: NDrbZQb8io_SnBfppGUKH0mHJcnHC5o-3zOmi0rhrDjKZPQLnTcDFg== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:8c00:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:48 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 c8441ee313b5204aa32e9bf5a370d536.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: h-zJbKbkRCm0O9sNvUOFgpzjzs2uhVwx4B9QKrv4j8g-T9MQ490GUw==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:8c00:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 07 Jan 2026 10:56:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 1d665d877b0e9ec09e9ec07fe3b6c7b6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: Y4-SB5846YC3g0Q_gxXWrvSEe2-28S1ATVZWf3Bm1-JWMU4Jxa1pqQ== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:2400:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-07 10:56
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Wed, 07 Jan 2026 10:56:47 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 62adf6efa9de9ec639541ac293f53aa0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: znwQwfT-onh5fT6Hw3ouKQRzT57Z1ySgt2-iUQIVf7r8PzZT8d3umA==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:4800:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:51 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 42956b352da5bdee311547b98721d05e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: 2xe9u1IXdgVNkaKo9qxhHiGbLt0KPgGoykONxksb5kQmjNgIDJ6-Vw==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.60:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 e5deb8f5a34e6d43e0d7e5631bd731dc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: M33WB-9GSj-uBjEaHLVLqARaFPYbYaMwBtpi8CiBKI_zuDSyHLMm_Q== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.78:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 62adf6efa9de9ec639541ac293f53aa0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: IlYZMsS5q6LVonFGSitsd3AcvyCoH1qnp2FXs84ysceyj1ekZq9auQ== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.42:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 387be0cf162c8cb6592090f9496a1e92.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: u3dM09jgvTEqcKNMSdBvOhI-ruKWAFSuNTQam0bhtkXv1TfU6fwwdg== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:4800:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 2ae88352064bd2ee8746477a8b6fb1da.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: kANOhXyi-hn7H64773Crlx3xMhVRSEAyiNwDJt94FOfghUhzt71puw== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:2600:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:50 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 7ca1f888e55cc20dcbd40691cd7e4e84.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: FUXKJiizlFHVnzBasqiBlIjQ6pKFD62NzVQyTQRmPQUG4A5bpBBoxA==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.34:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:50 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 e5deb8f5a34e6d43e0d7e5631bd731dc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: b2zRDFD29qrgo_JX1eAgBAjhZlxa8hHkZWXoA42J39e9UO5EkoBOIA==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:dc00:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:50 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 d07394c1abd1aadfca4b7709ba1de6a8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: QbIhbGUbFHjlqaKrwD1EbiOpVW1uP9PpRCnu0U3hsEYyCWRg53Zv2g==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:2600:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 2455ef8edb3925202de453ceda9f2c14.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: QCjN1fCpCf081Sx2fkqj1n6GPgo49kph9n8QiDJ_GS4dF_nQY6Hz-Q== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.60:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:51 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 13cf0cb36194e875c127f27844256ba4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: ta3TmHvUAEz6bLqT3M0irkAQQMosfD-kskHyaS8XPYn1olzZz4j12A==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.42:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:50 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 bae2787a12eb258382fd83a9570a6d4a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: zmGbGQBRocjxEJ5VmPNiDljrZiKXwty-WTcdmsLwpOjIOlcJpw8juw==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 65.8.131.78:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:50 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 f126ea1ed848e1f1d4c478d1f814e2c2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: oJOF4vVQgPM0zFgXVpP3iDywjiE-PtZwFEoumxtXqqhlWhqjsiqbEg==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:dc00:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 bad86c53165d48d66c80e183f57163d4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: hubH72P-iXm_Q4jF9uKTVWjYCUlC7FSAZ1LWqcRblwM6ntrEC-tjUA== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 65.8.131.34:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 59927012a1a01484504f9d4b511a043c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: S6u7QDYsQScyJlsTW9JzvYpTsKGSik0sPCVuq9NwpxEEAopkskmZ7Q== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:b000:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:51 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 581599a51772a76c2489c9d094b70226.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: 6rog5gSJI3GO3iioY_AzAfJ1vnb7dZVt8I6VSiXQrMCnRcAtHb2IZg==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:9600:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:51 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 3e7af1ef389db8ab4a319bd943f95544.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: Zl7JdI5SZPZQzvJxWirAOh3esWrAenybUDaI1vjIfUWNbC57ZLTK7g==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:b000:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 59927012a1a01484504f9d4b511a043c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: Nof6e30XAqhIFQS93cJh08Qsg70UnKVvxRXkCLQBzVsfZSsKlhMH4Q== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:7a00:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:51 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 13cf0cb36194e875c127f27844256ba4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: JCuXqILrNE8ye6Phm6-MVHLNgH7c3_dMxtSTsMeWpIflypVyM-hzLA==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:9600:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:50 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 3e7af1ef389db8ab4a319bd943f95544.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: cqALeZXXD7R_BBfNsahGfC0m5YY9cJ8JDOya4P2ML9xVXgqLFvAkNg== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:2800:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:51 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 59927012a1a01484504f9d4b511a043c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: gtUN6RiUNiLQpsLsucaHoNmvv1Q8MHatQt3RnGLfdjf4CefRFSgXOw==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:7a00:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 bad86c53165d48d66c80e183f57163d4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: LT8y6F030Y0zMpQhywytcD55A5IWYV3Z9_LYHKKw4_hiYCXs84cQdA== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:5400:8:e067:12c0:93a1:443 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: openresty
Date: Thu, 01 Jan 2026 22:38:51 GMT
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 4d4680d03dbc233f4f8d4e3d75985c84.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P13
X-Amz-Cf-Id: BEduCKKsWDPbw-tQ61ZLSpzhsHMNNbnC-w7nK7rgbRnUZ07vGjyDOQ==
Page title: Ind slots | The Best Slots Machine In India
<!DOCTYPE html>
<html>
<head>
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="314" />
<meta property="og:title" content="Ind slots | The Best Slots Machine In India" />
<meta property="og:description" content="Enter my referral code and get 100 coins!" />
<meta property="og:image" content="https://www.indslotsagent.com/share102.png" />
<meta property="fb:app_id" content="275231247713364" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" />
<meta property="url" content="/">
<meta property="type" content="website">
<meta property="title" content="Ind slots | The Best Slots Machine In India">
<meta property="description" content="Play at Indslots, The Best Slots Machine In India, daily mystery bonuses, secure payments, fast withdrawals, and dedicated 24/7 customer service support.">
<meta charset="UTF-8">
<meta name="viewport" content="width=720, user-scalable=no">
<title>Ind slots | The Best Slots Machine In India</title>
<link rel="icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<link rel="shortcut icon" href="./favicon.png" mce_href="./favicon.png" type="image/png">
<script>
// Initialize the agent at application startup.
const fpPromise = import('/src/js/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId);
var url = '/getapk.php?vid='+visitorId+'&code=&mb=';
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if (xhr.status == 200) {
var data = xhr.responseText;
console.log(data);
if(data.indexOf('http') == 0) {
// window.location.href = data;
// document.getElementById("playnow").href=data;
document.getElementById("down_apk_2").href=data;
//document.getElementById("down_apk_2").target="_blank"
//document.getElementById("playnow").target="_blank"
document.getElementById("down_apk_2").setAttribute("target","_blank")
//document.getElementById("playnow").setAttribute("target","_blank")
document.getElementById("wait_download").style.display="none"
document.getElementById("can_download").style.display="inline"
} else {
alert('Failed to obtain link from server')
}
} else {
alert('Failed to obtain link')
}
}
}
xhr.open('GET', url, true);
xhr.send();
})
</script>
<script type="text/javascript" src="./src/js/jquery.min.js"></script>
<script type="text/javascript" src="./src/js/index.js?t=2342342"></script>
<script src="src/js/index.umd.js?t=1232"></script>
<style>
* {margin: 0;
Open service 2600:9000:208a:2800:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 4d4680d03dbc233f4f8d4e3d75985c84.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: fPphbd4Zf4UVx5DfjSSk6IldfWSDVFMy7zCUILvVAFh45HqaO4pKOQ== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:208a:5400:8:e067:12c0:93a1:80 · ind-slots.com
2026-01-01 22:38
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Thu, 01 Jan 2026 22:38:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://ind-slots.com/ X-Cache: Redirect from cloudfront Via: 1.1 c8441ee313b5204aa32e9bf5a370d536.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P13 X-Amz-Cf-Id: taqMLnKTC5of-lRdKX5wMSPmHe_8X7hK4JRMmQhldPGSRGR4o4e_vg== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
2600:9000:208a:bc00:8:e067:12c0:93a1 1 65.8.131.60 1 2600:9000:208a:6200:8:e067:12c0:93a1 1 2600:9000:208a:1600:8:e067:12c0:93a1 1 65.8.131.34 1 65.8.131.42 1 2600:9000:208a:2400:8:e067:12c0:93a1 1 2600:9000:208a:e800:8:e067:12c0:93a1 1 2600:9000:208a:fe00:8:e067:12c0:93a1 1 2600:9000:208a:a400:8:e067:12c0:93a1 1 65.8.131.78 1 2600:9000:208a:8c00:8:e067:12c0:93a1 1 2600:9000:208a:4800:8:e067:12c0:93a1 1 2600:9000:208a:2600:8:e067:12c0:93a1 1 2600:9000:208a:dc00:8:e067:12c0:93a1 1 2600:9000:208a:b000:8:e067:12c0:93a1 1 2600:9000:208a:9600:8:e067:12c0:93a1 1 2600:9000:208a:7a00:8:e067:12c0:93a1 1 2600:9000:208a:2800:8:e067:12c0:93a1 1 2600:9000:208a:5400:8:e067:12c0:93a1 1 13.225.78.122 1 13.225.78.69 1