Skip to content

Commit

Permalink
Update adress
Browse files Browse the repository at this point in the history
  • Loading branch information
FiYHer committed Mar 27, 2020
1 parent f2b4292 commit 50dd17b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CSCheat/CSCheat/CSCheat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ void init_gamedatas()
cout << "engine address -> " << engine << endl;
#endif

const int matrix_offset = 0x4D36454;
const int matrix_offset = 0x4D36334;
const int self_offset = 0xD30B84;
const int enemy_offset = 0x4D44A04;
const int enemy_offset = 0x4D449F4;
const int angle_offset = 0x589D9C;

g_data.matrix_address = (int)client_panorama + matrix_offset;
Expand All @@ -223,6 +223,7 @@ void draw_meun()

ImGui::Begin(u8"CSGO游戏辅助", &g_data.show_meun);
ImGui::Text(u8"[Ins] 显示/关闭");
ImGui::Text(u8"更新时间 : 2020 / 3 / 27");
ImGui::Text(u8"提示:如果发现墙体纹理抖动情况,请隐藏当前辅助菜单即可解决!!!");
ImGui::Separator();

Expand Down
2 changes: 2 additions & 0 deletions CSGO修改笔记.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ client_panorama.dll + 4D2E0A4
client_panorama.dll + 4D35208
client_panorama.dll + 4D36344
client_panorama.dll + 4D36454
client_panorama.dll + 4D36334

�Լ��Ƕ� 4D88 X[180du]
engine.dll+590D8C
Expand All @@ -30,6 +31,7 @@ client_panorama.dll+D30B84
client_panorama.dll+4D438DC
client_panorama.dll+4D45DC4
client_panorama.dll+4D44A04
client_panorama.dll+4D449F4

����͸���� A3F0 float
����ƫ�� һ��26a8 ����0 X:99 Y:103 Z:107
Expand Down

0 comments on commit 50dd17b

Please sign in to comment.