Skip to content

Instantly share code, notes, and snippets.

Gui,Add,Text, x2 y5 w45 h20, //Type your Website Here//
Gui,Add,Edit, x50 y5 w48 h20 vMyEdit,
gui,add,button,x35 y30 w30 h20Default,Showit
gui,show, w100
return
GuiClose:
gui,destroy
exitapp