brokenbeforetime Posted April 23, 2015 Share Posted April 23, 2015 Anyone know what language Autoit V3 was coded in? Im very curious and can't find an answer. Link to comment Share on other sites More sharing options...
FaridAgl Posted April 24, 2015 Share Posted April 24, 2015 C++ brokenbeforetime 1 http://faridaghili.ir Link to comment Share on other sites More sharing options...
jvanegmond Posted April 24, 2015 Share Posted April 24, 2015 You used to be able to download the C++ source code from the last version that was open source. It used to be available here https://www.autoitscript.com/autoit3/files/archive/autoit/but now I can't find it there anymore. It was called autoit-v3.1.0-src-exe.zip Just wondering, do we not want to distribute that version anymore? github.com/jvanegmond Link to comment Share on other sites More sharing options...
Zedna Posted April 24, 2015 Share Posted April 24, 2015 (edited) Sources of AutoIt 3.1.0 were in file autoit-v3.1.0-src.exe (selfextracting ZIP file) in download/archive section. Later Jon intentionally removed this file. I sent this file to few people as I have it on my computer downloaded and they asked it. I don't think that it's good idea to remove previously shared sources (retrospectively apply closed source politic). Edited April 24, 2015 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
HussienElSawy Posted May 10, 2015 Share Posted May 10, 2015 Hi Zedna,can you please help me ,I need the source code to understand how it work , because am working on a research about keystrokes and simulation of keyboardsand AutoIt is one of the only things that can really access games , applications and nearly everythingkindly need your support , Thanks in advance Link to comment Share on other sites More sharing options...
jchd Posted May 10, 2015 Share Posted May 10, 2015 AutoIt is closed source. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
HussienElSawy Posted May 10, 2015 Share Posted May 10, 2015 Ohh ..I thought it was an open sourcesorrybut may I ask something about keystrokingdo they use "SendInput" function ?and how to make it pass the security for games and so on ? Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted May 10, 2015 Moderators Share Posted May 10, 2015 HussienElSawy,Welcome to the AutoIt forum.Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.See you soon with a legitimate question I hope.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts