Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Bots & Macros
You last visited: Today at 23:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Archer ControlClick scatter bot

Discussion on Archer ControlClick scatter bot within the CO2 Bots & Macros forum part of the Conquer Online 2 category.

Closed Thread
 
Old 08/01/2008, 10:55   #91
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
CCKK@
maybe color hex for red in ur computer is different
what did the debug say about the health hex?
evanxxxm is offline  
Old 08/01/2008, 18:36   #92
 
elite*gold: 0
Join Date: Apr 2006
Posts: 17
Received Thanks: 0
Hi Evan,

HealthHex: 0x0000BD
HPHex: 0x08088C
MPHex: 0x7B0800
PinkHex: 0xFF79FF


CCKK
CCKK is offline  
Old 08/01/2008, 21:28   #93
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
CCKK@
Here, try this (1024x768)
Attached Files
File Type: zip archer.zip (238.7 KB, 24 views)
evanxxxm is offline  
Old 08/02/2008, 02:28   #94
 
elite*gold: 0
Join Date: Apr 2006
Posts: 17
Received Thanks: 0
Hi Evan,

Still the same, only shooting at NPC and not monsters.

I run the debug again and still the same Hex code as before.

CCKK
CCKK is offline  
Old 08/02/2008, 02:57   #95
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
CCKK@
not sure what the problem is then
evanxxxm is offline  
Old 08/04/2008, 21:49   #96
 
casee's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 24
Received Thanks: 1
Not Safe No One Dawnload :-
casee is offline  
Old 08/06/2008, 05:07   #97
 
elite*gold: 0
Join Date: Jul 2008
Posts: 2
Received Thanks: 1
hey there..i've tried ur autoclicker and had used it but now it won't work anymore..how do i deal with this?pls..asap
kaka2008 is offline  
Old 08/06/2008, 18:43   #98
 
casee's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 24
Received Thanks: 1
ppl This post not Clean look at this scan and tell me what U see:-


Alot worm and trojan and virus
casee is offline  
Old 08/06/2008, 23:45   #99
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
kaka2008@
it still works on my computer..
besides, this program only detects red and right click on it
supposely if u have "show name" it will always work
evanxxxm is offline  
Old 09/29/2008, 03:47   #100
 
elite*gold: 0
Join Date: Apr 2006
Posts: 4
Received Thanks: 0
How about Jail click now in patch 5068? do we sent it when we use your bot? Let fix the bot like plvl water for archer (archer-bouncing ... etc). Thks!
manie is offline  
Old 09/29/2008, 04:53   #101
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
manie@
dont know about this program
no one test it and give feedback yet
evanxxxm is offline  
Old 09/30/2008, 15:36   #102
 
elite*gold: 0
Join Date: Apr 2006
Posts: 4
Received Thanks: 0
Did you see this program?
Can you fix it Evanx cauze now we cant play with controlclick.
---------
Code:
#Persistent
IniRead, Charactername, %A_ProgramFiles%\path.ini, section1, Charactername

if CharacterName=Error
{
Charactername=0x53D4CC
IniWrite, %Charactername%, %A_ProgramFiles%\path.ini, section1, Charactername
}

send {Ctrl up}

