A lightweight Lua script for Lmaobox that automates trickstabs by detecting safe warp angles behind or beside enemies and executing the backstab automatically. Nothing fancy — just consistent and reliable trickstab automation.
- Auto-detects safe warp-behind / warp-side positions.
- Executes warp → backstab only when safe.
- Fully auto-saving configuration system.
- Minimalistic in-game menu (TimMenu).
- Zero manual setup beyond dropping the files.
These two must exist in your lua/ folder or the script will not load:
-
lnxLib v1.00.0 https://github.com/lnx00/Lmaobox-Library/releases/download/v1.00.0/lnxLib.lua
-
TimMenu v1.8.4 https://github.com/titaniummachine1/TimMenu/releases/download/v1.8.4/TimMenu.lua
Latest Release: https://github.com/titaniummachine1/Auto_Trickstab/releases/latest/download/Auto.Trickstab.lua
2025-11-29_10-45-59.mp4
Place the files exactly like this:
<Lmaobox>/lua/lnxLib.lua
<Lmaobox>/lua/TimMenu.lua
<Lmaobox>/lua/Auto.Trickstab.lua
Do NOT require() these manually. Just load Auto.Trickstab.lua in Lmaobox — it loads its own dependencies.
If the script “does nothing”, 99% of the time it’s because:
- wrong filenames
- wrong folder
- missing libs
- using an experimental Lmaobox build
- File must be named lnxLib.lua (case-sensitive for some users)
- Must be in
lua/ - Must be exact v1.00.0
- Confirm libs are in the same
lua/folder - Check game console for Auto_Trickstab logs
- Make sure you didn’t try to
require()the libs manually - Confirm your Lmaobox version is stable, not a forked beta
Include these every time:
- Lmaobox version (exact string)
- File paths
- Console output
- Steps to reproduce
- Screenshot/video if possible
Template:
Lmaobox version:
Files + paths:
Errors (copy-paste):
Steps to reproduce:
What you've already tried:
Telegram (fastest): https://t.me/TerminatorMachine
MIT License — see LICENSE.
- v1.0 — First release: warp+stab logic, config system.