douglaspo Posted November 14, 2023 Share Posted November 14, 2023 (edited) 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 Edited November 14, 2023 by douglaspo -2 Link to comment Share on other sites More sharing options...
-1 THETWINSOFFICIAL Posted November 22, 2023 Share Posted November 22, 2023 Use hook Link to comment Share on other sites More sharing options...
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
Edited by douglaspoLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now