Open Web page lua code

A forum dedicated to use and support LUA for Cheat Engine.


Post Reply
User avatar
bbfox
Table Master
Table Master
Journeyman Hacker
Journeyman Hacker
Posts: 229
Joined: Sat Jul 23, 2022 8:59 am
Answers: 0
x 519

Open Web page lua code

Post 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')

getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()

[DISABLE]

I create tables to suit my preferences. Table is free to use, but need to leave the author's name and source URL: https://opencheattables.com.
Table will not be up-to-date. Feel free to modify it, but kindly provide credit to the source.


Post Reply