Skip to content

Instantly share code, notes, and snippets.

View SickLadisHere's full-sized avatar

SickLadisHere

View GitHub Profile
@SickLadisHere
SickLadisHere / AdobeSerialChanger.py
Last active February 11, 2021 02:26
Adobe CC Automatic Serial Changer for Unlimited Free Trial
#!/usr/bin/python
import os
from random import *
import fileinput
directory = "C:/Program Files/Adobe/" # path to adobe folder
directorylen = len(directory)
appXmlDirs = []