abletonCracker icon indicating copy to clipboard operation
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

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

  1. Run pip install cryptograpghy to install dependencies
  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.
  3. Save the file.
  4. Run activate_ableton.py, your Ableton should be patched and the Authorize.auz file should generate.
  5. Run Ableton, drag the Authorize.auz file into the activation Window
  6. 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!