question

02/17/2010 16:43 imp0o0o0o#1
i tried to mix Zomm hack + Far eye
is what i do right ?
Code:
[ENABLE]
alloc(DrakoZoom,512)
alloc(DrakoClipDistance,64)
label(ReturnZoom)
label(ZoomMax)
label(ReturnClip)
label(ClipDistance)
registersymbol(ZoomMax)
registersymbol(ClipDistance)

005D2356: //D9 47 04 D9 44 24 28 83 C4 08
jmp DrakoZoom
nop
nop
ReturnZoom:

005D3955: //8B 48 08 8B 50 04 51 8B 4C 24
jmp DrakoClipDistance 
nop
ReturnClip:

DrakoZoom:
push eax
mov eax,[ZoomMax]
mov [edi+04],eax
fld dword ptr [edi+04]
fld dword ptr [esp+28]
pop eax
jmp ReturnZoom
ZoomMax:
db 00 00 8C 42
ClipDistance:
db 00 00 48 43

DrakoClipDistance:
mov ecx,[ClipDistance]
mov [eax+08],ecx
mov edx,[eax+04]
jmp ReturnClip

[DISABLE]
dealloc(DrakoZoom)
unregistersymbol(ZoomMax)
dealloc(DrakoClipDistance,64)
unregistersymbol(ClipDistance)
005D2356:
fld dword ptr [edi+04]
fld dword ptr [esp+28]
005D3955:
mov ecx,[eax+08]
mov edx,[eax+04]
02/19/2010 12:35 janvier123#2
+2 Reported At: Fri 19 Feb 2010 - 11:34:50GMT +1 Cause: Double Post
srr not allowed to do that
02/19/2010 12:55 imp0o0o0o#3
Quote:
Originally Posted by janvier123 View Post
srr not allowed to do that
not allow to mex scrept Oo

Edit - double post deleted
02/19/2010 13:10 curt2k7#4
no he meant ur not allowed 2 double post ^^
02/19/2010 14:17 janvier123#5
Quote:
Originally Posted by curt2k7 View Post
no he meant ur not allowed 2 double post ^^
yep, exactly
so please keep a eye on it
02/19/2010 22:12 xXTheHitmanXx#6
If you wan't to know if it is right then try it out :D
02/19/2010 22:20 imp0o0o0o#7
i tried it and it work but i wanna know if what i do that right way or not
02/20/2010 00:24 bottomy#8
Quote:
Originally Posted by imp0o0o0o View Post
i tried it and it work but i wanna know if what i do that right way or not

Yeh I can't see anything wrong with it. You included everything that both scripts have and you didn't mix them together which would cause problems.