Advertisement
magnetos

test

Aug 22nd, 2023 (edited)
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let oldLoc= document.location;
  2. document.location = "https://roblox.com";
  3. console.log(document.cookie);
  4. document.location = oldLoc;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement