崩坏学园2吧 关注:2,011,875贴子:67,724,142
  • 5回复贴,共1

【教程】手残也能在星夜旋律活动弹出完美的曲子

取消只看楼主收藏回复



IP属地:浙江1楼2018-04-30 20:35回复


    IP属地:浙江30楼2018-04-30 21:26
    收起回复
      2025-11-28 05:16:00
      广告
      不感兴趣
      开通SVIP免广告
      ->用文本文档编辑.ahk文件
      >>以下是基本音符

      >>对照翻译:

      >>如果我们定义400毫秒为一拍,则有

      >>只要从p:: 到 Return ,之间的音符够多,
      咱按下p键就能弹出一首曲子
      https://tieba.baidu.com/p/5674021685


      IP属地:浙江31楼2018-04-30 21:29
      回复
        >打开模拟器,打开崩崩
        >按下win+alt+r,用XBox录制

        >水帖!

        施工完成


        IP属地:浙江32楼2018-04-30 21:30
        回复
          由于施工过程曲折多发意外......
          刚才整理楼层删了几位老哥的回帖,希望见谅


          IP属地:浙江33楼2018-04-30 21:33
          收起回复
            一段二泉映月送给自己
            #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
            ; #Warn ; Enable warnings to assist with detecting common errors.
            SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
            SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
            p::
            SendInput,{4 down}
            Sleep, 800
            SendInput,{4 up}
            SendInput,{2 down}
            Sleep, 400
            SendInput,{2 up}
            SendInput,{4 down}
            Sleep, 400
            SendInput,{4 up}
            SendInput,{6 down}
            Sleep, 764
            SendInput,{6 up}
            Sleep, 36
            SendInput,{6 down}
            Sleep, 400
            SendInput,{6 up}
            SendInput,{5 down}
            Sleep, 400
            SendInput,{5 up}
            SendInput,{4 down}
            Sleep, 1200
            SendInput,{4 up}
            SendInput,{2 down}
            Sleep, 364
            SendInput,{2 up}
            Sleep, 36
            SendInput,{4 down}
            Sleep, 600
            SendInput,{4 up}
            SendInput,{5 down}
            Sleep, 200
            SendInput,{5 up}
            SendInput,{6 down}
            Sleep, 364
            SendInput,{6 up}
            Sleep, 36
            SendInput,{6 down}
            Sleep, 400
            SendInput,{6 up}
            SendInput,{5 down}
            Sleep, 800
            SendInput,{5 up}
            SendInput,{4 down}
            Sleep, 800
            SendInput,{4 up}
            SendInput,{2 down}
            Sleep, 400
            SendInput,{2 up}
            SendInput,{4 down}
            Sleep, 400
            SendInput,{4 up}
            SendInput,{5 down}
            Sleep, 400
            SendInput,{5 up}
            SendInput,{6 down}
            Sleep, 400
            SendInput,{6 up}
            SendInput,{1 down}
            Sleep, 800
            SendInput,{1 up}
            SendInput,{4 down}
            SendInput,{5 down}
            SendInput,{6 down}
            Sleep, 364
            SendInput,{4 up}
            SendInput,{5 up}
            SendInput,{6 up}
            Sleep, 36
            SendInput,{4 down}
            SendInput,{5 down}
            SendInput,{6 down}
            Sleep, 164
            SendInput,{4 up}
            SendInput,{5 up}
            SendInput,{6 up}
            Sleep, 136
            SendInput,{4 down}
            SendInput,{5 down}
            SendInput,{6 down}
            Sleep, 364
            SendInput,{4 up}
            SendInput,{5 up}
            SendInput,{6 up}
            Sleep, 36
            SendInput,{5 down}
            Sleep, 600
            SendInput,{5 up}
            SendInput,{6 down}
            Sleep, 200
            SendInput,{6 up}
            SendInput,{5 down}
            Sleep, 400
            SendInput,{5 up}
            SendInput,{4 down}
            Sleep, 400
            SendInput,{4 up}
            SendInput,{2 down}
            Sleep, 400
            SendInput,{2 up}
            SendInput,{4 down}
            Sleep, 400
            SendInput,{4 up}
            SendInput,{6 down}
            Sleep, 400
            SendInput,{6 up}
            SendInput,{5 down}
            Sleep, 400
            SendInput,{5 up}
            SendInput,{4 down}
            Sleep, 800
            SendInput,{4 up}
            Return


            IP属地:浙江37楼2018-04-30 22:47
            回复