Skip to content

Created for my ancient slow computer to try make it run better, this works amazingly and im quite pleased with the outcome, definitely helpful if youre like me with a slow 4gb ram pc you never use because it cant handle roblox

Notifications You must be signed in to change notification settings

jqcwhw/FastFlag-Optimisation-RBLX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Instructions:

Run as Administrator:

This script requires elevated privileges to modify timer resolution and client file settings. Right-click the .ps1 file and choose Run with PowerShell (Admin) or launch an elevated PowerShell prompt.

Parameters:

• -Profile <HighPerformance|Balanced> Selects the built-in FastFlag profile to apply. • -DryRun Preview JSON modifications without writing to disk. • -SkipTimer Skips the timer resolution benchmark and setup phase.

Adding Custom Profiles:

Edit the $Global:FlagProfiles hashtable near the top of the script. Add a new key-value entry where the key is your profile name, and the value is a sub-hashtable of FFlagName = Value pairs (strings or booleans).

Additional Prerequisites:

• PowerShell 5.1 or later (or PowerShell 7+). • Internet connection (only to download timer tools once). • Optional: place pre-downloaded SetTimerResolution.exe / MeasureSleep.exe in "$Env:Temp\TimerTools".

Safety & Backups:

The script automatically backs up each ClientAppSettings.json as …json.bak before modifying it. Use -DryRun to inspect changes before committing.

Restore Defaults If you wish to revert, replace each modified ClientAppSettings.json with its .bak copy.

Enjoy a smoother, faster Roblox experience on your Windows PC!

About

Created for my ancient slow computer to try make it run better, this works amazingly and im quite pleased with the outcome, definitely helpful if youre like me with a slow 4gb ram pc you never use because it cant handle roblox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published