• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

AutoIT List of useful UDF-functions

Status
Not open for further replies.

DDoSer

The Real DDoSer
User
Joined
Oct 9, 2013
Messages
352
Reputation
0
Reaction score
4,578
Points
243
Credits
0
‎11 Years of Service‎
51%
Encoding UDF

Description: Library allows to work with different encodings of strings.

Supported encodings: ANSI, OEM, Unicode, UTF-8 (+ with BOM), KOI8-R, IBM-866, ISO-8859-5, WINDOWS-1251, JavaUnicode, Base64, URI.

Download:
This link is hidden for visitors. Please Log in or register now.


Nomad Memory

Description: Library allows to work with executable memory

Download:
This link is hidden for visitors. Please Log in or register now.


extended WinApi

Description: _WinAPIEx.au3 is an extension to the standard library AutoIt WinAPI.au3. UDF includes some undocumented but very useful features, such as, _WinAPI_GetFontResourceInfo (), and also contains all the necessary constants. The library is primarily intended for more or less experienced users, but I think many will find it for something useful. Description of all functions (in English) is located inside the library, is also present in the help file format (. Chm).

Download:
This link is hidden for visitors. Please Log in or register now.


DllMem

Description: This UDF will work with the DLL from memory.

Download:
This link is hidden for visitors. Please Log in or register now.


MouseOnEvent

Description: Allows you to set the mouse event handling. Also, support blocking event in the specified window.

Download:
This link is hidden for visitors. Please Log in or register now.


FileOperations

Description: Adds a set of functions for working with files

Download:
This link is hidden for visitors. Please Log in or register now.


BlockInputEx

Description: Allows you to block the mouse and keyboard in extended mode.

This library supports some features that are not available in the built BlockInput ().

Download:
This link is hidden for visitors. Please Log in or register now.


AutoItPacker3

Description: UDF to create an archive in any file with its subsequent removal. Has the ability to password encryption (RC4) and the ability to display the progress bar.

Download:
This link is hidden for visitors. Please Log in or register now.


RSA_crypt

Description: cut , but quite reliable option encryption algorithm RSA.The library is intended for encryption ( decryption) in the transmission of the text on any open channels of private data with a certain guarantee that they will read only one for whom they are intended. For encryption ( decryption) generated by {E, N} - public key (public key) and {D, N} - private key (private key). The public key is sent to everyone who will be supported by communication, a secret key known only to its owner . Text encrypted public key can only be decrypted with the private key .

Download:
This link is hidden for visitors. Please Log in or register now.


Zip UDF

Description: This small library allows to work with zip-archives using the built-in Windows. Supported by definition established archives WinRar (rar.exe) and 7zip (7z.exe), if it is found that these functions use archivers (priority is on 7zip).

Download:
This link is hidden for visitors. Please Log in or register now.


IsPressedEx

Description: Extended function _IsPressedEx. Based on the standard UDF-functions _IsPressed ().

Download:
This link is hidden for visitors. Please Log in or register now.


Animated Tray Icon

Description: Creates an animated icon in the system tray. UDF is very easy to use, the only thing that can cause difficulty - it is actually the creation of the most animated icons (frames). Maintained as separate icons (pictures) and animated PNG (not to be confused with APNG).

Download:
This link is hidden for visitors. Please Log in or register now.


GDIP

Description: A huge number of additional features to the standard library AutoIt GDIPlus.au3. Here is the full list of features included in the library (description, in English, within the library), I think that this is all possible functions provided MSDN (documented). I recommend to download all without exception.

Download:
This link is hidden for visitors. Please Log in or register now.


Skincrafter UDF

Description: library for software developers, allowing you to create original and memorable application with fully interactive graphical interface.

Skins:
This link is hidden for visitors. Please Log in or register now.
and
This link is hidden for visitors. Please Log in or register now.


Download:
This link is hidden for visitors. Please Log in or register now.


FTP

Description: Provides work with FTP servers. Yes , like the library is present in the latest versions of AutoIt Beta, but this version has a number of useful differences and additions. Firstly this UDF uses a "transparent" approach to writing scripts ( similar to GDI +). Secondly here there are such extremely useful features like _InternetGetOption () and _InternetSetOption (), without which I can not imagine working with a normal FTP. As there are no less useful and it is unclear for what reasons are not included in the " native " FTP library functions : _FTP_ReadFile (), _FTP_WriteFile () and _IsInternet () ( though _FTP_ReadFile () like already present) . Description ( in English ) for all functions and constants is inside the library . As well as a separate file - WinINetErrorMessages.au3 - collected constants that may be needed when working with the library .

Download:
This link is hidden for visitors. Please Log in or register now.


POP3

Description: Reading, delete messages from mail servers.

Download:
This link is hidden for visitors. Please Log in or register now.


WinAPI_AssocQueryString()

Description: Gets the information from the registry associated with the original row ($ sAssoc). Type of information returned depends on the parameter $ iType ($ ASSOCSTR_ ...). For example, using this function to get the icon (path to the file containing the icon and the index) registered for a specific type (extension) of the file, and more. This feature will be included in the library WinAPIEx.au3 the next update (version 1.79).

Download:
This link is hidden for visitors. Please Log in or register now.


WinUser UDF v2.6

Description: Library to work (adding, deleting, setting parameters) with the users (accounts) Windows. Uses net user and net localgroup.

Download:
This link is hidden for visitors. Please Log in or register now.




Theme will be updated

if you have useful UDF-function which is not present here, please post it in the comments.



Update log:

* Update *

Added:


RSA_crypt



Zip UDF



IsPressedEx



Animated Tray Icon






* Update *


Added:

GDIP


Skincrafter UDF



DLLStructDisplay


Files reuploaded


* Update *


 


Added:


POP3


WinAPI_AssocQueryString()



WinUser UDF v2.6




 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top