Tailor Made Tools/Programs for You - AHK

08/12/2009 20:26 mk1992#676
i know im not so specific but can u make abot witch u can chat while using it
i think its like the idea of pathfinding or so
08/12/2009 20:41 Evan Lim#677
mk1992@
ok i get the first part, u say u want a bot which u can chat, but chat where? in client? in MSN/AIM/etc?
then the second part confuse me, what has chat has to "alike" with the idea of pathfinding?

outside client to chat works with trillian
if u are using trillian, u can use this:
Code:
msgbox, activiate the chatting box and press Ctrl+H to hook onto it`nTurn on/off this feature by pressing Ctrl+O


^h::
WinGet, ID, ID, A
Hotkey,q,function
Hotkey,w,function
Hotkey,e,function
Hotkey,r,function
Hotkey,t,function
Hotkey,y,function
Hotkey,u,function
Hotkey,i,function
Hotkey,o,function
Hotkey,p,function
Hotkey,a,function
Hotkey,s,function
Hotkey,d,function
Hotkey,f,function
Hotkey,g,function
Hotkey,h,function
Hotkey,j,function
Hotkey,k,function
Hotkey,l,function
Hotkey,z,function
Hotkey,x,function
Hotkey,c,function
Hotkey,v,function
Hotkey,b,function
Hotkey,n,function
Hotkey,m,function
Hotkey,1,function
Hotkey,2,function
Hotkey,3,function
Hotkey,4,function
Hotkey,5,function
Hotkey,6,function
Hotkey,7,function
Hotkey,8,function
Hotkey,9,function
Hotkey,0,function
Hotkey,space,function
Hotkey,enter,function
Hotkey,?,function
Hotkey,bs,function
Suspend
Pause,,1
return


^o::
Suspend
Pause,,1
return


function:
ControlSend, Trillian Window2, {%A_ThisHotkey%}, ahk_id %id%
return
08/12/2009 22:25 mk1992#678
Quote:
Originally Posted by Evan Lim View Post
mk1992@
ok i get the first part, u say u want a bot which u can chat, but chat where? in client? in MSN/AIM/etc?
then the second part confuse me, what has chat has to "alike" with the idea of pathfinding?

outside client to chat works with trillian
if u are using trillian, u can use this:
Code:
msgbox, activiate the chatting box and press Ctrl+H to hook onto it`nTurn on/off this feature by pressing Ctrl+O


^h::
WinGet, ID, ID, A
Hotkey,q,function
Hotkey,w,function
Hotkey,e,function
Hotkey,r,function
Hotkey,t,function
Hotkey,y,function
Hotkey,u,function
Hotkey,i,function
Hotkey,o,function
Hotkey,p,function
Hotkey,a,function
Hotkey,s,function
Hotkey,d,function
Hotkey,f,function
Hotkey,g,function
Hotkey,h,function
Hotkey,j,function
Hotkey,k,function
Hotkey,l,function
Hotkey,z,function
Hotkey,x,function
Hotkey,c,function
Hotkey,v,function
Hotkey,b,function
Hotkey,n,function
Hotkey,m,function
Hotkey,1,function
Hotkey,2,function
Hotkey,3,function
Hotkey,4,function
Hotkey,5,function
Hotkey,6,function
Hotkey,7,function
Hotkey,8,function
Hotkey,9,function
Hotkey,0,function
Hotkey,space,function
Hotkey,enter,function
Hotkey,?,function
Hotkey,bs,function
Suspend
Pause,,1
return


^o::
Suspend
Pause,,1
return


function:
ControlSend, Trillian Window2, {%A_ThisHotkey%}, ahk_id %id%
return
the first part i ment chatting in client
the second part i ment that i need abot i can chat while using it in client like we do in autopath we can chat in the client and ur acc do the autopath finding in the same time:handsdown:
08/12/2009 22:57 Evan Lim#679
mk1992@
ok try this:
Code:
msgbox, Turn on/off this feature by pressing Ctrl+O
#IfWinActive, [Con
q::
w::
e::
r::
t::
y::
u::
i::
o::
p::
a::
s::
d::
f::
g::
h::
j::
k::
l::
z::
x::
c::
v::
b::
n::
m::
1::
2::
3::
4::
5::
6::
7::
8::
9::
0::
numpad1::
numpad2::
numpad3::
numpad4::
numpad5::
numpad6::
numpad7::
numpad8::
numpad9::
numpad0::
?::
list = %list%%space%%A_ThisHotkey%
tooltip, %list%,1,1
space=
return

