Anyone know what's wrong with this RegRead call?
Hey all, Very rarely do I code with AI. Trying to get the value of this registry key using AutoIt and it keeps failing. My guess is it's due to the "," and/or "." in the key name, but I haven't been...
View ArticlePause Hotkey
Hello, Im Erock new to the autoit forums. Will i made this bot for a game i play and i tryed to add a pause hotkey script thing and could not get it to work. What it dose it when the crosshair turns...
View ArticleWhy wont this work?
-edit- Oops, i didnt mean to set the title to something that wasnt informing! [ autoit ] expandcollapse popup#include <IE.au3> #include <GUIConstantsEx.au3> #include...
View ArticleCopy contents of clipboard into array?
Does anyone know of a way to deposit the contents of ctrl+c and ctrl+v into an array in autoit?
View ArticleSend key to program
Hi guys. I made a script that helps me a lot in what I'm dealing with but still does not make the whole work for me. [ autoit ] expandcollapse popup#include #include Local $file =...
View ArticleHow to ?
function _RomDumpCode(Info: TRomDumpCodeInfo): Pointer; var CodeStart: Pointer; CodeEnd: Pointer; begin asm JMP @@End[/font][font=宋体, Verdana, Arial, Helvetica, sans-serif] { *BEGIN* 16-bit code } {...
View ArticleWrite to txt file
Hi Folks, I have the clipboard output data and the message box displays it. However I cannot seem to copy the clipboard contents to a txt file. Can anyone help? [ autoit ] popupClipPut($sContent1...
View ArticleComputer randomly shutsdown
On a Windows 7 machine, when I run this code as a compiled program then the computer will randomly shutdown With an (Event ID 109 Kernel-Power) after 10 to 30 minutes. At the console a box pops up and...
View ArticleMySQL
I see allot of MySQL connection UDF's, but they are mostly outdated being 3-5 years old since they were last updated. What is the best and easiest way to run a query on Mysql on another server? I am...
View ArticleIdentify active network connection and change DNS server
Hey guys, I need to run a script on several computers that can identify the active network connection, then for each one of them: - if the network connection is not using DHCP (fixed IP address),...
View Articlesqlite insert dont understun
hi guy i have a a program simple. Func _inserimento_anagrafica() ;_SQLite_Exec($Db, "Insert into anagrafica values...
View ArticleMute the sound of an application ?
You have any ideas for this? Please help me, I am very grateful to you
View ArticleCapture an image from a webcam !
hallo everybody Is there another way [ autoit ] expandcollapse popupSNAPWEBCAM(@ScriptDir & "\WBshot.bmp") Func SNAPWEBCAM($snapfile) Local Const $WS_CHILD = 0x40000000 Local Const...
View ArticleList View Refresh
I have a program that creates a listview box (using the _GUICtrlListView_* UDFs) and queries an access database. Everytime the database is queried I use _GUICtrlListView_DeleteAllItems and than I add...
View ArticleLabel update from another GUI
Hello guys, I've tried to get a parent GUI to update an lable within a child GUI, but I cannot get this to work, any ideas on how to make this work? See attached file, Thanks in advance <3 Attached...
View ArticleSuggestions Needed - Self Updating Application
I created a self updating application that has a bunch of other random code in it. It's a compiled script that only keeps getting bigger and bigger. I have ran into two instances where I have made a...
View ArticleBluetooth/CommMG issue?
I'm trying to talk to a Bluetooth device paired to my desktop. When I pair it, it assigns COM12 as the output port. My Bluetooth radio is one of those tiny USB dongles. If I open a terminal emulator...
View ArticleGG Script for LoL - Need Help Please - Error
Hi Guys, The person who release this script has a working exe copy but for some reason I cannot make a exe from the code he released. I am trying to change the key that is use to execute the script in...
View Article3.3.8.1 + RichEdit = problem
[ autoit ] expandcollapse popup#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <GuiRichEdit.au3> Local $hGui = GUICreate('See the child window 2 times',...
View Articlevb.net dll always returning function not found from AutoIt
Here is my vb .net code. This works from a console application, however this is not working while being called from an AutoIt script using DLLCall. Can someone tell me what I am doing wrong? Console...
View Article