Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
It could be done, but you'd have to set it up in such a way that after level 99, it expands by a pattern rather than listed numbers. Something like this on levelup:
for each stat, q = (stat@99-stat@1)*98.
stat += q*rand(.85, 1.15)