scripter Readme

scripter is a LASERJESUS plugin for the game NexusTK. scripter provides an LUA interface that can be used to perform tasks in NexusTK, using LASERJESUS for access to the unencrypted packet stream. Possible uses for scripter include: bots, macros, and automation of common tasks. Please visit the forums (graciously hosted by VIPERZOO) if you have any questions, comments, or if you wish to share a script you made.

Installation

Usage

To run an LUA script in scripter, just type ;loadScript("scripts/myscript.lua"); into the LASERJESUS console. Alerternatively, you can run commands from in-game by whispering to the pseudo-person "scripter" -- in-game transactions will resemble whisper conversations, although they only exist on the client (that is, if there is a person named "scripter" signed on, he will not hear your messages). It is important that you remember the quotes surrounding "scripts/myscript.lua".

If you're interested in writing LUA scripts, or using more commands from in-game, you should read the manual. You might want to skip ahead to Function Reference for examples and information about the various built in commands.

Example Scripts

A couple of example scripts are included in the scripts/ folder. Open up the scripts in notepad or your editor of choice for instructions on how to use the scripts.

Credits

Coded by misterPhyrePhox. Uses LUA 5.1 and TinyXML. Written for LASERJESUS.

Known Issues

Changelog