Advertisement
Guest User

Untitled

a guest
Aug 28th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.41 KB | None | 0 0
  1. #include <AutoItConstants.au3>
  2. Run("E:\WoWClassic\World of Warcraft\_classic_\Wow") ; tu wpisujecie swoja sciezke do pliku. wazne zeby to byl bezposredni exe do wowa a nie do launchera
  3. WinActivate("World of Warcraft")
  4. SLEEP(500)
  5. Send("tu wpisujecie swoje haslo")
  6. Send("{ENTER}")
  7. SLEEP(20000) ;tu ustalacie czas po jakim ma logowac. liczba sekund * 1000
  8. MouseClick($MOUSE_CLICK_LEFT, 643, 278, 1)
  9. SEND("{ENTER}")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement