AutoHotkey Community

It is currently May 25th, 2012, 11:20 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Send not always working
PostPosted: July 14th, 2007, 8:34 am 
Hello, I am building a video game macro and am using send currently to send the keystrokes i need to send at certain intervals. The problem is that the send does not work 100% of the time. Usually it will always work, but a very slight amount of times it doesn't. I'm sure that it's not a problem with the script too, as i have checked it very well, and the send key error has happened multiple places on the script. I read that send input and sendplay are supposed to be more reliable than the send but it says it does not send a keystroke. See the game i build the macro for uses detection methods to see if a macro is being used so i have gone through great lengths to make this very random. If sendplay doesn't send a keystroke is this going be detected by the games algorithm which tries to find macro users. Or is there a send that sends a keystroke but yet will always work, something more reliable than send. Does anyone know for sure if sendinput/sendplay will or will not get you banned from a video game. Anyones help with this matter would be greatly appreciated, thanks.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 14th, 2007, 1:01 pm 
Offline

Joined: June 23rd, 2007, 12:23 pm
Posts: 87
Hi,
check this
Bye! :shock: :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 15th, 2007, 6:07 am 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
Try a sleep setting:

Code:
Sleep, 1000 ;1000 Ms = 1 Second
Send, Hello World
Return

_________________
Religion is false. >_>


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, snyder, Yahoo [Bot] and 69 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