Jump to content


Photo

Grand Fantasia Skill Macro


  • Please log in to reply
6 replies to this topic

#1 keltz86

keltz86
  • Members
  • 4 posts

Posted 13 July 2012 - 10:30 AM

Does AHK work on Grand Fantasia(US server)?
If it does, can you give me some tips or scripts on skill sending.
Any additional information would be good.
Thx.

#2 girlgamer

girlgamer
  • Moderators
  • 2039 posts

Posted 13 July 2012 - 11:10 AM

One question. Does Grand fantasia use any form of anti-cheat or anti-hack software and if so what is the name pls? Otherwise i will have to dl it myself and check and that could take some time.

#3 keltz86

keltz86
  • Members
  • 4 posts

Posted 13 July 2012 - 02:00 PM

One question. Does Grand fantasia use any form of anti-cheat or anti-hack software and if so what is the name pls? Otherwise i will have to dl it myself and check and that could take some time.


I have no idea if it has or none. Sry ._.
I tried to use this format: from The definitive autofire thread!
toggle = 0
#MaxThreadsPerHotkey 2

F8::
Toggle := !Toggle
While Toggle{
Click
Send 3
sleep 100
Send 1
sleep 100
Send 4
sleep 100
Send 2
sleep 100
Send 5
sleep 100
Send 1
sleep 100
}
return
~

I was trying to bind skills.
The codes are working, but it doesn't click the buttons in game.
Please help me thx

#4 tidbit

tidbit
  • Moderators
  • 2282 posts

Posted 13 July 2012 - 10:58 PM

Otherwise i will have to dl it myself and check and that could take some time.

I vote you as Helper of the Year!
If you're willing to download a big game just to answer a question... wow.

also, keltz86, if a game has any anti-cheat, it's usually visible upon startup. usually in the lower-right corner or center of the screen. Like GameGuard, x-trap, HackShield, or various other systems.

#5 keltz86

keltz86
  • Members
  • 4 posts

Posted 14 July 2012 - 01:51 AM

also, keltz86, if a game has any anti-cheat, it's usually visible upon startup. usually in the lower-right corner or center of the screen. Like GameGuard, x-trap, HackShield, or various other systems.


I don't see any of those :/

#6 girlgamer

girlgamer
  • Moderators
  • 2039 posts

Posted 14 July 2012 - 06:55 AM

downloaded the game last night. Set up was pretty easy only a 1gb client was able to do a direct send of username and password to the login screen and it went on fine the game does seem to be resistant to key sends but i started building a test suite for it to check further so far the test suite consists of this...capabilities:
win id test passed (id title class process id)
login test passed (username password start button click)
hotkey test Passed
gui test passed

send tests failed no response errratic event play input
pixel tests pixelgetcolor passed
mouse tests mousemove and click left passed (backpack)

mousemove and click right erratic(melee combat autoattack)
ScreenShot Test (printscreen) passed
Evaluation: this is going to require lot of work to automate. Sends are not straightforward for any combat. mouse button events and key sends are problematic. Will require more study.

#7 keltz86

keltz86
  • Members
  • 4 posts

Posted 14 July 2012 - 10:37 AM

Please help me find a way to crack this game, so AHK can be used properly. xD
If so, how much time would that work take you?