Tailor Made Tools/Programs for You - AHK

03/22/2009 22:42 dondale8#361
K..Prof....
what's better now sv bot..?
as u said.. Then sv can't work on multi acc Safety Coz while i run sv on acc and turn to play with other acc....
03/23/2009 03:04 Evan Lim#362
dondale8@
i thought they require some sort of 3rd party software like VM to make that work
if yes, then its active client on the VM, so its the same
if no, well, not like i ever know how SV works before or now or in the future, so either way its still a no.
03/23/2009 04:58 dondale8#363
No Prof ...Now it's run without Vm..
Thx
03/23/2009 05:16 ipod08#364
ow well thnx though keep up the good work =p, uhm how bout an archer plvln bot that would jump+scatter around my spawn??
03/23/2009 12:43 Diabox#365
Quote:
Originally Posted by Evan Lim View Post
hellbladelll@
probably not
Can't you make an aimbot pretty much aiming at a certain color? Like all trojans have a specific x color. If you right click, the program will search for that specific color within 100x100 pixels (example) of your click. Then it will rightclick on the right xy coordinates away from your own click in order to correctly hit the target. That way you can still choose your targets. But your aim can be more lazy. So it won't "aimbot" every trojan. I hope you understand what I mean.

Just a thought.
03/23/2009 15:43 tange16#366
Quote:
Originally Posted by Diabox View Post
Can't you make an aimbot pretty much aiming at a certain color? Like all trojans have a specific x color. If you right click, the program will search for that specific color within 100x100 pixels (example) of your click. Then it will rightclick on the right xy coordinates away from your own click in order to correctly hit the target. That way you can still choose your targets. But your aim can be more lazy. So it won't "aimbot" every trojan. I hope you understand what I mean.

Just a thought.
he made this code for me a while ago still works but i cannot get it to work on the shadow in-game because the floor underneath the shadow comflics with the shadow, but if you find a colour or another way please PM me or tell here.

Quote:
Originally Posted by Evan Lim View Post
tange16@
sure if u can find a unique color
change the 0xffffff to whatever color u found is unique
Ctrl+right click to activate
Code:
^Rbutton::
mousegetpos, xx, yy
var = 10
loop 10
{
x1:=xx - var
x2:=xx + var
y1:=yy - var
y2:=yy + var
PixelSearch, Px, Py, %x1%, %y1%, %x2%, %y2%, 0xffffff, 3, Fast
if ErrorLevel = 0
{
click, %Px%, %Py%, right
break
}
var+=10
}
return
03/25/2009 00:40 hellbladelll#367
hey I was wondering if you can make a met notifier
meaning (using your paws ANI edit) if a db, gem, or met drops the program checks the screen for the paws really fast, and im not sure if this part is possible, but like a "notifier" flashes
03/25/2009 00:55 Evan Lim#368
hellbladelll@
i am not sure if u are award of the sound notify from CO
plus
if a program can detect the pink object and notice the user, probably the user can see the object few second before already, because:
1. u hear the sound
2. usually dead monster covers the image, and fades slowly, so the program will not detect as quickly until the dead body totally disappear
03/26/2009 00:58 rulerruler#369
Hi.. can u make one with continous right click (scatter) and like a potion in f6 every 30 minutes or so... ( can u highlight the "30 minutes" in the code so i could change it :P ) .. and also this macro is going on in the background so that i can do something else while i am on my pc ..

Thank You..
03/26/2009 01:01 hellbladelll#370
Quote:
Originally Posted by Evan Lim View Post
hellbladelll@
i am not sure if u are award of the sound notify from CO
plus
if a program can detect the pink object and notice the user, probably the user can see the object few second before already, because:
1. u hear the sound
2. usually dead monster covers the image, and fades slowly, so the program will not detect as quickly until the dead body totally disappear
i am aware of the sound, but it doesn't necessarily help me, cuz i listen to music while i play CO, meaning i cant hear the sound, i actually deleted all the sounds but the met drop and some other few sounds, i was just wondering, but nvm about that, i found a way, thnx anyways
03/26/2009 01:04 hellbladelll#371
Can you make a right clicker/ left clicker
left clicks in 1 place [coords] (ill fill it in)
right click in 1 place (ill fill it in)

at the fastest possible speed you can make it, if its like super crazy and you know ittle dc me within a sec (somehow) then put something fast and non d/c
03/26/2009 01:07 hellbladelll#372
Is it possible to hide your CO screen in the toolbar area? if so can you make a program that hides up to 4
03/26/2009 01:38 Evan Lim#373
rulerruler@
Code:
#Persistent
msgbox, Press OK to start`nCtrl+Q to pause
WinGet,id, ID,[Conquer2.0]
settimer, click, 1000 ;<-- 1 second
settimer, press, 1800000 ; <-- 30mins
return
click:
ControlClick, x500 y100,ahk_id %id%,,right ; <-- where to right click to scatter
return
press:
ControlClick, x360 y760,ahk_id %id%,,right ; <-- right click F6 position
return
^q::pause
hellbladelll@
Code:
click, 111,222
click, 333,444, right
and about the hiding the CO taskbar
yes it is possible in ahk to hide programs
but somehow it will immediately crash CO
03/26/2009 02:23 rulerruler#374
Quote:
Originally Posted by Evan Lim View Post
rulerruler@
Code:
#Persistent
msgbox, Press OK to start`nCtrl+Q to pause
WinGet,id, ID,[Conquer2.0]
settimer, click, 1000 ;<-- 1 second
settimer, press, 1800000 ; <-- 30mins
return
click:
ControlClick, x500 y100,ahk_id %id%,,right ; <-- where to right click to scatter
return
press:
ControlClick, x360 y760,ahk_id %id%,,right ; <-- right click F6 position
return
^q::pause
THANK YOU so much !!! tyvm for the fast reply too!
03/26/2009 20:47 lindsaybaby#375
dear Evan . can you make a auto pots like this pic pls for 5116 patch
. or you can learn me to make one step by step with pic :)
and gui to . pls god evan