Install Lua Interpreter_v1.3.0_apkpure.com.apk.
Create folder /Android/data/com.caharkness.lua/files and copy into file tools.lua .
Copy file iGO.lua to your device.
From the vicewandel's skin copy files LuaJava.zip, SkinChanger.zip and SetFileList.zip files into the ux_xxx folders (except into vicewandel folder).
Open file iGO.lua using TotalCommander or ES File Explorer and copy the contents into clipboard.
Launch LuaInterpreter and from the top right menu ( 3 dots ) open Scripts tab .
Create a new script ( + from bottom right ), add the clipboard content ( iGO.lua file content ) and save as iGO.lua.
Long tap on newly created script, activate AutoRun.
Spoiler: screenshot
If ux folders are on external card modify tools.lua according to the name under which the external card is seen ( for me \storage\extSdCard\ ) :
storage = ""
local _ = string.gsub(tools, "(.+)(Android)", function(s) storage = s return end)
storage = ("/storage/extSdCard/")



Likes: 



Reply With Quote

Bookmarks