https://github.com/womblee/tfghost-better-launcher
This is a PowerShell script which makes the launch of TFGhost more stable & better, also as a bonus disables CPU0 for 30% increase in performance
https://github.com/womblee/tfghost-better-launcher
affinity bypass csghost powershell process script tf2 tfghost thread-affinity vac vac-bypass vac-bypass-loader
Last synced: 8 months ago
JSON representation
This is a PowerShell script which makes the launch of TFGhost more stable & better, also as a bonus disables CPU0 for 30% increase in performance
- Host: GitHub
- URL: https://github.com/womblee/tfghost-better-launcher
- Owner: womblee
- License: unlicense
- Created: 2023-08-19T02:53:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T03:11:47.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T11:34:36.385Z (about 1 year ago)
- Topics: affinity, bypass, csghost, powershell, process, script, tf2, tfghost, thread-affinity, vac, vac-bypass, vac-bypass-loader
- Language: PowerShell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better TFGhost Launcher
This is a PowerShell script which makes the launch of TFGhost more stable & better.
# Bonus
Also disables 'CPU0' automatically for 30% increase in performance.
# How to use
**1.** Open 'launcher.ps1' in any text editor.
**2.** Change '$ghostExecName' to the name of your TFGhost's executable. (without the .exe)
**3.** Change '$ghostPath' to the folder with the TFGhost executable inside.
**4.** Verify that you changed everything correctly:

**5.** Run 'launcher.ps1' via right clicking it and pressing 'Run with PowerShell'.
- If you have any errors, the program will tell you.
**Must know:** The script automatically sets the affinity of the game in 15 seconds after launching everything, if this is not enough for you and your game opens up slowly:
- You can change '$waitTimeBeforeGameOpens = 15' to some other value, like 20 or 25...