PDA

View Full Version : which program i need to create a hack?


Zenarius
26th November 2006, 20:35
ich möchte mir einen hack für battlefield 2142 machen. die offsets hab ich schon dafür, jetzt bräuchte ich nur noch ein geignetes programm, mit dem ich eine exe machen, die bestimmte werte in das spiel injecten kann. Wenn ir ein geignetes programm kennt, bitte ich um eine kleine einführung. ich möchte nicht daurnt von hacks anderen leuten abhängig sein.


google translate:


I would like to make myself one *hack* for battlefield 2142. the off sets have I already for it, now bräuchte I only a geignetes program, with which I make a exe, which determined rate into the play injecten can. If IR knows a geignetes program, I ask for a small introduction. I would not like to be dauernt dependent on hacks other people.

you can find the offsets here:

http://www.mpcforum.com/showthread.php?t=166609

dar
27th November 2006, 00:07
then you should start reading tutorials about memory hacking. try to do caliber's tuts about memory hacking . pretty much the basics you have there and from there on u can implent them in tmk or c++. there are tuts on battlecoder on how to do it...

-Theblackkill
27th November 2006, 23:23
Hello

I am all new to C++, I really dont know anuthing about it, where do I need to start?

dreakoth
28th November 2006, 03:53
Go to the battlefield 2 section of this forum, look for the tutorial sticky and read thro and follow calibers tutorials, you can do them on bf2142 as opposed to bf2.

This will leave you with a set of offsets and the changed code you need to force into the game, with this information you can look at grabbing a c++ or VB template (on the tutorial sticky) or TMK and put you offsets and changed code into them which will let you inject it (ur changed 'hacked' code) into the game while its running.

XR8
28th November 2006, 03:59
Go to ........

http://www.mpcforum.com/showthread.php?t=132351

Start downloading and start learning :)

Cheers .XR.
----------------

snipester
30th November 2006, 14:49
TMK is the easiest but it will require alot of ongoing work because the RendDx9 base changes alot.
Unfortunatley the C++ tutorials are not very good here. You simply cannot stick code in the middle of the template and pray to Allah that it will work.

Spontaneous
30th November 2006, 19:47
Actually yes you can snipester. Using the MPC template you can. Tho it does not support renddx9.dll.