Advertisement
countrymac1977

Viewer Rank Command

Feb 27th, 2021 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var lc=qs.toLowerCase(),
  2. xs=lc.replace('xbox%20',''),
  3. es=lc.replace("epic%20",''),
  4. URL="https://api.yannismate.de/rank/",
  5. xURL=URL+"xbox/"+xs,
  6. eURL=URL+"epic/"+es,
  7. x_eq=plat.toUpperCase(),
  8. e_eq=plat.toUpperCase();
  9. if (x_eq==="XBOX"){xURL}
  10. else if (e_eq==="EPIC"){eURL}
  11. else {URL+plat+"/"+a2}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement