Tailor Made Tools/Programs for You - AHK

06/02/2009 15:20 Matic^#556
So is that possible to do?
06/02/2009 16:35 Evan Lim#557
Matic^@
Code:
^a::
send {F1}
return
06/02/2009 18:01 Matic^#558
Quote:
Originally Posted by Evan Lim View Post
Matic^@
Code:
^a::
send {F1}
return
Good beggining :) Unfortunately i havent worked whit autoit or autohotkey before, and even dont have installed it, when i back at home, i will try to do something with it :) Am new in this thing, please dont blame me am interested in this , and want to learn :)

Edit: i add your command in autohotkey and it work, but i needto make more hotkeys like
ctrl+s push F2, and others, i tried to change latters and add all in one bot window, but other wont work :S What am doing bad?
06/05/2009 12:12 Matic^#559
hello Evan again, could you write me a source of programme that makes these things:
ctrl+a push F1
ctrl+s push F2
ctrl+d push F3
ctrl+f push F4

in coonquer. Anyway thnx again
06/05/2009 13:01 Evan Lim#560
Matic^@
Code:
#IfWinActive, [Conquer2.0]
^a::
send {F1}
return
^s::
send {F2}
return
^d::
send {F3}
return
^f::
send {F4}
return
06/05/2009 13:02 Matic^#561
Thank you very much
06/08/2009 00:20 Branflakes#562
Hi. I would like an autoclicker that right clicks space really fast, with a hotkey of instert. Hopefully, you can do this. It can be a trainer or bot. Please help me.

Thanks, in advance.
06/08/2009 04:14 Evan Lim#563
Branflakes@
what do u mean by "right click space"?
u want right click or space or both?
and what hotkeys do u want to inactivate it?
06/08/2009 08:41 ace_heart#564
evan no way to make follower by AHK without background click , just normal jump like now in COFollower by c++
06/08/2009 10:26 Evan Lim#565
ace_heart@
not sure hows its done even i have the C++ source code
anyhow, its good to hear there is a working follower program
06/08/2009 22:35 Branflakes#566
Quote:
Originally Posted by Evan Lim View Post
Branflakes@
what do u mean by "right click space"?
u want right click or space or both?
and what hotkeys do u want to inactivate it?
I am sorry for my english. Here is what i mean.

Hi. I would like an autoclicker or spam bot that can spam the space bar really fast, with a hotkey of instert to activate and deactivate it. Hopefully, you can do this. It can be a trainer or bot. Please help me.

That is what i meant. Thanks again.
06/08/2009 23:18 Evan Lim#567
Branflakes@
Code:
Insert::
toggle := !toggle 
SetTimer, function, % toggle ? "100" : "Off" 
return
function:
send {space}
return
06/17/2009 00:26 BubblesMuhaha#568
Hello. First off, loved your pixel-bot. I was wondering if you could write some script for me. I need it to press F3 every 15 seconds, press F1 at 40% HP, and bind Enter > Edit .ahk and Input Text Here > Enter to ctrl+[ and ctrl+]. If it's possible, and you have the knowledge, could you make the F-key presses available in the background? Keep up all the good work you put up in the forums! Thanks in advance!

*I need to learn AHK and do this myself haha.*
06/17/2009 02:11 Evan Lim#569
BubblesMuhaha@
F key can do background controlclick at F slots
but the 40% HP requirement cant
and not sure what u meant by that:
Quote:
bind Enter > Edit .ahk and Input Text Here > Enter to ctrl+[ and ctrl+]
06/17/2009 03:21 BubblesMuhaha#570
Quote:
Originally Posted by Evan Lim View Post
BubblesMuhaha@
F key can do background controlclick at F slots
but the 40% HP requirement cant
and not sure what u meant by that:
Yes, I didn't expect the hp thing to.

By that, I meant you can make the template, and I can edit the .ahk fill it in with whatever text i need to spam.
Thanks again!