Tailor Made Tools/Programs for You - AHK

06/17/2009 04:58 Evan Lim#571
BubblesMuhaha@
F3 every 15 seconds
Code:
#Persistent
WinGet,id, ID, [Conquer2.0]
settimer, function, 15000
function:
ControlClick, x210 y760,ahk_id %id%,,right,,na
return
spam messages: (require active screen too)
Code:
#Persistent
SetKeyDelay, 50, 100
settimer, spam, 3000
spam:
send {enter}
send, text message put here
send {enter}
return
06/17/2009 05:50 BubblesMuhaha#572
Quote:
Originally Posted by Evan Lim View Post
BubblesMuhaha@
Thanks alot.

Edit: OMG I'm sorry, I should've :RTFM: I totally looked over your 2nd post. Thanks again :)
06/28/2009 23:33 VivaLaRaza#573
Could you make me a tao lvling bot for winezone? I need it to jump around in wz by itself, mana pot at 2K mp, d/c on low dura, blinking names, red names, black names, GMs, and PMs. Pick up DBs, mets, gold, and quality items. And use the skill tornado. Oh and also HP pot at 1K HP
06/29/2009 22:23 Evan Lim#574
VivaLaRaza@
dura no
dc on names no
pick up items, u have to find the id and change the image to pink
other than those i dont know how, its just my COELSE
07/05/2009 16:05 123funy321#575
Requesting NPC tracer that tells everything about sellected npc its dielogs options anwserss rewards Id .
07/05/2009 18:34 Evan Lim#576
123funy321@
either provide me with the memory address location of the dialogue or i dont know how
07/06/2009 02:42 Acidburncx#577
Evan Lim does this code work and is it safe to use it on new patch it was ur old project before

#Persistent
msgbox, F1,2 for Med and Sit`nF11 to activate skill

WinGet,id, ID,[Conquer2.0]

SetTimer, function, 500
return
#-------------------------------regain mana------------------------------------



function:
ControlClick, x110 y590,ahk_id %id%,,Right
sleep,500
ControlClick, x150 y590,ahk_id %id%,,Right
sleep,500
return

#---------------------------Press F11 to use skill-----------------------------

*F11::
{
MouseGetPos, aa, bb
clickx := -2 * (aa - 400) + aa
clicky := -2 * (bb - 300) + bb
ControlClick, x%clickx% y%clicky%,ahk_id %id%,,Right
clicky -=50
ControlClick, x%clickx% y%clicky%,ahk_id %id%,,Right
}
return

^f::
{
ControlClick, x335 y76,ahk_id %id%,,left
sleep 2000
}
return
^q::pause
^r::reload
07/06/2009 10:25 Evan Lim#578
vegetasupersaiyan6@
only this line is no good
Code:
ControlClick, x335 y76,ahk_id %id%,,left
07/06/2009 13:04 Acidburncx#579
Evan Lim thanks can u remake a new one for me i just want a auto follow just like this one bec. all i need to do is press ctrl+f
07/06/2009 13:25 jackgamen#580
can a program with AHK be done to do the quest of the unique blade, where it can talk to npc's and use scrolls and move for a specific path?
07/06/2009 14:33 Evan Lim#581
vegetasupersaiyan6@
well thats the main issue, background left clicks will send u jail, remember?

jackgamen@
quite sure it can if its within the path function, and using scrolls is nothing but pressing a F key
07/06/2009 16:02 Acidburncx#582
Ok but can u make an auto follow that doesnt use background?
07/06/2009 18:33 Evan Lim#583
vegetasupersaiyan6@
if u can provide me with the character address (the one u want to follow)
and if that address is static/fixed even if its out of screen, sure i can make one
07/06/2009 18:34 Evan Lim#584
vegetasupersaiyan6@
if u can provide me with the character address (the one u want to follow)
and if that address is static/fixed even if its out of screen, sure i can make one
07/07/2009 06:44 Acidburncx#585
00000C50