Thejuster How do I cheat?
Reputation: 0
Joined: 02 Jul 2015 Posts: 1
|
Posted: Thu Jul 02, 2015 9:53 am Post subject: Module Base |
|
|
Hello im learning CE.
i have a question.
I know WriteProcessMemory and other stuff.
but one problem.
How to write this?
Im not sure if this code is correct
| Code: |
int off1 = 0x0;
int off2 = 0x80;
int off3 = 0x16c;
int off4 = 0x364;
int off5 = 0x58;
IntPtr bases = (IntPtr)0x000D2004;
IntPtr test = mem.GetAddress("Tetris", bases, new int[] { off1,off2, off2, off3, off4, off5 });
MessageBox.Show(test.ToString());
|
is correct?
But on cheat engine work, give me the result on my messagebox
is show 0
Plase help me  |
|