[Help] Memory Hacking

Posts 115 of 15 · Page 1 of 1
[Help] Memory Hacking
Hi,

I am trying to make a shophack and i think i've got the addy, but what do i have to do now?


Thanks, David
Try nop it .
what shall i write in SIZE_T nSize?

code...:

HANDLE h;
h=OpenProcess(PROCESS_ALL_ACCESS, FALSE, GetCurrentProcessId());
WriteProcessMemory(h, ( void* )( 0x005A4668 ), "800000" (is this right?), what here?, NULL);
CloseHandle(h);
i need help where can i download uncdected Mhs? Or Cheat Engine?
get the playerpointer and set the wepon pointer at playerpointer +10 or something

/PM me if you have any questions
lol!
You dont need to NOP it!
I have it also and it works fine!
Your address is wrong.
One advice:
Data Type is Long.
If you are good you could code in C++ it
wow how difficult =_=
Code:
#define Respawn_Addie 0x37xxxxx //respawn 0=no respawn 1=unlimited respawn
#define nametag_pointer 0x37xxxxx //nametag 1=alfa 2=bravo
#define nametag_offset 0x2C

if(GetAsyncKeyState(VK_NUMPAD1)>0)
{
*(long*)(nametag_pointer+nametag_offset) = 1;
}
else if(GetAsyncKeyState(VK_NUMPAD2)>0)
{
*(long*)(nametag_pointer+nametag_offset) = 2;
}

if(GetAsyncKeyState(VK_NUMPAD3)>0)
{
*(long*)(nametag_pointer+nametag_offset) = 0;
}


but this works too:
Quote Originally Posted by Killahr View Post
what shall i write in SIZE_T nSize?

code...:

/*HANDLE h;
h=OpenProcess(PROCESS_ALL_ACCESS, FALSE, GetCurrentProcessId());*/ //alltough leave
this out.
WriteProcessMemory(h, ( void* )( 0x005A4668 ), "800000" (is this right?), what here?, NULL);
CloseHandle(h);
Quote Originally Posted by Kuro Tenshi View Post
wow how difficult =_=
Code:
#define Respawn_Addie 0x37xxxxx //respawn 0=no respawn 1=unlimited respawn
#define nametag_pointer 0x37xxxxx //nametag 1=alfa 2=bravo
#define nametag_offset 0x2C

if(GetAsyncKeyState(VK_NUMPAD1)>0)
{
*(long*)(nametag_pointer+nametag_offset) = 1;
}
else if(GetAsyncKeyState(VK_NUMPAD2)>0)
{
*(long*)(nametag_pointer+nametag_offset) = 2;
}

if(GetAsyncKeyState(VK_NUMPAD3)>0)
{
*(long*)(nametag_pointer+nametag_offset) = 0;
}
what is that?

Quote Originally Posted by ~GodLike~ View Post
lol!
You dont need to NOP it!
I have it also and it works fine!
Your address is wrong.
One advice:
Data Type is Long.
If you are good you could code in C++ it
hehe^^
the problem is that i am not very good in c++.

good to know that my address is wrong... how do i find it?
Quote Originally Posted by Killahr View Post
the problem is that i am not very good in c++.
Then learn it before starting to cod hacks.

Quote Originally Posted by Killahr View Post
good to know that my address is wrong... how do i find it?
Oh.
This is really easy.
Try to find it on your own.
It takes your time but it took my time also, so don't expect everything from other people.
Quote Originally Posted by ~GodLike~ View Post
Then learn it before starting to cod hacks.



Oh.
This is really easy.
Try to find it on your own.
It takes your time but it took my time also, so don't expect everything from other people.
I didn't ask you for the address... /

I only wanted to know how to find it...
Quote Originally Posted by Killahr View Post
what is that?



hehe^^
the problem is that i am not very good in c++.

good to know that my address is wrong... how do i find it?
=_= better to say im not good at C++ at all? this is basic .

i always add this to my mhs/ce tables on mpgh.
Quote Originally Posted by Killahr View Post
I didn't ask you for the address... /

I only wanted to know how to find it...
I am not dumb!
I answered your question correctly but you didn't understand it correctly!
So instead of posting here go and find something out!
thts what i tell people also its better to learn urself instead of takin the easy option when u do it urself ull feel alot better about urself and ur coding exp
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?