Quick Start

Script Location

Scripts are loaded from:

C:\bandz\scripts

Use .lua files.

Main Globals

Registered namespaces:

  • menu

  • render

  • client

  • memory

  • entity

  • engine

  • utils

  • fs

  • http

  • curl

  • shell

  • debug

Aliases:

  • print(...) -> console output

  • con_msg(...)

  • conmsg(...)

Minimal Script

Notes

  • Most API calls are direct native bindings; invalid pointers in memory-heavy scripts can still crash.

  • client.send_chat(message, amount) supports repeated messages (amount is clamped internally).

Última actualización

¿Te fue útil?