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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ Like `R2RLIVE.dll`, this script uses Team R2R's signing key only.
8
8
9
9
This script is not the result of reverse engineering Ableton Live, and the output of this script **will not** circumvent the protection on an **unmodified** copy of Ableton Live.
10
10
11
-
# Download
11
+
# Download Ableton Installers
12
12
13
-
Download the source code zip file from Releases tab. Otherwise features could be broken.
13
+
You can download the Ableton Installers directly from Ableton's servers. There's also a tool that you can use, it didnt get updated in some time.
(https://ableton-live.netlify.app/)[Ableton Live Downloader]
16
+
17
+
(https://github.com/montoulieu/ableton-live-downloader/pull/27)[Ableton Live Downloader GitHub Page]
16
18
17
19
# Compatibility
18
20
@@ -22,17 +24,15 @@ Download the source code zip file from Releases tab. Otherwise features could be
22
24
23
25
# How to use
24
26
25
-
1.Open `config.json`
26
-
2.Change the variables to fit your Ableton Live installation.
27
+
1.Run `pip install cryptograpghy` to install dependencies
28
+
2.Open `config.json` and change the variables to fit your Ableton Live installation. You will find your HWID after pressing "Authorize Ableton offline" in Ableton. Make sure to follow the json language, for example double slash in the file path.
27
29
3. Save the file.
28
30
4. Run `activate_ableton.py`, your Ableton should be patched and the `Authorize.auz` file should generate.
29
31
5. Run Ableton, drag the `Authorize.auz` file into the activation Window
30
32
6. You're done. Ableton Live is now activated.
31
33
32
-
# Credits
33
-
34
-
The Implementation of the KeyGen (keygen.py) was made by rufoa. Go leave a star on his Git page!
34
+
If there are any permission erros, its recommended to move the Ableton.exe into the same folder where `activate_ableton.py` is located.
35
35
36
-
# Coming Soon
36
+
# Credits
37
37
38
-
- Ableton Downloader
38
+
The Implementation of the KeyGen was made by rufoa. Go leave a star on his Git page!
0 commit comments