C++ Help

Posts 12 of 2 · Page 1 of 1
C++ Help
Hi all, if someone can help me i will thank a lot him.. so i'm trying to make my first memory hack for Combat Arms (my first hack ever was a D3D)... I've no error but when i Inject it, it doesn't work, i don't know why...
Here the source:

#include "stdafx.h"
#include <iostream>
#include <windows.h>

using namespace std;

#define lolasd 0x006D452C //Boxes
#define asdlol 0x37577868 //Unlimited Respawn


int main()
{ int *pb=(int *)lolasd;
int *pu=(int *)asdlol;



*pb = 1;
*pu = 1;

return 0;
}
maybe it doesn't work because the instruction for change the vaulue of adress is only one time... so i decided to make a infinite DO cycle, but nothing, pls, someone help me!
READ THE RULES OF THE SECTION BEFORE POSTING!!!

This is the second time you posted this thread and if you do it again you'll be banned for multiple thread spamming.

I moved your first one to the correct location, THE C++ SECTION!

here -- http://www.mpgh.net/forum/31-c-c/108356-c-help.html

/closed and you've been warned.
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?