im getting this error when trying to load it:For lw v3
ты пошутил?Для lw v3
У тебя есть ffi, сиди да хукайты пошутил?
Даты пошутил?
спасибо, тока гайды не делай а то спастят же
how did you get it work?
thats a API error that LUA will need to be remade for the cheats APIim getting this error when trying to load it:
Error loading module 'ffi' from file (CSGOpath)/lua/ffi.lua
i have ffi but i have issue console.create_interface can u help me?>
void* EasyInterface(const char* _Module, const char* _Object)
{
/*
1E6EC9D0 | 55 | push ebp |
1E6EC9D1 | 8B EC | mov ebp,esp |
1E6EC9D3 | 56 | push esi |
1E6EC9D4 | 8B 35 B0 41 97 1E | mov esi,dword ptr ds:[1E9741B0] |
1E6ECD20 | 55 | push ebp |
1E6ECD21 | 8B EC | mov ebp,esp |
1E6ECD23 | 5D | pop ebp |
1E6ECD24 | E9 A7 FC FF FF | jmp client.1E6EC9D0 |
*/
ULONG CreateInterface = (ULONG)GetProcAddress(GetModuleHandleA(_Module), "CreateInterface");
ULONG ShortJump = (ULONG)CreateInterface + 5; //magic number shit explained above
ULONG Jump = (((ULONG)CreateInterface + 5) + *(ULONG*)ShortJump) + 4;
InterfaceReg* List = **(InterfaceReg***)(Jump + 6);
do {
if (List)
{
if (strstr(List->m_pName, _Object) && (strlen(List->m_pName) - strlen(_Object)) < 5 /*arbitrary number to see that both names aren't too different*/)
return List->m_CreateFn();
}
} while (List = List->m_pNext);
return 0;
}
void* create_interface(const std::string& dll, const std::string& name)
{
return EasyInterface(dll.c_str(), name.c_str());
}
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz