How To Hack Any Game

21 days ago
23

Today I will teach you how to be come a game hacker. This video is meant for someone who knows nothing about hacking and wants to learn everything in a well explained manner. This is the first video in a series of videos that will start with teaching you how to get God Mode, then patching altering the games code, to coding an aimbot, teleport hack, trigger bot, esp (wall hacks), kernel drivers (kernel level cheats or Ring 0 Cheat), DMA cheats (direct memory access cheats that run on a different computer) and more.

This video will focus on C++ Read & Write to Memory

1. Get Process ID of target exe.
2. Get Module Base Address of the exe from the Process ID (the base address in memory where the exe starts.)
3. Open Process with all Access to the target Process ID
4. Read Process Memory from the Module Base Address adding the offset, storing the result (address) in a buffer.
a. If more offsets exist, do another Read Process Memory using the address stored in the buffer from the last Read Process Memory, once all the offsets are added, the buffer will store the value of the memory address.
5. Create a variable and set it to a value you want to write to memory.
6. Write Process Memory using the last Read Process Memory’s address and use the variable created to write to memory.

Complete Source Code ➤ https://www.patreon.com/caveman2ez

Assault Cube 1.2
https://github.com/assaultcube/AC/releases/download/v1.2.0.2/AssaultCube_v1.2.0.2.exe

Cheat Engine 7.4
https://github.com/cheat-engine/cheat-engine/releases/download/7.4/CheatEngine74.exe

Visual Studio 2022
https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030:b824195cc0c94253aa011d6742c55b41

Main YouTube Channel https://www.youtube.com/channel/UCKp53Yp4Odk_j2X29ntw2kw
Tiktok ➤ https://www.tiktok.com/@caveman2ez
Twitch ➤ https://www.twitch.tv/caveman2ez
Instagram ➤https://www.instagram.com/caveman2ez/
Twitter ➤https://twitter.com/caveman2ez

0:00 Disclaimer
0:25 Install Assault Cube
0:53 Install Cheat Engine
3:35 Finding Health Value
6:20 Pointer Scan
9:42 Install Visual Studio
11:42 Getting Process ID
13:03 Getting Module Base Address
15:30 Read Process Memory
21:27 Write Process Memory

Loading comments...