[Ultra-Mega Beginner] Need a point to start

02/19/2013 22:19 CantShutMyMouth#1
Hello. I started to learn C++ 4 months ago.... but C++, i mean math problems etc.
But, actually,i want to learn about dlls. And learn how to make hacks,even if it will take years :)

So,for the beggining,i'd like you to show me a source code of a dll that when it get's injected into a process it changes a value of a memory of that process...

I think with ReadProcessMemory and WriteProcessMemory, but i'd like to see a fully working source code that just change a memory value.

Thanks :)
02/20/2013 08:49 Delinquenz#2
Did you learn with a book? When yes, which one? And did you finish it? If not, I would recommend that.

For simple Read/WriteProcessMemory you don't have to use a DLL. But for getting the base adress or something like that i would suggest that.

[Only registered and activated users can see links. Click Here To Register...] about memory changing. The code is kinda bad, but it's enough to demonstrate it.
02/20/2013 09:39 CantShutMyMouth#3
Quote:
Originally Posted by Delinquenz View Post
Did you learn with a book? When yes, which one? And did you finish it? If not, I would recommend that.

For simple Read/WriteProcessMemory you don't have to use a DLL. But for getting the base adress or something like that i would suggest that.

[Only registered and activated users can see links. Click Here To Register...] about memory changing. The code is kinda bad, but it's enough to demonstrate it.
Thanks but, unfortanetly, i don't speak german, and google translate makes me understand even less :|


So , with cheat engine i got this adress 007A4F60 for Metin2 process...
It is the value of fog. it's value is 1167458304


I'd like to make it 1967458304 imediatley when the dll is injected... a woking source code?
02/25/2013 15:06 Crakle#4
Quote:
Originally Posted by CantShutMyMouth View Post
Thanks but, unfortanetly, i don't speak german, and google translate makes me understand even less :|


So , with cheat engine i got this adress 007A4F60 for Metin2 process...
It is the value of fog. it's value is 1167458304


I'd like to make it 1967458304 imediatley when the dll is injected... a woking source code?
this in a nice code:
click in the button "trnks" ;)
02/25/2013 23:43 Seife_#5
Wow, nice troll.

@topic: You first have to make sure it's the static memory adress of the fog or else it will change some random value upon start.