Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!
LTQ v85 - Hardcoded

Resource LTQ v85 - Hardcoded 2020-11-05

Register & Get access to index
That's nice man - funny thing Is I only wanted to get it done because I assumed the Channel hopping problem would be gone for FireTV's (says stream unavalable every other channel when hopping through) but nah. Hopefully they fix it soon and don't change their method too much :D
i still like the 301 for that and is fully customizable i mean here is 1 i did on that
login.png
 
i still like the 301 for that and is fully customizable i mean here is 1 i did on that
The only thing I have trouble with customising is the bloody sidebar, I would preferably have 'recording' and 'sports listings' lower down the list but they way they have coded the menu is in such a way that if you convert it to java it just panics. That's probably one of the last changes I'd like to make too the app itself.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Good Post But Sorry I Would Not Trust This App As Far As I Could Throw It As It May Of Been Bypassed But Not Secure As It Is Still Connected To There Panel Api Within The Aes 1 Click Of A Buttoun Its Dead
 
Good Post But Sorry I Would Not Trust This App As Far As I Could Throw It As It May Of Been Bypassed But Not Secure As It Is Still Connected To There Panel Api Within The Aes 1 Click Of A Buttoun Its Dead
Remove the .../api/V2 line and your good to go. Add your own if you want Notifications. Removing the API makes no difference to the App however.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Remove the .../api/V2 line and your good to go. Add your own if you want Notifications. Removing the API makes no difference to the App however.
Remove the .../api/V2 line and your good to go. Add your own if you want Notifications. Removing the API makes no difference to the App however.
My Mistake I Misread The Thread NIce Work I Love The Intro
 
Hey guys,

Thanks again for checking out one of my threads, today I am bringing you something a little bit nice, something I've literally only just finished doing after a learning curve in the IPTV Scene.

I had been trying out different versions of LTQ and going from 57 to 61, 62 and so on - this here is the latest(?) version of LTQ which I have bypassed the AES encyption on within the app so you are able to simply add your http://dns: port too it, change the VPN Service and so on and so forth. Hopefully some of you will make good use of this, thanks to the people who pointed me in the right direction and those who told me where I should be looking - I'm sorry if this was the wrong way to go about getting this to work with different providers but It works and at the minute I'm happy within my self with that.

https://gist.github.com/IanWONeill/921a5d9602f9a08de8b2f9437c6a60f1

I looked up where the encryption was in the APK itself and then converted the Smali into Java to be able to make it more readable for myself, I then played arround with the code to be able to make it work in the way it is intended too in the app, feed in the AES encypted string and return the plain text; you can see that here:
Feel free to have a play around with it for other version of LTQ it (should) work for previous revisions. I then made the changes in the Java to bypass the decryption process to be able to just return the String that is passed, ie the AES encrypted String - this enabled us to be able to just put our plain text http://dns: port and have it return through the method in plain text as the decryption method would do for the AES encrypted String thus bypassing it.

I have a gut feeling that a good few people would like to get this - I have put a healthy number of likes to get it sorry if that stops you grabbing it but remember if you really, really want something then of course VIP is always an option.

Note: I had already made a couple of changes to the LAF of the app before bypassing - my apologies for not being the original clean APK.
Edit: Clean version <here>.

Download:
No quote

Thanks for taking the time to visit my thread!
- Ian.
Can you help me with how to use the .Java file on the gitguhb please ??
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Can you tell me how to use the java file please pal ?
Just create a new Java project in your IDE, weather it be IntelliJ IDEA or Eclipse. It should just be able to be run off-the-shelf, in the Main() method change the String to which ever you would like to be ran through their decryption methods.
 
Hey guys,

Thanks again for checking out one of my threads, today I am bringing you something a little bit nice, something I've literally only just finished doing after a learning curve in the IPTV Scene.

I had been trying out different versions of LTQ and going from 57 to 61, 62 and so on - this here is the latest(?) version of LTQ which I have bypassed the AES encyption on within the app so you are able to simply add your http://dns: port too it, change the VPN Service and so on and so forth. Hopefully some of you will make good use of this, thanks to the people who pointed me in the right direction and those who told me where I should be looking - I'm sorry if this was the wrong way to go about getting this to work with different providers but It works and at the minute I'm happy within my self with that.

https://gist.github.com/IanWONeill/921a5d9602f9a08de8b2f9437c6a60f1

I looked up where the encryption was in the APK itself and then converted the Smali into Java to be able to make it more readable for myself, I then played arround with the code to be able to make it work in the way it is intended too in the app, feed in the AES encypted string and return the plain text; you can see that here:
Feel free to have a play around with it for other version of LTQ it (should) work for previous revisions. I then made the changes in the Java to bypass the decryption process to be able to just return the String that is passed, ie the AES encrypted String - this enabled us to be able to just put our plain text http://dns: port and have it return through the method in plain text as the decryption method would do for the AES encrypted String thus bypassing it.

I have a gut feeling that a good few people would like to get this - I have put a healthy number of likes to get it sorry if that stops you grabbing it but remember if you really, really want something then of course VIP is always an option.

Note: I had already made a couple of changes to the LAF of the app before bypassing - my apologies for not being the original clean APK.
Edit: Clean version <here>.

Download:
No quote

Thanks for taking the time to visit my thread!
- Ian.
Movies no working
 
Just create a new Java project in your IDE, weather it be IntelliJ IDEA or Eclipse. It should just be able to be run off-the-shelf, in the Main() method change the String to which ever you would like to be ran through their decryption methods.
hi buddy can i dm you to get help with setting up Eclipse please as i have never used the software before and would love to put your java file to the test please buddy
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Sorry I'm new on here I've liked the post but not showing install link please can someone help with this thank you
 
Sorry I'm new on here I've liked the post but not showing install link please can someone help with this thank you

Hi! You need atleast 350 likes to access the content. Easiest way to get likes is share your knowledge and help out the community with posts and you'll soon build up your likes. :)
 
Sorry I'm new on here I've liked the post but not showing install link please can someone help with this thank you
There is a like system on this forum you have 3 likes at the moment to get the download link you need 350 on this 1 and 100 on the 1 i posted that you private messaged me for to try get me to send you the link please work on getting ypuraelf some likes then you will be able to get the links
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Sorry I'm new on here I've liked the post but not showing install link please can someone help with this thank you
inboxing people to get the link when youve just joined is pointless
and the same message for several different threads
contribute a bit and the likes will soon climb up
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top