Tailor Made Tools/Programs for You - AHK

12/02/2008 01:13 Acidburncx#31
It dont work when i press alt and s for auto cast superman can u help?
12/02/2008 01:23 Acidburncx#32
Sorry for double post i thought it wasnt sent
12/02/2008 01:55 David5646#33
Quote:
Originally Posted by vegetasupersaiyan6 View Post
Sorry for double post i thought it wasnt sent
Ya you just triple posted.....
And it works for me and by auto cyclone you mean like !c or !auto cyclone?
12/02/2008 05:33 Acidburncx#34
its auto cyclone nt !c
12/02/2008 07:01 Evan Lim#35
vegetasupersaiyan6@
just change this few lines urself, to whatever it suppose to be
Code:
!c::
send {!}
send auto cyclone
send {enter}
return

!s::
send {!}
send auto superman
send {enter}
return
12/02/2008 09:35 sanar40#36
hm can you make two kinds of boys that I kinda need

1. Spiritual healing leveler? I doubt it will work
2. Auto guard leveler? Idk

If ya could make it background programs I've already checked the bot second their arent really "good ones"
12/02/2008 12:00 Acidburncx#37
#Persistent
#IfWinActive, [C

0::
send {enter}
send {!}
send record path
send {enter}
return

1::
send {enter}
send {!}
send asit
send {enter}
return

2::
send {enter}
send {!}
send ahunt
send {enter}
return


3::
send {enter}
send {!}
send aloot
send {enter}
return


4::
send {enter}
send {!}
send abot
send {enter}
return

5::
send {enter}
send {!}
send c
send {enter}
return


6::
send {enter}
send {!}
send timer1 1000
send {enter}
return


7::
send {enter}
send {!}
send wh
send {enter}
return

8::
send {enter}
send {!}
send f
send {enter}
return

9::
send {enter}
send {!}
send nbot
send {enter}
return

-::
send {enter}
send {!}
send repair
send {enter}
return

=::
send {enter}
send {!}
send dc
send {enter}
return

`::
send {!}
send auto cyclone
send {enter}
return

\::
send {!}
send auto superman
send {enter}
return

evan lim when i tried pressing this \ or ` doesnt work at all can u help me with this problem thanks in advance again
12/02/2008 13:09 David5646#38
Quote:
Originally Posted by vegetasupersaiyan6 View Post
Code:
#Persistent
#IfWinActive, [C

0:: 
send {enter}
send {!}
send record path
send {enter}
return

1:: 
send {enter}
send {!}
send asit
send {enter}
return

2::
send {enter}
send {!}
send ahunt
send {enter}
return


3::
send {enter}
send {!}
send aloot
send {enter}
return


4::
send {enter}
send {!}
send abot
send {enter}
return

5::
send {enter}
send {!}
send c
send {enter}
return


6::
send {enter}
send {!}
send timer1 1000
send {enter}
return


7::
send {enter}
send {!}
send wh
send {enter}
return

8::
send {enter}
send {!}
send f
send {enter}
return

9::
send {enter}
send {!}
send nbot
send {enter}
return

-::
send {enter}
send {!}
send repair
send {enter}
return

=::
send {enter}
send {!}
send dc
send {enter}
return

`::
send {!}
send auto cyclone
send {enter}
return

\::
send {!}
send auto superman
send {enter}
return
evan lim when i tried pressing this \ or ` doesnt work at all can u help me with this problem thanks in advance again
Umm the only way it wouldnt work is if you renamed your co window
12/02/2008 13:24 Acidburncx#39
I didnt rename it
12/02/2008 17:00 Evan Lim#40
vegetasupersaiyan6@
for some special keys (/ is not a special key), u can use the key code method, which explained detailedly in [Only registered and activated users can see links. Click Here To Register...]

and what do u mean by "not working", does the program type something and not working or the program does not react at all?
if its the first case, clearly, u send the wrong characters
Code:
sc029::
send {!}
send auto cyclone
send {enter}
return

sc035::
send {!}
send auto superman
send {enter}
return
12/02/2008 17:08 Evan Lim#41
sanar40@
yes i can make it (i will just pull some codes out of evanxxxm's existing download library)
but really there are no good ones or bad ones
there are only one that can work or not
so all the existing one is fine as it is

how about tell me which bots u have tried so far?
and tell me whats wrong with the functions, and i will create something better
12/03/2008 02:18 Acidburncx#42
NumpadDot (.)::
send {!}
send auto cyclone
send {enter}
return

NumpadDiv (/)::
send {!}
send auto superman
send {enter}
return


when i press it nothing happens and also my num lock is on
12/03/2008 07:52 Evan Lim#43
vegetasupersaiyan6@
firstly, it suppose to be like this:
Code:
NumpadDot::
send {!}
send auto cyclone
send {enter}
return

NumpadDiv::
send {!}
send auto superman
send {enter}
return
secondly, those 2 hotkeys will only work on numpad, but not the ones ?/ or .> buttons
thats why i suggest u to use sc codes
12/03/2008 09:57 Acidburncx#44
Sorry whats a sc code hw do press it?
12/03/2008 10:31 Evan Lim#45
vegetasupersaiyan6@
check back few posts above (#41)
i provided a working script and even link to the help file about sc code