#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 vtimer,60
Gui, Add, Text,x110 y12 w80 h20, mins
Gui, Add, Text,x10 y32 w200 h20, Domain:       -+
Gui, Add, Text,x10 y52 w200 h20, Range:        -+
Gui, Add, Edit, x80 y30 w50 h20 vx1x,500
Gui, Add, Edit, x80 y50 w50 h20 vy1y,500
Gui, Add, Text,x10 y75 w200 h20, CharNameAddress:        
Gui, Add, Edit, x10 y90 w70 h20 vCharactername,%Charactername%
Gui, Add, Button, x10 y122 w80 h20 vButton gStart, >Ok<
Gui, Show, x1 y1 h150 w150, CO Archer
return
GuiClose:
ExitApp
Gui, Show
return
Start:
Gui, Submit, Hide
choosepath=1
pathselect=1
timer *= 60000
StartTime := A_TickCount + timer
difcount=0
WinGet,id, ID,[Co

WinActivate, [Con
Process, Exist,Conquer.exe
pid = %ErrorLevel%
ProcessHandle := DllCall("OpenProcess", "int", 2035711, "char", 0, "UInt", PID, "UInt")



InputBox, name, Enter Character Name for memory address checking, , , 380,100
counter=0
StringSplit, nameArray, name 
Loop, 4
{
counter++
this_name := nameArray%counter%
Transform, this_name2, asc, %this_name%
SetFormat, integer, hex
this_name2 += 0
StringReplace, this_name2, this_name2, 0x,  , All
namehex=%this_name2%%namehex%
SetFormat, integer, d
}
namehex=0x%namehex%
SetFormat, integer, hex
addressS=%Charactername%
VarSetCapacity(outputA, 4)   
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", addressS, "Uint*", OutputA, "Uint", 4, "Uint *", 0) 
if OutputA != %namehex%
{
msgbox, Wrong memory address`nPlease contact me in ELSE thread. `n%OutputA% -%namehex%
exitapp
}

SetFormat, integer, hex
adxxx:=Charactername + 48
adyyy:=adxxx + 4

WinActivate, ahk_id %id%
settimer, Timercheck, 5000
settimer, readXY, 800


VarSetCapacity(orgX, 4)   
VarSetCapacity(orgY, 4)  
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", adxxx, "Uint*", orgX, "Uint", 4, "Uint *", 0) 
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", adyyy, "Uint*", orgY, "Uint", 4, "Uint *", 0) 
SetFormat, integer, d
lowerboundX := orgX - x1x
lowerboundY := orgY - y1y
UpperboundX := orgX + x1x
UpperboundY := orgY + y1y

lowerboundXa := lowerboundX
lowerboundYa := lowerboundY
UpperboundXa := UpperboundX
UpperboundYa := UpperboundY

IniWrite, %Charactername%, %A_ProgramFiles%\path.ini, section1, Charactername

difx := ceil(x1x / 10)
dify := ceil(y1y / 10)
sleep 1000
loop
{
gosub, function
}
return
return

;--------------------------------------function-------------------
function:

if pathselect = 1
{

if yyy < %lowerboundY%
{
choosepath = 2
pathselect = 2
}


}
else if pathselect = 2
{

if xxx > %UpperboundX%
{
choosepath = 3
pathselect = 3
}


}
else if pathselect = 3
{
if yyy > %UpperboundY%
{
choosepath = 4
pathselect = 4
}

}
else if pathselect = 4
{
if xxx < %lowerboundX%
{
choosepath = 1
pathselect = 1

lowerboundX += difx
lowerboundY += dify
UpperboundX -= difx
UpperboundY -= dify

difcount++
if difcount > 8
{
difcount=0
lowerboundX := lowerboundXa
lowerboundY := lowerboundYa
UpperboundX := UpperboundXa
UpperboundY := UpperboundYa
}

}
}


if choosepath = 1
{

ControlClick, x513 y104,ahk_id %id%,,left
sleep 200
X=513
Y=104
gosub, jump

ControlClick, x513 y304,ahk_id %id%,,right
sleep 1000
}
else if choosepath = 2
{

ControlClick, x893 y384,ahk_id %id%,,Left
sleep 200
X=893
Y=384
gosub, jump

ControlClick, x593 y384,ahk_id %id%,,right
sleep 1000
}
else if choosepath = 3
{

ControlClick, x513 y604,ahk_id %id%,,Left
sleep 200
X=513
Y=664
gosub, jump

ControlClick, x513 y464,ahk_id %id%,,right
sleep 1000
}
else if choosepath = 4
{

ControlClick, x133 y384,ahk_id %id%,,Left
sleep 200
X=133
Y=384
gosub, jump

ControlClick, x433 y384,ahk_id %id%,,right
sleep 1000
}

return
return


;--------------------------------------TimerCheck------------------
Timercheck:
ControlClick, x110 y740,ahk_id %id%,,RIGHT
End := A_TickCount
if End>=%StartTime%
{
winkill, ahk_id %id%
sleep 500
send {Ctrl up}
msgbox, DC timer activate!
reload
return
}
return
return
;--------------------------------------Memory check---------------
readXY:
VarSetCapacity(xxx, 4)   
VarSetCapacity(yyy, 4)  
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", adxxx, "Uint*", xxx, "Uint", 4, "Uint *", 0) 
DllCall("ReadProcessMemory", "UInt", ProcessHandle, "UInt", adyyy, "Uint*", yyy, "Uint", 4, "Uint *", 0) 
return
return

;--------------------------------------Postmessage Jump----------
jump:

    hwnd := ControlFromPoint(X, Y, "ahk_id " id,"", cX, cY)
    PostMessage, 0x201, 0x8 | 0x1, cX & 0xFFFF | (cY & 0xFFFF) << 16,, ahk_id %hwnd%
    PostMessage, 0x202, 0x8      , cX & 0xFFFF | (cY & 0xFFFF) << 16,, ahk_id %hwnd%
return
return

ControlFromPoint(X, Y, WinTitle="", WinText="", ByRef cX="", ByRef cY="", ExcludeTitle="", ExcludeText="")
{
    if !(hwnd := WinExist(WinTitle, WinText, ExcludeTitle, ExcludeText))
        return false
    
    VarSetCapacity(pt,8)

    VarSetCapacity(wi,60), NumPut(60,wi)
    DllCall("GetWindowInfo","uint",hwnd,"uint",&wi)
    NumPut(X + (w:=NumGet(wi,4,"int")) - (cw:=NumGet(wi,20,"int")), pt,0)
    NumPut(Y + (h:=NumGet(wi,8,"int")) - (ch:=NumGet(wi,24,"int")), pt,4)
    
    Loop {
        child := DllCall("ChildWindowFromPointEx","uint",hwnd,"int64",NumGet(pt,0,"int64"),"uint",0x5)
        if !child or child=hwnd
            break
      
        DllCall("MapWindowPoints","uint",hwnd,"uint",child,"uint",&pt,"uint",1)
        hwnd := child
    }
    cX := NumGet(pt,0,"int")
    cY := NumGet(pt,4,"int")
    return hwnd
}

return
return
;--------------------------------------HotKey---------------------
^r::reload


^q::pause


----
manie is offline  
Old 10/05/2008, 21:59   #103
 
elite*gold: 0
Join Date: Jan 2008
Posts: 40
Received Thanks: 2
still works no botjail.
bvcxz86 is offline  
Old 10/05/2008, 22:07   #104
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
manie@
not interested in fixing it
but if u want, u can change
Code:
adxxx:=Charactername + 48
the +48 to +68
other than that, change all the controlclicks x y and jump function. to click left/right %x% %y%
then u are all set
just in case u ask again, no i will not fix it
evanxxxm is offline  
Old 10/06/2008, 05:31   #105
 
elite*gold: 0
Join Date: Mar 2008
Posts: 10
Received Thanks: 0
hi...

is ti true that auto clicker will send you to jail for the new patch. thanks
mamagaya is offline  
Closed Thread


Similar Threads Similar Threads
Archer scatter bot
12/13/2009 - CO2 Exploits, Hacks & Tools - 25 Replies
So you guys must be thinking an archer scatter bot. Well its not a bot really the thing is that you use CID and Conquer Clicky both together to make a Archer scatter bot. To Do that 1) Get CID 2) Get Conquer Clicky 3) Start CID and Conquer Clicky 4) Then chose a place which is appropriate for you. (I will go in detail for this) 5) Then turn on auto loot (make sure that !aloot picks up gold) 6) Then turn on right click in Conquer Clicky 7) There we go you have Archer scatter
TG Archer Scatter with Bow Lvler
09/19/2009 - CO2 Bots & Macros - 61 Replies
V2 AVAILABLE ON PAGE 2 I WANTED TO LEAVE V1 FOR THOSE THAT WANT THE SIMPLER PROGRAM SO ORIGINAL IS AS FOLLOWS... My first real contribution to this forum... Basically there is about a second between scatter hits. This program uses the time between scatters to hit a stake 3 or 4 times, and therefore level your bow exp at the same time and a little more exp for leveling your archer as well.
were to scatter for archer
06/30/2007 - CO2 Guides & Templates - 2 Replies
Archer: how to hit 9 stakes/scarecrows with lvl 3 scatter: X X X X X X X X - - X X X X^ X X X X - - - - - - - the ^ is were u stand, the X's r stakes/scarecrows top one for lvl 3 scatter i dunno about lower...
Archer Scatter Lvl Bot (unpatchable)
05/18/2007 - CO2 Bots & Macros - 22 Replies
As requested, here is my new Archer Lvling Bot This bot works with all monsters and archers so long as they have scatter. It will:女ill any monster with scatter 小ick up mets and dbs 小ick up gold (if no monsters present) 工se pots 工se xp skills 兀uto log off when you run out of pots and have low hp



All times are GMT +1. The time now is 23:35.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.