Advertisement
rursache

Blade and Soul AutoLogin Script

Jan 2nd, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.30 KB | None | 0 0
  1. Run("C:\Program Files (x86)\NCWest\NCLauncher\Launcher.cmd")
  2.  
  3. Sleep(5500)
  4.  
  5. Local $hWnd = WinWait("[CLASS:#32770]", "", 10)
  6.  
  7. ControlClick($hWnd, "", "[CLASS:ATL:004968B8; INSTANCE:2]")
  8.  
  9. Send("YOUR_PASSWORD_HERE") ; replace with your password
  10.  
  11. Send("{ENTER}")
  12.  
  13. Sleep(10000)
  14.  
  15. WinKill("Game Launcher")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement