Guest User

Untitled

a guest
Aug 20th, 2016
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Opt("WinTitleMatchMode", 2)
  2. SL()
  3.  
  4. Func SL()
  5.  
  6. Local $loader = "YOUR CLIENT NAME" ; In the quotes put the name of your loader WITHOUT the .exe
  7. Local $username = "YOUR USERNAME" ; Type your username in the quotes
  8. Local $password = "YOUR PASSWORD" ; Type your password in the quotes
  9.  
  10. Run($loader)
  11. Sleep(1250)
  12. Local $hWnd = WinWait("[TITLE:LEAG]", "", 5)
  13. Local $aPos = WinGetPos($hWnd)
  14. WinMove($hWnd, "", -5000, -5000)
  15. Sleep(200)
  16. Send($username)
  17. Send("{TAB}")
  18. Send($password)
  19. Send("{TAB}")
  20. Send("{ENTER}")
  21.  
  22. EndFunc
Add Comment
Please, Sign In to add comment