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 

game wont let me send keys

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
@#@# HELP ME PLEASE
Guest





PostPosted: Fri Apr 18, 2008 12:35 am    Post subject: game wont let me send keys Reply with quote

The game is FLYFF and it when i use send or comand send it doesnt work, is there a way to simulate the button actually bing pressed so that the game cant tell and it will work, or some other kinda thing that will make this work...... ive tried send play but i dont know if i did it right
Back to top
pockinator



Joined: 06 Dec 2007
Posts: 33

PostPosted: Fri Apr 18, 2008 2:37 am    Post subject: Reply with quote

It would help out a lot if you could post your code. This way others could look at what you have tried and find a way to fix it. Very Happy
Back to top
View user's profile Send private message
Guest






PostPosted: Fri Apr 18, 2008 3:27 am    Post subject: Reply with quote

Code:
^f1::ControlSend, , {f1}, ahk_id 0x50396
^f2::ControlSend, , {f2}, ahk_id 0x50396
^f3::ControlSend, , {f3}, ahk_id 0x50396
^f4::ControlSend, , {f4}, ahk_id 0x50396
^f5::ControlSend, , {f5}, ahk_id 0x50396
^f6::ControlSend, , {f6}, ahk_id 0x50396
^f7::ControlSend, , {f7}, ahk_id 0x50396
^f8::ControlSend, , {f8}, ahk_id 0x50396
^f9::ControlSend, , {f9}, ahk_id 0x50396


I have also tried

Code:
^f1:: sendPlay {f1}


and

Code:
^f1:: SendEvent {f1}


even though this isnt egsactly what i want to do (because i want it to do it on a different window) this still did not work
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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