Guest User

Untitled

a guest
Nov 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. menu, tray, icon, shell32.dll, 2
  2. Gui, Add, ComboBox, vDebuggerCommand w600, %Options%
  3. Gui, Add, Button, default, OK ; The label ButtonOK (if it exists) will be run when the button is pressed.
  4. Gui, Show,, Choose the item to debug
  5. sleep, 2000
  6. ExitApp
Add Comment
Please, Sign In to add comment