hackersense / Apex-NoRecoil-Alpha

An official branch version that I can modify and update myself
GNU General Public License v3.0
58 stars 4 forks source link

apexmaster_without_hyde64.ahk 少了幾段程式碼 #44

Closed sky5416841 closed 3 months ago

sky5416841 commented 3 months ago

apexmaster_without_hyde64.ahk 二十一行 RunAsAdmin()

{ Global 0 IfEqual, A_IsAdmin, 1, Return 0 Loop, %0% params .= A_Space . %A_Index% DllCall("shell32\ShellExecute" (A_IsUnicode ? "" : "A"), uint, 0, str, "RunAs", str, (A_IsCompiled ? A_ScriptFullPath : A_AhkPath), str, (A_IsCompiled ? "" : """" . A_ScriptFullPath . """" . A_Space) params, str, A_WorkingDir, int, 1) ExitApp } 不然會造成程式無法開啟
彈出視窗我不知道怎麼用 就交給你處理了