Jump to content
Sign in to follow this  
V3ct0r

Increasing the characteristics of a character by holding the left mouse button

Recommended Posts

[Mod] Increasing the characteristics of a character by holding the left mouse button

 

0.png

 

 

This modification for the game client adds the feature to automatically upgrade the characteristics of a player's character by holding the left mouse button on the "+" button next to corresponding characteristic on the "Character" form.

 

The modification based on @Graf's topic:

 

 

Information about the modification

 

Name: pkodev.mod.statsclicker;

Version: 1.0;

AuthorV3ct0r;

Type: for the game client (Game.exe);

Supported executable .exe files: GAME_13X_0, GAME_13X_1, GAME_13X_2, GAME_13X_3, GAME_13X_4 and GAME_13X_5.

 

 

Installing the modification

 

1. Install mod loading system pkodev.mod.loader if it hasn't already been installed;

2. Place the mod DLL file pkodev.mod.statsclicker.client.13x_{ID}.dll for your version of Game.exe in the mods folder of the game client;

3. Modification installed!

 

 

Download

 

1) Modification binary files for the client (.dll);

2) Repository on GitHub with the source code of the modification for Visual Studio 2022 Community (C++).

 

 

If you encounter any problem, bug or have any questions, then feel free to write in this thread.


Share this post


Link to post
Share on other sites
2 hours ago, gunnapong said:

I'm very interested but Mods don't support game.exe I don't know number please tell me thanks
https://drive.google.com/file/d/1shTCGitJxk9gCD-8ZbDvrtwoZS4L1kNf/view?usp=share_link 

Hello @gunnapong,

 

// bool CStateMgr::Init()
const unsigned int CStateMgr__Init = 0x00481EA0;

// void CStateMgr::MainMouseDown(CGuiData *pSender, int x, int y, DWORD key)
const unsigned int CStateMgr__MainMouseDown = 0x00481CB0;

 


Share this post


Link to post
Share on other sites
On 1/6/2023 at 5:49 PM, V3ct0r said:

Hello @gunnapong,

 


// bool CStateMgr::Init()
const unsigned int CStateMgr__Init = 0x00481EA0;

// void CStateMgr::MainMouseDown(CGuiData *pSender, int x, int y, DWORD key)
const unsigned int CStateMgr__MainMouseDown = 0x00481CB0;

 

It works very well, thanks

  • Thanks 1

Share this post


Link to post
Share on other sites
On 1/8/2023 at 8:39 PM, gunnapong said:

It works very well, thanks

You are welcome!


Share this post


Link to post
Share on other sites

Small update from 02/23/2023

 

+ Put in order the repository with the source code of the modification;

+ Added documentation in English and Russian;

+ Added a script for building the modification project using Developer Command Prompt for VS 2022.


Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...