Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.05 KB

changelog.md

File metadata and controls

54 lines (43 loc) · 2.05 KB

1.1.1 / 2017-11-18

  • 🚀 updated Lua API
    • ✅ pluginIsLoaded(name[, find])
      • name - (string) - The plugin name (example: easy_memory86.dll)
      • find - (boolean optional, default false) - If true the function will succeed if any module contains name
      • returns: true or false

1.1.0 / 2017-11-18

  • 🚀 updated Lua API
    • ✅ httpRequest(server, file, contents[, post][, ssl])

      • server - (string) - The domain or IPv4 (example: raw.githubusercontent.com or 1.3.3.7)
      • file - (string) - The requested file (example: ReactiioN1337/exec-info/master/manifest.json)
      • contents - (string or nil) - The HTTP POST/GET request data (example: ?user=admin)
      • post - (boolean optional) - If true, the request is a HTTP POST
      • ssl - (boolean optional) - If true, the request goes through SSL
      • returns: The response as string if succeeded, false or nil otherwise
    • ✅ executeLuaCode(code)

      • code - (string) - The Lua code (example: 'print(1)'
      • returns: true or false
    • ✅ executeCodeFromGithub(file[, gist])

      • file - (string) - The requested file (example: ReactiioN1337/exec-info/master/manifest.json)
      • gist - (boolean optional) - If true, the requested file is a git-gist-file
      • returns: true or false

1.0.0 / 2017-10-17

  • 👌 changed public release
  • 🚀 added export: forceEngineShutdown() to safe quit exec
  • 🐛 fixed several bugs

0.1.0 / 2017-10-16

  • ⚡ updated easy_lua API
  • 🚧 changed plugin directories from plugin32/64 to plugins

0.0.3 / 2017-10-16

0.0.2 / 2017-10-15

  • 🚀 added MOUSEEVENTF_XXXX flags
  • 👽 added manifest.json check

0.0.1 / 2017-10-15

  • 🎉 initial private release