Jump to content

matzeissda

Pathfinder
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About matzeissda

  • Rank
    Pathfinder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @theskullfort sd-d-dfg-g-ghf-f-dssd---sd-d-dfg-g-ghf-f-dsd----sd-d-dgh-h-hji-i-jhjd--dfg-g-h-jd--dgf-f-gdf----sd-d-dfg-g-ghf-f-dssd---sd-d-dfg-g-ghf-f-dsd----sd-d-dgh-h-hji-i-jhjd--dfg-g-h-jd--fgf-f-dsd-d-f-g-g-h-j---gdj-----i---gda-----i---d-e-----j-j-j-ij----h-h-h-hj----j-j-j-ij----h-g-f-d---dfg---hjh-g-f-g-h-j-h---ghj---hgf-g-f-d---fsd---dfg---fgh-g-h-j-h-g-d---dfg-h-j-i-d-h-g--hg-d--fs-j-----i-----j-j-j-jh----h-----g-----f-g-f-fd--dfgj--dfgi--dfgj-j-i-jh-----h-----g----f-g-f-d---- are the buttons you have to push ingame. the - is the pause you need between the notes. Also you can take the allready existing .ahk files and delete everything with: "Send {} up down" and delete the double letters - and you should be fine. the scripts works like this. push button "s" down until "push up" signal says otherwise. so there are allways 2 signals with 1 down and 1 up. sleed is the "-" so should be easy to translate it back to sth like: sd-d-dfg-g-ghf-f-dssd---sd-d-dfg-g-ghf-f-dsd----sd-d-
  2. @Double_K you need to translate it first into the ahk file. The webiste: http://delayatlas.com/songmaker would translate it for you but unfortunately it's down i think. You can reach the website with this links. https://knar33.github.io/delayatlas.com/songmaker/ the beginning should look like this: delayTime = 180 Pause loop { send {s down} sleep delayTime send {s up} send {d down} sleep delayTime sleep delayTime send {d up} send {d down} sleep delayTime sleep delayTime send {d up} send {d down} sleep delayTime send {d up} send {f down} sleep delayTime send {f up} send {g down} sleep delayTime sleep delayTime send {g up} send {g down} sleep delayTime sleep delayTime send {g up} send {g down} sleep delayTime send {g up} send {h down} sleep delayTime send {h up} send {f down} sleep delayTime sleep delayTime send {f up} i can upload the whole file for you. pirates of the caribbean.ahk
  3. Well some unfinished work. Will finish it to another day. But maybe someone else will finish this. All Star: It will go to fast Despacito: Someone requested online but to tired to finish it. Drunken Sailor: Not even sure who did this AllStar.ahk Despacito.ahk Drunken Sailor.ahk
  4. Thank you very much for the makros. Waiting for more I tried it myself Tetris looked realy simple but i couldn't figure out the ending. Someone an idea how to do it? Tetris.ahk
×
×
  • Create New...