Editing NPC with CE

03/25/2018 13:26 I3_Titanfall#1
Hi,

I wanted to know if someone of you can explain/show me how I can edit NPC's ingame with CE with the memory viewer.
03/27/2018 09:29 KingKeesie#2
Is this even possible?
03/27/2018 09:34 Avalion#3
Quote:
Originally Posted by KingKeesie View Post
Is this even possible?
Yes. Modifying npc's client data in game is possible with a memory editor.

You can change what app to open to force the admin app open too. You can also remove send hack functions that are client side, so like some people thinking they smart for checking if authClient > authServer on the server end, someone can easily just memory edit the function to always send the proper auth level to the server.
04/03/2018 08:27 I3_Titanfall#4
Quote:
Originally Posted by Avalion View Post
Yes. Modifying npc's client data in game is possible with a memory editor.

You can change what app to open to force the admin app open too. You can also remove send hack functions that are client side, so like some people thinking they smart for checking if authClient > authServer on the server end, someone can easily just memory edit the function to always send the proper auth level to the server.
How exactly can I manage to change the it?