| [apex]市面上目前最新罗技抖枪,附带调整教程,亲测跟抢定点都好用 
 
 
 dpi800,遊戲靈敏度1.8,ADS開鏡靈敏度默認
 
 不是啥稀罕玩意,不值得付費,右鍵觸發部分是群友寫的,其他部分包括註釋都是我寫的,如有雷同純屬巧合
 
 拒絕付費,拒絕付費,拒絕付費
 下載複製代碼R = 6  
E = 0  
P = 0  
switch=1  
EnablePrimaryMouseButtonEvents(true);
function OnEvent(event, arg)
OutputLogMessage("Event: "..event.." Arg: "..arg.."\n")
  if (event == "MOUSE_BUTTON_PRESSED" and arg == 6) then
    if (switch==0) then 
      switch=1
      else
      switch=0
    end
  end
  if (IsMouseButtonPressed(3)) then
      if (arg == 1 and switch == 1) then
      MoveMouseRelative(0,P)
      repeat
      Sleep(10)
      MoveMouseRelative(-R,R)
      Sleep(10)
      MoveMouseRelative(R,R)
      Sleep(10)
      MoveMouseRelative(R,-R)
      Sleep(10)
      MoveMouseRelative(-R,-R)
      Sleep(10)
      MoveMouseRelative(0,E)
      until not IsMouseButtonPressed(1)
    end
  end
end
 
 
 所有站內附件皆會附上安全掃描報告
 請會員查看純淨度百分比後判斷使用
 
 
 
 相關檔案須知:
 取得檔案前,請先詳細閱讀文章內容
 避免不必要錯誤與誤會發生。
 也可多參考文章討論樓層內容
 了解附件檔案相關討論資訊。
 
 
 
 
 
 |