PDA

View Full Version : Memory Hack for Demo


nesti
11th October 2006, 15:08
Hello Guys,
Im new to this and I was reading Calibers Tutorial.

Now I have a dumb question :)

Can I do a hack the memory in BF2142 only with TSearch and his AutoHack Function? Or With OllyDBG? Without writing a whole Program to change the Memory.

I was working with Assembler years ago, so i'm understanding these Programs better then writing the whole thing in Delphi (still learning how to handle it in Delphi :D )

If Delphi is a bad solution, maybe you can recommend me a better Language to work with to do such memory Hacks.

THX for your Help

regards

CCÐEE

SINE
11th October 2006, 17:51
The best language to code typical hacks is, arguably, C++. For kernel mode hacks I tend to use plain C with some sections coded in assembly when necessary. Delphi? Forget it, its not even a language, its Pascal on steroids, overdosed.

Sine

nesti
11th October 2006, 18:29
LOL ok i got your Point there ;)

So I guess i have to remember the old days where I knew the C Syntax ;)

Thx

Beccaboo3490
16th October 2006, 03:16
OMG you guys are all good at these hacks. I'm a noob, i dont even get anything your saying! HELP:frown:

Spontaneous
16th October 2006, 06:06
Yea but kernel mode hacks are going to have to do an extra trick or 2 if you upgrade to windows vista. M$ decided to add some kernel protection to help prevent rootkits and such. Kosire already mentioned a way to get around this in a convo on msn the other day. So most likely it still will be possible, just need to throw in a trick.