Tailor Made Tools/Programs for You - AHK

05/19/2009 21:16 Evan Lim#496
Darkyy@
if it is the system coordinate, i think i know how to do it
if its the coordinate that u see in client x,y, then i dont know
but i remember UPS2man did it before, and it was quite simple, he even manage to click over screen
anyhow, if u just want a path function program, vector function works
UAC blocking, probably
05/19/2009 21:21 Darkyy#497
Quote:
Originally Posted by Evan Lim View Post
Darkyy@
if it is the system coordinate, i think i know how to do it
if its the coordinate that u see in client x,y, then i dont know
but i remember UPS2man did it before, and it was quite simple, he even manage to click over screen
anyhow, if u just want a path function program, vector function works
UAC blocking, probably
its the co'ords i see on the client x,y

Whats UAC :\?
05/19/2009 22:51 Evan Lim#498
Darkyy@
UAC is a vista, window7 window system thing
u can disable it, but of course u wont be protected from window anymore
05/19/2009 23:03 Darkyy#499
Quote:
Originally Posted by Evan Lim View Post
Darkyy@
UAC is a vista, window7 window system thing
u can disable it, but of course u wont be protected from window anymore
I'm using windows XP.
05/19/2009 23:21 Evan Lim#500
Darkyy@
can CE hook to other process?
if yes, then reinstall CO
if no, then try install CE5.4, its quite stable
05/19/2009 23:24 Darkyy#501
Quote:
Originally Posted by Evan Lim View Post
Darkyy@
can CE hook to other process?
if yes, then reinstall CO
if no, then try install CE5.4, its quite stable
I tried with CE 5.3 and 5.5 but i clicked something in CEs settings and i can hook to CO process now but i still cant run properly any kind of tools/bots that use memory.
05/20/2009 03:24 Evan Lim#502
Darkyy@
the only time i remember i cant use memory functions is when i have AVG
at the end, i simply add exception zone for my ahk files
05/21/2009 17:00 1qq23q#503
How can i make Autosit from background? need source code in AHK.
Thanks:D
05/21/2009 18:30 Evan Lim#504
1qq23q@
put Sit in F1 slot (assuming u are using 1024x768 client)
Code:
WinGet,id, ID,[C
loop
{
sleep 1000
ControlClick, x110 y760,ahk_id %id%,,right
}
05/21/2009 22:52 1qq23q#505
And how i make that it auto fog to?:D
05/22/2009 02:48 Evan Lim#506
1qq23q@
not sure, i dont know how to use fog, never play ninja before
05/22/2009 03:12 1qq23q#507
i already found it out:D
look my background fog lvler:P
[Only registered and activated users can see links. Click Here To Register...]
05/22/2009 03:15 TiarOo#508
ty
05/22/2009 03:19 TiarOo#509
zebeeeeeee
05/23/2009 13:19 Flaash#510
I need "Auto Hunter" for archer in new canyon =]