| View previous topic :: View next topic |
| Author |
Message |
mailsummit2000
Joined: 26 Jul 2008 Posts: 29
|
Posted: Sun Aug 24, 2008 10:56 pm Post subject: Flyff |
|
|
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 |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 962 Location: London, UK
|
Posted: Mon Aug 25, 2008 2:57 am Post subject: |
|
|
Currently there is now way of bypassing gameguard with AHK. _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
mailsummit2000
Joined: 26 Jul 2008 Posts: 29
|
Posted: Mon Aug 25, 2008 3:17 am Post subject: |
|
|
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 |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1421
|
Posted: Mon Aug 25, 2008 3:51 am Post subject: |
|
|
| 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  _________________ 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 |
|
 |
mailsummit2000
Joined: 26 Jul 2008 Posts: 29
|
Posted: Tue Aug 26, 2008 2:26 am Post subject: |
|
|
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 |
|
 |
|