Quantcast
Channel: AutoIt v3 - General Help and Support
Browsing all 12506 articles
Browse latest View live

Remote Desktop

Hi Guys, I'm very new at all this but have managed to get two or three scripts running, usually by copying or building on something already out there though! However, now I'm stuck, can you help? I am...

View Article


Image may be NSFW.
Clik here to view.

ControlClick help!

I have tried at least dozen of solutions I have found on this forum but nothing seems to be working. I used AU3 Info to get window/button info but I must be putting it together in wrong way....

View Article


IE.au3 problem

I want to sign in this website : https://password.qq.com/ How to get the ID form , Password form and login button? Here is the test ID & Password to try ↓ ID: 1463563741 PW: j1ce8M3Q <div...

View Article

AntiDebugging Help

Hi, I want a function to my script that called 'anti ollydbg' [ autoit ]       popupFor $i = 1 To 5     If ProcessExists('ollydbg.exe') Then         ProcessClose('ollydbg.exe')         Sleep(100000)...

View Article

Image may be NSFW.
Clik here to view.

Continuous loop problem. Help me if you can. Thanks!

Hi everyone! I'm pretty much new to the forum and to the programming world of AutoIt 3. I tried to make a script that will help me do certain functions as I press a hotkey. I defined a hotkey to start...

View Article


Progress bar while reading array?

Hi, I have 5sec of nothing happening on screen while script read 123080 rows of xlsx file. [ autoit ]       popup#include <Excel.au3> $begin = TimerInit() $Log= @ScriptDir & "\data.xlsx"...

View Article

Image may be NSFW.
Clik here to view.

[ASK] How to safely include password in the source code

Dear fellow members, I need to access to my website's database, therefore I need to supply a password. I have no idea how to pass the password without being declare it in the source code, but what if...

View Article

Image may be NSFW.
Clik here to view.

Help with simple script

Hello, Let me start by saying I'm beginner when it comes to AutoIT and I made this script from what I have learned in past two days. Basic idea is that script look for pop up with "yesno.png" if found...

View Article


Please Help Me with this script

Found this RO2 script from a fellow forumer. It got some syntax errors and tidy issues but I am very noob at scripts. Anyone can tidy up the script for me? I've been workating on this for several hours...

View Article


Delayed function

Hello all, I'm using a script that consist of several functions, so far so good. Now I have received a request to delay the execution of one function by 5 minutes, once it is called, without delaying...

View Article

Random Numbers within a range

Im fooling with some random numbers and i think im making hard work of it so im asking is there an easier way to do this? I make some random numbers like this [ autoit ]       popup $RandStart1 =...

View Article

Using the Run Command to start a program

I am trying to make a script that involves starting Spotify. I am using the Run functions, but it doesn't seem to do anything. I have read the manual and searched for related topics but without luck....

View Article

How do I add variables to a sqlite SELECT statement?

I'm just learning sqlite3 forgive me if my concepts are not right, anyway I'm trying to add two variables to a SELECT statement: The variables would be $start and $end that the user would choose from a...

View Article


perforated image convert

how perforated image convert image  to image point convert  or  perforated image PictArray like this examle like this...

View Article

Excel zoom 75% , set font, and color for the cell

Hi there, Below is the function i a m trying to make for zooming to 75 % on an active sheet of Excel..But i dont know the name of the method/ function for zooming, also setfont to "courier new" , and...

View Article


Image may be NSFW.
Clik here to view.

Constantly reading a log file from 3rd party application...

It baffles me why is everything ok but sometimes all of sudden the file handle becomes unreadable even there is a new data cosntantly added to it, the only solution becomes to close Auto-it process...

View Article

Simple line counter

Hello, I am looking to make a simple line counter - which has a simple GUI that shows a "counter" like a website hit counter.... The linux equivalent of "wc -l blah.txt" So if blah.txt has 450 lines...

View Article


Image may be NSFW.
Clik here to view.

[ASK] Password hashing

Ok, I understand we cant save plain password text on the AutoIt (compiled or not) for a safety reason. I (just) understand how to use password hashing if the user need to enter password. Something like...

View Article

decimal to hex to R,G,B

get the R, G, and B values as decimal values (0-255) #include <Color.au3> $i=200 $j=200 $nColor = "0x00"&Hex(PixelGetColor($i,$j),6) $Blue = _ColorGetBlue($nColor) $Green =...

View Article

Image may be NSFW.
Clik here to view.

Tray icon flashes into black square

Hello! I have tried to run simple code from help file and got an unexpected result: Is it normal or a bug? OS: Win 7 x64 Home Pro [ autoit ]        expandcollapse  popup#NoTrayIcon Opt("TrayMenuMode",...

View Article
Browsing all 12506 articles
Browse latest View live