so iwant to make inbuilt apk this is only for me ,isee tutorial in yt but they all make it to online script and its need website host wich idont want bcs it can be steal .
or if that impossible ,please make tutorial the script is load local script inside folder apk for example the script.lua is inside apk file like this Assets/script.lua ,how to make it works?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
kontolodonnn
so iwant to make inbuilt apk this is only for me ,isee tutorial in yt but they all make it to online script and its need website host wich idont want bcs it can be steal .
iknow if alert we using escape code like this:
gg.alert(\"Script In Here\")
but what it the code like this?:
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("1D;2D", gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("2", gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("2", gg.TYPE_WORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.getResults(500)
gg.editAll("0", gg.TYPE_WORD)
gg.clearResults()
gg.toast("active")
or if that impossible ,please make tutorial the script is load local script inside folder apk for example the script.lua is inside apk file like this Assets/script.lua ,how to make it works?
please help ,thank you verymuch!
0 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.