feggaa / AutoJS

AutoJs is Runtime JavaScript By AutoIt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


AutoJs

AutoJs is JavaScript Runtime environment By AutoIt



What is AutoJs?

AutoJs is javascript running without a browser and can use Autoit Features and other

Exmple Code

try {
    MsgBox(0,"AutoJs","Hello AutoJs")
} catch (error) {
    ConsoleWrite("Error : " + error.message)
}

Exit()

Run Code

AutoJs index.js

Features

  • Threads
  • Objects
  • Lightweight
  • Protected JavaScript Code
  • Autoit Features
  • JavaScript Features

⚠️ Is Not Ready to Use⚠️

About

AutoJs is Runtime JavaScript By AutoIt

License:MIT License


Languages

Language:AutoIt 81.3%Language:JavaScript 18.7%