ASM Knowledge, Game Hacking Info
Home
Help
Search
Login
Register
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
The Dark Alliance
>
Game Hacking
>
General/Other
>
How to edit this kind of values in CHEAT ENGINE
Pages: [
1
]
« previous
next »
Print
Author
Topic: How to edit this kind of values in CHEAT ENGINE (Read 330 times)
darkacc
Guest
How to edit this kind of values in CHEAT ENGINE
«
on:
July 25, 2009, 02:49:22 PM »
Max Attack (4bytes)
[1] 93B4AC + 2A0
[2] 004FB8D0 8B91 98020000 MOV EDX,DWORD PTR DS:[ECX+298]
So ok,the [1] one i know how to make work.U need to go to "add address manually" than write 93B... as pointer and 2A0 as offset.easy.
but how the hell edit [2] and where?in memory edit? what are all these numbers/letters ....
Logged
AdBot
SXGuy
Master Assembler
Posts: 1798
Re: How to edit this kind of values in CHEAT ENGINE
«
Reply #1 on:
July 26, 2009, 02:05:10 PM »
004FB8D0 <-- address
8B 91 <--opcode MOVE EDX
98 02 <--[ECX+298]
You need to find out what the address of ECX is, and add it to the address table the same way as your first example.
Since i dont know how you came to finding that address, i cant really help to explain how you find the address of ECX, but usually, if its something which is displayed after you use "find out what accesses this address" then you just select it, and press "more info" and it will tell you the value of ECX.
Then you scan for that value, making sure you tick the hex box, and a result should appear, add that address to the address table, and then change it to a pointer and add the offset 298
Logged
TheLeecher: "I wasn't sure if the OP was talking about the Big Bang theory or the Bing Bang theory. I once believed in the Gang Bang theory but that was long ago."
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Site News/Info
=> Misc Noise
=> Canned Spam
=> Archived DA
=> Files and Tools
=> Skeem Teaches
-----------------------------
Game Hacking
-----------------------------
=> General/Other
===> Media(Bragging/Showoff)
=> Single-Player
===> General
===> Emulators
=> Multi-Player(Online) Games
===> MapleStory Hacks
===> MapleStory General
===> Rappelz Hacks
===> Soldier Front
===> ELF Online
===> Combat Arms
===> Wonder King
-----------------------------
Hardware Hacking
-----------------------------
=> General/Other
=> Microsoft
===> XBOX
===> XBOX 360
===> Zune
=> Nintendo
===> Wii
===> Nintendo 64
=> Sony
===> Playstation1/2/3
===> PSP
=> Tivo
-----------------------------
Other
-----------------------------
=> General/Other
=> Graphics
=> SQL
-----------------------------
Assembly Language
-----------------------------
=> General Info
=> AA Script Analysis
=> Tools And Tuts
-----------------------------
Application
-----------------------------
=> .NET
=> C/C++
=> Pascal(Delphi)
=> Visual Basic
-----------------------------
Web Programming
-----------------------------
=> PHP
=> JavaScript
=> HTML
=> CSS
-----------------------------
Reversing
-----------------------------
=> Basics
=> Unpacking
=> CrackMes
Loading...