MouseClickPlus problem. used as an alternative to MouseMove and MouseClick
[ autoit ] expandcollapse popupFunc cubemouse($x2,$y2,$Range,$speed) While $Range > 10 MouseMove($x2-$Range , $y2-$Range ,$speed) $pos = MouseGetPos() $poscurY = $pos[1] while $poscurY <...
View Article[SOLVED] FileReverse - problem with FileRead and DllCall in a Loop - Exit...
I trying to do fast FileReverse script Now I Have Some question Q1: first Loop how I see works well but Why second do only 2 steps and scripts crash Q2: why first Loop crash when I remove "Local...
View ArticleRemote Gmail erorre plz help
[ autoit ] expandcollapse popup# Global $sUsername = 'name' Global $sPassword = '*******' #include <RemoteGmail.au3> #include <GDIPlus.au3> #include <ScreenCapture.au3>...
View ArticleReading the Values in a Drop Down
Hello, I need to assign the choices that are available in A Drop Down to variables in My script. I used the code below to get the choices that are in the drop down, however I dont see any way to...
View ArticleHelp needed in making a robot.
Hi all, i am new to this forum but i do have some basic programming skill. Now,i need help on making my robot works. This is a game like counter-strike, i want my robot to shoot (right...
View ArticleRead 2 byte memory address
So right now I'm trying to read a memory address and I found out a problem with it, the address I found in Artmoney has 2 versions of it, an Integer 2 Byte and an Integer 4 Byte address. I want to read...
View ArticleTwo questions about merging arrays
G'day everyone I just need some advice on how to process two sets of data. Question 1 I have two lists (list 1 and list 2) that I want to convert to three other lists (lists A, B and C). The data, by...
View ArticleIs it possible to have an alert while building the GUI
Hi Guys Currently I have hardcoded an element [ code ] popup GUICtrlCreateLabel("String", 10, 112)$boxd = GUICtrlCreateInput("1,2,3,4", 145, 109, 80, 16)GUISetState() Global $stringarray =...
View ArticleAuto IT changes Icon back to AutoIT icon after zooming in explorer
I've set my icon when compiling and it shows up ok. When I zoom in using windows explorer however it changes back to the auto IT icon. I presume this is because there is not enough, or the right...
View ArticleWhen moving files, and a file already exists, add a number to it's name
G'day everyone I'm writing a script that will move files on my hard drive. In 99% of cases, there will not be a file in the target directory with the same name as the file that I'm moving towards that...
View ArticleRadio player Tray
I want to make a player radio tray and got to a point where I do not know how to continue. I want that when I click on a station name to start, the point is I do not know how to identify registry item....
View ArticleCompile in console mode
Is there a way to compile AutoIt scripts in console mode that is not opening any message boxes? We are using AutoIt on a Jenkins build server. Every time an error occurs a message box opens, the build...
View ArticleRead html source
OK I have I have my program that submit a form to a website. Now before _IEQuit($oIE) I would like for the program to copy the text on two lines at the bottom of the site that start with <!--- and...
View ArticleHelp with pixel search
I need some help with pixel search and TimerInit here's what i got so far: TimerInit () while ( false ) $pixel = PixelSearch(0, 0, 1358, 727, 0x8B4847) if IsArray($pixel) = True Then MouseMove ($pixel...
View ArticleHelp with mouse click command
ok i am rather new to Autoit, i have looked over the help section but i cant put my finger on why my script isnt working the way i need it to. A little help to set me in the right direction would be...
View ArticleMove Windows 7 Taskbar
I was wondering if anyone knew a proffesional way to move a Windows 7 Taskbar ? The only way i can think of is, moving the mouse 2 the taskbar, holding mousedown, moving it and then releasing.
View Article_WinAPI_GetObject on _GDIPlus_BitmapCloneArea ? Am i on the right track
This is code taken from the HelpFile. [ autoit ] expandcollapse popup#include #include _Main() Func _Main() Local $hBitmap, $hClone, $hImage, $iX, $iY ; Initialize GDI+ library...
View ArticleListView, Arrays, and Loops
So, I've been spending some time trying to build a sort of white list application properly using Arrays and some loops, but I am coming across an issue. It works properly getting the whitelisted...
View ArticleFunction inside a While statement
So I've been having trouble with AutoIt, I'm putting a function inside a While statement but it doesn't appear to work. Inside my function, I have a IF...Then statement that will create a msgbox. If I...
View ArticleNeed help in automating a simple process.
The thing is I need to change values in a popup window constantly. Example 5000 to 6000. I need to change the value from 5000 to 5100 whenever the window pops up.This process continues untill the...
View Article