Register for your free account! | Forgot your password?

You last visited: Today at 17:09

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

Advertisement



Auto-Team

Discussion on Auto-Team within the CO2 Bots & Macros forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2006
Posts: 108
Received Thanks: 29
I made a script that just checks to see if the team window shows up and clicks ok to accept team member.

I made this useing windowed mode. 800 by 600

Click Begin - to start

Esc - Ends it

You will need autoit to run. I would put the compiled exe but jotti reports Worm.Qucan.A I guess it has something to do with autoit. If people ask and understand the autoit problem Ill post the exe.

CAUTION!!
This is only for people who arent picking items and only want Virtue Points. This will drop items int inventory when the messege box comes up when cleaning inventory in SV. I will look into fixing that part.





Made with Auto It.
Source Code
----------------
Opt("GUICloseOnESC", 1)
Opt("GUIOnEventMode", 1)

HotKeySet("{ESC}", "CloseApp")

$Form1 = GUICreate("._.", 105, 73, 193, 115)
$Button1 = GUICtrlCreateButton("Begin", 8, 8, 89, 57, 0)
GUISetState()
GUISetOnEvent(-3, "CloseApp")
GUICtrlSetOnEvent($Button1, "PixelLocate")

While 1
Sleep(100)
WEnd

Func PixelLocate()
GUIDelete()
While 1
WinActivate("???", "")
$go = PixelSearch(177,112,800,600,0x9A8D6E)
If IsArray($go) Then
MouseClick("left", $go[0], $go[1],1,300)
Sleep(2000)
Else
;~ MsgBox(0, "No pixels found", "No pixels were found in the searched area")
Sleep(2000)
EndIf
WEnd
EndFunc ;==> PixelLocate

Func CloseApp()
Exit
EndFunc
Botter2daMax is offline  
Old 12/31/2006, 11:31   #2
 
elite*gold: 0
Join Date: Jan 2006
Posts: 189
Received Thanks: 6
is that full screen or window mode, or it dont have a diferent? and maybe u can put the file to download that script? if no where i should copy ur all writed script?
Kristuliux19 is offline  
Old 12/31/2006, 12:05   #3
 
DarkMaster000's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 262
Received Thanks: 7
we need to scan it.. Can someone put a link for a scan? I know there have been others with the links. sorry
DarkMaster000 is offline  
Old 12/31/2006, 14:44   #4
 
elite*gold: 0
Join Date: Nov 2006
Posts: 36
Received Thanks: 2

scan site
prioff is offline  
Old 12/31/2006, 16:06   #5
 
elite*gold: 0
Join Date: Aug 2006
Posts: 14
Received Thanks: 0
cant you just put the file here for download? :?
McDivine is offline  
Old 12/31/2006, 17:00   #6
 
elite*gold: 0
Join Date: Nov 2006
Posts: 108
Received Thanks: 29
I added the autoit script for download. You will need autoit installed to run.

It was made in Windowed mode with conqer at 800x600
Botter2daMax is offline  
Old 01/01/2007, 07:26   #7
 
elite*gold: 0
Join Date: Oct 2006
Posts: 106
Received Thanks: 0
abit confused on how it works =S
mrbean1234 is offline  
Old 01/01/2007, 14:10   #8
 
elite*gold: 0
Join Date: Aug 2006
Posts: 14
Received Thanks: 0
dude this sucks
If ppl dont know how autoit works how will your script work?
i downloaded the program and it doesnt work for me.
cant you just build the prog -> zip it and post it here on the forum?
McDivine is offline  
Old 01/01/2007, 14:52   #9
 
elite*gold: 0
Join Date: Oct 2006
Posts: 106
Received Thanks: 0
Quote:
Originally posted by McDivine@Jan 1 2007, 14:10
dude this sucks
If ppl dont know how autoit works how will your script work?
i downloaded the program and it doesnt work for me.
cant you just build the prog -> zip it and post it here on the forum?
yea agreed..and he expects us to input the codes O_o..cmon u can do better then tt
mrbean1234 is offline  
Old 01/01/2007, 15:04   #10
 
elite*gold: 0
Join Date: Sep 2006
Posts: 199
Received Thanks: 25
Quote:
Originally posted by McDivine@Jan 1 2007, 14:10
dude this sucks
If ppl dont know how autoit works how will your script work?
i downloaded the program and it doesnt work for me.
cant you just build the prog -> zip it and post it here on the forum?
Open the script editor (SCITE).

