Change default injection offset

Users who have previously used the program will have to manually change the value in the injection form's textbox to `AD3C7FD8`.
This commit is contained in:
Kurt
2020-11-18 19:20:00 -08:00
parent 94e8860085
commit 8eea2a22d5
3 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2881640512")]
[global::System.Configuration.DefaultSettingValueAttribute("2906423256")]
public uint SysBotPouchOffset {
get {
return ((uint)(this["SysBotPouchOffset"]));
@@ -85,7 +85,7 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2881640512")]
[global::System.Configuration.DefaultSettingValueAttribute("2906423256")]
public uint SysBotGenericOffset {
get {
return ((uint)(this["SysBotGenericOffset"]));

View File

@@ -139,7 +139,7 @@ private void InitializeComponent()
this.RamOffset.Name = "RamOffset";
this.RamOffset.Size = new System.Drawing.Size(63, 20);
this.RamOffset.TabIndex = 20;
this.RamOffset.Text = "ABC25840";
this.RamOffset.Text = "AD3C7FD8";
//
// L_Offset
//

View File

@@ -169,7 +169,7 @@ private void InitializeComponent()
this.RamOffset.Name = "RamOffset";
this.RamOffset.Size = new System.Drawing.Size(83, 23);
this.RamOffset.TabIndex = 20;
this.RamOffset.Text = "ABC25840";
this.RamOffset.Text = "AD3C7FD8";
this.RamOffset.TextChanged += new System.EventHandler(this.RamOffset_TextChanged);
//
// L_Offset
@@ -232,7 +232,7 @@ private void InitializeComponent()
this.RamOffsetUSB.Name = "RamOffsetUSB";
this.RamOffsetUSB.Size = new System.Drawing.Size(83, 23);
this.RamOffsetUSB.TabIndex = 24;
this.RamOffsetUSB.Text = "ABC25840";
this.RamOffsetUSB.Text = "AD3C7FD8";
this.RamOffsetUSB.TextChanged += new System.EventHandler(this.RamOffsetUSB_TextChanged);
//
// L_OffsetUSB