祝福網

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

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

2023-11-24 單機遊戲攻略

      time_all = 0  --槍口停止壓槍閥
      --last_x_pos = 0  --上次的x坐標
      --last_y_pos = 0  --上次的y坐標
      --last_x_pos ,last_y_pos = GetMousePosition()
      --循環壓槍
      while(IsMouseButtonPressed(force_gun_m4))
      do
        if (time_all < 60)
        then
          --前2發不壓
          move_y = 0
        end
        time_one = math.random(7,10)
        Sleep(time_one)
        MoveMouseRelative(move_x,move_y)
        time_two = math.random(7,10)
        Sleep(time_two)
        time_all = time_all + time_one + time_two
        if (time_all > 360)
        then
          --達到壓槍閾值縱坐標停止運動
          move_y = 0
          -- 橫坐標開始運動
          --current_x_pos,current_y_pos = GetMousePosition() --獲取當前鼠標坐標
          --如果當前鼠標移動,自動像反方向壓槍
         
        else
          move_y = 3
        end
       
      end
    end
    --]]

7、ak火麒麟壓槍-- AK壓槍
    ---[[
    if (event == "MOUSE_BUTTON_PRESSED" and arg == force_gun_ak and is_open_up) then
      move_y = 4    --縱向移動坐標
      move_x = 0    --橫向移動坐標
      time_all = 0  --槍口停止壓槍閥
      --last_x_pos = 0  --上次的x坐標
      --last_y_pos = 0  --上次的y坐標
      --last_x_pos ,last_y_pos = GetMousePosition()  --獲取初始位置
      --OutputLogMessage("%d,%d\n",last_x_pos,last_y_pos)
      --sum_move_y = 0  --y軸移動全部距離
     
      --循環壓槍
      while(IsMouseButtonPressed(force_gun_ak))
      do
        if (time_all < 40)
        then
          --單點不壓
          move_y = 0
        end
       
        --time_one = math.random(5,11)
        --Sleep(time_one)
        MoveMouseRelative(move_x,move_y)
        --sum_move_y = sum_move_y + move_y  --計算移動后的距離 精品小說推薦: 昔日落魄少年被逐出家族,福禍相依得神秘老者相助,從此人生路上一片青雲! 我行我瀟灑,彰顯我性格! 彆罵小爺拽,媳婦多了用車載! 妹紙一聲好歐巴,轉手就是摸摸大! “不要嘛!” 完整內容請點擊辣手仙醫

Tags:穿越火線

網站分類
標簽列表