Ok, I posted a little while back about far eye DCing me but I didnt get anything that has helped so Ill ask again and put it a slightly different way.
I have several hacks that i enable and all work perfect except far eye. It dc's me the second I turn it on. I have many times recopied and pasrted the script from the public hacks page and updated the offset and also made sure they match what has been posted for updated offsets. Is there something I need to tweak in the script possibly to get this to work, is the an order in which to start the hack, i.e. before or after certain hacks ect ect. I have had it working before the last update but cant seem to get it now?? I will post exactly what im doing.
[ENABLE]
alloc(DrakoClipDistance,64)
label(ReturnClip)
label(ClipDistance)
registersymbol(ClipDistance)
005D3955: //8B 48 08 8B 50 04 51 8B 4C 24
jmp DrakoClipDistance
nop
ReturnClip:
DrakoClipDistance:
mov ecx,[ClipDistance]
mov [eax+08],ecx
mov edx,[eax+04]
jmp ReturnClip
ClipDistance:
db 00 00 48 43
[DISABLE]
dealloc(DrakoClipDistance,64)
unregistersymbol(ClipDistance)
005D3955:
mov ecx,[eax+08]
mov edx,[eax+04]
offset gets updated to: ****41A5
anyone see anything wrong?
I have several hacks that i enable and all work perfect except far eye. It dc's me the second I turn it on. I have many times recopied and pasrted the script from the public hacks page and updated the offset and also made sure they match what has been posted for updated offsets. Is there something I need to tweak in the script possibly to get this to work, is the an order in which to start the hack, i.e. before or after certain hacks ect ect. I have had it working before the last update but cant seem to get it now?? I will post exactly what im doing.
[ENABLE]
alloc(DrakoClipDistance,64)
label(ReturnClip)
label(ClipDistance)
registersymbol(ClipDistance)
005D3955: //8B 48 08 8B 50 04 51 8B 4C 24
jmp DrakoClipDistance
nop
ReturnClip:
DrakoClipDistance:
mov ecx,[ClipDistance]
mov [eax+08],ecx
mov edx,[eax+04]
jmp ReturnClip
ClipDistance:
db 00 00 48 43
[DISABLE]
dealloc(DrakoClipDistance,64)
unregistersymbol(ClipDistance)
005D3955:
mov ecx,[eax+08]
mov edx,[eax+04]
offset gets updated to: ****41A5
anyone see anything wrong?