Skip to content

Commit

Permalink
Update GTA_AFK.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvon authored Feb 4, 2023
1 parent e2f9334 commit 441be8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GTA_AFK.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ keychange(*){
%ref_k2_d% := "{" hk2.Value " down}"
%ref_k2_u% := "{" hk2.Value " up}"
%ref_sleep_inv% := interval.Value
MyGui.Show("w240 h280")
MyGui.Show("w250 h280")
return
}
timer_main(*){
Expand Down Expand Up @@ -117,4 +117,4 @@ loop
}

#Esc::ExitApp
#`::MyGui.Show("w240 h280")
#`::MyGui.Show("w250 h280")

0 comments on commit 441be8c

Please sign in to comment.