Glow weapons

Начинающий
Статус
Оффлайн
Регистрация
14 Июн 2018
Сообщения
17
Реакции[?]
0
Поинты[?]
0
i want glow weapons
i should get class ids first
  1. int one = Memory. Read <int> (Entity + 0x8);
  2. int two = Memory. Read <int> (one + 2 * 0x4);
  3. int three = Memory. Read <int> (two + 0x1);
  4. int ClassID = Memory.Read <int> (three + 0x14);
but i dont know what is Entity? how can i get it?
 
Сверху Снизу