祝福網

首頁 > 遊戲 > 遊戲攻略 > 單機遊戲攻略 / 正文

《cf》一鍵宏設置大全代碼一覽

2023-11-24 單機遊戲攻略

cf一鍵宏設置大全代碼在哪里看?在穿越火線中鼠標宏其實是類似外掛一樣的東西,有人問小編cf一鍵宏設置大全代碼在哪里看?下面小編就為大家帶來了cf一鍵宏設置大全代碼一覽。

cf一鍵宏設置大全代碼

1、一鍵鬼跳

-- 鬼跳(按住ctrl+方向鍵+側鍵)
    ---[[
    if (event == "MOUSE_BUTTON_PRESSED" and arg == ghost_jump) then
      while(IsMouseButtonPressed(ghost_jump))
      do
        PressKey("spacebar")
        Sleep(math.random(8,11))                
        ReleaseKey("spacebar")
        Sleep(math.random(8,11))
      end   
                 
    end
    --]]
   
    -- 鬼跳1.2(只需要按住方向鍵+側鍵)(個人覺得沒有自己按ctrl手感好)
    ---[[
    if (event == "MOUSE_BUTTON_PRESSED" and arg == ghost_jump and is_open_up) then
      while(IsMouseButtonPressed(ghost_jump))
      do
        PressKey("spacebar")
        Sleep(math.random(5,8))
        PressKey("lctrl")
        Sleep(math.random(1,3))                
        ReleaseKey("spacebar")
        Sleep(math.random(8,11))
      end   
      ReleaseKey("lctrl")             
    end
    --]]

2、一鍵上箱

-- 一鍵上箱1.0
    ---[[
    if (event == "MOUSE_BUTTON_PRESSED" and arg == jump_box) then
      PressKey("spacebar")
      Sleep(math.random(267,275))
      ReleaseKey("spacebar")
      Sleep(math.random(346,354))
      PressKey("spacebar")
      Sleep(math.random(164,172))
      ReleaseKey("spacebar")                     
      Sleep(math.random(96,104))         
      PressKey("lctrl")
      Sleep(math.random(140,148))  
      ReleaseKey("lctrl")                    
    end
    --]]

3、一鍵順JU

-- 右鍵瞬狙
    ---[[
    if (event == "MOUSE_BUTTON_RELEASED" and arg == right_fire_Ju) then
      --OutputLogMessage("Hello World %f\n", math.random())
     
      -- 瞬發 精品小說推薦: 昔日落魄少年被逐出家族,福禍相依得神秘老者相助,從此人生路上一片青雲! 我行我瀟灑,彰顯我性格! 彆罵小爺拽,媳婦多了用車載! 妹紙一聲好歐巴,轉手就是摸摸大! “不要嘛!” 完整內容請點擊辣手仙醫

Tags:穿越火線

網站分類
標簽列表