This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Windows 11 Requirements Check PowerShell Script | Created by JohnB | 1/8/2026 | |
| param( | |
| [switch]$Minimal | |
| ) | |
| if (-not $Minimal) { Write-Output "--- Windows 11 Requirements Check Script ---" } | |
| if (-not $Minimal) { Write-Output "Initializing config..." } | |
| $minRamGB = 4 | |
| $minLogicalProcessors = 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function start() | |
| addTheDamnSprites() | |
| --changeDadAuto('matpat-o') | |
| setProperty('Stage.altSuffix', '-silent') | |
| setScrollFactor('gf', 1, 1) | |
| -- custom countdown lol | |
| for i = 0,2 do | |
| setPropertyFromGroup('Stage.introAssets', i, i, 'notes/noStrums') | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Song] | |
| { | |
| Name = "No More BoyKisser" | |
| Artist = "HeyMega" | |
| Charter = "HeyMega" | |
| Album = "FNF VS BoyKisser" | |
| Year = "2023" | |
| Offset = 0 | |
| Resolution = 96 | |
| Player2 = bass |