Skip to content

Commit 738a288

Browse files
committed
add v1.0.1 w3c version
1 parent 0204b5a commit 738a288

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

WIH w3c.ahk

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GroupAdd, WC3DOTA , Warcraft III
2525
VK_LIST = VK41,VK42,VK43,VK44,VK45,VK46,VK47,VK48,VK49,VK4A,VK4B,VK4C,VK4D,VK4E,VK4F,VK50,VK51,VK52,VK53,VK54,VK55,VK56,VK57,VK58,VK59,VK5A,VK30,VK31,VK32,VK33,VK34,VK35,VK36,VK37,VK38,VK39,VKC0,VKDB,VKDD,VKBE,VKBF,VKBA,VKDE,VKDC
2626
HK_LIST = A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,0,1,2,3,4,5,6,7,8,9,``,[,],.,/,;,',\
2727

28-
Version=WIH v1.0.0 (w3c) ;current verison for update
28+
Version=WIH v1.0.1 (w3c);current verison for update
2929
;************************************************STYLE COLOR**********************************************
3030

3131
;************************************************TRAY MENU********************************************************
@@ -49,9 +49,6 @@ Version=WIH v1.0.0 (w3c) ;current verison for update
4949
Hotkey, IfWinActive, ahk_group WC3DOTA
5050
IniRead, WMC, %A_WorkingDir%\wih.ini,Others, WMC, 0
5151
IniRead, WMChotkey, %A_WorkingDir%\wih.ini,Others, WMChotkey, %A_Space%
52-
53-
IniRead, NewRelativeCoordinatesCheckChatX, %A_WorkingDir%\wih.ini, Others, NewRelativeCoordinatesCheckChatX, 0.74375
54-
IniRead, NewRelativeCoordinatesCheckChatY, %A_WorkingDir%\wih.ini, Others, NewRelativeCoordinatesCheckChatY, 0.019
5552
;************************************************INVENTORY*************************************
5653

5754
IniRead, EnInventory, %A_WorkingDir%\wih.ini, Inventory, EnInventory, 1
@@ -615,8 +612,8 @@ VK(Param)
615612
}
616613
}
617614

618-
EmptyMem(PID="WIH v1.0.0"){
619-
pid:=(pid="WIH v1.0.0") ? DllCall("GetCurrentProcessId") : pid
615+
EmptyMem(PID="WIH v1.0.1 (w3c)"){
616+
pid:=(pid="WIH v1.0.1 (w3c)") ? DllCall("GetCurrentProcessId") : pid
620617
h:=DllCall("OpenProcess", "UInt", 0x001F0FFF, "Int", 0, "Int", pid)
621618
DllCall("SetProcessWorkingSetSize", "UInt", h, "Int", -1, "Int", -1)
622619
DllCall("CloseHandle", "Int", h)

0 commit comments

Comments
 (0)