PDA

View Full Version : New to hacking, Want to hack bf


woodyno1
18th March 2004, 23:06
Hey guys i am new to hacking kinda. I was wondering a couple of things about hacking...

Do you have to know a language like C++, because i know a little c++ but not enough to write a window application?

What are memory addresses and where can you find them in BFV?

My AIM is rwood1133
my MSN is ryan134@hotmail.com

i am looking for someone who can answer these questions here although i would rather talk on MSN or AIM

Totoro
19th March 2004, 06:11
Originally posted by woodyno1 on 18th March 2004 at 20:06
Hey guys i am new to hacking kinda. I was wondering a couple of things about hacking...

Do you have to know a language like C++, because i know a little c++ but not enough to write a window application?

What are memory addresses and where can you find them in BFV?

My AIM is rwood1133
my MSN is ryan134@hotmail.com



i am looking for someone who can answer these questions here although i would rather talk on MSN or AIM

Go to the Battelfield 1942 Forum on this site and read, there are links to the software needed to start creating your own hacks. As to a Comp lang VB is just fine and its is real easy to pick up and learn plus there is a link to a VB Template that will help you in creating your very own hack. Don't get frustrated... but you will need to spend a few hours reading the forums and the tutorials that are posted there.

woodyno1
19th March 2004, 06:40
ok thanks dude!

i have a c++ book that explained what pointers are and same with dynamic memory addresses

Bubb Rubb
19th March 2004, 06:51
Originally posted by woodyno1
ok thanks dude!

i have a c++ book that explained what pointers are and same with dynamic memory addresses

There are 2 types of DMA, DMA channels for hardware. Typically access by various devices, sound card, etc.

DMA in C++ would read 1 offset and increment by another.
Typically this is done with register manipulation. In *'s can also be dereferenced.

Cutter
22nd March 2004, 10:00
I've searched around and could'nt find anything that was really start to finish on tutorials. Could someone post a like to a really good tutorial. I want to work on my map hack.

Thanks

Spontaneous
22nd March 2004, 12:02
http://www.mpcheatz.de/mpc/forum/showthread.php?threadid=32914

It tells you from start to finish.