Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apartment_exploit_runs_script.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Numpad0:: ;preparation phase start hotkey



Numpad1:: ;payback phase start hotkey
F7:: ;payback phase start hotkey
MsgBox, 4,, You're going to start "payback phase"`n!!!WARNING!!!`nMake sure that you've prepared the slots!`n!!!WARNING!!!`nDo you want to continue?
IfMsgBox, Yes
{
Expand All @@ -63,31 +63,31 @@ Numpad1:: ;payback phase start hotkey



Numpad2:: ;"panic button" no-save enable hotkey
F8:: ;"panic button" no-save enable hotkey
saveblockEnable()
Return





Numpad3:: ;"panic button" no-save disable hotkey
F9:: ;"panic button" no-save disable hotkey
saveblockDisable()
Return





Numpad4:: ;"panic button" reload hotkey
F10:: ;"panic button" reload hotkey
Reload
Return





Numpad5:: ;"panic button" exit hotkey
F11:: ;"panic button" exit hotkey
ExitApp
Return

Expand Down Expand Up @@ -547,4 +547,4 @@ QPC( R := 0 )
; By SKAN, http://goo.gl/nf7O4G, CD:01/Sep/2014 | MD:01/Sep/2014
Static P := 0, F := 0, Q := DllCall( "QueryPerformanceFrequency", "Int64P",F )
Return ! DllCall( "QueryPerformanceCounter","Int64P",Q ) + ( R ? (P:=Q)/F : (Q-P)/F )
} ;timer, mostly for checking performance of script
} ;timer, mostly for checking performance of script