Advertisement
Guest User

ahk

a guest
Mar 30th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1. Gui, Add, Button, x172 y119 w100 h50 gKey, Button
  2. Gui, Add, Edit, x172 y69 w100 h30 vPass, Edit
  3. ; Generated using SmartGUI Creator for SciTE
  4. Gui, Show, w479 h379, Untitled GUI
  5. return
  6.  
  7. GuiClose:
  8. ExitApp
  9. return
  10.  
  11. key:
  12. GuiControlGet, Pass
  13. MsgBox, 0, Your Text, Pass: %Pass%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement