Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YarosMallorca/adobe_deactivation_bypass
A CLI tool to bypass Adobe's deactivation prompt for cracked Adobe software
https://github.com/YarosMallorca/adobe_deactivation_bypass
Last synced: about 2 months ago
JSON representation
A CLI tool to bypass Adobe's deactivation prompt for cracked Adobe software
- Host: GitHub
- URL: https://github.com/YarosMallorca/adobe_deactivation_bypass
- Owner: YarosMallorca
- Created: 2024-05-15T13:40:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T18:44:55.000Z (3 months ago)
- Last Synced: 2024-08-17T19:52:27.244Z (3 months ago)
- Language: Dart
- Homepage:
- Size: 29.3 KB
- Stars: 41
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Adobe Deactivation Bypass
This simple script allows you to bypass the Adobe Creative Cloud deactivation limit.
Note: This requires a cracked version of the Adobe software to work.
Remove this easily with this script:
### Known side effects
This might lead to some adobe-related sites (like Adobe Login and Adobe Stock) to not load. If this happens, remove the script temporarily using the `--remove` argument, then reapply when you want to use Adobe Software again.
## How to use
1. Download the script from the [releases page](https://github.com/YarosMallorca/adobe_deactivation_bypass/releases/latest)
2. Run the script:
On Windows:
- Open Terminal as Administrator
- cd to the directory with the script exe file
- Run the script: `.\adobe_deactivation_bypass_win.exe --apply`On macOS:
- Open Terminal
- cd to the directory where the script is located (usually it is your Downloads folder (```cd ~/Downloads```))
- Make the script executable with `chmod +x adobe_deactivation_bypass_mac`
- Run the script: `sudo ./adobe_deactivation_bypass_mac --apply`, you will have to change the command depending on the actual binary name, usually `adobe_deactivation_bypass_mac_arm`, or `adobe_deactivation_bypass_mac_intel`.3. Done! Enjoy your Adobe software without any limitations!