Recently Browsing 0
- No registered users viewing this page.
Similar Content
- NEX-Forms v8.7.8 - The Ultimate WordPress Form Builder
-
WoWonder Native Timeline Application v2.6.5 - For WoWonder Social PHP Script
- 5 replies
- 3,243 views
-
KiviCare Flutter 3.x App - Clinic & Patient Management System
- 0 replies
- 2,106 views
- Android Period Tracker for Women - Period Calendar Ovulation Tracker (Pregnancy & Ovulation) (V-2)
- Rankie V1.6.3 - Wordpress Rank Tracker Plugin
Latest Updated Files
-
Ultimate Member MailChimp Addon
- 0 Downloads
- 0 Comments
-
Fixed TOC - table of contents for WordPress(wp) plugin
- 0 Downloads
- 0 Comments
-
OpenAI Davinci - AI Writing Assistant and Content Creator as SaaS
- 0 Downloads
- 0 Comments
-
Pixer - React Laravel Multi-Vendor Digital Marketplace
- 0 Downloads
- 0 Comments
-
Whatsapp API Gateway (WHAPI)
- 1 Downloads
- 1 Comments
-
66toolkit - Ultimate Web Tools System (SAAS)-Untouched
- 1 Downloads
- 0 Comments
-
ChatPion - Facebook & Instagram Chatbot,eCommerce,SMS/Email & Social Media Marketing Platform (SaaS)
ChatPion - Facebook & Instagram Chatbot,eCommerce,SMS/Email & Social Media Marketing Platform (SaaS)
Free
- 0 Downloads
- 0 Comments
-
ChatPion add on Google Sheet Integration & HTTP API Integration
- 0 Downloads
- 0 Comments
-
Car2Go - One Stop Ride Share Platform | User Web App | Driver Web App | Admin Panel (MERN)
- 0 Downloads
- 0 Comments
-
Chrome Extension for Premium URL Shortener - Link Shortener, Bio Pages & QR Codes
- 0 Downloads
- 0 Comments
-
AmazCart - Laravel Ecommerce System CMS Multi-Vendor
- 1 Downloads
- 0 Comments
-
AiGen - All-in-One AI Generation Tool - Artificial Intelligence
- 1 Downloads
- 0 Comments
-
Accounting and Bookkeeping for Perfex CRM
- 0 Downloads
- 0 Comments
-
Smart TMS SaaS - Tailor Management System
- 0 Downloads
- 0 Comments
-
Zoro - Automated Anime Streaming Platform
Zoro - Automated Anime Streaming Platform
499.00 EUR
- 0 Purchases
- 3 Comments
-
Tradexpro Exchange - Crypto Buy Sell and Trading platform, ERC20 and BEP20 Tokens Supported
- 1,096 Downloads
- 14 Comments
-
Local Pickup for WooCommerce (Premium) By TheDotStore
- 0 Downloads
- 0 Comments
-
Ultimate Member Groups Addon
- 0 Downloads
- 0 Comments
-
All Marketplace - 8 Paid Premium Extensions + 6 Premium Themes | MagicAi V7.2.2
- 19 Purchases
- 73 Comments
-
Android Live TV ( TV Streaming, Movies, Web Series, TV Shows & Originals)
- 34 Downloads
- 2 Comments
Hello dear DoniaWeB members, every day I receive hundreds of messages on how to run these apps, and frankly I always ignore them because I didn't have time to test the code and check how it works.
But I think it is time to tell you how to run these apps without a license
I will explain the method on DeepSound app, and it is the same for other apps
Notes:
IMPORTANT:
1- First we need download the dnSpy debugger for .net and unzip dnSpy-net472.zip:
https://github.com/dnSpy/dnSpy/releases
Direct link: https://github.com/dnSpy/dnSpy/releases/download/v6.1.7/dnSpy-net472.zip
When you unzip will have the 64 and 32 bit version, use the one you need. Are portables executables, only run.
2- Locate path the Android APP Deepsound and navigate to the API folder:
We work with the "DeepSoundClient.dll" file.
3- Run dnSpy.exe and open "DeepSoundClient.dll" file or simply drag and drop file to dnsSpy list.
Navigate until Client method (constructor):
Now we see in right panel the code.
4- Inside Client method press right button and select "Edit Method (C#)".
5- Comment or delete the code from ValueTuple until throw new... Line #39 to #53
Put you new code with your data:
Aclarations:
6- Press compile button and check errors. Double click in displayed error error and you will be redireced to the code.
In my case i have 1 error in file main.g.cs:
Comment or delete the code that marks error:
/*[global::System.Runtime.CompilerServices.CompilerGenerated][/INDENT][/INDENT][/INDENT][/INDENT] [INDENT][INDENT][INDENT][INDENT]private static string a;*/
Press the Compile button again and now all is correct witout errors.
7- Navigate to the File Menu -> Save Module... and select folder path in Filename textbox to export new DeepSoundClient.dll nulled
8- Replace with the new DeepSoundClient.dll file in you API folder
9- Custom Server Key:
If you want to change default Server Key, you will have to modify the value in PHP Site configuration Eg.(http://www.yoursite.com/admin-cp/site-settings) -> Site Server Key and you must also change another value in database.
You can do this manually or run the following query:
In this point you can compile and run you DeepSound APP and try.
In the following steps i will show how i did to compile the project and expose my configurations.
10 - Configuring the ADB tools for run APP:
Enable USB debugging on your Android phone
Connect the phone with USB Cable and in this point you can run app with Visual Studio Enterprise 2019.
Now i show how configure adb for execute over Wifi and dont use the USB Cable.
In your pc navigate to the path platform-tools and run CMD or Powershell as administrator in this folder.
If you have configure enviroment path system with Android SDK platform-tools skip this step.
In my case the utilities is in C:\D\Soft\Dev\Android_Studio\sdk\platform-tools
Now we need use adb.exe utility for configure you phone.
Replace XXX with you PhoneID (see in command adb devices).
Find or set fixed ip for android phone (i have configure reserved IP fixed with router using the macaddress)
Use a free port, in my case use 5555
Run in terminal:
If response is: "connected to 192.168.0.15:555" you can remove the USB Cable.
If need reset configuration for USB Cable and disable wifi debugging use the following comands:
11- Show my project configuration
12- Changes in PHP Script -> modify file for upload audio with DeepSound APP.
I had to make a change to the submit-song.php file since it does not keep some values of the session variable $ _SESSION ['upload'] when uploading file from Android Phone.
API in PHP Script is in the below path:
Edit file:
13- Start debugging the DeppSound APP for testing if work correctly with PHP Script.
ACLARATION:
Set you breakpoint. Eg. (line #52)
Clean Solution
Start debugging in the Android Phone.
If you can see the data you entered when nulled the API DeepSoundClient.dll then everything will be fine.
Watch: client objetc -> Statics members
- isExtended = false
- ServerKey = "9e775163db496ad0811172b5423e9061"
- WebsiteUrl = "http://www.sebax-deepsoundnullapp.com/"
Stop debugging if you can, the APP will be installed on the Android Phone.
14- Test the DeepSound APP and modify it if you want.
NOTES:
I personally think that DeepSound APP is very basic and prefer adapt the PHP Script to work as mobile application and convert in PWA for up in playstore (now is possible).
And thus not having to modify the API endpoint/v1 in PHP + the APP in C#. Also, if you want to add new functionality, you will have to make your new api so that it works in parallel with the DeepSoundClient.dll API, since it is very obfuscated and it is impossible to reverse engineer the entire dll.
Enjoy
Support is available for paid files only
Support for free files is offered for a fee only