root256 Posted December 5, 2024 Posted December 5, 2024 So I'm trying to try get item into inventory using dump.cs offsets and update() thing I tried many scripts but or ima doing something or something like this they all or doesn't work needs for me or its crashes I need to modify place1goldcoin bool to true And update() the UI using scripts Dump.cs: public class InventorySystem : MonoBehaviour // TypeDefIndex: 2353 { public bool place1goldcoin; // 0x2C9 // Methods // RVA: 0x5B94E8 Offset: 0x5B94E8 VA: 0x5B94E8 private void Start() { } // RVA: 0x5B9534 Offset: 0x5B9534 VA: 0x5B9534 private void Update() { } // RVA: 0x5BEC90 Offset: 0x5BEC90 VA: 0x5BEC90 public void .ctor() { } }
Question
root256
So I'm trying to try get item into inventory using dump.cs offsets and update() thing
I tried many scripts but or ima doing something or something like this they all or doesn't work needs for me or its crashes
I need to modify place1goldcoin bool to true And update() the UI using scripts
0 answers 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