diff --git a/README.md b/README.md index 7a5edc7..0d6f7ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## PG3D Injector +## PG3D Injector Linux Injector for [PixelGun3DInternal](https://github.com/stanuwu/PixelGunCheatInternal) ## Warning! @@ -12,6 +12,4 @@ This repository contains findings and test software related to security research We are not encouraging modding or cheating with this repository. It is purely for educational purposes only. to companies including but not limited to Epic Games, EA, Bohemia Interative, Bluehole, Daybreak, Activision, Rockstar, Cubic Games, and Devolver Digital this is a copyright disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use. -> Thanks to `@ph0mp` for helping improve the injector. - Based around https://github.com/nefarius/Injector diff --git a/build.yml b/build.yml deleted file mode 100644 index 4f6e201..0000000 --- a/build.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Build Executable - -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.12.2' # Replace 'x' with your desired Python version - - - name: Install dependencies - run: | - pip install pyinstaller - - - name: Build executable - run: | - pyinstaller --onefile --add-data="protontricks/:protontricks/" --add-data="Injector.exe:." main.py - - - name: Upload artifact - uses: actions/upload-artifact@v2 - with: - name: executable - path: dist/main # Adjust the path to match your generated executable file diff --git a/main.py b/pg3d-injector.py similarity index 100% rename from main.py rename to pg3d-injector.py