Вообще не работает телепорт не тепает
код вот это
if (setTelepot) {
if (*(DWORD64*)((DWORD64)pClient + 0x0C90) = 7) {
Vec3 Telepotpos;
if (pTeleport)
Telepotpos = { 674.915405f, 706.425842f, 46.875000f };
if (pTeleport1)
Telepotpos = { 855.9778442, 1346.8364258f, 75.4551239f };
if (pTeleport2)
Telepotpos = { 1809.648926f, 424.261902f, 95.510071f };
if (GetAsyncKeyState(B))pClient->GetEntity()->SetLocalPos(Telepotpos);
}
}
void SetLocalPos(Vec3& LocalPos, int64 Flag = 0) { CallFunction<void(__fastcall*)(PVOID, Vec3&, int64)>(this, 0xD8)(this, LocalPos, Flag); }