Koaxia Game Hacking Board
Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 02:26:28 AM

Login with username, password and session length
Search:     Advanced search
http://www.synrg-design.com
Partnered with Koaxia.

71434 Posts in 26826 Topics by 48610 Members
Latest Member: AMISETROGSGOT
* Home Help Search Login Register
+  Koaxia Game Hacking Board
|-+  Strategy and MMO
| |-+  FLYFF (Moderator: mate_1146)
| | |-+  Hella good support skill leveling macro
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Hella good support skill leveling macro  (Read 1596 times)
Atobekun
Newbie
*
Offline Offline

Posts: 19


View Profile
Hella good support skill leveling macro
« on: July 17, 2005, 06:12:57 PM »

Alright, this is a modification Ive done to the original macro by DeMossiah, and Ive made it so it will power level a skill of your choosing.

What you do is stick the support skill F1, then put FP refreshers in F2-9 and let the thing run.

Obviously you need to change the password to your password and the location of the .exe files.

Oh yea, this is written to use F.uck FlyFF V3 not V4, but you can easily change that.

Code:
Constants
 LoopNo = 0
 TinaLocationX = 0
 TinaLocationY = 0
 TinaDialogX = 0
 TinaDialogY = 0
 StartQuestX = 0
 StartQuestY = 0
 AcceptQuestX = 0
 AcceptQuestY = 0
 KarinLocationX = 0
 KarinLocationY = 0
 KarinDialogX = 0
 KarinDialogY = 0
 FinishQuestX = 0
 FinishQuestY = 0
End

IsWindow FlyFF - Fuck FlyFF
 Delay 1000
Else
 ExecProgram G:\Games\Aeonsoft\FlyffEng\Fuck FlyFF.exe
End

Compute LoopNo = $LoopNo + 1

IsWindow FLYFF
 SetActiveWindow FLYFF
 KeyDown {HOME} 500
 KeyDown A 500
 Delay 5000
 Compute TinaLocationX = {WindowLeft} + 565
 Compute TinaLocationY = {WindowTop} + 415
 MousePos $TinaLocationX, $TinaLocationY
 LeftClick
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F2} 250 //Hoykey the skill you want to level
 Delay 1500
 Compute TinaDialogX = {WindowLeft} + 625
 Compute TinaDialogY = {WindowTop} + 415
 MousePos $TinaDialogX, $TinaDialogY
 LeftClick
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F3} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F4} 250 //Hoykey the skill you want to level
 Delay 1500
 Compute StartQuestX = {WindowLeft} + 650
 Compute StartQuestY = {WindowTop} + 235
 MousePos $StartQuestX, $StartQuestY
 LeftClick
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F5} 250 //Hoykey the skill you want to level
 Delay 1500
 Compute AcceptQuestX = {WindowLeft} + 565
 Compute AcceptQuestY = {WindowTop} + 110
 MousePos $AcceptQuestX, $AcceptQuestY
 LeftClick
 Delay 1000
 
 SetActiveWindow FLYFF
 KeyDown {END} 500
 KeyDown D 500
 Delay 5000
 Compute KarinLocationX = {WindowLeft} + 595
 Compute KarinLocationY = {WindowTop} + 415
 MousePos $KarinLocationX, $KarinLocationY
 LeftClick
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F6} 250 //Hoykey the skill you want to level
 Delay 1500
 Compute KarinDialogX = {WindowLeft} + 675
 Compute KarinDialogY = {WindowTop} + 410
 MousePos $KarinDialogX, $KarinDialogY
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F7} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F8} 250 //Hoykey the skill you want to level
 Delay 1500
 LeftClick
 Delay 4000
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1800
 KeyDown {F1} 250 //Hoykey the skill you want to level
 Delay 1500
 KeyDown {F9} 250 //Hoykey the skill you want to level
 Delay 1500
 Compute FinishQuestX = {WindowLeft} + 500
 Compute FinishQuestY = {WindowTop} + 240
 MousePos $FinishQuestX, $FinishQuestY
// KeyDown {F9} 250 //Hoykey the skill you want to level
 LeftClick
 Delay 4000
Else
 ExecProgram G:\Games\Aeonsoft\FlyffEng\Neuz_hacked.exe
 Delay 5000
 SetActiveWindow FLYFF
 Keys password
 KeyDown {RETURN} 500
 Delay 2500
 KeyDown {RETURN} 500
 Delay 2500
 KeyDown {RETURN} 500
 Delay 7500
 SetActiveWindow FLYFF
 Keys {UP}
 Keys {UP}
 Keys {UP}
