Tailor Made Tools/Programs for You - AHK

07/07/2009 06:50 Evan Lim#586
vegetasupersaiyan6@
i need both x coordinate and y coordinate
not on screen coordinates, but map coordinates, because thats the one without shifting 45 degrees
also, 00000C50 doesnt sound right

anyhow, i just pull the functions from followMe and here it is
just insert the memory address for the first 4 lines and u should be set
Code:
targetxxx=
targetyyy=
followxxx=
followyyy=

WinGet,id, ID,[Co
WinActivate, ahk_id %id%
ProcessHandle := DllCall("OpenProcess", "int", 2035711, "char", 0, "UInt", pid, "UInt")
settimer, Main, 700
return

Main:
IfWinNotActive, ahk_id %id%
WinActivate, ahk_id %id%
VarSetCapacity(xxx, 4)
VarSetCapacity(yyy, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", targetxxx, "Uint*", xxx, "Uint", 4, "Uint *", 0)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", targetyyy, "Uint*", yyy, "Uint", 4, "Uint *", 0)
VarSetCapacity(x2x, 4)
VarSetCapacity(y2y, 4)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", followxxx, "Uint*", xxx, "Uint", 4, "Uint *", 0)
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", followyyy, "Uint*", yyy, "Uint", 4, "Uint *", 0)

unit := Sqrt((xxx - x2x) **2 + (yyy - y2y) **2)
clkxxx := round((xxx - x2x) / unit * 250) + 513
clkyyy := round((yyy - y2y) / unit * 250) + 384
Click, %clkxxx%, %clkyyy%
return

^r::reload
^q::pause
07/07/2009 15:31 Acidburncx#587
targetxxx=
targetyyy=
followxxx=
followyyy=

hw do i look for this?can u put a sample as well? or screenshot on hw to input and knw the target and follow?
07/07/2009 19:12 Evan Lim#588
vegetasupersaiyan6@
target x,y i am not sure
but follow x,y is definately static (COELSE is using it)
u can find it by:
1. search all unknown in CE
2. more ur character to the right
3. search for increase value
4. move ur character to the right
5. search for increase value
..etc keep doing this until probably like 100 results left
then do left side > search for decrease value..etc
y address is right behind the x address (+4)
07/09/2009 16:46 vicslay#589
I would like some auto stig(while using the stack) for vista!
Cuz Alexis one is not working on windows vista!
Ty
07/09/2009 17:31 Evan Lim#590
vicslay@
try his program but right click and choose XP as compatible mode
07/10/2009 05:40 Acidburncx#591
Evan Lim can u make a 800X600 just to activate xp skill no thing more?
07/10/2009 07:08 Evan Lim#592
vegetasupersaiyan6@
put XP skill in F1
Code:
WinGet,id, ID,[Conquer2.0]
loop
{
sleep 5000
ControlClick, x110 y595,ahk_id %id%,,right
}
07/10/2009 09:00 TiarOo#593
ty alot off
07/15/2009 23:11 angelstoy#594
hi, and thanks for all ur great work in the community.
i'm writing an archer bot and i've ran into a few problems.. first off.. and this one pisses me off the most.. i can't figure out a way to make my char sit in the bg.

also, do u know any good threads on ahk and memory addresses and what is possible in Co2 using them.. i don't have a full grasp on it yet and i can't find any good resource. i need to incorporate a zoom in/out, speed, and effects/player/monster clear.

currently i use 5bot & CODissappear to achieve what i need.

my script currently does:
auto fly
auto sit
auto hp
auto intensify
quick sit then intensify then rapid fire set ready for PK
auto program ur Co2 hotkeys
inventory 2 ground
inventory 2 store
inventory 2 warehouse ;option to move only mets
inventory 2 trade ;options to move only mets
auto clicker for left/right/ctrl/loop,%times%/FollowMouseorStationary
customizable lab bot
quick disconnect
timed disconnect
Co2 website/trojancheck/disconnected popup killer
and a few Win2k/XP/Vista window hotkeys

most in the bg except the sit! i've tested the controlclick speeds with the lab bot and it doesn't get clickjailed..
i want to add:
monster/player clear
zoom
bg sit
speedhack

Look for ULTRaLaB soon in the bots thread. ;)

and thanks again for all ur contributions to the community Evan Lim!
07/16/2009 00:46 Evan Lim#595
angelstoy@
put sit at F-slot
and use winget and controlclick to click at the F-slot coordinate

no
07/17/2009 02:19 angelstoy#596
Wow, well thanks for making me try the F slot for sit again. the first few times i tried it didn't work. i even went as far as trying to see if it will click sit from the action bubble. yeah. thanks.
07/18/2009 06:35 CObotter#597
Hi Evan,
Do you still have the archer bounce bot?
which i only need to make the archer jump to path that I have set and save the coordinate. No left or right click, only pot when HP is low. Thats all.

I did try to use the old one and modify but I keep get the wrong memory address, I did try to use CE and follow the steps you provide under your COElse thread but still i cant get the correct Memory Address for patch 5155.

Thanks in advance...
07/18/2009 06:43 Evan Lim#598
CObotter@
that one just doesnt work
just use COELSE and set points urself
if u dont want it to attack monsters, just dont display red health bar
07/18/2009 10:41 CObotter#599
er....
dont display red health bar as dont turn the name on or what?
07/18/2009 14:06 Evan Lim#600
CObotter@
option > show name