祝福網

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

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

2023-11-24 單機遊戲攻略

      PressMouseButton(1)
      Sleep(math.random(10,20))
      ReleaseMouseButton(1)
      -- 切槍
      if(change_gun == 1) then
        PressKey("q")
        Sleep(math.random(9,14))                
        ReleaseKey("q")
        Sleep(math.random(120,130))
        PressKey("q")
        Sleep(math.random(9,14))                
        ReleaseKey("q")
        Sleep(math.random(9,14))
      end
       
    end
    --]]

4、usp速點

-- usp連發
    ---[[
    if (event == "MOUSE_BUTTON_PRESSED" and arg == usp_fire) then
 
      -- usp連發壓槍
      time_sum = 0
      move_y = 0
      if(usp_push_gun)then
        move_y = 3
      end
      while(IsMouseButtonPressed(usp_fire))
      do
        MoveMouseRelative(0,move_y)
        PressMouseButton(1)
        usp_speed_end = usp_speed + 10
        time_one = math.random(usp_speed,usp_speed_end)
        Sleep(time_one)
        ReleaseMouseButton(1)
        time_two = math.random(usp_speed,usp_speed_end)
        Sleep(time_two)
        time_sum = time_sum + time_one + time_two
        if(time_sum > 300)
        then
          move_y = 0
        end
      end
    end
    --]]

5、雷神三連發

-- 雷神三連發
    ---[[
    if (event == "MOUSE_BUTTON_PRESSED" and arg == tree_constant) then
 
      -- 下面注意,判斷是否按壓的值和正在按壓的值不同,分別是132和123value
     
        --OutputLogMessage("Hello World %d\n",2007)
        PressMouseButton(1)
        Sleep(math.random(178,190))
        ReleaseMouseButton(1)
        Sleep(math.random(45,53))
      end 
    end
    --]]

6、雷神壓槍

-- 雷神壓槍2.0
    ---[[
    if (event == "MOUSE_BUTTON_PRESSED" and arg == force_gun_m4 and is_open_up) then
      move_y = 3    --縱向移動坐標
      move_x = 0    --橫向移動坐標 精品小說推薦: 昔日落魄少年被逐出家族,福禍相依得神秘老者相助,從此人生路上一片青雲! 我行我瀟灑,彰顯我性格! 彆罵小爺拽,媳婦多了用車載! 妹紙一聲好歐巴,轉手就是摸摸大! “不要嘛!” 完整內容請點擊辣手仙醫

Tags:穿越火線

網站分類
標簽列表