11

Click here to load reader

Hacking with cheat engine

Embed Size (px)

Citation preview

Page 1: Hacking with  cheat engine

Hacking via Cheat Engine

By

Adwiteeya Agrawal

Page 2: Hacking with  cheat engine

What is this talk about ?

*First Person Shooter

Page 3: Hacking with  cheat engine

Introduction

What is Cheat Engine ?

Available @ http://cheatengine.org

Page 4: Hacking with  cheat engine

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.

Page 5: Hacking with  cheat engine

Lets Quickly Revise

• Basic Variable Editing.

• Inbuilt Speed Hack

• Too Many Variables.

1

2

3

4

5

Page 6: Hacking with  cheat engine

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

Page 7: Hacking with  cheat engine

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

Page 8: Hacking with  cheat engine

Hack that maybe ?

1. Teleportation

2. Aim Bot

3. Fly

Page 9: Hacking with  cheat engine

Code Injection

Variables

Actions ?

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

Page 10: Hacking with  cheat engine

Function Tracing | Olly

• Many actions via one action

Page 11: Hacking with  cheat engine

That’s it for now

THANKS

Email Id : [email protected] : AdwiteeyaAFacebook : adwiteeya.agrawal

I am just a google search away. : )