Advertisement
Ex0rpl4net

Untitled

Oct 3rd, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. URL = http://steamidconverter.com/%A_loopfield%
  2.  
  3. wb := ComObjCreate("InternetExplorer.Application")
  4. wb.Visible := true
  5. wb.Navigate(URL)
  6. IELoad(wb)
  7. sleep,1000
  8.  
  9. html:=html.getElementByID("SteamID64").InnerText
  10. msgbox,%html%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement