[1.210.012] Programmable Block Regex Freeze
Submitted
It's possible to freeze the game using programmable blocks and the Regex class. For example;
System.Text.RegularExpressions.Regex.IsMatch("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab", "(a+)+$");This will cause the game to completely stop, and increasing the amount of 'a' characters just makes the problem exponentionally worse, especially if called every frame.
I have the same bug
Replies have been locked on this page!