Skip to content

Instantly share code, notes, and snippets.

View CF-Trail's full-sized avatar
🩷

szze CF-Trail

🩷
  • Moon
  • 20:08 (UTC +03:00)
View GitHub Profile
@A1-exe
A1-exe / [UPDATED][LATEST] A1_exe's Metatable API.lua
Last active February 12, 2023 11:45
dank metatable memes. An api for hooking (straight up owning) any instance-related thing in the client of that one blocky game.
--[[
Last Updated: 7/21/2021 12:25 AM
Last Change: Updated to include new synapse hookmetamethod
[
- `__len` (# operator) returns raw object from wrapped objects
- #obj returns the unwrapped version of the object
- `__call` returns the __self table
Ex: __self = obj()