TLuaEngine Documentation: TLuaEngine.HackService

HackService is the service you will use to toggle various hacks that are pre-implemented into the trainer, incase you don't know how to make them yourself.
There is no way to add hacks to it yet, but there may be eventually.
Here are the functions in HackService:

ToggleHack(hack) - ToggleHack is called with the name of a hack, and it toggles it either from on to off, or off to on. The list of hacks is in the button below.
FireHackFunction(hack) - FireHackFunction is called with the name of a hack, and it turns the hack off, then on again. This is used for hacks that are a one time action that happens when the script toggles ON. The list of hacks is in the button below.


(More will be added to this page when needed or asked for)