Load the Script
- Drag and Drop:
Open Zen Loader. Drag the .gpc script file into Zen Loader, just like you would with any other script.
- Slot Selection:
You can place the script into any available slot.
(No restrictions on which slot you use.)
Configure Button Controls
- Default Settings:
The script reroutes the Square button (PlayStation) or X button (Xbox) to L3.
- Customizing Controls:
If you want different button controls, you can modify them directly inside the script code:
- Search for the button mapping section in the script.
- Adjust the assignments as needed.
- The code is well-commented and user-friendly for easy edits.
Tip:
Look for tutorials on YouTube about how these moves work if you need extra help.
ELITE COMBO TUTORIAL
- Activate/Deactivate Dribble Combo:
Hold L1 + R1 to toggle the dribble combo script ON or OFF.
- D-Pad Behavior When Active:
Once the combo is activated, the D-Pad will no longer navigate menus — it will instead trigger dribble moves.
- Required Moves for Best Results:
- Haliburton Hesitation
- Curry, Fox, or Kemba Escape Dribble
- Garland, Young, or PG Behind the Back
- Dribble Commands:
- Right D-Pad: Ball in right hand → Escape spam left.
- Left D-Pad: Ball in left hand → Escape spam left.
- Down D-Pad:Â Behind the back spam.
- Up D-Pad:Â Combo spam of all moves.
- Advanced Customization:
You can assign custom dribble combos to different D-Pad arrows in the compiler.
(Some basic scripting knowledge is needed for this.)
Adjust Delay Time
- Custom Delay Settings:
Inside the script, locate the following line:
int DELAY_DURATION = 59; // Delay before flicking up (in milliseconds)
- Modify the Value:
Change the number to set your preferred delay time in milliseconds.
This allows you to fine-tune the shot tempo based on your personal rhythm.
Code Customization
- The script is made to be easily customizable:
- Adjust button mappings.
- Change delay settings.
- Fine-tune the script to your specific needs.
- The code is clean and intuitive with comments explaining each part.
- Important Note:
- L3 will now function as your Square/X button while the script is active.
- Use L3 for steals or shooting without the mod interfering.
Toggling Tempo and Dribble Functions
- At the top of the script, you’ll find toggle options.
- Both Dribble Function and Shot Tempo Function are enabled by default (
1).
- To disable one or both:
- Set their number toÂ
0 instead of 1.
- The first line controls Dribble, the second line controls Shot Tempo.
L1 Dunk Timing Feature
- Activate Dunk Timing:
Hold L1 when going in for a dunk.
- Purpose:
This helps you trigger the dunk timing without needing to flick the right stick manually.
- Important:
You still need to time the dunk correctly.
The script only simplifies the activation, it doesn’t auto-green dunks.