29.04.2011, 23:07
Hi...
I don't understand
Whats the problem???
You have the correct adresses right?! So you've found the corresponding order who reads the adress.
The "MOVAPS" order reads a 128-Bit (16 Bytes) memory location. A teleporter usally needs 3 values. The X, Y and Z coordinate. I don't know whats the fourth value in your case. But its uninteresting for us. When you will save it to your desired memory location call it like this:
[code=ASM]
movaps [00400500], xmm3[/code]
or you can use this:
[code=ASM]
push eax
mov eax, [ecx+30]
mov [00400500], eax
mov eax, [ecx+34]
mov [00400504], eax
mov eax, [ecx+38]
mov [00400508], eax
mov eax, [ecx+3C]
mov [0040050C] eax
pop eax[/code]
I don't understand
Whats the problem???
You have the correct adresses right?! So you've found the corresponding order who reads the adress.
The "MOVAPS" order reads a 128-Bit (16 Bytes) memory location. A teleporter usally needs 3 values. The X, Y and Z coordinate. I don't know whats the fourth value in your case. But its uninteresting for us. When you will save it to your desired memory location call it like this:
[code=ASM]
movaps [00400500], xmm3[/code]
or you can use this:
[code=ASM]
push eax
mov eax, [ecx+30]
mov [00400500], eax
mov eax, [ecx+34]
mov [00400504], eax
mov eax, [ecx+38]
mov [00400508], eax
mov eax, [ecx+3C]
mov [0040050C] eax
pop eax[/code]
Irren ist menschlich. Aber wer richtigen Mist bauen will, braucht einen Computer !!!
Traineranfragen per PM werden prinzipiell gelöscht...
Traineranfragen per PM werden prinzipiell gelöscht...