Archer ControlClick scatter bot

12/20/2007 00:20 evanxxxm#16
bluebble@
try another program or give me some screenshots/videos with explanation what u did
once again, telling me "does not work" does not help me solve your problem what-so-ever
12/22/2007 15:52 bluebble#17
it works but it doesnt do the job properly. first time it worked perfectly and now its worn out
12/22/2007 16:11 evanxxxm#18
bluebble@
ok i see
12/22/2007 18:15 bombica23#19
hey evanxxxm will make this controlclick to run in background???? i would be happy if u do that. I run this with SV (sv is jumping around) and work perfectly. Just to i can do something else on my computer would be nice.
12/22/2007 20:33 izaD0r#20
Does it pick up items ? to lazy to try it soz..

and if it's not, would it be hard to add that ?
12/22/2007 22:11 evanxxxm#21
bombica23@
i would be happy if someone can give me a script that can read mobs XY coordinate too
then it will be possible

izaD0r
no
no
too lazy to give reasons soz..
12/24/2007 01:09 doodie1#22
Is there any bot from you evan for spawn in lab 1 archer spawn for archer, sit fly, sit etc :)
12/24/2007 11:05 evanxxxm#23
doodie1@
actually i do have a special bot for lab1 spawn, but i think its not suitable for normal archers. because i can tank slingers, so i created a minimized bot for it
anyways, about the sit fly bot, i do have one in my other desktop which is few thousand miles away from me in US, i wont be able to get it until jan13. dont wait on that, its very unreliable. always died, so i give up on that bot already
12/24/2007 19:17 doodie1#24
doh :P well if you know a good one i can use, or any other player in forum plz post it thx :D
12/25/2007 04:30 TroGuY#25
Quote:
Originally Posted by evanxxxm View Post
Archer leveler for scatter
Auto controlclick to the direction of the mobs
No need to right click anymore, all u need to do is jump around
Even your mouse is on the right side, jumping right side, the controlclick will still help u to scatter left side (assuming the mobs are only appear on left side)

Examples of usage:
Leave it afk in a spawn (bask, labs if u can, etc..)
Normal hunting
Scattering right side, but normal attacking a mob/player on left side

Instructions:
1. F1-Arrows, F2-Pots and turn on the Show Name
2. Set up timer and Auto Pot+DC

ScreenShots:
[Only registered and activated users can see links. Click Here To Register...]

Video Samples
pay attention to my mouse positions, i never press a right click also
[Only registered and activated users can see links. Click Here To Register...]
And this is an example of backshooting
[Only registered and activated users can see links. Click Here To Register...]
Codes-ahk
Code:
#Persistent
Menu, Tray, Icon, Shell32.dll, 44
Gui, +toolwindow
Gui, Add, Text,x10 y12 w80 h20, Log off after:
Gui, Add, Edit, x80 y10 w28 h20 vTime,60
Gui, Add, Text,x110 y12 w80 h20, mins
Gui, Add, Radio, x10 vmode, Auto Pot + DC

Gui, Add, Button, x10 y72 w80 h20 vButton gStart, >Ok<
Gui, Show, x1 y1 h100 w150, CO Archer

return
GuiClose:
ExitApp
Gui, Show
return
Start:

Gui, Submit, Hide
WinGet,id, ID,[Conquer2.0]
EnvMult, Time, 60
xx=0

if mode=1
{
note=ON
msgbox, Auto Pot+DC: ON`nLog off after %Time% seconds.`n`nCtrl+P:Pause, Ctrl+R:Reload`nCtrl+M:AutoPotDC ON/OFF
}
else
{
note=OFF
msgbox, Auto Pot+DC: OFF`nLog off after %Time% seconds.`n`nCtrl+P:Pause, Ctrl+R:Reload`nCtrl+M:AutoPotDC ON/OFF
}

