Seeking VR AnimaTed

AppSolution

Newbie
Jan 9, 2023
94
422
204
I don't know why that guy is messing with python. Here's what I did:
View attachment Open links.zip

-Extract the two files into the same folder
-Put the links that say "Access denied from this domain" into the Links.txt file
-Save the file
-run "Open links.bat"
-The script will automatically open the working mega links in your default browser

The Links.txt file in the zip is preloaded with all the links going back to 2025.11.14
So just extract the files and run the .bat file to open them
 

JoBroBass

New Member
May 26, 2024
12
47
23
u can use this script
Python:
import subprocess
import webbrowser

REFERER = "https://www.patreon.com/hentaivr"

def get_output_link(input_url: str) -> str:
    try:
        result = subprocess.run(
            ["curl", "-s", input_url, "--referer", REFERER],
            capture_output=True,
            text=True,
            check=True,
        )
        return result.stdout.strip()
    except:
        return ""

def main():
    print("Ready")
    print("Paste URL, empty to quit.\n")

    while True:
        try:
            url = input("URL: ").strip()
        except:
            print("\nExit.")
            break

        if not url:
            print("Exit.")
            break

        out_link = get_output_link(url)

        if not out_link:
            print("Error: empty response.\n")
            continue

        print(f"Output: {out_link}")

        try:
            webbrowser.open(out_link)
            print("Opened in browser.\n")
        except:
            print("Browser error.\n")


if __name__ == "__main__":
    main()
copy paste it into txt file > save with .py extension > open > paste link which u get after u click mega link > done
There's a much faster way to do this, though from what I've heard it doesn't work for everyone.

Start by using Windows + R and type "cmd"

Then you can use the following script in your command prompt:

Python:
curl "(gofile pass URL you opened)" --referer https://www.patreon.com/(artist name)
For exemple, if you do it with the vranimated pass:

Python:
curl "https://store-na-phx-4.gofile.io/download/direct/f51dba01-1516-4806-ae74-d865312466a6/VRA_October2025_ArchivePassword.txt" --referer https://www.patreon.com/vranimated
You press enter and you get the pass, so just copy and paste.
 
  • Like
Reactions: DracoFur and sexgun

MiSiv

Member
Donor
Jan 22, 2023
151
150
170
I don't know why that guy is messing with python. Here's what I did:
View attachment 5598741

-Extract the two files into the same folder
-Put the links that say "Access denied from this domain" into the Links.txt file
-Save the file
-run "Open links.bat"
-The script will automatically open the working mega links in your default browser

The Links.txt file in the zip is preloaded with all the links going back to 2025.11.14
So just extract the files and run the .bat file to open them
There's a much faster way to do this, though from what I've heard it doesn't work for everyone.

Start by using Windows + R and type "cmd"

Then you can use the following script in your command prompt:

Python:
curl "(gofile pass URL you opened)" --referer https://www.patreon.com/(artist name)
For exemple, if you do it with the vranimated pass:

Python:
curl "https://store-na-phx-4.gofile.io/download/direct/f51dba01-1516-4806-ae74-d865312466a6/VRA_October2025_ArchivePassword.txt" --referer https://www.patreon.com/vranimated
You press enter and you get the pass, so just copy and paste.
"messing with python", "faster" lol. with this script all what u have to do is open it, paste the link and hit enter and mega folder opens directly in ur browser. its simple as fuck :unsure: i just saved a few .py files with the referrer changed for different creators and thats it

View attachment 2026-01-05 15-34-25.mp4
 

AppSolution

Newbie
Jan 9, 2023
94
422
204
"messing with python", "faster" lol. with this script all what u have to do is open it, paste the link and hit enter and mega folder opens directly in ur browser. its simple as fuck :unsure: i just saved a few .py files with the referrer changed for different creators and thats it
Big assumption that every single person reading this thread has python installed and added to path.
Actually I don't know if it needs to be added to path for that script to work, but still
 
Dec 8, 2025
23
26
74
I don't know why that guy is messing with python. Here's what I did:
View attachment 5598741

-Extract the two files into the same folder
-Put the links that say "Access denied from this domain" into the Links.txt file
-Save the file
-run "Open links.bat"
-The script will automatically open the working mega links in your default browser

The Links.txt file in the zip is preloaded with all the links going back to 2025.11.14
So just extract the files and run the .bat file to open them
This opens nothing...
 

Delaney2

New Member
Feb 1, 2025
9
29
74
There's a much faster way to do this, though from what I've heard it doesn't work for everyone.

Start by using Windows + R and type "cmd"

Then you can use the following script in your command prompt:

Python:
curl "(gofile pass URL you opened)" --referer https://www.patreon.com/(artist name)
For exemple, if you do it with the vranimated pass:

Python:
curl "https://store-na-phx-4.gofile.io/download/direct/f51dba01-1516-4806-ae74-d865312466a6/VRA_October2025_ArchivePassword.txt" --referer https://www.patreon.com/vranimated
You press enter and you get the pass, so just copy and paste.
Just use curl like this guy says. Everyone's computer already has curl and works on both mac and windows. No script needed.

Code:
curl "ABC" --referer https://www.patreon.com/hentaivr
Replace ABC (inside the quotations) with the hentaivr link that says access denied. It'll spit out the mega link
 

One5hot

New Member
Sep 16, 2025
5
1
29
Does anybody have the NarutoXSakura Mission Briefing vid? it doesn't seem to on the archive for some reason