AHK scripts for w-item dupe and super dunk, added tifas piano

Download Autohotkey And Create Your Script

https://autohotkey.com/ for download or

just google autohotkey and download.

1. After download, right click desktop -> new -> autohotkeyscript.

2. Rightclick Autohotkeyscript(should be on your desktop) -> Edit -> notepad should open.

3. Replace everything in notepad with script as in other section of this guide.

4. Save as -> name it whatever you like with extension .ahk (ex.WITEMDUPE.ahk). Save to desktop for easier access.

5. Rightclick file and select "compile script". A new executable is created. When that .exe is running the commands setup in script will run when initiation key is pressed. Running scripts will be seen in system tray.

W-item Script

The script will press ok-cancel for you till paused. Can be re-initiated after paused. Can be used in next battle so forth.....

1. Select W-item

2. Select item to be duplicated and "use" on character/monster. If duping sources remember to have only 1 of the used item so the source can take its empty spot when morphed

3. Go to second item, do not select (whichever useable item that is first, rearrange so it is easier to perform quickly)

4. Initiate script

5. Watch items rack up

6. Pause when happy with amount

Check up on duping mechanics, especially sources, not sure i remember correctly the procedure.

--------------------------------------------------------------------

Works for magic and mind source duping in the Gelnika. The script can get 99 each battle with 6 final attacks (less if quadra magic is used), 1st with morph, rest with white magic. Advanced duping with final attacks and white magic

Guide here: http://finalfantasy.wikia.com/wiki/W-Item_duplication_bug

--------------------------------------------------------------------

Replace commands to your setup.

q = initiate script / pause (make sure it is not ingame command)

8 = OK (ingame command)

9 = CANCEL (ingame command)

The timing works for me, if it does not work for you experiment till you get it right. (numbers after sleep event in script).

Copy paste this under line to your script:

-------------------------------------------------------------------

#MaxThreadsPerHotkey 3

q::

#MaxThreadsPerHotkey 1

If KeepqRunning

{

KeepqRunning := false

return

}

KeepqRunning := true

Loop

{

SendEvent, {8 down}

Sleep, 75

SendEvent, {8 up}

Sleep, 75

SendEvent, {9 down}

Sleep, 75

SendEvent, {9 up}

Sleep, 75

If not KeepqRunning

break

}

KeepqRunning := false

Return

Super Dunk Script

Stand in front of super dunk machine and initiate script. Will continue till you pause it. The script will loop till you are satisfied with amount of GP earned. Can be left running while you do other stuff.

------------------------------------------------------------------------

Replace commands to your setup.

m = initiates / pause script (make sure this is not a command used ingame).

i = OK (ingame command)

The timing (number in script after sleep event) can be changed if not working for you. It worked for me.

Copy paste this under line to your script:

-----------------------------------------------------------------------

#MaxThreadsPerHotkey 3

m::

#MaxThreadsPerHotkey 1

If KeepmRunning

{

KeepmRunning := false

return

}

KeepmRunning := true

Loop

{

Sleep 200

Send {i down}

Sleep 420

Send {i up}

Sleep 5000

If not KeepmRunning

break

}

KeepmRunning := false

Return

Tifa`s Piano

When ready to jam, initiate script:

(default keys)

"p" to initiate

___________________________________

p::

sendevent, {c down}

sleep 100

sendevent, {c up}

sleep 100

sendevent, {ins down}

sleep 100

sendevent, {ins up}

sleep 100

sendevent, {v down}

sleep 100

sendevent, {v up}

sleep 100

sendevent, {pgup down}{v down}

sleep 100

sendevent, {pgup up}{v up}

sleep 100

sendevent, {pgup down}{ins down}

sleep 100

sendevent, {pgup up}{ins up}

sleep 100

sendevent, {c down}

sleep 100

sendevent, {c up}

sleep 100

sendevent, {ins down}

sleep 100

sendevent, {ins up}

sleep 100

sendevent, {v down}

sleep 100

sendevent, {v up}

sleep 100

sendevent, {pgup down}{c down}

sleep 100

sendevent, {pgup up}{c up}

sleep 100

sendevent, {x down}

sleep 100

sendevent, {x up}

sleep 100

sendevent, {c down}

sleep 100

sendevent, {c up}

sleep 100

sendevent, {ins down}

sleep 100

sendevent, {ins up}

sleep 100

sendevent, {c down}

sleep 100

sendevent, {c up}

sleep 100

return

_______________________________________

Almost The End

The 2 scripts posted I used "8" and "i" as ingame "OK" commands, keep that in mind when creating your own scripts and replace those with what you use as "OK" command so you dont use both scripts copypasted simultaneously and think it works.

You can test the scripts in word or similar, just open new document and initiate script -> see commands or letters/numbers write automatically with correct timing as in script. Timing 1000= 1 second I think.

Please do not rage if it doesnt work for you, it probably needs tuning. Do some research on AHK.

I created these a long time ago so do not ask for other scripts as I cant remember for ♥♥♥♥ how I did it.

Peace out.

EDIT: Started another playthrough, decided to add Tifa`s piano script to guide.

EDIT2: On latest playthroug I had to up the sleep timer on superdunk script, not sure what caused it, hardware upgrade maybe?? To work I upped it to 420 (it was 395), so if you have problems with the superdunk script try messing with the "420" number up or down to get consistent hits always.

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=1373710201					

More FINAL FANTASY VII guilds