douglaspo Posted November 14, 2023 Posted November 14, 2023 i need to change this: Quote // RVA: 0xED1418 Offset: 0xED1418 VA: 0xED1418 public string GetConnectionURL() { } in that struct: Quote // Namespace: [Serializable] public struct NetworkDatabase // TypeDefIndex: 5856 { // Fields [SerializeField] private bool debugMode; // 0x0 [SerializeField] private string connectionUrl; // 0x4 [SerializeField] private string masterURL; // 0x8 [SerializeField] private string masterPort; // 0xC // Methods // RVA: 0xED1408 Offset: 0xED1408 VA: 0xED1408 public string get_MasterURL() { } // RVA: 0xED1410 Offset: 0xED1410 VA: 0xED1410 public string get_MasterPort() { } // RVA: 0xED1418 Offset: 0xED1418 VA: 0xED1418 public string GetConnectionURL() { } // RVA: 0xED1470 Offset: 0xED1470 VA: 0xED1470 public string GetMasterURL() { } } in that function: Quote public class Lua : ScriptableObject // TypeDefIndex: 5855 { // RVA: 0xED0A90 Offset: 0xED0A90 VA: 0xED0A90 public NetworkDatabase get_NetworkDatabaseSettings() { } } using kittymemory, but idk how to change a value inside a struct with kitty memory
Question
douglaspo
i need to change this:
in that struct:
in that function:
using kittymemory, but idk how to change a value inside a struct with kitty memory
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.