Tailor Made Tools/Programs for You - AHK

08/03/2009 21:53 love_learn#661
Evan can make auto answer for mine cave
08/04/2009 01:59 Evan Lim#662
love_learn@
well what methods do u want to use to get through
if its memory reading what the question and answer is, it requires u to find the memory address for the string location
other than that, u got better suggestions?
08/05/2009 00:22 love_learn#663
sorry for my lots asks
but is can make script by ahk to detect how many vanile in F1 slots and show me message when it reach to qty. 2
08/05/2009 02:41 Evan Lim#664
love_learn@
again...that requires reading memory address
of course it can be done if u know the address, but do u know it?
well if u dont know how to get the address, then it can still be calculation
for example, u start with 10v, then detect how many times u press F1, in order to calculate how many v left
08/08/2009 20:02 Jim22444#665
Hey, Evan, Wanna make an autolooter, that doesnt kill, just jumps on gold that guards and other players kill, but, the trick is, it goes back to the same spot, and has a speedhack mixed in, But its all for a pserver????
08/08/2009 23:36 TiarOo#666
ty
08/09/2009 05:51 Evan Lim#667
Jim22444@
nah, too much trouble for pservers, reject
if u want though, u can use COELSE, edit process name, edit client name
in CO client, option choose disable show name, so COELSE wont attack monsters
then change the gold dds image to pink dds image so COELSE will pick up those items
lastly, simply just choose no antistuck, and make 2 path points at the same spot, and done
08/09/2009 18:32 Jim22444#668
How about reconfiguring old programs to work on a server? Like CIDProxy? Would that be possible?
08/09/2009 18:39 Evan Lim#669
Jim22444@
CIDProxy is not under me
and i dont have the source to reconfig
and its not possible with ahk
and i am not interested in it
08/09/2009 19:01 Jim22444#670
Alright dude.
08/09/2009 23:52 joshanater6#671
an aimbot for Dominus co private server?
08/12/2009 16:37 daniel91#672
Hi Evan,

I need a program that right-clicks monsters, if no monster is in the area, move around. This is the main thing the program should do.
Other stuff which would be helpful: spam f5 and f6 (or nay other f), press f1 every X seconds (user to be able to set how many seconds), press f2 every Y seconds (user should be able to set how many seconds).

This program could be helpful for every fire taos out there. Once they need to fix their skills they can go to bas or whatever and put xp skill on f6, meditation f5 (thats why i need to spam these 2), and mana and hp pots f1 and f2.

Do you think you can help me out? I will really appreciate it.

Other stuff you can add: the user to be able to choose if the char should move around if no monster or just stay still and wait (this could be used while at a bas spawn for example. The fire will just stay still and spam inferno (fire circle) and also use meditation, xp skill, and pots.

I am looking forward to hearing from you..I really hope you can and will help me/us (all the fire taos out there).

I think the program can be made pixel-based for clicking the monster..and if it is done this way I don't think this can be patched, or there is any danger to get in botjail. Correct me if I'm wrong.

Thx.
08/12/2009 20:07 Evan Lim#673
daniel91@
use COELSE with xp skill spam option for the sit and meditation
then use the following script for press F1,2 with timer
(change the number for setting the timer)
Code:
#Persistent
settimer, aa, 1000 ;<- every 1 second press F1
settimer, bb, 1500 ;<- every 1.5 second press F2
return 
aa:
send {F1}
return
bb:
send {F2}
return
08/12/2009 20:11 daniel91#674
thx for your reply, but i have no clue how to use the script. I suppose it's autoit script (not sure)..what should i do with it? can you make an .exe?

maybe you could change your opinion and try to make a little application to do what i told you. i think people will appreciate it.
08/12/2009 20:15 Evan Lim#675
daniel91@
the script is for autohotkey, u can download and install it from autohotkey.com
and also u have to compile it urself
no, then it will be too troublesome, a pixel bot is not something little, it consists of few hundreds line