Basic DLL

Posts 3135 of 35 · Page 3 of 3
This is a really nice, well explained tutorial.

It should help a lot of people. Good work
@Jabberwo0ck this is for making CE Pointer in DLL right?


Also why did you change it from Code:
unsigned long address = 0x1B8B054 + ClientOffset;
int content = *(int*)address;

to

Code:
unsigned long address = 0x1B8B054 + ClientOffset;
*(int*)address = 12345;
The first one shows how to read the pointer. The second one is how to set it.
can some one revives super wepon DLL plz.... soz for my bad ingles
Posts 3135 of 35 · Page 3 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?