To make a Bot for a Game- Ragnarok online 2
Sorry if I posted on the wrong topic.. I am new here. But have tried to run a script using the AU3Record 3.3 in by activating window pressing the top part and pressing keyboard buttons. here the script...
View Articlehow to change screen resolution using Autoit?
I want to change the resolution using my autoit scripts. since the script which i have consists of some mouse events and to run the script on other PC i want the change the resolution manually. is...
View Articlestringregexp
Hi there, for stringregexp , what should the pattern be for this string to search for the first plus sign ( some of spaces before + ) $str = " +---" I tried (?=\s*)[\+]*\b I remembered it works at...
View ArticleChange default AutoItSetOption values for all scripts
I find myself constantly changing several Opt()'s, and I was wondering if it wouldn't be possible to change the default values for them? I mean these options:...
View ArticleCreate a Func for this?
Hi, i have this script [ autoit ] expandcollapse popup #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <StaticConstants.au3> Global $GUI =...
View ArticleExecute scripts remotely - help
Hey guys. Do you know of an already written software that has clients connected to a main server? I am looking for a method to have multiple windows xp 64 bit machines connected to one master server...
View ArticleCrack My Password :)
This was simply an idea i came up with this morning. In the past i have seen a few topics of people asking how can they hide passwords, the normal answer being encrypting it. Ofc if a script is...
View ArticleLanguage Support
Hi I am very eager to learn AutoIt. But I do not understand my English because it is moderate What should I do? Note: I am from Turkey
View ArticleChange background color of edit control in another program
Hi all, I am using a DB2 client which displays several values in roundabout 20 edit controls. My script reads some of the values and deletes them under certain conditions. So far, everything is fine....
View ArticleBreevy minimized to task bar tray determine status enabled or disabled
Breevy is a text expander tool that is a handy productivity tool. However, it can interfere with Send commands to some windows if it is enabled and has the Typo AutoCorrections library imported and...
View ArticleQuick launch tool (directory)
Hi Guys, I've been searching for a few days and did not find anything that can help me. I have a small and simple script that lists all executable s in a directory, my problem is to get them to run....
View ArticleGetting virtual key code from string
I've found this amazing _IsPressed function (3rd party) and in order to use it you need to give it parameters (string) in virtual key code of the keyboard button you want to check if it is pressed. I...
View Articlehope to learn auto it...
hey guys today I started to learn auto it because it looks nice and its very intresting. But after a smal time of writing and testing i get an error and dont knw how to fix because in my opinion ther...
View Article_ChangeScreenRes UDF issue
Im Currently using this udf:[ autoit ] expandcollapse popup;=============================================================================== ; ; Function Name: _ChangeScreenRes() ; Description:...
View ArticleTcpRecv
Hello, Checking the example files i see the tha TcpRecv recives the data like this: [ autoit ] popupLocal $Recv = "", $CurrentRecv While 1 $CurrentRecv = TCPRecv($soc, 16) If...
View Articleerror: Variable used without being declared
i get an error msg can someone fix it <snip>
View ArticleXBMC + Autoit (adv Launcher) + EA Origin
Hi all ! I have a weird problem with EA Origin Launcher. It can't close after a game ! I tested some scripts with a game : Run ("C:\Program Files (x86)\Origin Games\Kingdoms of Amalur...
View ArticleTrying to Send() a dynamic variable name
Hi all, I am trying to use the Send() function to send a string of text that is determined by a dynamic variable name. This variable name is determined by a string of text being combined with which...
View ArticleProgress bar
Simple question, but I don't find answer to this I want to know if it's possible to integrate a progress bar in an existing window ?
View ArticleCheckbox "inside" color bk/font?
Hi, I have noticed can i can't change color to a checkbox, strange. I want something like this: How to do that? Many thanks, as always
View Article