- Open web page
- Clear LuaEngine output
- Close LuaEngine
Can combine with this script: https://opencheattables.com/viewtopic.php?t=332
Code: Select all
[ENABLE]
{$lua}
--NO_ACTIVATE
if syntaxcheck then return end
if memrec then print(memrec.Description) end
shellExecute('https://kamigame.jp/P5R/index.html')
getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()
[DISABLE]