EasyPlex - Movies - Live Streaming - TV Series, Anime

EasyPlex - Movies - Live Streaming - TV Series, Anime 2.4 LATEST UNTOUCHED

No permission to download

wdevil

New member
Aug 1, 2020
14
2
3
Please can anyone assist in decrypting the base64 string below:

Y6dbKcSG0GLDBEi6adrP0g1yKmKLm3oZqKgwb4HsGYw=

I need to know what that is. It is included on the admin .env file
when you run "php artisan key:generate" it will be generate new key. This is normal if you install Laravel, so don't waste your time to decrypting.
 
  • Like
Reactions: balram143

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
I don't think that is meant to be decoded just because it's random using AES-256-CBC cypher

PHP:
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',

// And the key generation procedure

    protected function generateRandomKey()
    {
        return 'base64:'.base64_encode(
            Encrypter::generateKey($this->laravel['config']['app.cipher'])
        );
    }

Thanks a lot, I understand now
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
Please can someone help test this software. The app has a lot of errors and bugs. Plus could someone null it.

I've tried several methods trying to get this working
 

tv.rakun

New member
Aug 19, 2020
22
4
3
When i open the app says "THIS PRODUCT CANNOT BE ACTIVATED BECAUSE THE PRODUCT KEY IS NOT VALID."
 

TheRyD3r

Well-known member
Babiato Lover
Trusted Uploader
Dec 21, 2019
398
288
63
Around The World
paxxer.tv
When i open the app says "THIS PRODUCT CANNOT BE ACTIVATED BECAUSE THE PRODUCT KEY IS NOT VALID."

I was not even able to successfully setup the application.

Could you kindly pm or send your app configuration here. I would really appreciate it. You can bypass it because the app connects to envato directly
 

tv.rakun

New member
Aug 19, 2020
22
4
3
The docs on the app are very weak, so i had to looking file by file on the app to seee how to modified. For example my app package name are "com.app.com" and the package name on the app is just "com.easyplex" there is not "com" or whatever so i create a new folder on java - com - easyplex (where easyplex is my app´s name) - com ("com" is the new folder) and i put all the java - com -easyplex folders on it.

Then when i renamed the easyplex folder by my app´s name i go to AndroidManifest.xml select "com.easyplex" and click CTRL + SHIFT + R to rename the package name for mine and i click Remplace All.

Last 2 thing i did was rename the line on api.cpp

Java_com_easyplex_util_Constants_baseUrlFromJNI


for

Java_com_app_com_util_Constants_baseUrlFromJNI

Where com_app_com Is your package name

And then i go to www.base64encode.org put my domain click ENCODE copy the result whitout the "=" just alphanumerics text and remplace the code from std::string mUrl= (The 2 lines)

After that i was able to compile the apk but when i open the app it says the activadion code thing, i can navigate trough settings and all that but when i click on any movie i added the app closes
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,727
27,060
120
If anyone can provide privately a valid code to check some api results I will return the nulled version of this script.
 
  • Like
Reactions: tanierlyons

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu