You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
So, right now, hookui just checks if the game's version is what we expect it, as breakages are very likely, because of the injection method we use.
I began to do a hash check instead, which would verify that the index.js is the same in new version as old one, and then accept it that way.
This would only require hookui updates when the index.js changes, which hopefully would be less common that game updates themselves.
However, when index.js changes, we'll still be at the same position as we're at today.
So need to figure out a better solution, if there is one.