Advertisement
kacpertrz1

Untitled

Jun 16th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. shellexecute("chrome.exe")
  2. Sleep(200) ; albo winwait
  3. $str=FileRead("Test.txt")
  4. Send("www.csgopolygon.com" & "{Enter}")
  5. Sleep(1000)
  6. $tekst = ControlGetText("skopiuj - Test.txt", "", "Edit1")
  7. Sleep(200)
  8. ControlSend ("wklej - ^+j", "", "Edit1", $str)
  9. Send("^+j")
  10. Sleep(5000) ; albo winwait
  11. Send($str)
  12. Sleep(5000)
  13. Send("Enter")
  14.  
  15.  
  16.  
  17.  
  18. $tekst = ControlGetText("skopiuj - Notatnik", "", "Edit1")
  19. ControlSend ("wklej - ^+j", "", "Edit1", $str)
  20. Send("^+j")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement