| View previous topic :: View next topic |
| Author |
Message |
nero[Z] Expert Cheater
Reputation: 0
Joined: 08 Oct 2006 Posts: 109
|
Posted: Fri Oct 13, 2006 11:57 am Post subject: Hacking damage |
|
|
Well Im trying to figure out how to hack damage In games, I tryed the same way I did in the tutorial but it simply doesnt work : /
Any tips ?
P.S. I took the game dragonfable as a test game -.-
P.P.S. It would be nice if you actualy explained why I must push button X distract C from D and etc. so some explanation would be nice .
|
|
| Back to top |
|
 |
Sithboy1138 Grandmaster Cheater
Reputation: 0
Joined: 07 Oct 2006 Posts: 918 Location: USA
|
Posted: Fri Oct 13, 2006 1:01 pm Post subject: |
|
|
I have the same problem, and from what I gather, you need flash player 7, or a debugger, but i havent found a good one of those for free.
Edit: I found Flash 7! and it works now.
ps you may need to uninstall your vertion 9 ( 8 )
Last edited by Sithboy1138 on Wed Oct 25, 2006 3:08 am; edited 1 time in total |
|
| Back to top |
|
 |
nero[Z] Expert Cheater
Reputation: 0
Joined: 08 Oct 2006 Posts: 109
|
Posted: Sat Oct 14, 2006 12:38 am Post subject: |
|
|
| Still wont work -_-
|
|
| Back to top |
|
 |
nero[Z] Expert Cheater
Reputation: 0
Joined: 08 Oct 2006 Posts: 109
|
Posted: Sat Oct 14, 2006 1:01 am Post subject: |
|
|
I found the addres for damage, and i installed flash player 7.
WHen i change the value of that addres my damage does not change, i tryed finding what+ writes to the addres etc. it wont work :*( could somebody point me a tut where it is explained ? :S
after attaching debugger i see -
30054d19 - c7 06 02 00 00 00 - mov [esi],00000002
and
30054d3c - 89 0e - mov [esi],ecx
what should i do with those ? and should i e+ven touch em ? -=.=-
|
|
| Back to top |
|
 |
nero[Z] Expert Cheater
Reputation: 0
Joined: 08 Oct 2006 Posts: 109
|
Posted: Sat Oct 14, 2006 1:28 am Post subject: |
|
|
Zomg -_-
| Description: |
|
| Filesize: |
387.35 KB |
| Viewed: |
9875 Time(s) |

|
|
|
| Back to top |
|
 |
Sithboy1138 Grandmaster Cheater
Reputation: 0
Joined: 07 Oct 2006 Posts: 918 Location: USA
|
Posted: Sat Oct 14, 2006 10:29 am Post subject: |
|
|
dont do a search for 4 bytes, do a search for double, that may be your problem. most of those online games use double and not 4 bytes. and you'd be searching for minimum damage, so if you have a weapon for 2-18 do a search for 2 and then if you have one for 3-5 then do 3. and you should come up with only 1 address, change it to 9999999 (or more ) and you should do alota damage.
|
|
| Back to top |
|
 |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Sun Oct 15, 2006 12:58 am Post subject: |
|
|
no, the type of the pointer is 4 bytes while the original number is a double. So, you have to change the type of the pointer to double aswell. (double click where it says 4 bytes)
_________________
|
|
| Back to top |
|
 |
nero[Z] Expert Cheater
Reputation: 0
Joined: 08 Oct 2006 Posts: 109
|
Posted: Sun Oct 15, 2006 8:11 am Post subject: |
|
|
| Glest wrote: | | no, the type of the pointer is 4 bytes while the original number is a double. So, you have to change the type of the pointer to double aswell. (double click where it says 4 bytes) |
yeah ^_^ thanks foor helping me again
|
|
| Back to top |
|
 |
|