private async void checkBox1_CheckedChanged(object sender, EventArgs e) { devTool = new DevTool("ra3_1.12.game"); long baseAddress = Process.GetProcessesByName("ra3_1.12.game")[0].MainModule.BaseAddress.ToInt64(); data = devTool.Read(baseAddress + 0x8D7B78); data = devTool.Read(data); data = devTool.Read(data + 0x3C0); aFunds = data + 0x4; do { devTool.WriteInt(aFunds, 10000); await Task.Delay(800); } while (UF.Checked); }
private async void UPP_CheckedChanged(object sender, EventArgs e) { devTool = new DevTool("ra3_1.12.game"); long baseAddress = Process.GetProcessesByName("ra3_1.12.game")[0].MainModule.BaseAddress.ToInt64(); data = devTool.Read(baseAddress + 0x008D8CE4); data = devTool.Read(data + 0x88); data = devTool.Read(data + 0x70); data = devTool.Read(data + 0x9C); data = devTool.Read(data + 0x30); pPoints = data + 0x34; do { devTool.WriteInt(pPoints, 10); await Task.Delay(800); } while (UPP.Checked); }