Controller (DS4, Duelsense, Xbox, etc.) Overclock Guide with Secure Boot ON via LordOfMice/Hidusbf for Windows 10/11
Guide created by rstewa35
Use the guide at your own risk. Read the warnings/risks HERE.
#!/bin/bash | |
apt-get install libxml2-dev libssl-dev libffi-dev libxslt1-dev python-dev libjpeg-dev | |
pip freeze --local >pipfreeze.txt | |
tr '\n' ' ' < pipfreeze.txt >pipfreeze2.txt | |
pip install --upgrade --force-reinstall `cat pipfreeze2.txt` |
#!/usr/bin/env python3 | |
from seleniumwire import webdriver | |
import requests | |
from os import path, getcwd, startfile, name | |
from time import sleep | |
# from sys import argv | |
# CHAD GROOM - 2020 | |
# **INTENDED FOR LEGAL PURPOSES** |
Use the guide at your own risk. Read the warnings/risks HERE.