Tailor Made Tools/Programs for You - AHK

10/12/2009 23:01 mynameisqwerty#826
oh ok then =3 could u atleat make something that just clicks mobs with jump enabled and disabled?
10/13/2009 00:11 Evan Lim#827
mynameisqwerty@
then again, i will point to COELSE
u just disable the path function (it wont require u any address)
with jump enable or disable with ur own choice
10/13/2009 22:36 ShadowTro#828
hey evan can u put a link for download a skilllvler undetectable for windows vista?,i have some skills lvlers but they dont work no vista.Thx
10/13/2009 22:46 Evan Lim#829
ShadowTro@
i dont know any working skill leveler programs, therefore i can not provide u with any links
besides i dont know what skill leveler u want
also, what are the "some" skill levelers that u tried and not work?
10/13/2009 23:12 ShadowTro#830
toxic fog lvler is what i want and all the skill lvlers that i found dnt work no vista,only on xp,and my xp pc dnt work
10/14/2009 00:40 Evan Lim#831
ShadowTro@
thats great to know at least those programs work under XP
because all u need to do is right click the program and select admin mode
and if that still doesnt work, u can even set the properties > compatibility > Run this program in compatibility mode for Window XP

anyhow, if u want me to create a script for u, sure
u have to tell me the steps (1. press F1 2. left click at pointX,Y..etc)
u can assume i dont know how toxic fog works, because i dont
10/14/2009 04:26 vicslay#832
Its possible to make some macro to target all the monsters around me and that could work together with Coelse bot ?
10/14/2009 05:34 Evan Lim#833
vicslay@
how can u target all the monster around the character?
10/14/2009 10:22 unknown_82#834
Quote:
Originally Posted by Evan Lim View Post
unknown_82@
try this:
Code:
; <COMPILER: v1.0.47.3>
#persistent
Gui, Add, Edit, x70 y50 w28 h20 vxxx,1
Gui, Add, Edit, x70 y70 w28 h20 vyyy,1
Gui, Add, Edit, x70 y90 w28 h20 vzzz,20
Gui, Add, Text,x10 y52 w50 h20, Column X:
Gui, Add, Text,x10 y72 w38 h20, Row Y:
Gui, Add, Radio, x13 y13 Checked vmode1 ,Trading
Gui, Add, Radio, x13 y29 unChecked vmode2 ,Selling

Gui, Add, Text,x10 y92 w38 h20, Amount:
Gui, Add, Text,x10 y112 w100 h35, Ctrl+Q - Pause`nCtrl+R - Reload

Gui, Add, Button, x10 y160 w50 h20 vButton gStart, Start!
Gui, +toolwindow
Gui, Show, x1 y1 , CO

return
GuiClose:
ExitApp
return
Start:

Gui, Submit, Hide
WinGet,id, ID,[C
EnvMult, xxx, 42
EnvMult, yyy, 42
xyz=0
EnvAdd, xxx, 760
EnvAdd, yyy, 10

if mode1=1
{

loop 6
{
sleep 100
ControlClick, x160 y303,ahk_id %id%,,left
sleep 100
loop 6
{
ControlClick, x%xxx% y%yyy%,ahk_id %id%,,left
sleep 50
ControlClick, x130 y310,ahk_id %id%,,left
sleep 50
xyz++
if xyz = %zzz%
{
reload
return
}
}
}
}

if mode2=1
{



loop 40
{
ControlClick, x%xxx% y%yyy%,ahk_id %id%,,left
sleep 300
ControlClick, x130 y200,ahk_id %id%,,left
sleep 500
xyz++
if xyz = %zzz%
{
reload
return
}
}



}

reload

^q::pause
^r::reload
It works like a charm.

Thank you very much for your support.
10/14/2009 13:49 vicslay#835
Like wheb u use that auto stig..U type the name then he cast on that player!
So i would type the monters name then he would kill faster the mosnters!
10/14/2009 14:22 Evan Lim#836
vicslay@
ok i dont quite get the concept, why would you type the name of the monster would kill monsters faster? and why would this method can target all the monsters near u?
as far as i concern, the casting speed is 1 sec, u sounds like u can attack much faster and target + kill all the monsters at the same time
10/14/2009 14:44 vicslay#837
I mean cuz CoElse try to find monster red bars to atack( it take a while), if u could just atack the monters trying to find their name would be faster cuz u are already using Show name on mode!
10/14/2009 14:58 Evan Lim#838
vicslay@
i dont see much of a difference
as a matter of fact, the read health bar function only takes 0.032 - 0.037 sec to perform
it is me that define the resting time in between is 1 sec

anyhow, read name to click, i am not sure how to do this
it should involves memory address at a specific location, and of course i dont know that specific address range
10/14/2009 15:00 vicslay#839
Oh ok...
Btw ,u know if i change that pink thing around my ninja when i use fatal strike CoElse can run better?
10/14/2009 15:14 Evan Lim#840
vicslay@
not sure, no users have give any suggestions on that subject yet