Tailor Made Tools/Programs for You - AHK

11/13/2008 17:31 crimsonreaper#16
Tyvm i appreciated ill have to try it out when i get home
11/13/2008 22:17 dunnohow#17
ty very much :)
11/14/2008 00:15 danielaussie#18
hi
there has been a new patch which stopped sv speed hacks multis and else multiclass
ok i used debug v1.2 to get my new char address did that ok
but now when i use else it wont jump and it wont follow the path i set
can u help please

my mistake it works fine with new address i had 2 pink blades on my tro thats why he went silly and wouldnt stay on path
srry
11/14/2008 04:52 Evan Lim#19
danielaussie@
probably the debug found the wrong value
try using 0x58F1B4
11/14/2008 06:57 danielaussie#20
Evan Lim
yeah thats the same address i got
it all works good ty
my tro had pink blades on so it kept clicking on them so as i change blade color again worked perfect ty
11/17/2008 19:23 Naze#21
Okay, i know it is possible, because i saw this before
i searched already but could not find it
i need the hotkey program for CID commands
11/17/2008 19:25 Naze#22
if u could find it for me or re-make it, thanks
11/17/2008 20:31 Evan Lim#23
Naze@
since u didnt tell me which hotkey u want to activate those commands
the following hotkeys:

0 = !record path
1 = !asit
2 = !ahunt
3 = !aloot
4 = !abot
5 = !c
6 = !c2
7 = !wh
8 = !f
9 = !nbot
- = !repair
= = !dc
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 c2
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
11/25/2008 03:41 danielaussie#24
hi could you make a background bot to use health pots at 50% or 25% would be better
i want to use it with cidproxy !ahunt in the background
i found auto pot/xpskill and autohp/mp you made but i dont think they work in background
cheers
11/25/2008 04:28 Evan Lim#25
danielaussie@
unless u can make HP value to store in a static memory address
background potting is impossible
other than that, as mention before, control background clicks will lead to autoclick jail, no escape
11/25/2008 04:56 danielaussie#26
ok thank you
11/25/2008 07:53 warriorchamp#27
Quote:
Originally Posted by Evan Lim View Post
danielaussie@
unless u can make HP value to store in a static memory address
background potting is impossible
other than that, as mention before, control background clicks will lead to autoclick jail, no escape
Unless the character it is not moved by ControlClick() you cannot be sent to BotJail, so clicking on hotkeys won't send you into BotJail.
12/01/2008 00:55 Acidburncx#28
Evan Lim
hot keys for cid proxy
0 - !record path
1 - !asit
2 - !ahunt
3 - !aloot
4 - !abot
5 - !c
6 - !timer1 1000
7 - !wh
8 - !f
9 - !nbot
- - !repair
= - !dc
alt+c - !auto cyclone
alt+s - !auto superman

thanks in advance
12/01/2008 14:22 Evan Lim#29
vegetasupersaiyan6@
Here:
0 - !record path
1 - !asit
2 - !ahunt
3 - !aloot
4 - !abot
5 - !c
6 - !timer1 1000
7 - !wh
8 - !f
9 - !nbot
- - !repair
= - !dc
alt+c - !auto cyclone
alt+s - !auto superman
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

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

!s::
send {!}
send auto superman
send {enter}
return
12/02/2008 00:30 Acidburncx#30
Evan Lim dont work when i press alt+c to cast auto cyclone can u help me fix it?