This lets you use your clipboard as stack memory. It is made in AutoHotKey V1.
I have provided an executable for this macro that you can download and run if you trust me. I have to note that most AHK macros are flagged as trojans by some security vendors on VirusTotal, here is the VirusTotal report for this executable. If you don't trust me, review the code, download AutoHotKey V1, and compile your own executable. If you don't trust AutoHotKey check out this report.
When an AHK macro is running, you can stop it from its tray icon.
- The tool will monitor the clipboard and automatically push any changes to the stack.
ctrl
+v
to paste from the clipboard stack.alt
+v
to pop from the clipboard stack and paste.