Skip to content

Commit 490cdce

Browse files
committed
update docs
1 parent 4261d51 commit 490cdce

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Like `R2RLIVE.dll`, this script uses Team R2R's signing key only.
88

99
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.
1010

11-
# Download
11+
# Download Ableton Installers
1212

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.
1414

15-
<https://github.com/devilAPI/abletonCracker/releases/latest>
15+
(https://ableton-live.netlify.app/)[Ableton Live Downloader]
16+
17+
(https://github.com/montoulieu/ableton-live-downloader/pull/27)[Ableton Live Downloader GitHub Page]
1618

1719
# Compatibility
1820

@@ -22,17 +24,15 @@ Download the source code zip file from Releases tab. Otherwise features could be
2224

2325
# How to use
2426

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.
2729
3. Save the file.
2830
4. Run `activate_ableton.py`, your Ableton should be patched and the `Authorize.auz` file should generate.
2931
5. Run Ableton, drag the `Authorize.auz` file into the activation Window
3032
6. You're done. Ableton Live is now activated.
3133

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.
3535

36-
# Coming Soon
36+
# Credits
3737

38-
- Ableton Downloader
38+
The Implementation of the KeyGen was made by rufoa. Go leave a star on his Git page!

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"file_path": "/your/ableton/path.exe",
2+
"file_path": "//your//ableton//path.exe",
33
"hwid": "1111-1111-1111-1111-1111-1111",
44
"edition": "Suite",
55
"version": 11,

0 commit comments

Comments
 (0)