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 has been archived by the owner on Jul 25, 2024. It is now read-only.
To find some hack (like swap,...), you need to find it's set value and things. So you can do it by patch the function and force it log value.
Example
if(!typeofoldsv){constoldsv=getStateNode().props.liveGameController.setVal;}getStateNode().props.liveGameController.setVal=function(){//do somethings with argumentsreturnoldsv.apply(this,arguments)}