Results 1 to 1 of 1
  1. #1
    KnifiL's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1

    Question Apex Legends Glow

    i looking for someone who could help me with identifying entity player
    my actual code :
    Code:
    DWORD64 OGetEntityById(int Entity, DWORD64 EntityList)
    {
    	return driver.ReadMemory<DWORD64>(EntityList + (Entity << 5));
    }
    Code:
    for (int i = 0; i < 120; i++)
    				{
    					DWORD64 Entity = GetEntityById(i, EntityList);
    
    					if (Entity == NULL)
    						continue;
    
    					DWORD64 EntityHandle = driver.ReadMemory<DWORD64>(Entity + OFFSET_SIG_NAME);
    					DWORD64 EntityName = driver.ReadMemory<DWORD64>(EntityHandle);
    
    					if (EntityName == 125780153691248) {
    						EnableHighlight(Entity, 120.f, 0.f, 0.f);
    					}
    				}
    Glow works but for everything except player

  2. The Following User Says Thank You to KnifiL For This Useful Post:

    livito (04-17-2021)

Similar Threads

  1. Apex Legends Requests
    By Ally in forum Apex Legends Hacks & Cheats
    Replies: 141
    Last Post: 06-18-2021, 10:54 AM
  2. Apex Legends - Glow ESP
    By defaulto in forum Apex Legends Hacks & Cheats
    Replies: 87
    Last Post: 08-19-2019, 09:50 AM
  3. Apex Legends BHop/Speed Exploit
    By imsonub in forum Apex Legends Hacks & Cheats
    Replies: 46
    Last Post: 03-19-2019, 05:18 PM
  4. Apex Legends
    By Ticherhaz in forum General
    Replies: 44
    Last Post: 03-10-2019, 10:57 PM
  5. Apex Legends EAC
    By Snapchat88 in forum Apex Legends Hacks & Cheats
    Replies: 12
    Last Post: 03-02-2019, 02:56 PM