全境封锁吧 关注:216,288贴子:4,397,129
  • 11回复贴,共1

请问孤星双持MDR是什么鬼

只看楼主收藏回复

今晚打传奇医院,看到队里有个3000+功勋的,我在前面突突突听到后面有MDR的声音。本以为是卫哨结果他头上亮着孤星狂战士标记,敢问这是什么神装配,PS4平台,一般没有用连发手柄的


IP属地:山东来自Android客户端1楼2019-04-12 23:40回复
    那是大佬在尝试不同的玩法


    IP属地:山西来自Android客户端2楼2019-04-12 23:44
    收起回复
      孤星+MDR怕不是鼠标一天一换


      IP属地:河南来自iPhone客户端3楼2019-04-13 03:08
      回复


        IP属地:黑龙江来自Android客户端4楼2019-04-13 04:18
        回复
          PS4键鼠大佬呗trigger finger


          IP属地:加拿大来自Android客户端5楼2019-04-13 07:30
          回复
            dhk走起
            one := 0
            two := 0
            firstoptionstatus := "Disabled"
            secondoptionstatus := "Disabled"
            Gui, +AlwaysOnTop -Caption +Owner +LastFound +E0x20
            Gui, Margin, 0, 0
            Gui, Color, Grey
            Gui, Font, cRed s30 bold, Arial
            Gui, Add, Text, x13 y0 w500 h40, Recoil Reduce |
            Gui, Font, cRed s30 bold, Arial
            Gui, Add, Text, x330 y0 w200 h40 vfirstoptionstatus, %firstoptionstatus%
            Gui, Add, Text, x13 y50 w500 h40, Auto-Fire |
            Gui, Add, Text, x330 y50 w200 h40 vsecondoptionstatus, %secondoptionstatus%
            WinSet, Transparent, 200
            Gui, Show, x0 y800 h100 w530
            ;################################################# #################################
            Hotkey, $LButton, Toggle
            Hotkey, $*~LButton, Toggle
            Numpad1::
            Hotkey, $*~LButton, Toggle
            one += 1
            if Mod(one, 2) = 1{
            firstoptionstatus := "Enabled"
            GuiControl, +clime, firstoptionstatus
            GuiControl, ,firstoptionstatus, %firstoptionstatus%
            WinActivate, Tom Clancy's The Division
            }
            else{
            firstoptionstatus := "Disabled"
            GuiControl, +cred, firstoptionstatus
            GuiControl, ,firstoptionstatus, %firstoptionstatus%
            WinActivate, Tom Clancy's The Division
            return
            }
            return
            Numpad2::
            Hotkey, $LButton, Toggle
            two += 1
            if Mod(two, 2) = 1{
            secondoptionstatus := "Enabled"
            GuiControl, +clime, secondoptionstatus
            GuiControl, ,secondoptionstatus, %secondoptionstatus%
            WinActivate, Tom Clancy's The Division
            }
            else{
            secondoptionstatus := "Disabled"
            GuiControl, +cred, secondoptionstatus
            GuiControl, ,secondoptionstatus, %secondoptionstatus%
            WinActivate, Tom Clancy's The Division
            return
            }
            return
            *~LButton::
            if WinActive("ahk_exe TheDivision.exe")
            {
            while GetKeyState("LButton")
            {
            DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 1, int, 0)
            Sleep, 50
            }
            }
            return
            LButton::
            if WinActive("ahk_exe TheDivision.exe")
            {
            Loop
            {
            SetMouseDelay 30
            Click
            If (GetKeyState("LButton","P")=0)
            Break
            }
            }
            else{
            Click
            }
            return


            IP属地:山东6楼2019-04-13 07:38
            回复
              主机也有转换器支持连发宏的…


              IP属地:江苏来自iPhone客户端7楼2019-04-13 08:57
              收起回复
                人家只是想玩点骚套路而已


                IP属地:安徽来自Android客户端8楼2019-04-13 09:19
                收起回复
                  别说了,我最喜欢孤星手枪盾了


                  IP属地:上海来自Android客户端9楼2019-04-13 10:09
                  回复