Jump to content

Chrisaster

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Chrisaster

  1. Thanks guys, this got rid of the errors perfectly
  2. Or {ENTER} if your sending keys.
  3. I'm having trouble with the Internet Explorer object in AutoIt V3. I am trying to open a window, wait for it to load, then close it. It works for a good few minutes but then starts throwing out this: --> IE.au3 V2.4-0 Error from function _IECreate (Browser Object Creation Failed) --> IE.au3 V2.4-0 Warning from function _IECreate (Foreground Window Unlock Failed!) --> IE.au3 V2.4-0 Error from function _IELoadWait, $_IEStatus_InvalidDataType --> IE.au3 V2.4-0 Error from function _IEBodyReadHTML, $_IEStatus_InvalidDataType --> IE.au3 V2.4-0 Error from function _IEQuit, $_IEStatus_InvalidDataType Does anyone know why this is happening? The code is here.
  4. Well I guess I'll have to stick with that then Thanks for the help!
  5. HLSW is a good example of a program having the capability to do this.
  6. AgentSmith, This program is designed for Garry's Mod and responds to key presses such as Ctrl+F simulating a bind press. However this is slow and not 100% reliable. In Garry's Mod VAC is stated as enabled, however it is not (No idea why). And about: Opt("SendKeyDelay", 20) Opt("SendKeyDownDelay", 5) I give the user an option to set the key stroke delay.
  7. FireFox, Thanks for the quick reply, however I was wondering if it would be possible to use functions other than Send or ControlSend to send commands to the clients console. So the command is actually 'injected' into the game using a third party program.
  8. I'm pretty new to AutoIt, and I've made a few programs, however I've come across a problem when making a program to send commands to a Source (e.g. GMod, Counter Strike:Source) console. I made a program to send the commands you type in the input box to the console, however it uses a ControlSend function which is unreliable as it assumes the client is in a position where the console is availible, and also assumes the console is not already open. I was wondering if it would be possible to send commands directly to the game but I have no idea what to search and where to start going about this. Any help would be greatly appreciated.
×
×
  • Create New...