at memory editing .. it's enought to edit pointers ~.~
PHP Code:
MemcpyEx((DWORD)&high,0x0067AE20,4);
if(high){
high = high+17984;
int newhigh = 1000;
Sleep(10);
MemcpyEx(high,(DWORD)&newhigh,4);
}
You can change it to:
PHP Code:
DWORD* high=(DWORD*)(*(DWORD*)0x0067AE20+17984);
*high=1000;
It will updat ethe height .. ~.~ it's a little shorter .. and hm.. nvm xD
MemcpyEx.. is a special function to change the memory-protection like "only-read" ..
You don't need it ~.~ wrong place to use it xD
Mean it nvm .. I also can use notepad to draw pictures