function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("vint", function()
if require("memory").tohex(0x6C5107, 1, false) == "8B" then require("memory").fill(0x6C5107, 0x90, 59, true) else require("memory").hex2bin("8B5424088B4C24108B461452518B4C24686AFD508B44246C83EC0C8BD489028B842480000000894A048BCE894208E816DD01008A4E36C0E9033ACB", 0x6C5107, 59) end
end)
wait(-1)
end