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 

Flyff

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
mailsummit2000



Joined: 26 Jul 2008
Posts: 29

PostPosted: Sun Aug 24, 2008 10:56 pm    Post subject: Flyff Reply with quote

I need a way to send keys to a game called Flyff, or Fly For Fun.
http://flyff.gpotato.com/

Mostly, I only need 2 keys, {F5} and then {enter} about every 3 minutes
as in:
Code:

Send, {F5}
Sleep 1000
Send, {enter}
;Repeat in 3 minutes

or so. But there is a "GameGuard" I believe and it has blocked evey single thing I have tried: Send, SendRaw, SendInput, SendPlay, SendEvent.
But I did notice that pressing CTRL+ALT+C (a hotkey in AutoHotKey) did launch my unit convector program, so there should be some hope?
Back to top
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 962
Location: London, UK

PostPosted: Mon Aug 25, 2008 2:57 am    Post subject: Reply with quote

Currently there is now way of bypassing gameguard with AHK.
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
mailsummit2000



Joined: 26 Jul 2008
Posts: 29

PostPosted: Mon Aug 25, 2008 3:17 am    Post subject: Reply with quote

oh yeah?
I kinda might have found a way haha,
kinda had to think out side the box
like I made an unsigned joystick driver and a program I use to convert those joystick movements to keys, and I can use that to move around in flyff. I will use this to automate keystrings and feed my dragon and sell it when it matures =)
long story short, I think I might have found a way, but really had to think... differently
Back to top
View user's profile Send private message
[VxE]



Joined: 07 Oct 2006
Posts: 1421

PostPosted: Mon Aug 25, 2008 3:51 am    Post subject: Reply with quote

mailsummit2000 wrote:
long story short, I think I might have found a way, but really had to think... differently

Yes, you used a non-ahk tool. Your bragging rights are withheld until you post a comprehensive how-to for everyone to enjoy Very Happy
_________________
My Home Thread
More Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags !
Back to top
View user's profile Send private message
mailsummit2000



Joined: 26 Jul 2008
Posts: 29

PostPosted: Tue Aug 26, 2008 2:26 am    Post subject: Reply with quote

haha if I ever get time to actually try my genius of an idea, I prolly will.

do you even play flyff?
Back to top
View user's profile Send private message
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