Guest User

Untitled

a guest
Jan 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
  2. #AutoIt3Wrapper_UseX64=n
  3. #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
  4. #cs ----------------------------------------------------------------------------
  5.  
  6. AutoIt Version: 3.3.6.1
  7. Author: myName
  8.  
  9. Script Function:
  10. Template AutoIt script.
  11.  
  12. #ce ----------------------------------------------------------------------------
  13. #include<INet.au3>
  14. #include<INetv2.au3>
  15. #include<String.au3>
  16. #include<Array.au3>
  17. #Include <Misc.au3>
  18.  
  19.  
  20. Sleep(500)
  21. $quelltext = ClipGet()
  22. $test =StringRegExp($quelltext, "[a-z0-9]{32}[^.]", 3)
  23. ToolTip("Fenster schliessen!",@DesktopWidth/2+125, @DesktopHeight/2-285, "", 1)
  24. _ArrayDisplay($test)
  25.  
  26.  
  27. $nr=1
  28.  
  29. Sleep(3000)
  30. $epcode =String($test[1])
  31. Send($epcode)
  32. MsgBox(0, "", "Pretest"&$epcode)
Add Comment
Please, Sign In to add comment