End

If $LoopNo = 75
 KeyDown {Num 0} 1000
 Compute LoopNo = 0
 Delay 10000
End
Logged
TypeZero
Newbie
*
Offline Offline

Posts: 21


View Profile
Hella good support skill leveling macro
« Reply #1 on: July 19, 2005, 01:52:30 AM »

Almighty brilliant one, thats made for F.uck flyff v4, you can tell by the way it has "KeyDown {END} 500" and "KeyDown {HOME} 500"...So to change it for v3 we have to put KeyDown {F10} and KeyDown {F9}. And that exact same code was put on GamerzPlanet, this is the second post you've made I think you got from GamerzPlanet....Stop taking credit...


Also, you might want to tell them that the code's coordinates won't work for everyone's computer, some will have to change those as well...

EDIT: Also, if you wanted to be less time consuming, since on some computers the macro might not work if you keep the // lines, might want to delete those as well...Well atleast on my computer when I keep the // my macro's don't work
« Last Edit: July 19, 2005, 01:58:13 AM by TypeZero » Logged
Atobekun
Newbie
*
Offline Offline

Posts: 19


View Profile
Hella good support skill leveling macro
« Reply #2 on: July 19, 2005, 03:28:39 AM »

No, this is written for F.uck FlyFF v3 as that is the version I have. 3 uses home and end, 4 uses the F keys.

And you will not find this anywhere on GamerzPlanet, as this is a custom edit I did to the original script by DeMossiah.

Get your facts straight before you try to attack me.
Logged
TypeZero
Newbie
*
Offline Offline

Posts: 21


View Profile
Hella good support skill leveling macro
« Reply #3 on: July 19, 2005, 04:18:56 AM »

I can go find it right now, and I have v3 an it uses the F keys, don't try to get around that, I'll post direct qoutes in a minute

Said by DeMossiah as the Tutorial for Tina Macro
Needed tools:
- AC Tools
- F.uck FlyFF v4

Used settings:
- Desktop Resolution: 1280 x 1024
- Game Resolution: 1024 x 768
- Theme: Windows Classic on Windows XP.

