View previous topic :: View next topic |
Author |
Message |
woolexs How do I cheat?
Reputation: 0
Joined: 20 Oct 2005 Posts: 1
|
Posted: Thu Oct 20, 2005 4:40 pm Post subject: please help me with searching value 500 dword ??? |
|
|
speedhack - value 125 double in 0063, increase it for more speed. (i understand that cuz it told me to use double to search for value 125)
but i do not understand what is dword? please help me....
fast attack - value 500 dword when you are on ground, value 250 dword when on rope, decrease on both addresses found for attack faster.
|
|
Back to top |
|
 |
Diquil How do I cheat?
Reputation: 0
Joined: 19 Oct 2005 Posts: 2 Location: Netherlands.
|
Posted: Thu Oct 20, 2005 5:49 pm Post subject: Dword |
|
|
Searching for dWord = searching for 4 bytes
(Btw: Your attspeed will be faster if you change the value you'll find to 8 bytes )
|
|
Back to top |
|
 |
me Grandmaster Cheater
Reputation: 2
Joined: 24 Jun 2004 Posts: 733 Location: location location
|
Posted: Thu Oct 20, 2005 5:59 pm Post subject: |
|
|
hmmm
you have bits bytes words and dwords(double word)
8 bits = byte
2 bytes = word
2 words = dword
float = floating point decimal (4 bytes)
double = double floating point decimal(8 bytes)
so a dword is a double word and is made up of 4 bytes....
if you want to learn the basics of Win32asm there is a nice tutorial at this link
http://www.madwizard.org/view.php?page=tutorials.contents
download the Htmlhelp version..
you might want to try learning c++ as well as that helps you understand the structures of programming,, just keep googling for asm asm and c++ tutorials,
here's where to get a masm download,
http://www.movsd.com/
a shit load of stuff there,
the asm masm tutorials tend to go by the assumption that you have an understanding of a higher level language so that you have an idea of the layout of programs..
so you might want to try these out
http://www.bloodshed.net/dev/devcpp.html
download the free c++ compiler from here...
and loads of c++ tuorials to keep you busy here for a few months
http://www.bloodshed.net/dev/doc/index.html.........
now no talking at the back of the class
_________________
|
|
Back to top |
|
 |
|