This is an open-source implementation of the R2R Patch and R2RLIVE.dll of Ableton Live, written in Python 3.
Like R2RLIVE.dll, this script uses Team R2R's signing key only.
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.
You can download the Ableton Installers directly from Ableton's servers. I made a small HTML file to make this easier for you.
- Works on Windows and Linux (with wine)
- Should work for all Ableton Live Versions above Live 9 (9,10,11,12)
- Every Edition works too (Lite, Intro, Standard, Suite)
- Run pip install cryptographyto install dependencies
- Find your Ableton HWID, open Ableton, and press "Authorize Ableton offline". You will find your HWID.
- Open config.jsonand change the variables to fit your Ableton Live installation. Make sure to follow the json language, for example double slash in the file path.
- Save the file.
- Run patch_ableton.py, your Ableton should be patched and theAuthorize.auzfile should generate.
- Run Ableton, drag the Authorize.auzfile into the Window
- You're done.
If there are any permission erros, its recommended to move the Ableton.exe into the same folder where patch_ableton.py is located.
The Implementation of the KeyGen was made by rufoa. Go leave a star on his Git page!