Hacking with cheat engine

Preview:

Citation preview

Hacking via Cheat Engine

By

Adwiteeya Agrawal

What is this talk about ?

*First Person Shooter

Introduction

What is Cheat Engine ?

Available @ http://cheatengine.org

Contents

• Basic Variable Scanning + Editing. (You probably know this)

• Inbuilt Speed Hack.(This too)

• Too Many Variables.

• Variables - Dynamic and Static

• Memory Dissects – Think like a programmer.

• Code Injection.

• Function Tracing.

Lets Quickly Revise

• Basic Variable Editing.

• Inbuilt Speed Hack

• Too Many Variables.

1

2

3

4

5

Static Vs Dynamic

Dynamic (In Black)

Static (In Green)

ADDRESS Value

1 10 (Addr of XYZ)

10 XYZ

12 HEALTH

Value at ((Value at 1) + 2) = Health

Value at ((10) + 2) = Health

Value at (12) = Health

Pointers

Memory Dissects – Player Structure

Struct Player {...float xPos;float yPos;flost zpos;float xMouse;float yMouse;int health; int bullets_weapon1;int bullets_weapon2;int bullets_weapon3; ... }

Coordinates

Cross Hair

Weapons

Hack that maybe ?

1. Teleportation

2. Aim Bot

3. Fly

Code Injection

Variables

Actions ?

Variable : How much ammo do you have.Action : It decrements after each shot.

Function Tracing | Olly

• Many actions via one action

That’s it for now

THANKS

Email Id : me@adwiteeya.comTwitter : AdwiteeyaAFacebook : adwiteeya.agrawal

I am just a google search away. : )

Recommended