saphire12345 Cheater
Reputation: 0
Joined: 12 Apr 2006 Posts: 46 Location: Burnaby
|
Posted: Sat Dec 30, 2006 8:44 pm Post subject: finding adress |
|
|
what is the uber x/y in adress in the script below, thx
[ENABLE]
registersymbol(UberX)
registersymbol(UberY)
alloc(UberX,64)
alloc(CharX,16)
alloc(UberY,64)
alloc(CharY,16)
UberX:
push eax
mov eax, [773E7C]
lea eax, [eax+390]
cmp ebx, eax
je CharX
mov eax, [eax]
//sub eax, 100 --> add eax, 100 to face right when attacking//
mov [ebx], eax
pop eax
jmp 669179
CharX:
pop eax
mov [ebx], eax
jmp 669179
UberY:
push eax
mov eax, [773E7C]
lea eax, [eax+394]
cmp edi, eax
je CharY
mov eax, [eax]
mov [edi], eax
pop eax
jmp 6691DE
CharY:
pop eax
mov [edi], eax
jmp 6691DE
[DISABLE]
unregistersymbol(UberX)
unregistersymbol(UberY)
dealloc(UberX)
dealloc(CharX)
dealloc(UberY)
dealloc(CharY)
_________________
i will post until my demands are met...... |
|