Paste the sourcecode into it, either compile it or run it directly.
Christoph_ is offline  
Old 01/01/2007, 16:34   #11
 
elite*gold: 0
Join Date: Aug 2006
Posts: 14
Received Thanks: 0
Ok since Botter2DaMax aint gonn upload the file
ill do it for you!
Tell me if it works!

To be sure the file is clean i scanned it for you:

File: AutoTeam.exe
Status: OK
MD5 84157b009dd82102238d36877a283704
Packers detected: PE_PATCH.UPX, UPX

Scanner results
Scan taken on 01 Jan 2007 15:27:13 (GMT)
AntiVir Found nothing
ArcaVir Found nothing
Avast Found nothing
AVG Antivirus Found nothing
BitDefender Found nothing
ClamAV Found nothing
Dr.Web Found nothing
F-Prot Antivirus Found nothing
F-Secure Anti-Virus Found nothing
Fortinet Found nothing
Kaspersky Anti-Virus Found nothing
NOD32 Found nothing
Norman Virus Control Found nothing
VirusBuster Found nothing
VBA32 Found nothing







___________________

doesnt even work :hm:
Attached Files
File Type: ibf post-127-1167665674.ibf (196.8 KB, 57 views)
McDivine is offline  
Old 01/01/2007, 18:10   #12
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
Number of downloads: 0 Time(s)

DOesnt look too good :S
pokey2 is offline  
Old 01/01/2007, 19:15   #13
 
swords's Avatar
 
elite*gold: 20
Join Date: Dec 2005
Posts: 811
Received Thanks: 352
Hehe sorry to come in here and sorta flame, but i used to code in autoit, and i learned, variables in autoit just makes to much work, ill show you a code with no gui but a simple thing -.-

While 1
$pixelsearch = Pixelsearch(0, 0, @Desktopwidth, @DesktopHeight, "0x(color of ok button)", 1, 38)
If @error <> 1 then
MouseClick("left", &#036;pixelsearch[0], &#036;pixelsearch[1] )
Endif
WEND

sry its in wierd typing, it wouldnt go across for me, it might look unorganized, sry for that

EDIT: I forgot to point out, yes mine has 1 variable, but its deals with only 2 lines of coding, you have arrays etc... forget the variables, make it easier for yourself
swords is offline  
Old 01/02/2007, 03:37   #14
 
elite*gold: 0
Join Date: May 2006
Posts: 10
Received Thanks: 0
so does this thing work or not? because its a really good idea but i dont want to download something that doesnt even work
jgk781 is offline  
Old 01/02/2007, 17:32   #15
 
elite*gold: 0
Join Date: Aug 2006
Posts: 14
Received Thanks: 0
Doesnt Work for me..
If anyone can adjust the script a little bit and can make it work then pls!

i was searching for this auto team tool quite a while
coap (conquer online auto pilot) has this function but you can only use the program for 10 mins.
McDivine is offline  
Reply


Similar Threads Similar Threads
[Team GzN Release] Auto-Updating FullCharControl v3
04/03/2010 - General Gaming Discussion - 6 Replies
ENGLISH : Firstly, its NOT MY HACK i just posted it for a friend! -------------------- What's a "FullCharControl"? -------------------- Just like its name, it controls your WHOLE character. Except for the stats of course. You can do almost anything to your character.
need help with auto acepting team
03/03/2006 - Conquer Online 2 - 3 Replies
is there anything out there where you can bot and if someone requests to join ur team they automatically join?? :bandit:
Auto team lvl in basilisks
02/07/2006 - CO2 Guides & Templates - 1 Replies
This'll help you lvling in basilisks while in team.(1 or 2 computers needed) For this one, you need a noob, a fire tanker, a water 70+, 1/2 archers; copac, your archer's basilisk-bot (computer 2 or packet sender), an autoclicker like tasker. 1st of all, log your water, start copac; log your archer and find the packet used to stig your archer, meditation and healing-rain/nectar (erase all others packets so you'll have packet 1=stig, packet 2 = meditation, packet 3 =healing-rain/nectar; if...
Auto Team Follow
10/25/2005 - Conquer Online 2 - 3 Replies
I have been wondering if anyone could make a program with auto team follow w/c is good for water taos getting pleveled in admap because sometimes it just stops because the team leader is out of screen. If you guys can do a program w/c is auto following even if its out of the players screen that would be good. I got this idea because of a thread i have read about the bjx bot w/c works like auto aim for fb/ss.He said there that if u write the name at the command menu of the bjx..the player...



All times are GMT +2. The time now is 17:09.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.