Advertisement
jblack145

Download deleted or archived

Jun 25th, 2023 (edited)
20,597
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 2 0
  1. - Find link to hidden or deleted mod
  2. - Punch link into: https://archive.org/web/
  3. - Go to files
  4. - Inspect element on file you want to download
  5. - Grab data-id from HTML, example: data-id="181373"
  6. - Punch ID into: https://www.nexusmods.com/Core/Libs/Common/Widgets/DownloadPopUp?id=YOURIDGOESHERE&game_id=YOURIDGOESHERE
  7. - Select game_id: Skyrim OG (110), Skyrim SE (1704), Fallout 4 (1151)
  8.  
  9. OR
  10.  
  11. - Find link to active mod
  12. - Go to files > file archive
  13. - Inspect element on file you want to download
  14. - Grab data-id from HTML, example: data-id="181373"
  15. - Go to the address bar and remove everything after /mods/9999
  16. - Paste this code in and replace the numbers at the end with the code you grabbed from the HTML
  17. - ?tab=files&file_id=372598
  18.  
  19. To obtain game_id:
  20. - Open a random mod from the game you wish to view
  21. - Go to files
  22. - Inspect element on any file
  23. - Search 'og:image' in the HTML
  24. - Your code should be after /mods/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement