AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SendDirect

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
Coukapecker



Joined: 30 Apr 2007
Posts: 18

PostPosted: Thu Sep 27, 2007 12:41 am    Post subject: SendDirect Reply with quote

For a game I play ( rappelz ), they have some way of detecting the difference between simulated keystrokes and real ones. I'm not sure if AutoHotKey supports game macros, but it would be nice if their was a SendDirect function to make the keystrokes appear more genuine, to make it look like they actually came from the keyboard, not from the AutoHotKey.exe. I've already tried controlsend, sendinput, sendplay, send, (any more sends i should know of?) and none work. I have a feeling their is a way to do this, although it make consume more processing power, it would still be nice to have Smile.

Post your opinions!

thanks for reading,

Coukapecker
_________________
"Give a man a fish, you feed him for a day.
Teach a man to fish, and you feed him for a life time."
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1373

PostPosted: Thu Sep 27, 2007 2:22 pm    Post subject: Reply with quote

Quote:
Why do Hotstrings, Send, and Click have no effect in certain games?
Some games use DirectInput exclusively. As a side-effect, they might ignore all simulated keystrokes and mouse clicks. To work around this, try one of the following (or a combination):

Use SendPlay via: 1) the SendPlay command; 2) using SendMode Play; and/or 3) the hotstring option SP.
Increase SetKeyDelay. For example:
SetKeyDelay, 0, 50
SetKeyDelay, 0, 50, Play
Try ControlSend, which might work in cases where the other Send modes fail.
Back to top
View user's profile Send private message
Coukapeker
Guest





PostPosted: Sat Sep 29, 2007 2:34 pm    Post subject: Reply with quote

Yeah, I tried that, but you see its not a glitch or error... Its because they dont want us to... The game only accepts keystrokes sent from the keyboard driver buffer or something like that... So yeah, it will require a new send mode i think to tell the driver to send keystrokes to the game.
Back to top
Bigrob55



Joined: 24 Sep 2007
Posts: 25

PostPosted: Sat Nov 24, 2007 12:57 pm    Post subject: Reply with quote

Does this game have an Console Option that u can perhaps have ur script open, and the insert the commands there?

Ive never heard of rappelz, so i googled it.

And yea.... Really i can't offer much help, aside from hoping there is a console LOL

GL!
_________________
Bigrob

L337 Speak - A Ventrilo Client Side program

Winamp Sound Changer - Change Audio Output on the Fly!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group