Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 15:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Game Hacking woes.....help :(

Discussion on Game Hacking woes.....help :( within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 67
Received Thanks: 10
Game Hacking woes.....help :(

Hey all, after a couple days of working on it I finally found the pointer for a specific value I've been hunting for in a game I've been playing. Unfortunately, every time I either try to directly NOP it, or use a code cave to NOP the value, it simply crashes the game.

Does anyone know another way to freeze/stop a value from going down? It currently sits at one value and regenerates back up to said value if I deplete it. However, I'm only finding one pointer address for the value (that oddly enough I can freeze in CE 5.5, and MHS, without issue).


Does anyone have incite as to what I can do :/? I'm still an amateur hacker, but I'm trying to learn different methods !

Thanks!

ps: I'm using Trainer Maker Kit, and the values on the address are as follows:
0053E1E2 D919 FSTP DWORD PTR [ECX]
Mojoguy01 is offline  
Old 02/18/2010, 21:55   #2
 
elite*gold: 0
Join Date: May 2008
Posts: 489
Received Thanks: 210
Quote:
Originally Posted by Mojoguy01 View Post
Hey all, after a couple days of working on it I finally found the pointer for a specific value I've been hunting for in a game I've been playing. Unfortunately, every time I either try to directly NOP it, or use a code cave to NOP the value, it simply crashes the game.

Does anyone know another way to freeze/stop a value from going down? It currently sits at one value and regenerates back up to said value if I deplete it. However, I'm only finding one pointer address for the value (that oddly enough I can freeze in CE 5.5, and MHS, without issue).


Does anyone have incite as to what I can do :/? I'm still an amateur hacker, but I'm trying to learn different methods !

Thanks!

ps: I'm using Trainer Maker Kit, and the values on the address are as follows:
0053E1E2 D919 FSTP DWORD PTR [ECX]
I am not quite sure what you are trying to do here. You are talking about "NOPing a value". NOP is an opcode. If you NOP a value it is just gonna contain 0x90. If you want to keep the value from chaning there are several ways.

The most simple two would be to either constantly write a certain value to that address, or just NOP whatever is trying to write to that address.

Be careful with the latter method though. Let's say you are trying to NOP

Code:
FSTP    DWORD PTR [ECX]
This is going to cause problems because FSTP pops the first value off the stack. If you NOP it following instructions will access wrong stack values, which is most likely gonna crash the game because of an access violation.
schlurmann is offline  
Old 02/19/2010, 05:11   #3
 
elite*gold: 0
Join Date: Jan 2008
Posts: 67
Received Thanks: 10
Quote:
Originally Posted by schlurmann View Post
I am not quite sure what you are trying to do here. You are talking about "NOPing a value". NOP is an opcode. If you NOP a value it is just gonna contain 0x90. If you want to keep the value from chaning there are several ways.

The most simple two would be to either constantly write a certain value to that address, or just NOP whatever is trying to write to that address.

Be careful with the latter method though. Let's say you are trying to NOP

Code:
FSTP    DWORD PTR [ECX]
This is going to cause problems because FSTP pops the first value off the stack. If you NOP it following instructions will access wrong stack values, which is most likely gonna crash the game because of an access violation.
Do you know any DECENT tutorials (not vague, or meant to help people but end up only being understandable by people whom already know the information) that I can learn the ways you're talking about? I'm frustrated with the lack of ACTUALLY good tutorials on how to do such things, and it doesn't help that most amazing hackers keep things VERY secluded (for good reason mind you, but still).

Thanks m8
Mojoguy01 is offline  
Old 02/19/2010, 15:41   #4
 
elite*gold: 0
Join Date: May 2008
Posts: 489
Received Thanks: 210
Quote:
Originally Posted by Mojoguy01 View Post
Do you know any DECENT tutorials (not vague, or meant to help people but end up only being understandable by people whom already know the information) that I can learn the ways you're talking about? I'm frustrated with the lack of ACTUALLY good tutorials on how to do such things, and it doesn't help that most amazing hackers keep things VERY secluded (for good reason mind you, but still).

Thanks m8
If you seriously want to get into all this, you're facing a lot of work and frustration (and probably a lot of fun also once you get something going). I suggest you learn a programming language like C, C++ or Delphi. You also should watch lena151's tutorials on Reverse Engineering. They will get you started with OllyDbg and basic concepts. You also might wanna organize a book called .

Have fun.
schlurmann is offline  
Reply


Similar Threads Similar Threads
IPod Nano Chromatic Game Hacking/ Game Demos?
12/08/2009 - General Coding - 0 Replies
Hey everyone, you should only be reading this if you know how to get free demos on your iPod Nano Chromatic or hack the Chromatic to get free games, much like the iPod touch. I've seen hacked Chromatics before but never got to understand it. I would love to see guides or videos to show this. Please help, and no scams or hacks that can ruin your ipod please. By the way, The Vortex game cheat is not a hack, and the iPod Diagnostic mode is not a hack unless it is used to run a hack. I would also...
Need help hacking this game
11/05/2009 - Eudemons Online - 33 Replies
OK I've been wanting to hack eudemons for a while but almost everything is server side that i can see except the character position appears to be both. I can adjsut the cordinates the game tells me and confuse my computer into thinking I cant attack a stake because its too far away, this however is useless. I am only changing fake cordinate values. O,O should actually be the top left corner. It appears the game designers have rotated everything 45 degrees and somehow managed to not get negative...
new at game hacking
08/28/2008 - Say Hello - 1 Replies
i decided to learn how to hack different games. i know computers and know how to install software, but do not know anything about game hacking. i have been playing 2moons, so i am going to start there. if anyone has any good tips for a beginner, please email me. yes, i will start reading the posts. other people have already written good posts about different things and that is always a good place to start. ty, taipanaz
Game Hacking
02/15/2006 - General Coding - 2 Replies
Can anyone give me a link where i could find a tutorial or w/e i need to Make cheats ... or to learn to make programs or anything . Please ...



All times are GMT +2. The time now is 15:26.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.