Log in to webpage with Adobe Flash
Hello Everyone, I am trying to create script to log in to webpage with flash. For example: http://tankionline.com/en/ or with one click: http://tankionline.com/battle-en7.html I found on the Internet...
View ArticleNested looping bug
Been using autoit here for for about 6 months. I am a software dev, and it is very useful to help automate tasks for work so I can spend my time accomplishing other goals but I believe I have come...
View ArticleLooping mouse actions in active window
I want to switch to my game window, then when i press pause, those mouse actions will happen, when i press pause again then the script will end Could someone tell me where i'm going wrong? Also the...
View ArticleSending keyboard event to special running application
Hi, i'm trying to writing application that sending keyboard event to running application. The code below are send to any application that am viewing, I want it send only to special application. Hope to...
View ArticleAlgorithm
Does autoit have an #include file similar to roy floyd algorithm (the shortest path between two points) is it posible to do this in autoit ? if its posible where do i have to start from ? i have never...
View ArticleHow to select 3 radio button one after the other
Hi all, We have a window based application where there are 3 radio buttons which i have to test but its not working please help Global $ia = 2 If ($ia == 0) Then Local $strLess =...
View ArticleAutomatize installation "COM add-ins"
Hi everybody Is there a solution to install "COM Add-Ins" silently with autoit in Outlook 2010 ? Thanks by advance
View ArticleSendmessage() $wParam and $lParam
I have been reading and am a tad confused. When using Sendmessage am I free to make $wParam and $lParam whetever I want? Ideally I would like $wParam to be an Integer (my code for something) and...
View ArticleShowing a GUI when a certain window is active
So i'm trying to get a gui window to hide itself when a certain window is not active, but show when that window is active. The problem seems to be that when i show the GUI window, it sets it as the...
View Articleget web page last access date and time
i have the following code that gets info from a web page. Is there a way to get the last time (value) that the page was access. I.e. the page has sit a while and would like to get the last time it was...
View ArticleHelp me with memory leak please
Hi everyone, I have a problem while reading memory, everything goes fine reading values from memory here. But after about 1 or 2 hours, my swap/RAM go up to full and my computer just get hang,...
View ArticlePowershell In AutoIT
Hi Guys, I have had a look through the various threads talking about powershell but am struggling to get my script to launch properly. I intend to have a serious of combo selection boxes populated from...
View ArticleFastest and efficient way to determine combination of items
Hello again, guys and gals.. I'm having problem that I need smarter people to help me. Basically, I want to find the fastest and efficient way for the script to process the data. Let's say I have 8...
View ArticleEnglarge an Edit control's Undo queue
I would be thankful for any scripts that can enlarge the undo queue Or any good idea for a strategy for implementing undo's and redo's. I found this script on the web but I do use AutoIt3 ... case...
View ArticleHow add virable to link
Hello, I want to ask how to add virable to link for exmaple: [ autoit ] popupLocal $ip = _GetIp() _FFStart("http://demeter.lt/links.php?&ip=[b]$ip[/b]&first=1") I did like this, but in...
View ArticleAuto login to Windows using SEND commands & Dell KACE
We have Dell KACE managing all of our machines, which allows us to run scripts, programs, etc while the machine is logged off. I figured I would make a simple "auto login" script that would log the...
View ArticleRenaming a File in a loop
I am trying to write a short program that can basically click a mouse (over say the scan button for a scanner) every 2 minutes for a few hours. I now have a program that can do the clicking, but I am...
View ArticleNeed to improve code (button clicking in frame)
Hello, I didnt used autoit for long time and I need to make script which would click button in frames. It works for one time but I cant use it again cos I know that some kind of loop are running. [...
View ArticleMouse Coordinates Inconsistent
I'm writing some code to automatically patch a few games, and for the game Firefall I am using AutoIt to automatically click on the patch/launch game button. Unfortunately, this button is not a control...
View Article