- Game Name
- N/A
- Anticheat
- N/A
- Tutorial Link
- N/A
- How long you been coding/hacking?
- 2 years
- Coding Language
- C++
This template only needs you to update your character 3d world coordinate and your temporary view matrix.
The program will generate 6 dummy bots relate to you and draws rectangles on the screen if the view matrix you find is correct. (forward, behind, left, right, above, below)
So that you can focus on viewmatrix itself but no longer need to care about the entity list.
This template is 100% external, it works fine on each game no matter what graphic API game use;
And it supports 2 world 2 screen functions which handle the row-major and column-major matrix;
Before you use this template, you should know exactly what is viewmatrix and how to use it by reading this Guide;
In addition, don't try to use it on any games with anti-cheat if you don't have the knowledge to bypass it.
GuidedHacking is the best game hacking forum in the world, let's make it better.
Thnx for all ya.
Source Code
(w2s function credit: guidedhacking.com)
The program will generate 6 dummy bots relate to you and draws rectangles on the screen if the view matrix you find is correct. (forward, behind, left, right, above, below)
So that you can focus on viewmatrix itself but no longer need to care about the entity list.



This template is 100% external, it works fine on each game no matter what graphic API game use;
And it supports 2 world 2 screen functions which handle the row-major and column-major matrix;
Before you use this template, you should know exactly what is viewmatrix and how to use it by reading this Guide;
In addition, don't try to use it on any games with anti-cheat if you don't have the knowledge to bypass it.
GuidedHacking is the best game hacking forum in the world, let's make it better.
Thnx for all ya.
Source Code
(w2s function credit: guidedhacking.com)
Attachments
You can download 0 Attachments
-
28.1 KB Views: 25