Tailor Made Tools/Programs for You - AHK

12/18/2008 11:26 Evan Lim#76
naddo1@
i have no idea where the memory address of bag item is
or probably it doesnt even exist, as some games tend to hide them until users press the bag button, which then received data from server what u have inside ur bag
well either way, i have no idea
12/18/2008 23:48 naddo1#77
Quote:
Originally Posted by Evan Lim View Post
naddo1@
i have no idea where the memory address of bag item is
or probably it doesnt even exist, as some games tend to hide them until users press the bag button, which then received data from server what u have inside ur bag
well either way, i have no idea
Thanks for trying, and maybe you will get there in the end :)
12/25/2008 00:17 bigjesse#78
hi can u make auto follow? it just keeps clicking follow under team?
12/25/2008 05:08 Evan Lim#79
bigjesse@
here:
since u didnt mention how fast it clicks, or what client size u are using
default value is for 1024x768 and 3 seconds
Code:
msgbox, Activate the client u want to hook and press OK
WinGet, id, ID, [C
WinActivate, ahk_id %id%
settimer, aa, 3000
aa:
ControlClick, x450 y76,ahk_id %id%,,left
return
12/31/2008 03:30 beleonor#80
hi can you make a dual wield for warrior i will use it to reborn my war its ok to me if it only work at market.
12/31/2008 10:28 Evan Lim#81
beleonor@
as stated in first post, u have to indicate the method
01/03/2009 02:18 sanar40#82
hey can you make a guard2 hitter bot?

like make it hold control and on pk mode, auto pot at 50 percent hp and spamming xp skill and do all that and it still hits the guard after it thanks
01/03/2009 04:53 Evan Lim#83
sanar40@
here:
Code:
msgbox, 1024x768`nCtrl+q to pause`nF2 for XPskill`nF1 for pots
WinActivate, [C
PixelGetColor, hphex, 20, 720
settimer, hp, 1000
settimer, atk, 3000
settimer, xp, 5000
return
atk:
send {ctrl down}
click 500, 330
send {ctrl up}
return
xp:
IfWinActive, [C
{
send {f2}
}
return
hp:
IfWinActive, [C
{
PixelSearch, , , 10, 720, 60, 720, %hphex%, 10, Fast
if ErrorLevel
{
send {f1}
}
}
return
#Persistent
^q::pause
01/03/2009 08:14 sanar40#84
can I request the stand alone if that means to have it without autohotkey installed? And can you give me instructions?
01/03/2009 12:47 Evan Lim#85
sanar40@
Here:
01/03/2009 17:11 sanar40#86
I'll try it when I get to my computer, but one question is there a function like else multi pass where iam able to update it myself with the code thing?
01/03/2009 18:13 Evan Lim#87
sanar40@
ehm, nope, no memory address involved
nothing to set
01/04/2009 03:32 sanar40#88
do i stand it like right under the guard?
01/04/2009 04:18 Evan Lim#89
sanar40@
the program will keep clicking on x500, y330
which u should position the guard at that clicking spot
zoom in if needed
01/04/2009 19:23 Alexisppp12345#90
Hi evan.
I want to make me this program that is written in the .txt file.
If you know a better way to do it, make it with a better way.
Thanks in advance!
If you can post the .exe file.
It will work at 1024x768 window mode.