How to install:
Copy and paste this code in to AC Tools. Change <Trainer path> to where you placed my **** FlyFF hack (example: "C:\"). Change <Game path> to where you installed your game (example: "C:\Program Files\FlyFF"). Change <Password> to your password (example: "password") Change Set the "Number of times to run" to 0.

How to run:
Go to Saint Morning and logout. Press "Start" in AC Tools.

What does it do:
- Macro the Tina -> Karin quest (obviously).
- Checks if the trainer is running.
- Check if FlyFF is running.
- Calculate where to click by checking the window postion.
- Relaunch FlyFF every 75 Loops (about every 30 minutes).
- Recover FlyFF from crashes.

Credits:
There are a lot of people who helped me develop this Macro, so if i forgot someone slap me on my fingers in IRC.
Thanks go out to: Braze, iamwookie, Rykas and PaPerFeed.

Code:
Constants
LoopNo = 0
TinaLocationX = 0
TinaLocationY = 0
TinaDialogX = 0
TinaDialogY = 0
StartQuestX = 0
StartQuestY = 0
AcceptQuestX = 0
AcceptQuestY = 0
KarinLocationX = 0
KarinLocationY = 0
KarinDialogX = 0
KarinDialogY = 0
FinishQuestX = 0
FinishQuestY = 0
End

IsWindow FlyFF - **** FlyFF
Delay 1000
Else
ExecProgram <F.uck FlyFF path>\**** FlyFF.exe
End

Compute LoopNo = $LoopNo + 1

IsWindow FLYFF
SetActiveWindow FLYFF
[B]KeyDown {HOME}[/B] 500
KeyDown A 500
Delay 5000
Compute TinaLocationX = {WindowLeft} + 565
Compute TinaLocationY = {WindowTop} + 415
MousePos $TinaLocationX, $TinaLocationY
LeftClick
Delay 500
Compute TinaDialogX = {WindowLeft} + 625
Compute TinaDialogY = {WindowTop} + 415
MousePos $TinaDialogX, $TinaDialogY
LeftClick
Delay 1500
Compute StartQuestX = {WindowLeft} + 650
Compute StartQuestY = {WindowTop} + 235
MousePos $StartQuestX, $StartQuestY
LeftClick
Delay 1500
Compute AcceptQuestX = {WindowLeft} + 565
Compute AcceptQuestY = {WindowTop} + 110
MousePos $AcceptQuestX, $AcceptQuestY
LeftClick
Delay 1000

SetActiveWindow FLYFF
[B]KeyDown {END}[/B] 500
KeyDown D 500
Delay 5000
Compute KarinLocationX = {WindowLeft} + 595
Compute KarinLocationY = {WindowTop} + 410
MousePos $KarinLocationX, $KarinLocationY
LeftClick
Delay 500
Compute KarinDialogX = {WindowLeft} + 675
Compute KarinDialogY = {WindowTop} + 410
MousePos $KarinDialogX, $KarinDialogY
LeftClick
Delay 1500
Compute FinishQuestX = {WindowLeft} + 500
Compute FinishQuestY = {WindowTop} + 240
MousePos $FinishQuestX, $FinishQuestY
LeftClick
Delay 1000
Else
ExecProgram <Game path>\Neuz.exe
Delay 5000
SetActiveWindow FLYFF
Keys <password>
KeyDown {RETURN} 500
Delay 2500
KeyDown {RETURN} 500
Delay 2500
KeyDown {RETURN} 500
Delay 7500
SetActiveWindow FLYFF
Keys {UP}
Keys {UP}
Keys {UP}
End

If $LoopNo = 75
KeyDown {F12} 1000
Compute LoopNo = 0
Delay 10000
End
As you can see in bold, he said it was for v4, and the code uses HOME and END

As for the other accusation I was wrong, I'm truly sorry, some things are different in the code between yours and Ishin's code, unless you added and deleted some xD But if you look at Ishin's code you can't blame me for vaguly remembering and thinking its the same =(
« Last Edit: July 19, 2005, 04:33:31 AM by TypeZero » Logged
Atobekun
Newbie
*
Offline Offline

Posts: 19


View Profile
Hella good support skill leveling macro
« Reply #4 on: July 19, 2005, 07:56:51 AM »

Im using V3, and that macro is V3. I never downloaded V4 because I saw no point. You're wrong, I'm right.

How to use:
Teleport to Tina: Home
Teleport to Karin: End
DEX Hack: F12
Force shutdown FlyFF: Numpad 0

Taken directly off

http://www.gamerzplanet.net/forums/showthread.php?t=92612

Im REALLY getting sick of you thinking you're right, when you're not.
Logged
TypeZero
Newbie
*
Offline Offline

Posts: 21


View Profile
Hella good support skill leveling macro
« Reply #5 on: July 19, 2005, 06:26:01 PM »

Sigh, suppose we should get someone else to say something...
Logged
kiishimu
Newbie
*
Offline Offline

Posts: 3


View Profile
Hella good support skill leveling macro
« Reply #6 on: July 20, 2005, 01:26:23 AM »

Quote
Sigh, suppose we should get someone else to say something...
[snapback]18950[/snapback]

well, all the versions of Fuck Flyff uses "Home" and "End" for teleporting between tina and karin.   F keys are used for dex hack and entering dungeon in Fuck Flyff v4.
Logged
Atobekun
Newbie
*
Offline Offline

Posts: 19


View Profile
Hella good support skill leveling macro
« Reply #7 on: July 20, 2005, 07:24:33 AM »

Wrong. F keys are used for teleporting in V4.
Logged
kiishimu
Newbie
*
Offline Offline

Posts: 3


View Profile
Hella good support skill leveling macro
« Reply #8 on: July 20, 2005, 09:16:26 AM »

Quote
Wrong. F keys are used for teleporting in V4.
[snapback]18984[/snapback]

hmm what do u mean by F keys?  if its F1, F2 and so on...
v4 only uses F keys for
DEX Hack: F11
Force shutdown FlyFF: F12
Logged
Atobekun
Newbie
*
Offline Offline

Posts: 19


View Profile
Hella good support skill leveling macro
« Reply #9 on: July 20, 2005, 12:49:38 PM »

Thats what I mean by F keys. I -WOULD- have said Fx keys or Fn keys, but I assumed people here would be smart enough to make the assumption on their own. Apparently I was wrong.
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Koaxia Game Hacking Board | Powered by SMF 1.0.7.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!