Compare commits

...

2 Commits
v2.9.0 ... main

Author SHA1 Message Date
bluepilledgreat
1f21e8ce0b Update README.md [no ci] 2025-03-30 12:44:19 +01:00
Matt
dbdd0e37d6
Cancel parenthesis in ExtractZip regex (#4968)
Some checks failed
CI (Debug) / build (push) Has been cancelled
CI (Release) / build (push) Has been cancelled
CI (Release) / release (push) Has been cancelled
CI (Release) / release-test (push) Has been cancelled
2025-03-29 09:00:02 +00:00
2 changed files with 1 additions and 5 deletions

View File

@ -1525,7 +1525,7 @@ namespace Bloxstrap
var regexList = new List<string>();
foreach (string file in files)
regexList.Add("^" + file.Replace("\\", "\\\\") + "$");
regexList.Add("^" + file.Replace("\\", "\\\\").Replace("(", "\\(").Replace(")", "\\)") + "$");
fileFilter = String.Join(';', regexList);
}

View File

@ -36,10 +36,6 @@ Bloxstrap is only supported for PCs running Windows.
**A:** No, it shouldn't. Bloxstrap doesn't interact with the Roblox client in the same way that exploits do. [Read more about that here.](https://github.com/bloxstraplabs/bloxstrap/wiki/Why-it's-not-reasonably-possible-for-you-to-be-banned-by-Bloxstrap)
**Q: Why was multi-instance launching removed?**
**A:** It was removed starting with v2.6.0 for the [reasons stated here](https://github.com/bloxstraplabs/bloxstrap/wiki/Plans-to-remove-multi%E2%80%90instance-launching-from-Bloxstrap). It may be added back in the future when there are less issues with doing so.
## Features
- Hassle-free Discord Rich Presence to let your friends know what you're playing at a glance