No Form Id nor name ,HELP!!
THere is no Form Id nor Name Just Action and Method i can;t Find Codes For it please help me Link-https://mobile.twitter.com/login/?redirect_after_login=%252Fmasush2&username_or_email= Thanks In...
View Articlecan't exit loop
help please. i want this program . when i press 7 num this program call sloop function. and when i press a .the program exit from sloop function and the main program still running. my problem is. i...
View ArticleClicks with Time delay
Hello all, i need help in creating a command. I wan't to click on the same spot 500 times with a click dealy of 3.5 seconds. I know i can do it but i only know how to with a sleep command like;...
View Article"Catch" click in web page
Hi, I wrote a small script that displays a web page within autoit GUI. Is there a way to "catch" the clicks on the links on that web page? The web page is customizable, so I can define the link in any...
View ArticleTray Menu read values
hi everyone, I want to make a dynamic menu. I succesfully create a part of this program that can read a text file that contains descriptions of programs to start, and put values in a Array 2D After I...
View ArticleTera (game) Trying to bot in it.
So this game named TERA, i am trying to make a bot for it (only thing that it has to do is keep pressing key 1 and key F) So far i got this: QuoteHotKeySet("{Pause}", "TogglePause") HotKeySet("{ESC}",...
View ArticleIniwrite() problem
I'm wondering why it won't write the ini file I think I'm doing everything correctly? (Complete script in spoiler) [ autoit ] popupCase $msg = $Save IniWrite("Vars.ini", "Variables", "X", $X[5])...
View ArticleDont write if line exists
[ autoit ] popup$path = @ScriptDir & "\default.txt" Case $Button1 $fod = FileOpenDialog("Select File", @ScriptDir, "Default Files(*.txt;*.cfg;*.dat;*.ini)|Text Files(*.txt)|Configuration...
View ArticleWindows 8
Dear all I'm curious as to whether this language will work just as well on Windows 8, or whether there will be functions that will no longer be compatible, I only ask as I am considering upgrading from...
View ArticleTranspareng PNG issue?
I have been trying to use a transparent PNG in my gui. It seemed that I had it working fine. But I notice that if another windows gains focus over my gui that my PNG will dissapear. I did find a...
View Articlesaving in firefox current document
hi i need to save the current document in firefox but i dont want to open the download manager also i need to check the content of the page before saving it the page its an https with .jsp so the...
View Article_Singletion is not working
Hello! Does anyone has an idea why it doesn't work? Thanks. 3.3.8.1 Win7 x64 HomePro SP1
View ArticleCan't edit in tinymce editor.Textarea cannot enter.
HELLO!ALL I met with the same question.Can't edit in tinymce editor. How do you solve? <div class="main_body"> <form id="sform" action="product-add.php" method="post"...
View ArticleAdding a JPG to a GUI (Seroisly Need Help I Suck at this, Please)
Say i have got this. GUICreate("SeLecToR",428,200) $trackmenu = GuiCtrlCreateContextMenu () $aboutitem = GuiCtrlCreateMenuitem ("About",$trackmenu) GuiCtrlCreateMenuitem ("",$trackmenu) $exititem =...
View Articlearray read and process through it
DOT.xls 54K 4 downloads I am an automated tester and need to read an excel spreadsheet which has multiple worksheets. I would like to be able to load the NAMED worksheet into an array and then...
View Articlecontrolsend issues
Hello im trying to send keys to 2 windows of same mmo game but got some problems first window gets all commands but to second window only small partion is send for example if I send F1 F2 F3 sometimes...
View ArticleWill AutoIt support wpf.
We UI with WPF controls and we use .Net 4.0 Framework.This UI is not detected using autoit window Info.Non of control in that UI is not getting detected using autoit window info. Does it mean autoit...
View Article"+" and "-" keyboard key automation
I am not able to automate the "+" keyboard key. Will Autoit support this?
View ArticleRegex expression problem
I have a problem here with Regex, If I were to use this expression $arr = StringRegExp("STARTblablablaaENDblabSTARTlabENDlabSTARTblablaEND","START([a-z|A-Z]*)END",3) Regex will return only one match,...
View Article[solved] winwait / winwaitclose not detecting window since 3.2.12.0
hello I'm trying to debug an old autoit source which launch a 16bits installation program under windows XP SP3. Autoit is used to detect the end of installation. Setup is automatic ( no user...
View Article