Client Support
TRiBot
Pitchfork support for TRiBot and TRiBot X
TRiBot
TRiBot is a long-running OSRS bot client. Pitchfork supports both classic TRiBot and TRiBot X as separate client types.
Support Status
Work in progress. The integration is implemented — Pitchfork can pass account credentials, client spoofing, and per-script arguments to TRiBot's CLI — but it's not yet validated end-to-end against real workloads. Try it, but expect rough edges. Report issues on Discord.
How to use
- Install TRiBot (or TRiBot X) on the agent machine.
- In Pitchfork, Clients → Client Types tab → Create Instance on the TRiBot or TRiBot X tile.
- Configure:
- Instance Name — anything memorable
- Spoofed Client —
Default(no spoofing) or one of TRiBot's supported client identities - Spoofed OS —
Defaultor your target OS string - Script Arguments — string passed to your script via
-scriptargs
- Save and launch from Accounts. Credentials go via
-username/-password.
Generated launch flags
| Field | Flag |
|---|---|
| Game username | -username <user> |
| Game password | -password <pass> |
Spoofed Client (≠ Default) | -spoofed <name> |
| Script Arguments (non-empty) | -scriptargs <args> |
Anything else TRiBot accepts can be passed via Custom JVM Arguments.
Was this page helpful?