Skip to content

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

Notifications You must be signed in to change notification settings

devilAPI/abletonPatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abletonPatcher - 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 cryptography to install dependencies
  2. Find your Ableton HWID, open Ableton, and press "Authorize Ableton offline". You will find your HWID.
  3. Open config.json and change the variables to fit your Ableton Live installation. Make sure to follow the json language, for example double slash in the file path.
  4. Save the file.
  5. Run patch_ableton.py, your Ableton should be patched and the Authorize.auz file should generate.
  6. Run Ableton, drag the Authorize.auz file into the Window
  7. 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.

Credits

The Implementation of the KeyGen was made by rufoa. Go leave a star on his Git page!

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%