You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,17 @@ You can download the Ableton Installers directly from Ableton's servers. I made
22
22
23
23
# How to use
24
24
25
-
1. Run `pip install cryptography` to install dependencies
26
-
2. Find your Ableton HWID, open Ableton, and press "Authorize Ableton offline". You will find your HWID.
27
-
2. Open `config.json` and change the variables to fit your Ableton Live installation. Make sure to follow the json language, for example double slash in the file path.
28
-
3. Save the file.
29
-
4. Run `patch_ableton.py`, your Ableton should be patched and the `Authorize.auz` file should generate.
30
-
5. Run Ableton, drag the `Authorize.auz` file into the Window
31
-
6. You're done.
25
+
1. Install Python (3.12 upwards) at [python.org](https://www.python.org/downloads/)
26
+
2. Open your Terminal and run `python -m pip install cryptography` to install dependencies
27
+
3. Find your Ableton HWID, open Ableton, and press "Authorize Ableton offline". You will find your HWID.
28
+
4. Open `config.json` and change the variables to fit your Ableton Live installation.
29
+
5. Open your Ableton installation folder (for example: `C:\ProgramData\Ableton\Live 11 Suite\Program`)
30
+
6. Copy the Ableton executable (.exe file) (for example: `Ableton Live 11 Suite.exe`) to the same folder where you downloaded abletonCracker.
31
+
7. Run `patch_ableton.py`, your Ableton should be patched and the `Authorize.auz` file should generate.
32
+
8. Copy your Ableton executable back to your installation folder
33
+
9. Run Ableton, drag the `Authorize.auz` file into the Activation window
34
+
35
+
Hooray, you're done!
32
36
33
37
If there are any permission erros, its recommended to move the Ableton.exe into the same folder where `patch_ableton.py` is located.
0 commit comments