Skip to content

Commit

Permalink
updated to 1.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IlNevioIl committed May 24, 2022
1 parent 303f988 commit f6bc03d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions AdressOffset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ namespace CW_Beach
{
internal class AdressOffset
{
//-------------------------------------------------Adress update 1.25.3.11521158--------------------------------------------
//-------------------------------------------------Adress update 1.25.4-----------------------------------------------------

public static IntPtr PlayerBase = (IntPtr)0x10F75458; //G_Client
public static IntPtr CMDBufferBase = (IntPtr)0xDD0F8F0;
public static IntPtr XPScaleBase = (IntPtr)0x10FA5448;
public static IntPtr PlayerBase = (IntPtr)0x10512B18; //G_Client
public static IntPtr CMDBufferBase = (IntPtr)0xD2B48F0;
public static IntPtr XPScaleBase = (IntPtr)0x10542B08;

//--------------------------------------------------------Offset------------------------------------------------------------
// If after change adress your game crash it's because offset change probably
Expand Down
2 changes: 1 addition & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial class MainForm : Form

public IntPtr PlayerCompPtr, PlayerPedPtr, ZMGlobalBase, ZMBotBase, ZMBotListBase;

public string currentVersion = "Change adress if CW is not 1.25.3";
public string currentVersion = "Change adress if CW is not 1.25.4";

public int gamePID = 0;
public IntPtr hProc;
Expand Down

0 comments on commit f6bc03d

Please sign in to comment.