DOWNLOAD NexTv | HardCoded | Unlimited DNS | MOD V1

Lucas14

Member
VIP Member
Joined
Apr 26, 2023
Messages
40
Awards
1
Offline
Is there a way to make the image look full on live tv?
 

blackboxtv

Member
Joined
Apr 20, 2022
Messages
30
Awards
1
Offline
Ok so I did some research, you can customize add playlist screen on values, just search for NexTV+ and you will find all text, next the qr is not an image is a SVG that is create by the two files on assets, the qr_code.html and white.html, to redirect the code to a website o WhatsApp, etc: just change value on: data: data, for data: "https://anywebsite", and that's pretty much it, also I'm pretty sure you can set the hardcode panel to manage just 1 dns and make it panel ready, just name one dns with host or whatever and set hardcode panel url, erase the other 14 dns set ups, also at the end you can customize the not working text for: To activate please visit: https://mywebite.
 

barringtonr

Member
VIP Member
Joined
Jan 19, 2022
Messages
61
Awards
3
Offline
I asked chatgpt to changed the script to connect to a telegram group. Might help somebody.

<script type="text/javascript">

function loadZer() {
let qrCode = new QRCodeStyling({
width: window.innerWidth,
height: window.innerHeight,
type: "svg",
data: "https://t.me/your_telegram_group", // Replace "https://t.me/your_telegram_group" with your actual Telegram group link
dotsOptions: {
color: "#FFFFFF",
type: "rounded"
},
backgroundOptions: {
color: "#000000",
},
imageOptions: {
crossOrigin: "anonymous",
margin: 20
}
});
qrCode.append(document.getElementById("canvas"));
qrCode.download({ name: "qr", extension: "svg" });
}

// Call the loadZer function
loadZer();

</script>
 

MrAnhell

Well-known member
Joined
Jul 24, 2021
Messages
328
Awards
3
Offline
Be very careful with some of the many Chatgpt apks floating around as some have maleware.
 

blackboxtv

Member
Joined
Apr 20, 2022
Messages
30
Awards
1
Offline
hi mate, the script is legit has no malware, is just a lil change on the data of the qr thats all
 

jmplay

New member
Joined
Feb 22, 2023
Messages
23
Offline
I asked chatgpt to changed the script to connect to a whatsapp
I asked chatgpt to changed the script to connect to a telegram group. Might help somebody.

<script type="text/javascript">

function loadZer() {
let qrCode = new QRCodeStyling({
width: window.innerWidth,
height: window.innerHeight,
type: "svg",
data: "https://t.me/your_telegram_group", // Replace "https://t.me/your_telegram_group" with your actual Telegram group link
dotsOptions: {
color: "#FFFFFF",
type: "rounded"
},
backgroundOptions: {
color: "#000000",
},
imageOptions: {
crossOrigin: "anonymous",
margin: 20
}
});
qrCode.append(document.getElementById("canvas"));
qrCode.download({ name: "qr", extension: "svg" });
}

// Call the loadZer function
loadZer();

</script>

. Might help somebody.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>QR Code Styling</title>
<script type="text/javascript" src="https://unpkg.com/[email protected]/lib/qr-code-styling.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #000000">
<div id="canvas"></div>
<script type="text/javascript">

function loadZer(data) {
let qrCode = new QRCodeStyling({
width: window.innerWidth,
height: window.innerHeight,
type: "svg",
data: data,
dotsOptions: {
color: "#FFFFFF",
type: "rounded"
},
backgroundOptions: {
color: "#000000",
},
imageOptions: {
crossOrigin: "anonymous",
margin: 20
}
});
qrCode.append(document.getElementById("canvas"));
qrCode.download({ name: "qr", extension: "svg" });
}

// Chame a função loadZer com o link do WhatsApp
loadZer("https://api.whatsapp.com/send?phone=seu_numero_de_telefone"); // Substitua "seu_numero_de_telefone" pelo seu número de telefone com o código do país

</script>
</body>
</html>
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,128
Awards
4
Offline
I asked chatgpt to changed the script to connect to a whatsapp


. Might help somebody.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>QR Code Styling</title>
<script type="text/javascript" src="https://unpkg.com/[email protected]/lib/qr-code-styling.js"></script>
</head>
<body style="margin: 0; padding: 0; background-color: #000000">
<div id="canvas"></div>
<script type="text/javascript">

function loadZer(data) {
let qrCode = new QRCodeStyling({
width: window.innerWidth,
height: window.innerHeight,
type: "svg",
data: data,
dotsOptions: {
color: "#FFFFFF",
type: "rounded"
},
backgroundOptions: {
color: "#000000",
},
imageOptions: {
crossOrigin: "anonymous",
margin: 20
}
});
qrCode.append(document.getElementById("canvas"));
qrCode.download({ name: "qr", extension: "svg" });
}

// Chame a função loadZer com o link do WhatsApp
loadZer("https://api.whatsapp.com/send?phone=seu_numero_de_telefone"); // Substitua "seu_numero_de_telefone" pelo seu número de telefone com o código do país

</script>
</body>
</html>
English on this forum only pal
 

blackboxtv

Member
Joined
Apr 20, 2022
Messages
30
Awards
1
Offline
the app dont work on old firesticks 2 gen because the fire os, amazon has something call focus of selection, the app is newer than the os 5.0 and 5.1, what the fire os those is when you navigate on the app highlights menus, the app has a transition on the menu when you set left so thats why the app crash and return to main menu, i guess is nothing to do there just make sure to use it on fire os 7+ thats it.
 

Verx

Active member
Joined
Jun 17, 2023
Messages
36
Awards
3
Offline
Does anyone know where to find this rtx_rebrand.json file, I looked in the assets folder and it wasn't there.
 
Top