Skip to content

This Tool is able to Prioritise Vrchat and boost your performance by bypassing the Easy Anticheat. By Using a single regedit operation.

Notifications You must be signed in to change notification settings

N0tMaggi/VRChat-Booster

Repository files navigation

VRChat Priority Setter

Platform IDE License

A small console helper that sets VRChat's process priority before the game launches by writing a registry value. No game files are touched.

Features

  • Elevates itself when needed, then writes the priority once.
  • Keeps the UI readable in the console (VT100 colors, status lines).
  • Open source, minimal footprint (few CPP/H headers).

Build

  1. Open VRCHATPRIOSETTER.sln in Visual Studio 2022.
  2. Select x64 + Release (or Debug for testing).
  3. Build with Ctrl+Shift+B.
  4. Optional: run update_project.ps1 to regenerate the project files if you move sources again.

Usage

Run the compiled VRCHATPRIOSETTER.exe as Administrator, choose a priority (2–6), then start VRChat. The change applies on the next launch.

Project Layout

  • src/ – all C++ sources and headers.
  • update_project.ps1 – regenerates vcxproj + filters to point at src/.

Flow (mermaid)

flowchart TD
    Start([Start app]) --> Init[Init console + colors]
    Init --> Admin{Running as admin?}
    Admin -- no --> Elevate[Show warning + restart elevated]
    Admin -- yes --> Menu[Show priority menu]
    Menu --> Input{Valid priority?}
    Input -- no --> Menu
    Input -- yes --> Reg[Write registry value for VRChat.exe]
    Reg --> Done[Confirm + wait for next change]
Loading

Notes

  • Needs administrative rights to modify HKLM.
  • "Realtime" priority is not recommended; use High for safer results.

About

This Tool is able to Prioritise Vrchat and boost your performance by bypassing the Easy Anticheat. By Using a single regedit operation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages