You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
[Tip]: After running this program, please make sure to read the software usage instructions. If it doesn't work, please copy this log file record to the GitHub repository and submit an issue, or directly contact the author via WeChat at yl1099129793. The author has limited capacity and cannot synchronously update CS2 game patch. If urgently needed, you can fork this repository and modify offsets to build with the latest value.
1
+
After running this software, please make sure to read the software usage instructions!
2
+
If you are stuck in the use of the software, please update the latest offsets value which located sdk folder or submit an issue on Github!
3
+
Support me? You can scan the WeiChat pay QR code or concat me yl1099129793. Thank you for your support!
2
4
3
-
[2024/05/05 15:32:03] cs2.exe's process id located at14268
Copy file name to clipboardExpand all lines: CS2CheatCpp/src/main.cpp
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -23,19 +23,14 @@
23
23
24
24
usingnamespacecs2_dumper;
25
25
26
-
structC_UTL_VECTOR
27
-
{
28
-
DWORD_PTR count = 0;
29
-
DWORD_PTR data = 0;
30
-
};
31
-
32
-
33
26
INT APIENTRY WinMain(HINSTANCE instance, HINSTANCE, PSTR, INT cmd_show)
34
27
{
35
-
std::string logFileName = "CS2_Cheat_Log.txt";
28
+
std::string logFileName = "cs2_cheat_log.txt";
36
29
std::ofstream fout(logFileName);
37
30
fout.seekp(std::ios::beg);
38
-
fout << "[Tip]: After running this program, please make sure to read the software usage instructions. If it doesn't work, please copy this log file record to the GitHub repository and submit an issue, or directly contact the author via WeChat at yl1099129793. The author has limited capacity and cannot synchronously update CS2 game patch. If urgently needed, you can fork this repository and modify offsets to build with the latest value." << std::endl;
31
+
fout << "After running this software, please make sure to read the software usage instructions!" << std::endl;
32
+
fout << "If you are stuck in the use of the software, please update the latest offsets value which located sdk folder or submit an issue on Github!" << std::endl;
33
+
fout << "Support me? You can scan the WeiChat pay QR code or concat me yl1099129793. Thank you for your support!" << std::endl;
39
34
fout << std::endl;
40
35
41
36
auto mem = Memory("cs2.exe");
@@ -50,7 +45,7 @@ INT APIENTRY WinMain(HINSTANCE instance, HINSTANCE, PSTR, INT cmd_show)
50
45
}
51
46
else
52
47
{
53
-
fout << "[" << ss.str() << "] " << "cs2.exe's process id located at" << mem.GetProcessId() << std::endl;
48
+
fout << "[" << ss.str() << "] " << "cs2.exe's process id located at" << mem.GetProcessId() << std::endl;
See [Releases page](https://github.com/yinleiCoder/cs2-cheat-cpp/releases) for decorated Changelogs. Reading the changelogs is a good way to keep up to date with the things `CS2CheatCPP` has to offer, and maybe will give you ideas of some features that you've been ignoring until now!
0 commit comments