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
Hi, would it be possible to convert an GameGuardian script like this :
gg.searchNumber("0.03", gg.TYPE_FLOAT)
gg.getResultsCount()
gg.getResults(10000)
gg.editAll(0, gg.TYPE_FLOAT)
gg.clearResults()
To c++ using Hakutaku ?
Thank you
The text was updated successfully, but these errors were encountered:
Hi, would it be possible to convert an GameGuardian script like this :
gg.searchNumber("0.03", gg.TYPE_FLOAT)
gg.getResultsCount()
gg.getResults(10000)
gg.editAll(0, gg.TYPE_FLOAT)
gg.clearResults()
To c++ using Hakutaku ?
Thank you
The text was updated successfully, but these errors were encountered: