Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 05:21

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

Advertisement



AutoIt Question

Discussion on AutoIt Question within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old 05/09/2008, 16:37   #16
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
TQ Can still decompile it... MSN me them
hok30 is offline  
Old 05/09/2008, 23:00   #17
 
elite*gold: 0
Join Date: Mar 2006
Posts: 583
Received Thanks: 182
Code:
ControlClick("[Conquer2.0]","","Button246", "left",1,100,100)
ControlSend("[Conquer2.0]","","","hi")
Sleep(50)
ControlClick("[Conquer2.0]","","Button239", "left",1,10,10)
try that it should work, but please note* it doesnt work with the f1-f10 keys
UPSman2 is offline  
Old 05/09/2008, 23:16   #18
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
I don't think it should work because you don't have a ControlID in there...
hok30 is offline  
Old 05/09/2008, 23:21   #19
 
elite*gold: 0
Join Date: Mar 2006
Posts: 583
Received Thanks: 182
just try it... and then criticize me
UPSman2 is offline  
Old 05/09/2008, 23:30   #20
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Wtf...It works?! UPS, How??!!! What button addresses are these?? Ive never seen them before.
Hiyoal is offline  
Old 05/09/2008, 23:35   #21
 
elite*gold: 0
Join Date: Mar 2006
Posts: 583
Received Thanks: 182
just mouse over them with autoit windowinfo tool, under the control tab...
every button on CO window has a different control (well most)


Edit: btw it takes a little bit for autoit windowinfo to update
UPSman2 is offline  
Old 05/10/2008, 00:00   #22
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
:P wheres the AutoItWindowInfo tool?
hok30 is offline  
Old 05/10/2008, 00:10   #23
 
elite*gold: 0
Join Date: Mar 2006
Posts: 583
Received Thanks: 182
C:\Program Files\AutoIt3\Au3Info.exe

or wherever you installed autoit to
UPSman2 is offline  
Old 05/10/2008, 02:11   #24
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
So why do you have to click on the button objects?? I just dont get that part

Hiyoal
Hiyoal is offline  
Old 05/10/2008, 02:21   #25
 
elite*gold: 0
Join Date: Mar 2006
Posts: 583
Received Thanks: 182
you dont have to click on the button object but i do think it allows for more versatility (like if window gets resized)

btw for my example im clicking on is the textbar then i send a string to it, then i click on the send button (the little arrow thingy in CO)
UPSman2 is offline  
Old 05/10/2008, 03:54   #26
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
ooo. fair enough
Hiyoal is offline  
Old 05/10/2008, 04:14   #27
 
elite*gold: 0
Join Date: Mar 2006
Posts: 583
Received Thanks: 182
scratch that... pretty sure that you need to declare what control you sending controlclick to, unless of course the controlID is "" (nothing).
UPSman2 is offline  
Old 05/10/2008, 04:33   #28
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
yea, thought so.
Hiyoal is offline  
Old 05/10/2008, 12:07   #29
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
Whoa! Just tried out AutoItWindowInfo. Thats pretty awesome. I'll start trying to make it again...
hok30 is offline  
Old 05/10/2008, 14:02   #30
 
warriorchamp's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 171
Received Thanks: 41
$client = "[Conquer]"
$hwnd = WinGetHandle($client)
$text = "helo!"

ControlSetText($hwnd,"",1542,$text)
ControlClick($hwnd,"",1543,"left",1)

Just try this out
warriorchamp is offline  
Reply


Similar Threads Similar Threads
[Question]How to use AutoIt?
07/24/2013 - Silkroad Online - 3 Replies
Hey guys I wanna learn on how to work with AutoIt if somebody wanna reply here a tuturial i would really appereciate:)
autoit question
06/24/2010 - Mabinogi - 1 Replies
hey i am slowly trying to learn scripting (tougher than i thought) ...... anyways i'm making an auto login bot .... anyone got suggestions on how to write a code to make the mouse click start game on the mabinogi pre login window so far i can get the game to open with the start game screen >.> task one complete
AutoIt Question.
11/02/2009 - S4 League - 3 Replies
I asked this in someone else's thread when they inquired about a bot program, but it seems that thread was deleted, because I can't find it even with the search function. Well I wanted to know if AutoIt would work with Games that only accept direct input, without having to use a bypass. There are many games I'm sure you all know of that don't allow input from Auto macro programs to go through. Anyone know off of the top of their heads?
[Question] AutoIt
10/24/2009 - 12Sky2 - 3 Replies
I was thinking about it and i saw a post made by Tri that AutoIt is blocked because XTrap / GG detects certain signatures and debugging signatures, is it possible to modify AutoIt scripts so that it isn't detected by Xtrap or GG so the scripts will run?
[Question] need AutoIt help
06/10/2009 - CO2 Programming - 2 Replies
alright what i'm trying to do is basically this... when you open a program, it'll say "Working" or "Not Working" i want to somehow code it so that AutoIt checks... idk i guess a website (w/o actually opening a browser)? and that website will give it a value of "Working" or "Not Working" and it'll display that... i can't think of a way to approach this, if someone can lead me in the right direction . . . meanwhile, i'll keep searching on how to do this, thx guys :) Edit: i'm guessing...



All times are GMT +2. The time now is 05:21.


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.