-- Exception OffFrameLimiter.lua
local memory = require 'memory'
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(1000)
if memory.getint8(0xBA6794, true) ~= 0 then...