AutoHotkey Community

It is currently May 27th, 2012, 11:11 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: January 24th, 2012, 12:27 pm 
Offline

Joined: January 24th, 2012, 12:20 pm
Posts: 1
Hello everybody,

I am writing a bot application that generates artificial keyboard input to control another app. It is crucial that this input stream looks like real physical keyboard input to the other application in my windows 7 - system (64b). The application to be 'fooled' might have administrative rights and takes use of all windows and kernel APIs to check whether it it controlled by a real keyboard input or by a script. Can autohotkey accomplish this? Which SendMode should I use? Or Dll_Call() some API function? Or would I have to access the ports directly or even use a 2nd computer and a null modem cable to generate input to the computer? Please help before I waste days of work.

Greeting
Jack


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 24th, 2012, 8:46 pm 
Offline

Joined: March 16th, 2008, 6:48 pm
Posts: 161
Location: Brooklyn
Your actual request is very vague. You basically want to send keystrokes. Have you tried the send command?

Code:
Send, test


This will send the word 'test'.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Edd, robotkoer and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group