Guest User

Untitled

a guest
Nov 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 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.  
  6. ;Gui, Add, Picture, x0 y-220 w480 h266 , C:\Users\Administrator\Desktop\ahk\guicreator\wallpaper15_1.jpg
  7. ;Gui, Add, Button, x152 y0 w90 h20 gLaunchGame BackgroundTrans, Launch Rappelz!
  8. ;Gui, Add, Button, x152 y23 w90 h20 gConfig BackgroundTrans, Configure
  9. ;Gui, Add, Text, x345 y3 cwhite BackgroundTrans, UserName
  10. ;Gui, add, text, x345 y23 cwhite BackgroundTrans, Password
  11. Gui, Add, Edit, x250 y0 w90 h20, USERNAME
  12. gui, add, edit, x250 y23 w90 h20, PASSWORD
  13. Gui, Show, x356 y544 h43 w479 gr2, Rappelz Bot-1
  14.  
  15. sleep, 2000
  16. ExitApp
Add Comment
Please, Sign In to add comment