loop 
{
xx++
xy=%xx%
EnvMult, xy, 10

Menu, Tray, Tip,Auto Pot+DC: %note%`n%xy%/%Time% 

if xy>=%Time%
{
winkill, ahk_id %id%
msgbox, Times up, Done!
reload
}

If mode=1
{
note=ON
PixelSearch, outx, outy, 10, 720, 65, 720,0x8088C,10,Fast
if ErrorLevel
{
ControlClick, x160 y740,ahk_id %id%,,RIGHT
sleep 1000
PixelSearch, outx, outy, 10, 720, 65, 720,0x8088C,10,Fast
if ErrorLevel
{
ControlClick, x160 y740,ahk_id %id%,,RIGHT
winkill, ahk_id %id%
reload
}
else 
{
sleep 10
}

}
else
{
sleep 10
}
}
else
{
note=OFF
}

loop 10
{
PixelSearch, outx, outy, 100, 100, 900, 600,0x0303B8,,Fast
if ErrorLevel
{
sleep 1000
}
else
{
EnvAdd, outy, 30
ControlClick, x%outx% y%outy%,ahk_id %id%,,RIGHT
sleep 500
ControlClick, x%outx% y%outy%,ahk_id %id%,,RIGHT
sleep 500

}
}

ControlClick, x110 y740,ahk_id %id%,,RIGHT
}



^r::reload
^q::pause
^m::
{
if mode=1
{
mode=0
note=OFF
}
else 
{
mode=1
note=ON
}
return
}
Notes
ControlClick does not work with vista
Ctrl+P: Pause, Ctrl+R: Reload, Ctrl+M: AutoPot/DC ON/OFF
move mouse to the trayicon to check mode and time left

Download Link:
[Only registered and activated users can see links. Click Here To Register...]
hihiz, this is great, and I don't mean to be rude or anything, but you set the pause button to ctrl+q not ctrl+p, I noticed when I was looking threw the script:o. great job tho!


~Andy
12/25/2007 15:04 evanxxxm#26
TroGuY@
ar yes u are correct
no body ever mention, so i guess either they all know my bots pause with Ctrl+Q or they just dont pause it @@
12/26/2007 15:05 Nemezyth#27
so this program does not work with vista?
12/26/2007 16:12 evanxxxm#28
Nemezyth@
why ask?
just try it yourself, remember to run as admin mode
12/28/2007 17:21 TroGuY#29
me again...I was wondering if you could tell me in the script from where to where is the auto-dc function, I wanna wipe it out >.<.... I like the auto-fill arrows, but the auto-dc function keeps closing my game window whatever I do and it's just SO annoying. or if it's not too much of a bother could you take the auto dc function out? if ur busy just tell me from where to where it starts... and which command requires it so I'd delete the comand too so it won't malfunction or something.... >.> thanks for your time
EDIT: I did put like 300 minutes for it to work, it still DC'ed, and I can't activate it without the auto arrow fill function :(



~Andy
12/28/2007 21:16 Toopy#30
Quote:
Originally Posted by evanxxxm View Post
Codes-ahk
Code:
#Persistent
Menu, Tray, Icon, Shell32.dll, 44
Gui, +toolwindow
Gui, Add, Text,x10 y12 w80 h20, Log off after:
Gui, Add, Edit, x80 y10 w28 h20 vTime,60
Gui, Add, Text,x110 y12 w80 h20, mins
Gui, Add, Radio, x10 vmode, Auto Pot + DC

Gui, Add, Button, x10 y72 w80 h20 vButton gStart, >Ok<
Gui, Show, x1 y1 h100 w150, CO Archer

return
GuiClose:
ExitApp
Gui, Show
return
Start:

Gui, Submit, Hide
WinGet,id, ID,[Conquer2.0]
EnvMult, Time, 60
xx=0

if mode=1
{
note=ON
msgbox, Auto Pot+DC: ON`nLog off after %Time% seconds.`n`nCtrl+P:Pause, Ctrl+R:Reload`nCtrl+M:AutoPotDC ON/OFF
}
else
{
note=OFF
msgbox, Auto Pot+DC: OFF`nLog off after %Time% seconds.`n`nCtrl+P:Pause, Ctrl+R:Reload`nCtrl+M:AutoPotDC ON/OFF
}

loop 
{
xx++
xy=%xx%
EnvMult, xy, 10

Menu, Tray, Tip,Auto Pot+DC: %note%`n%xy%/%Time% 

if xy>=%Time%
{
[B]winkill, ahk_id %id%[/B]
msgbox, Times up, Done!
reload
}

If mode=1
{
note=ON
PixelSearch, outx, outy, 10, 720, 65, 720,0x8088C,10,Fast
if ErrorLevel
{
ControlClick, x160 y740,ahk_id %id%,,RIGHT
sleep 1000
PixelSearch, outx, outy, 10, 720, 65, 720,0x8088C,10,Fast
if ErrorLevel
{
ControlClick, x160 y740,ahk_id %id%,,RIGHT
[B]winkill, ahk_id %id%[/B]
reload
}
else 
{
sleep 10
}

}
else
{
sleep 10
}
}
else
{
note=OFF
}

loop 10
{
PixelSearch, outx, outy, 100, 100, 900, 600,0x0303B8,,Fast
if ErrorLevel
{
sleep 1000
}
else
{
EnvAdd, outy, 30
ControlClick, x%outx% y%outy%,ahk_id %id%,,RIGHT
sleep 500
ControlClick, x%outx% y%outy%,ahk_id %id%,,RIGHT
sleep 500

}
}

ControlClick, x110 y740,ahk_id %id%,,RIGHT
}



^r::reload
^q::pause
^m::
{
if mode=1
{
mode=0
note=OFF
}
else 
{
mode=1
note=ON
}
return
}

Quote:
Originally Posted by TroGuY View Post
me again...I was wondering if you could tell me in the script from where to where is the auto-dc function, I wanna wipe it out >.<.... I like the auto-fill arrows, but the auto-dc function keeps closing my game window whatever I do and it's just SO annoying. or if it's not too much of a bother could you take the auto dc function out? if ur busy just tell me from where to where it starts... and which command requires it so I'd delete the comand too so it won't malfunction or something.... >.> thanks for your time
EDIT: I did put like 300 minutes for it to work, it still DC'ed, and I can't activate it without the auto arrow fill function :(



~Andy
Pretty sure its WinKill.