- Статус
- Оффлайн
- Регистрация
- 5 Окт 2016
- Сообщения
- 61
- Реакции
- 14
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
PHP:
void SetClanTag(const char* tag, const char* name) {
static auto pSetClanTag = reinterpret_cast<void(__fastcall*)(const char*, const char*)>(Pattern::FindPattern("engine.dll", "53 56 57 8B DA 8B F9 FF 15"));
pSetClanTag(tag, name);
}
PHP:
switch (Menu::Window.MiscTab.OtherClanTag.GetIndex())
{
case 0:
// No
break;
case 1:
// stainless
SetClanTag("STAINLESS'", "STAINLESS'");
break;
case 3:
// ze4
SetClanTag("[ZE4CHEATS]", "[ZE4CHEATS]");
}
Последнее редактирование: