Skip to content

exd02/AssaultCubeInternal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internal Assault Cube (AC) Cheat.

image

If you don't understand some concept like "What is the use of normalizing a Vector" just ask ChatGPT, he will help you a lot in your journey!

I've selected what I consider the best materials to learn each concept and put them here. I hope that they can help u like they helped me, GL!

Hooking

This cheat runs every tick of the game by doing a Trampoline Hook on the function wglSwapBuffers from the opengl32.dll. The SDL2 (Engine used by AC) uses the function wglSwapBuffers. This function is called at the end of each frame rendering process.

Materials that helped me to understand the concepts of Hooking:

Extra-Sensory Perception (ESP)

Materials that helped me to create an ESP.

  1. Understand OpenGL:

  2. How World to Screen works:

  3. ViewMatrix:

  4. EntityList:

  5. ESP with OpenGL:

Only for educational purposes.

Aimbot

Materials that helped me to create an Aimbot.

  1. Math and code Aimbot:

  2. Visibility Check:

  3. Coding a better aimbot:

Only for educational purposes.