Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Guides & Templates
You last visited: Today at 20:37

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

Advertisement



The FULL guide to making your own Bots/Macros...PART 2

Discussion on The FULL guide to making your own Bots/Macros...PART 2 within the CO2 Guides & Templates forum part of the Conquer Online 2 category.

Reply
 
Old 09/26/2008, 14:00   #16
 
dondale8's Avatar
 
elite*gold: 0
Join Date: Mar 2007
Posts: 389
Received Thanks: 23
Hey Thx alot for the guild ..i'm work on it..
But can AutoIt work in background ...?
dondale8 is offline  
Old 09/27/2008, 02:55   #17
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Yes AutoIt can work in the background
Hiyoal is offline  
Thanks
1 User
Old 09/27/2008, 13:04   #18
 
dondale8's Avatar
 
elite*gold: 0
Join Date: Mar 2007
Posts: 389
Received Thanks: 23
Thx alot ~:Hiyoal:~ ... U had that point in ur guide...
dondale8 is offline  
Old 10/13/2008, 04:54   #19
 
elite*gold: 0
Join Date: Jul 2008
Posts: 71
Received Thanks: 7
hey hiyoal is there a program that will tell you the mouse coordinates?? i cant figure out how to get "MouseGetPos" to work for my spell bot....
Ethan G is offline  
Old 10/13/2008, 08:50   #20
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
To get "MouseGetPos" working, you need to have something which runs like this:

Quote:
Originally Posted by ~:Hiyoal:~
$result=MouseGetPos()
Msgbox(0,"Position X:Y","The position of your mouse on the screen is: X: "&$result[0]&" || Y: "&$result[1])
$result being the variable to get the mouse's position as an array.
$result[0] being the first array of $result giving you the X: Coordinate
$result[1] being the second array of $result giving you the X: Coordinate

~:Hiyoal:~
Hiyoal is offline  
Thanks
1 User
Old 01/29/2009, 12:39   #21
 
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 0
hey hiyoal, im new to auto it and im wondering if you could help me with soemthing. I juse want to start off small, i try to make my mouse click near the bottom corner so that my guy could keep moving down. I used a mouseclick. When i run it, it seems like it doesnt click at all.
yourmum69 is offline  
Old 01/30/2009, 02:34   #22
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Script?!
Hiyoal is offline  
Old 01/30/2009, 10:35   #23
 
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 0
WinWaitActive("[Conquer2.0]")
While 1
MouseClick("left",743,531,1)
WEnd
yourmum69 is offline  
Old 01/30/2009, 16:18   #24
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
I have found problems with the title "[Conquer2.0]"

Try:
"[Conquer2.0"

Hiyoal
Hiyoal is offline  
Old 01/31/2009, 23:51   #25
 
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 0
hey, i tried what you said. And the same things is happening. Doesnt seem to work when i click on the Conquer2.0 window.
yourmum69 is offline  
Old 02/10/2009, 21:58   #26
 
elite*gold: 0
Join Date: Mar 2007
Posts: 21
Received Thanks: 0
sup, tyvm ... , what are the numbers in purple in the Mouse Click part ?
ahmed_montasser2002 is offline  
Old 02/13/2009, 07:27   #27
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Thank you.

I just made them in purple...thats all?!

And please do not Quote a whole topic which is as big as mine. Rather take a part you are quoting and write a response.

Quote #removed.

Hiyoal
Hiyoal is offline  
Old 02/14/2009, 07:24   #28
 
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 0
so you can't help me?
yourmum69 is offline  
Old 02/14/2009, 09:37   #29
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Are those coordinates for the Conquer window screen or the whole screen?

You may want to look up MouseCoordMode to check whats happening.

Otherwise, please upload your script in a post so that I can take a look.

Hiyoal
Hiyoal is offline  
Old 11/30/2010, 22:41   #30
 
elite*gold: 0
Join Date: Apr 2007
Posts: 38
Received Thanks: 3
I don`t think AutoIt works in the background. You need to activate the current window and then perform a task...
zap_xlib is offline  
Reply


Similar Threads Similar Threads
[GUIDE]AutoIt Part 1. Building Bots/Macros for Newbies
02/27/2011 - RFO Hacks, Bots, Cheats, Exploits & Guides - 33 Replies
Part 1 Hi all, As you have read in the thread title, this is a FULL guide for creating your own Bots and Macros. I will be teaching you some of the basic fundamentals in programming and also some advanced fundamentals which will include creating GUI's for your Bots and Macros. Advanced fundamentals will be in the 2nd Part of this tutorial. Contents: 1. What we are using 2. Introduction to the AutoIt language
The FULL guide to making your own Bots/Macros...PART1
04/19/2008 - CO2 Guides & Templates - 27 Replies
Part 1 Hi all, As you have read in the thread title, this is a FULL guide for creating your own Bots and Macros. I will be teaching you some of the basic fundamentals in programming and also some advanced fundamentals which will include creating GUI's for your Bots and Macros. Advanced fundamentals will be in the 2nd Part of this tutorial. Contents: 1. What we are using 2. Introduction to the AutoIt language



All times are GMT +2. The time now is 20:37.


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.