forked from Mirror/GodMode9
string.find has pattern matching by default, so it was incorrectly reading "r+" when the mode was supposed to be "r". So this disables the pattern matching and does a plain substring search.
string.find has pattern matching by default, so it was incorrectly reading "r+" when the mode was supposed to be "r". So this disables the pattern matching and does a plain substring search.