Advertisement
kiwijunglist

Untitled

Aug 3rd, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #singleinstance force
  2. Gui,Add,Text,, You wrote the following text:
  3. Gui,Add,Text,, InputResult
  4. Gui, Show
  5. Loop
  6.     {
  7.     Inputbox, Str
  8.     GuiControl, , InputResult, %Str%
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement