Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download
LTQ v85 - Hardcoded

Resource LTQ v85 - Hardcoded 2020-11-05

Register & Get access to index

Ian

¯\_(ツ)_/¯
Advertiser
Ext. Member
Joined
Jan 19, 2020
Messages
555
Reaction score
2,974
Points
104
Location
Liverpool
Website
nwgroup.net
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:


Thanks for taking the time to visit my thread!
- Ian.
 
This resource has been reported as working in 0 time(s), and as not-working 0 time(s) this month.
(0 time(s) working and 0 time(s) not-working in total)
Last edited:

On4sat

Extended Member
Ext. Member
Joined
Jul 2, 2019
Messages
354
Reaction score
1,738
Points
104
Location
Internet
Website
www.startstv.com
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.

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: https://gist.github.com/IanWONeill/921a5d9602f9a08de8b2f9437c6a60f1
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.

Download:
No quote

Thanks for taking the time to visit my thread!
- Ian.


Thanks for your time
 
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 @changglobize
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

makeitso

Extended Member
Ext. Member
Joined
Sep 22, 2019
Messages
450
Reaction score
977
Points
104
Location
Dublin
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.

Download:
No quote

Thanks for taking the time to visit my thread!
- Ian.
Cracking share @Ian .. Excuse the pun
 
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 @changglobize
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 @changglobize
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Ian

¯\_(ツ)_/¯
Advertiser
Ext. Member
Joined
Jan 19, 2020
Messages
555
Reaction score
2,974
Points
104
Location
Liverpool
Website
nwgroup.net
I think its quite fair myself (I wont be changing regardless) because before this thread today the only other versions of LTQ Hardcodable were back in v61 (which had issues with Themes and also Channel hopping while watching Streams on certain devices to name a few bugs.) apart from 61 and a few off-version variations of 61 there was 57 which I assume most people use due to it being pretty stable. That's a full 28 revisions of the app older than this one, quite considerable if you think about bug fixes and tweaks that will have been made too it over time.

Plus there is the fact I'd like to promote people writing and sharing in the community to hopefully give one or two people the incentive to get out there in the WOI wilderness and start becoming more key in the community... or help by buying VIP - know what I mean? Even if only one person goes out of their way in activity to get access too this file, I've done my job. Everyone who can access it now has probably done what they can to be apart of the community and I respect that.
 

Ian

¯\_(ツ)_/¯
Advertiser
Ext. Member
Joined
Jan 19, 2020
Messages
555
Reaction score
2,974
Points
104
Location
Liverpool
Website
nwgroup.net
Sorry just another quick question.
Are we able to get the App store and notifications working on this version?
You should be able too yeah but you will have to host them yourself or find someone who is hosting them and have permission too use theirs. There are Panels available around the site check here.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
E

eddytvscott

Guest

Well done on this and yes I can confirm that it does work with store and notifications has I have just for it willing on the panel in my option 350 likes is spot on keep up the good work and thank you for taking the time to get this working for all
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock