Advertisement
kacpertrz1

Untitled

Jun 16th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ;*************************
  2. #include <FileConstants.au3>
  3. #include <MsgBoxConstants.au3>
  4. #include <WinAPIFiles.au3>
  5. ;*************************
  6. shellexecute("chrome.exe")
  7. Sleep(200) ; albo winwait
  8. $str=FileRead("Test.txt")
  9. Send("www.csgopolygon.com" & "{Enter}")
  10. $hFile = FileOpen("Test.txt",9)
  11. FileRead($hFile, "Test.txt")
  12. Sleep(500)
  13. Send("^+j")
  14. FileWrite($hFile, "Test.txt")
  15. FileClose($hFile)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement