Hey All,
Some of you might know about the AutoTalker I released last week or so... I am now trying to make it work while minimized, and I stumbled on the ControlSend function. Now here is what I wrote
$text being the text that we are trying to send...
Code:
ControlSend("[Conquer 2.0]", "", "Edit1", "" &Hey All,
Some of you might know about the AutoTalker I released last week or so... I am now trying to make it work while minimized, and I stumbled on the ControlSend function. Now here is what I wrote
$text being the text that we are trying to send...
[code]ControlSend("[Conquer 2.0]", "", "Edit1", "" &$text)
Ok and the Edit1 is the ControlID... This is what I didn't get. Would it be TextBox1 in the case of conquer?
EDIT: Wouldn't it be TextBox2 accually because I don't want it going in the name to talk to box... Or would it just be Text2?)[/code]
Ok and the Edit1 is the ControlID... This is what I didn't get. Would it be TextBox1 in the case of conquer?
EDIT: Wouldn't it be TextBox2 accually because I don't want it going in the name to talk to box... Or would it just be Text2?
hok30@
cant be done
and also, send F keys cant be done too, thats why all my bots are sending controlclicks instead of simply send a F key
(by experience)
Yea, I found the same thing aswell. I tried using this for Ellipse, but it didnt work. Thats why Ellipse is a Control Click bot, even when it selects the "F" Keys...It Clicks them.
hok30@
cant be done
and also, send F keys cant be done too, thats why all my bots are sending controlclicks instead of simply send a F key
(by experience)
Lol. It can be done I made an autotalker with ControlSend method Just you need to know the CO's n00b solutions for making his controls visible...)
It is possible. Just you have to know the control's ID (Not that "Button: 1" or "[INSTANCE: 1]". You need an ID number) If you find it, then you can send there keys
[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...