Skip to content

csmoke66/RS-Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wow You can open the developer console with alt + grave key.

Plugins go in X:/users/youruser/AppData/Local/Jagex/Old School Runescape/Plugins/pluginname and must have a index.json and optionally a settings.lua. You can see example plugins by the jmods in default_plugins.

Commands

luaplugin

Runs an installed lua plugin. Examples:

; lists all plugins, even uninstalled ones
luaplugin --list --all

; install and run a developer plugin
luaplugin --install devEntityHider
luaplugin devEntityHider

--list

Displays all available plugins.

Sub-options:
  • -all
    • Displays all available plugins

--search

Searching for a plugin by text.

--install [plugin name]

Installs a plugin by name.

--installfromurl [.zip url]

Installs a plugin from a zip url.

--uninstall [plugin name]

Uninstalls an existing plugin.

Sub-options:
  • --all
    • Uninstalls all plugins
  • --keep-data
    • Keeps the physical script files on disk

--dev

Developer commands.

Sub-options:
  • --restart
    • Restarts the lua VM
  • --clear
    • Crashes my client

Tool

This repository includes a tool to patch the client to force-enable account-bound features. The source code for this can be seen in main.cpp, and may become outdated with client patches. The signature for updating it is in the code.

This tool must be ran before logging in. It only works on the native Windows client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages