[Release] FarEye

09/09/2009 16:04 6Drako9#1
well guys your knight in shining armor is here ^.^

I always got pissed off when I used zoom hack and every time I zoom out max there is like a blue wall that blocks my vision...
NOT ANYMORE

I named the script FarEye
Code:
[ENABLE]
alloc(ChangeClipDistance,64)
label(ReturnClip)
label(ClipDistance)
registersymbol(ClipDistance)

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

ChangeClipDistance:
mov ecx,[ClipDistance]
mov [eax+08],ecx
mov edx,[eax+04]
jmp ReturnClip
ClipDistance:
db 00 00 48 43
//by Drako

[DISABLE]
dealloc(ChangeClipDistance,64)
unregistersymbol(ClipDistance)
005C3245:
mov ecx,[eax+08]
mov edx,[eax+04]
09/09/2009 17:27 draegon71#2
Nice job .+thanks for release
09/09/2009 19:40 Cr0_Fr3aK#3
So this is Zoom Hack ?
Or I have to turn on the original Zoom Hack and this one ?
09/10/2009 00:43 6Drako9#4
yes
you have to turn on both
the Zoom script will let you zoom far
and FarEye will let you SEE far
09/10/2009 01:32 ~Twister~#5
Quote:
Originally Posted by supernintendo View Post
ty! xD
please use tnx button, next time will report for spam. + lol at your reputation.
09/10/2009 14:32 Cr0_Fr3aK#6
Hey Drako..wouldn't it be easier if you put the Zoom Hack + FarEye in one script ?

And thanks for the release ;).
09/13/2009 01:52 GMThunder#7
anyone confirm that this works?
09/13/2009 02:02 riceboigone#8
work fines im useing it
09/15/2009 22:59 nemesisysf#9
nice work but how to use it on other server can u explain a little pls? wat i have to search for right offset?
09/29/2009 20:42 -8gX#10
Great post... This deserves a little bump :)

Thank you drako.
09/29/2009 20:58 marci0#11
This works in 4,7?
09/29/2009 21:07 ~Kakkarot~#12
yes it works for 4,7 if you update the ofsets
09/29/2009 21:17 marci0#13
My game closes after executing it in CE 5.5
:(
09/29/2009 21:26 kikichan#14
Maybe you need to upgrade the offset. That one is old offset so probably make your game close.

Just update mine and tried. Work perfectly.
09/29/2009 21:37 marci0#15
Can some1 tell me the new offset for this release? Please!