Page 1 of 1

Open Web page lua code

Posted: Mon Oct 24, 2022 11:33 pm
by bbfox
  • 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')

synchronize(function()
  getLuaEngine().MenuItem5.DoClick()
  getLuaEngine().Close()
end)  

[DISABLE]