#AutoIt3Wrapper_Run_Obfuscator --- obfuscating Stop Working
I use this directive to compile My project #AutoIt3Wrapper_Run_Obfuscator=Y #Obfuscator_Parameters=/sf /sv /om /cs=0 /cn=0 /mo very often I have POPUP error message "Program strip and/or...
View ArticleC structures and AutoIt [MT DLL]
So some time ago I created a project, a DLL to create background requests in separate threads using WinHTTP and pass around data using C structures. It all worked out wonderfully with the exception of...
View ArticleTwo problems with my first app
Hi, My first problem is not work gui "Settings" after select in system tray icon and the second problem is how to combine left click and right click with diferent menus. Sorry for my english!!! By the...
View ArticleQuestion Tutorial: Press Key when pixel changes color.
New here, looking for experienced ppl or person to type or send me a link to an example of this automation. ; *Observe Pixels 90, 810 *Press (Key 1) if pixel 90, 810 changes color from...
View ArticleGet Local IP Address
somebody help me.. i cant created project with local ip monitor.. here my example script #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3>...
View ArticleList Box not accepting change
there is a list box that changes what you see on the website according to what is selected. here is the coding im using $oIE =...
View Article*.ini parsing
Hi! I'm on C++ Raspberry project wich need parsing ini/cfg filess... Autoit syntax is just awesome but i can"'t find udf/*.au3 or even piece of source code to translate it for my needs... I'm not a...
View Articlesend("^v") vs send("HELP")
I have recently just set up some automation with emails that come in that need to be keyed into the computer. Currently I am doing a lot of send("enter text here") but I was wondering is there any...
View ArticleCan't use Macro
Hi All, I am a total noob at Autoit. Recently I tried the following code : AutoIt expandcollapse popup#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include...
View ArticleParsing out the strings between " " and ' '
I want to parse out the actual text the is in RED color from au3 script and place it in an array, the strings between " and ' symbols SAMPLE INPUT TEXT: #include "StaticConstants.au3" ;yes this is red...
View ArticleDetecting RDP Session
Hi! How can I detect in my Script if I'm runningin a RDP-Session? Any ideas?
View ArticleUsing FileDelete on a mapped network-drive
Hi, I've developed a small script that reads several lines from a textfile and then deletes any files matching those lines from a specific folder. It works splendidly on my local disk, but when I try...
View Articledetecting network inactivity
Is it possible to detect network or internet inactivity, that is, if a user is not uploading or downloading anything. For example, if you want to automatically disconnect the internet or close a...
View ArticleUnhandle exception
Well I tried to upload an exe file to see if anyone wants to try this for themselves. But basically once executed its prints 'abnormal termination'. Now you only see this message when you run it...
View ArticleAbout autoit tcp send problem??
Hi my friends, i m sorry my bad english i have problem with tcp, i want send tcp packet online game , i know port and ip adress, how i can send tcp packet the online game? game ip : 78.40.223.13 game...
View ArticleFinding a string in a text file
Hi, I am pretty new to AutoIT and also new to scripting/programming - so please take it easy I am trying to determine if a string is present in a text file. The code is below.. it does not work and I...
View ArticleExplain This To Me
I am trying to understand code better, not just knowing what a function does because ,or what to do if you get this syntax error or that glitch but a fundamental understanding of what you’re asking of...
View ArticleStringregexp trying to capture date
Here is a sample of what I want to evaluate <td class="bottomTableDate" rowspan="2">2013-05-26</td> <td class="bottomTableName" rowspan="2"><span...
View ArticleMalwarebytes Update dialog
Hi everyone, first post here so take it easy on me. I am new to AutoIt and trying to write a script that will download malwarebytes, install it, update, then run a quick scan. Everything works...
View Article