_INetSmtpMail error 4
Here's all the code I'm trying to run [ autoit ] popup#include <Inet.au3> Local $s_SmtpServer = "smtp.gmail.com" Local $s_FromName = "Me" Local $s_FromAddress = "Filipe.Bitt10@gmail.com"...
View ArticleImagesearcharea + Waiting Help
Im trying to make a script to sign into my runescape account without me having to actually do it but i have come across a problem -snip- But im not sure can somebody help? i just need it to wait till...
View ArticleInstall AutoIt3 and Scite difficult
hi, I have been using AutoIt3 and Scite or years. Each time I install the programs on a new computer it's is difficult for me to find the correct settings: the au3 properties and keyword files are in...
View Articlecannot click on 'word' which leads to another page
[ autoit ] expandcollapse popup#include <IE.au3> Opt("WinTitleMatchMode", 2) ;need this for maximize window $oIE = _IECreate() _IENavigate($oIE,...
View ArticleChatbot help for new coder
Hello autoit users. I am not new to coding but I do have a hard time understanding it. But it is really fun to get small apps to work. But I always find myself way over my head when trying to make a...
View Articleiexplorer pop up blocker
hello there , i am facing a problem with popups ,the thing is when my script launches an ie window normally the popup blocker works just fine , with no new windows showing at all , however when it's...
View Articlemerge 2 text files
Hello forum I have 2 text files textfile1.txt textfile2.txt textfile1.txt 1 text 2 text 3 text [b]4 line[/b] 5 text 6 text [b]7 line[/b] 8 text 9 text 10 text [b]11 line[/b] textfile2.txt [b]1 text 2...
View ArticleCharacters in another language are destroyed and become to something else
Hello.. i have a strage problem with HEB Characters and this is prevents me to create folders that written in Hebrew. i thing that it is happen if the $Variable Created within other function and set to...
View ArticleSend Hotkey to IEAction saveas dialog
I am having an issue with using a Send command to send a hotkey. It seems to work if I manually hit the hotkey, but not if I include in the script, like so: [ autoit ] expandcollapse popupWhile...
View ArticleClicking within an image
Im trying to make a bot to click an image at a certain spot currently right now it will find the image and click on it but not in a certain location. Here is the code im using While 1 Global $iX, $iY...
View ArticleDiscover on which TCP port a specific Windows Process ID is listening
Dear all, For a very specific project of mine I need to be able to identify from multiple process with the same name and image path their individual listen port that they are using. Basicly what I need...
View Articledisable or gray out items in a Tray program
I have created a program: [ autoit ] popupOpt("TrayAutoPause", 0) Opt("TrayMenuMode", 3) $t_exit = TrayCreateItem("Exit") $t_about = TrayCreateItem("About") $t_check = TrayCreateItem("Run Check")...
View ArticleScite Issue, driving me nuts
Hello. Can someone please tell me how to disable "trace lines"? They are driving me crazy. Also, how do I go back to the old color theme? The one seen here:...
View ArticleCdrom
I am distributing software to many different places and I need a script to identify which cd drive the cd is in. HELP
View ArticleFileInstall
Hi Guys, i was trying to make a "Installation Wizard" but, i can't make FileInstall works... Here's my code, what the hell am I doing wrong? [ autoit ] expandcollapse popup#include...
View ArticleStringRegExp problem with Hex [Solved]
This may be nothing more than a help file issue. The help file states that \x represents ascii codes. Let's test this assumption. [ autoit ] popupLocal $sTestString = "" For $i = 0 To 255...
View ArticlePixelSearch collector gone wrong.
Hey guys, So i just made my first Autoit script that was supposed to collect rocks on a game but when i started the script it just brought the mouse to the top of my browser and clicked that instead......
View ArticleRun() Freezing After Looping 43 Times
Hello, I'm running into an issue with the Run() command. I'm calling it from within two loops and it semi randomly freezes. It usually works though if I limit the inner loop to only run 43 times (yes,...
View ArticleHotkey press-release
Hi community i have a problem with hotkey [ autoit ] popupHotKeySet("{F5}", "Test") While 1 Sleep(100) WEnd Func Test() ConsoleWrite("TEST" & @CRLF) EndFunc If i press F5 i have a...
View ArticleHow to create a script that,s installation look like a software
How to create a script that,s installation look like a software for example i have create a script of Auto Run PPPoE Dailer For XP when i run it.Every one can see what happened and i want to create a...
View Article