Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 13:40

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

Advertisement



CO autoit gold looter, help

Discussion on CO autoit gold looter, help within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2007
Posts: 1
Received Thanks: 0
Question CO autoit gold looter, help

Hey guys I have this code that I gathered from different forums and Im wondering if someone can help me get it to work. I am trying to get the script to recognize pink gold, and pick it up. Thanks for your help dudes, here is the code I have so far, it runs around but doesnt pick up any gold....

Opt("GUIOnEventMode", 1)
Opt("MouseCoordMode", 0)
Opt("PixelCoordMode", 0)
#include <GUIConstants.au3>

HotKeySet("{HOME}", "Swap")
HotKeySet("{INSERT}", "Pause")
HotKeySet("{END}", "Terminate")

Dim $SearchMob=0
GUICreate("GOLD",150,25,100,10)
GUISetOnEvent($GUI_EVENT_CLOSE, "Terminate")
$Mess=GUICtrlCreateLabel("<HOME> to switch on",10,5,130,15)
GUISetState()

While 1
If $SearchMob Then MobSearch()
Sleep(2500)
WEnd

Func Swap()
$SearchMob=NOT $SearchMob
If $SearchMob Then
GUICtrlSetData($Mess,"<HOME> to switch off")
Else
GUICtrlSetData($Mess,"<HOME> to switch on")
EndIf
EndFunc ;==> Swap()

Func JumpAround()
$xrand=Random(0,500,1)
$yrand=Random(0,500,1)
MouseMove($xrand,$yrand,0)
Send("{CTRLDOWN}")
MouseClick("Left")
Send("{CTRLUP}")
Sleep(2500)
EndFunc ;==> JumpAround()

Func MobSearch()
$Coords=PixelSearch(200,100,825,600,255121255,5) <---[ THIS IS MY RGB FOR PINK ON MY SCREEN.]
If NOT @error Then
MouseClick("left",$Coords[0]$Coords[1]+30,1,0,)
Else
JumpAround()
EndIf
EndFunc ;==> MobSearch()

Func Terminate()
Exit
EndFunc ;==> Terminate()
f3nd3 is offline  
Old 04/10/2011, 17:55   #2
 
_Hax_Rox_'s Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 10
Received Thanks: 14
1 Question, did you add this part in urself:

Code:
<---[ THIS IS MY RGB FOR PINK ON MY SCREEN.]
if yes, then the only other problem i can think of is that it is searching for the wrong shade of pink... please give more information on what the problem is... thanks

//EDIT: I think i may have found ur problem, you need to enter the colour in Hex form, not RGB. If you make/find a simple pixel search program you can find this colour quite easily
_Hax_Rox_ is offline  
Reply


Similar Threads Similar Threads
Metin Looter
12/22/2007 - Metin2 - 6 Replies
Ich habe mir nen einfaches Macro gemacht was mit die "^" Taste drückt damit ich das nicht immer selbst machen muss. Da Metin allerdings nicht mehr als ~1 pickup / s erlaubt isses natürlich nicht schneller als von Hand, aber bequemer. Er drückt 10x/s - is nett weil einzelne Items den Boden garnicht erreichen. Einfach starten, mit "END" Pause Modus verändern, "ESC" exit. Nicht zum Farmer benutzen, denn der lootet schon selbst ! ...
Gold Loot program, auto looter
12/19/2007 - Conquer Online 2 - 3 Replies
im looking for a program that lets me pick up gold exstremely fast and fast enough so birds cant kill me "yes i want to gold loot bi" i dont want items just gold "well i want it to get supers XD" is there a such program i know venom had one but its no longer released thats the only prog i want other then CoTools to see if items are ref and such
Auto Looter
03/02/2007 - Conquer Online 2 - 1 Replies
Can someone make a working auto looter ... ???



All times are GMT +1. The time now is 13:40.


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.