Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

Вопрос 2018 Supremacy Fake Angle Chams

  • Автор темы Автор темы Virex
  • Дата начала Дата начала
Статус
В этой теме нельзя размещать новые ответы.
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
5 Мар 2020
Сообщения
32
Реакции
3
- i have started to play fake angles again and have been trying to find a supremacy fake angle chams source

- if anyone has a souce or any info on how to add fake angle chams to supremacy please let me know :)

- Thanks :)
 
Bruh just use the same one used in today's cheats?
 
[QUOTE = "s15.exe, post: 2017986, member: 33787"]
Bruh just use the same one used in today's cheats?
[/ QUOTE]

so i have found a source now but i need a march 2018 offset for

void Player :: SetAngle2 (vec3_t wantedang)
{
typedef void (__ thiscall * SetAngleFn) (void *, const vec3_t &);
static SetAngleFn SetAngle = (SetAngleFn) ((DWORD) GetModuleHandle ("client.dll") + 0x1C2AC0);
SetAngle (this, wantedang);
}
 
I made the ones in exodus, all you do is draw a model and set the x axis to the radar angle

example -
Пожалуйста, авторизуйтесь для просмотра ссылки.
 
- i have started to play fake angles again and have been trying to find a supremacy fake angle chams source

- if anyone has a souce or any info on how to add fake angle chams to supremacy please let me know :)

- Thanks :)
C++:
Expand Collapse Copy
if (player->m_bIsLocalPlayer()) { 
 
  if (g_menu.main.players.fake_chams.get()) { 
   g_csgo.m_render_view->SetBlend(50.f); 
   SetupMaterial(debugdrawflat, g_menu.main.players.fake_chams_local_col.get(), false); 
   ang_t fake1337(0, g_cl.m_radar.y, 0); 
   g_cl.m_local->SetAbsAngles(fake1337); 
   g_cl.m_local->DrawModel(); 
 
  } 
 }
@lxrdjustice <3
 
Legends thanks <3

Nitro that hack looks immaculate
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху Снизу