- Status
- Hardcoded
This Thread had not been rated yet
Hello friends,
Before we start the process, we need to install nodejs on our computer.
URL : IPTVApps - Node.js
KINGTV :
After installing node js on our computer, extract the KING TV iptv application from the rar. Open the Resources folder. now while the folder is open, hold the shift key, right click and open terminal screen in that folder
> npx asar extract app.asar rainbow
After sending this command, the decompilation process will start and a folder called rainbow will be created.
Change URL : www > js > util.js > Line 8
Example dns file :
1 http://yourdns1:8080,http://yourdns2:8080,
App Name : Search > KINGTV iptv
İmages Folder : LOGO and www > images
After your editing is complete, send the following command and perform the packaging process.
> npx asar pack rainbow app.asar
Using the Resource Hacker application, you can change the information of the exe file and the icon file.
You can create a setup file using the Setup Factory program.
Credit to RainBow
Before we start the process, we need to install nodejs on our computer.
URL : IPTVApps - Node.js
KINGTV :
After installing node js on our computer, extract the KING TV iptv application from the rar. Open the Resources folder. now while the folder is open, hold the shift key, right click and open terminal screen in that folder
> npx asar extract app.asar rainbow
After sending this command, the decompilation process will start and a folder called rainbow will be created.
Change URL : www > js > util.js > Line 8
Example dns file :
1 http://yourdns1:8080,http://yourdns2:8080,
App Name : Search > KINGTV iptv
İmages Folder : LOGO and www > images
After your editing is complete, send the following command and perform the packaging process.
> npx asar pack rainbow app.asar
Using the Resource Hacker application, you can change the information of the exe file and the icon file.
You can create a setup file using the Setup Factory program.
Credit to RainBow
This Thread had not been rated yet