abletonCracker
abletonCracker copied to clipboard
A Open-Souce Implementation of the R2R Ableton Modification. Packed with a open-source KeyGen (by rufoa) and a Patcher (made by me). All Versions above Live 9 are supported.
What is this?
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.
Disclaimer
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.
Download Ableton Installers
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.
Ableton Live Downloader GitHub Page
Compatibility
- 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)
How to use
- Run
pip install cryptograpghyto install dependencies - Open
config.jsonand 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. - Save the file.
- Run
activate_ableton.py, your Ableton should be patched and theAuthorize.auzfile should generate. - Run Ableton, drag the
Authorize.auzfile into the activation Window - You're done. Ableton Live is now activated.
If there are any permission erros, its recommended to move the Ableton.exe into the same folder where activate_ableton.py is located.
Credits
The Implementation of the KeyGen was made by rufoa. Go leave a star on his Git page!