Purpose
This guide walks you through installing and configuring the T7 GSC Injector plugin for Call of Duty: Black Ops 3 on a GoldHEN-enabled PS4 console. Follow each step carefully to get your custom GSC scripts running in multiplayer or Zombies lobbies.
How It Works
The T7 GSC Injector is a GoldHEN plugin that loads custom GSC (Game Script Code) files into Black Ops 3 at runtime. GSC is the scripting language Black Ops 3 uses to control core gameplay logic — including menus, player abilities, and game rules. By injecting your own scripts, you can extend or modify that logic without altering the game’s original files.
Here is what happens behind the scenes:
- GoldHEN loads the plugin — When your console boots with GoldHEN active, it automatically loads any
.prxplugin files found in its plugins folder. - The injector watches for the game — Once Black Ops 3 launches, the T7 GSC Injector detects the game process and prepares to inject your custom scripts.
- Custom scripts are injected — The plugin reads your compiled
.gsccmenu file (renamed togssc_0) from the injector directory and loads it directly into the game’s script engine. - The menu appears in-game — Once you enter a multiplayer or Zombies lobby, the injected script activates and a notification will appear on screen telling you how to open the custom menu.
Requirements
Before you begin, make sure you have everything listed below ready to go:
- A PS4 console with GoldHEN enabled
- FTP access to the console (e.g., using FileZilla)
- The
T7_GSC_Injector.prxplugin file - A compatible compiled
.gsccmenu file
Installation Steps
Step 1: Download the Plugin
- Download the
T7_GSC_Injector.prxfile to your computer and keep it somewhere easy to find.
Step 2: Transfer the Plugin to Your Console
- Open FileZilla and connect to your console via FTP.
- Navigate to the GoldHEN plugins directory:
/data/GoldHEN/plugins/
- Upload
T7_GSC_Injector.prxinto this folder. - Do not rename the
.prxfile. It must keep its original filename exactly as downloaded.
Step 3: Create the Injector Directory
- In FileZilla, navigate to:
/data/
- Create a new folder named exactly:
T7 GSC Injector
Important: The folder name is case-sensitive and must include the spaces exactly as shown above. An incorrect folder name will prevent the plugin from finding your scripts.
Step 4: Add and Rename the Menu File
If you do not already have a .gscc menu file, you can use the Muzzman menu as a starting point:
- Upload your
.gsccmenu file into:
/data/T7 GSC Injector/
- Rename the file to:
gssc_0
Important notes about renaming:
- Remove the file extension completely. The final filename must be
gssc_0— notgssc_0.gscc. - If you are loading multiple menu files, increment the number for each additional file (e.g.,
gssc_1,gssc_2).
Step 5: Launch the Game
- Start Call of Duty: Black Ops 3 on your console.
- Enter a multiplayer or Zombies lobby.
- A notification should appear on screen telling you how to open the injected menu. If no notification appears, work through the verification checklist below before making any other changes.
Verification Checklist
If the menu is not appearing or the injection does not seem to be working, confirm each of the following:
- The
T7_GSC_Injector.prxfile is inside/data/GoldHEN/plugins/and has not been renamed. - The folder
/data/T7 GSC Injector/exists and is named exactly as shown, including spaces and correct capitalization. - The menu file inside that folder has been renamed to
gssc_0with no file extension. - GoldHEN was active and fully loaded before you launched Black Ops 3.
- An in-game notification appears when you enter a lobby. No notification typically means the plugin did not load or the script file was not found.
Leave a Reply