Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Gui,+AlwaysOnTop
  2.  
  3. Gui, Show , w200 h210,
  4.  
  5. GUI, Add, Button, x20 y25 w104 h25 , Yes
  6. GUI, Add, Button, x20 y50 w104 h25 , Disconnect
  7. GUI, Add, Button, x20 y75 w104 h25 , Parked
  8. GUI, Add, Button, x20 y100 w104 h25 , wrongsite
  9.  
  10. return
  11.  
  12. ButtonYes:
  13. WinActivate, Hybrid - Google Chrome
  14. Sleep 25
  15. Send {Tab 1}
  16. Send {Space}
  17. Send {Tab 1}
  18. Send {Space}
  19. Send {Tab 2}
  20. Send {Enter}
  21.  
  22. Return
  23.  
  24. ButtonDisconnect:
  25.  
  26. WinActivate, Hybrid - Google Chrome
  27. Sleep 25
  28. Send {Tab 1}
  29. Send {Down 1}
  30. Send {Tab 1}
  31. Send {Down 3}
  32. Send {Tab 2}
  33. Send {Enter}
  34. Return
  35.  
  36. ButtonParked:
  37. WinActivate, Hybrid - Google Chrome
  38.  
  39. Sleep 25
  40. Send {Tab 1}
  41. Send {Down 2}
  42. Send {Tab 1}
  43. Send {Down 1}
  44. Send {Tab 2}
  45. Send {Enter}
  46. Return
  47.  
  48. Buttonwrongsite:
  49. WinActivate, Hybrid - Google Chrome
  50. Sleep 25
  51. Send {Tab 1}
  52. Send {Space}
  53. Send {Tab 1}
  54. Send {Down 1}
  55. Send {Space}
  56. Send {Tab 2}
  57. Send {Enter}
  58. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement