• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Game Hacking: Cheat Engine Game Hacking Basics

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,612
Solutions
2
Reputation
32
Reaction score
100,454
Points
2,313
Credits
32,640
‎6 Years of Service‎
 
76%
screenshot-488.png


What you'll learn

    How to get started with Cheat Engine
    How to hack a process memory
    Finding variables and pointers in memory
    Using data structures to hack health and ammo
    Hacking games to get invincibility and unlimited ammo
    Get a solid foundation in memory hacking
    Using Pointer Scanning to hack health
    Writing scripts to inject code to reload ammo
    Basic Assembly Language
    Use inline assembly (code caves) to inject code into process memory
    Do Array of Bytes (AOB) injection
    Use Freeze Method to verify memory addreses
    Use double pointer map scanning
    Use Range of Module Address and Offset Parameters to optimize pointer scans
    NOP, JMP and Reverse assembly code get unlimited ammo reload
    Creating Cheat Tables for Teleporting
    Hacking 3D coordinate Systems for Flying
    and more . . .

This course includes:

    3.5 hours on-demand video
    14 downloadable resources
    Full lifetime access
    Access on mobile and TV
    Certificate of completion

Requirements

    Basic knowledge of C/C++ and Assembly would be helpful, but not necessary
    PC running Windows 7 or 10

Description

If you like playing games or reverse engineering, then this course is for you.

Traditionally, reverse engineering has been done using familiar tools such as x64dbg, OllyDbg and IDA. This course will introduce you to another powerful tool commonly used in game hacking - called Cheat Engine (CE).  This tool will allow you to modify in-game Health, Ammo, Position and more.

Although youtube has plenty of tuts on Cheat Engine, they typically lack beginner-friendly explanation and personal guidance. In this course, I will take you by the hand as a complete beginner to become familiar with what is game hacking and reverse engineering. You will learn the difference between memory values vs. pointers, data structures, how to scan memory to tamper with it to become invincible plus have unlimited ammo, create Cheat Tables (shareable hacks), pointer scanning, writing scripts to inject code into process memory and more...

By the end of this course, you should be able to apply your basic skills to hack an open source free game called Assault Cube - a 3D First Person Shooter (FPS) game. I have chosen this game because, it can be used as a standalone game - where you play against bots - and also because the game is totally free  and open source - and is the standard game to use when first learning game hacking.

Difference between memory hacking and file patching.

In traditional reverse engineering, after we have managed to reverse it, we would patch the program file. However, not all programs can be patched, eg, packed programs cannot be patched. Here, Cheat Engine shines. Cheat Engine does not rely on patching programs, its main strength lies in memory hacking (process hacking). In Cheat Engine, we allow the program to be loaded into RAM memory first, then we hack it there. This course introduces you to the basics of Cheat Engine - so that you will be familiar with memory hacking using Cheat Engine.

Throughout this course, I will be there for you - to answer all your questions and to guide and mentor you in game hacking and reverse engineering. Thank you and see you inside.

Who this course is for:

    Anyone interested in learning game hacking
    Reverse engineering students looking for alternative ways to hack a running program
    Software or game developers who want to know game or app hacking works so that they can protect their software

Code:
https://www.udemy.com/course/cheat-engine-game-hacking-basics/

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top