Advertisement
Guest User

Fast solo rank build check LoL op.gg

a guest
Aug 17th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $('[data-type="soloranked"]').click()
  2. setTimeout(
  3. function() {
  4. $(".Content #right_match").click();
  5. setTimeout(
  6. function() {
  7. $('[data-category="Build"]').click();
  8. }, 3000);
  9. }, 3000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement