Auto-Team

12/31/2006 09:18 Botter2daMax#1
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.


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


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
12/31/2006 11:31 Kristuliux19#2
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?
12/31/2006 12:05 DarkMaster000#3
we need to scan it.. Can someone put a link for a scan? I know there have been others with the links. sorry
12/31/2006 14:44 prioff#4
[Only registered and activated users can see links. Click Here To Register...]
scan site
12/31/2006 16:06 McDivine#5
cant you just put the file here for download? :?
12/31/2006 17:00 Botter2daMax#6
I added the autoit script for download. You will need autoit installed to run.

It was made in Windowed mode with conqer at 800x600
01/01/2007 07:26 mrbean1234#7
abit confused on how it works =S
01/01/2007 14:10 McDivine#8
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?
01/01/2007 14:52 mrbean1234#9
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
01/01/2007 15:04 Christoph_#10
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.
01/01/2007 16:34 McDivine#11
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:
01/01/2007 18:10 pokey2#12
Number of downloads: 0 Time(s)

DOesnt look too good :S
01/01/2007 19:15 swords#13
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 :D

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 :)
01/02/2007 03:37 jgk781#14
so does this thing work or not? because its a really good idea but i dont want to download something that doesnt even work
01/02/2007 17:32 McDivine#15
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.