space::
space:=" "
return

~enter::
oldclipboard = %clipboard%
clipboard = %list%
send, {enter}^v{enter}
clipboard = %oldclipboard%
list=
tooltip, 
return

bs::
StringTrimRight, list, list, 1
tooltip, %list%,1,1
return

^o::
Suspend
Pause,,1
return
08/13/2009 13:17 mk1992#680
sry for this but can u tell me how and where to code this
ill +k anyway worked with me or not
thnx
08/13/2009 20:36 Evan Lim#681
mk1992@
u go install autohotkey from autohotkey.com
then either run it as a script or compile it with the ahk2exe compiler
08/14/2009 13:56 pokey2#682
Is it possible to make a spirit healer macro which uses a +0 steed and a +1 steed? Not too bothered about what the hotkeys need to be set to. Also, it needs to run on Windows 7 64bit - another SH leveler I tried didn't like my OS, hence my asking here.

Thanks, pokey.
08/14/2009 15:47 Evan Lim#683
pokey2@
ur other "SH leveler", just set the compatibility mode to vista or lower, should be fine
or u can provide the coordinates where to click, i will write out the script for u
example:
1. press F1
2. press F2..etc
08/14/2009 19:00 pokey2#684
Quote:
Originally Posted by Evan Lim View Post
pokey2@
ur other "SH leveler", just set the compatibility mode to vista or lower, should be fine
or u can provide the coordinates where to click, i will write out the script for u
example:
1. press F1
2. press F2..etc
Tried compatibility mode and it still doesn't work - my guess is that it is a 64bit issue.

As for the script, something like:
F1 (sit)
Right click twice on the first item slot with ~1sec delay between the clicks (windowed mode 1024x768 if that's an issue)
Wait 6 seconds
F8 (spirit heal)
Rinse and repeat

I think that should work nicely :)
08/15/2009 01:13 Evan Lim#685
pokey2@
Code:
loop
{
send {F1}
click, 123,456, right[color=green] ; change the 123, 456 to whatever the x,y coordinate the first item slot is[/color]
sleep 1000
click, 123,456, right [color=green] ; same here [/color]
sleep 6000
send {F8}
[color=green];what is rinse?[/color]
}

^q::pause[color=green] ;Ctrl+Q to pause[/color]
08/15/2009 14:53 pokey2#686
Quote:
Originally Posted by Evan Lim View Post
pokey2@
Code:
loop
{
send {F1}
click, 123,456, right[color=green] ; change the 123, 456 to whatever the x,y coordinate the first item slot is[/color]
sleep 1000
click, 123,456, right [color=green] ; same here [/color]
sleep 6000
send {F8}
[color=green];what is rinse?[/color]
}

^q::pause[color=green] ;Ctrl+Q to pause[/color]
That's superb, thank you. You wouldn't happen to know of a good tool for finding out co-ordinates would you?
08/15/2009 20:35 rceclmn#687
hi there tell me how to auto pot plz,, if there's something to edit plz tell me in what ani or ini or somethingy plz xD
08/15/2009 20:56 Evan Lim#688
pokey2@
either use window spy that comes with ahk installation (slow)
or use the following script
Code:
loop
{
mousegetpos, x, y
tooltip, x%x% y%y%
sleep 300
}
rceclmn@
autopot has nothing to do witih editing ANI or INI files
but it can be done by either color searching pixels or proxy reading hp data directly
08/18/2009 03:16 thenrique87#689
hey... I use to have an account with 5bot which was a complete botter software for conquer online. I wonder if you could immitate it... even if simpler.

I was looking for a auto looter in which i can specify radius of loot, pick up every type of money, drop normal items and keep the higher items.

The other part would be the leveler. I like the archer and the ninja. Archer can scatter and aim shoot one after the other. That means I can both attack one or/and many monsters at a time. Of course humanly is impossible to do both but if the bot could do it, i would gain both level and bow skill.

Another important tool would be XP Skills which only happen a couple of time allowing playing to have extra strenght, or extra protection, or fly, or poison... for a certain period of time. It is jus a button that pops up at the corner of the screen, and voila!


I know this is a lot, if you have any questions i will be glad to answer, and its ok if you say this is past you or you dont have time. Thank you if you read this far.
08/18/2009 03:32 Evan Lim#690
thenrique87@
5bot not related to me, rejected

autolooter too specific, only proxy can achieve what u are stating, rejected

COELSE does have that option of both attacking with right and left clicks

thats just xp spam, it exists a lot in here, including COELSE