Oh wait, I forgot, do you have Cyberpunk or Meet the Fuckers Part 2?
Think Meet The Fuckers wasn’t scripted.
i dont, but ive just done some digging, i dont think cyberpunk has a script as i cant see one on here or IVDB, but meet the fuckers part 2 seems to be on IVDB
Cyberpunk has been scripted and was available when SLR had VRBangers on their site. The script was removed together with the video when VRBangers delisted all of their content on SLR. The paid script post here was delisted since the video was removed from SLR.
Aww fuck. VRConk just removed downloads, too! Can confirm a TamperMonkey right click allower & maian’s console command works just fine.
Browser’s LibreWolf.
Sorry, so does that mean the cyberpunk script is completely gone off the web? I’m also trying to find it without luck.
if your talking about Lexi Lore VRConk video
https://discuss.eroscripts.com/t/vrconk-com-cyberpunk-lucy-a-porn-parody-starring-lexi-lore/120648
its here and the MEGA link is still working too.
No, the Sindal Xie & Sif Blvck one.
oh, I’d almost forgotten about that one. So when SLR announced they’d stop doing business with VRBanger/Conk a lot of people panic-download content and that’s one of the scripts that I downloaded. Problem is I think its against site rules to share scripts that weren’t made by you so if the creator would give permission or share it himself, thin it would be fine,
When asked, the scripters I’ve seen have said they wish they could release/resell them, but it’s owned by SLR, and SLR can’t/won’t sell it.
The scripters probably can’t say “Go ahead and share it”, legally, even if they might wish they could.
They updated their site and killed the firefox extension that fix it…
Yes they did update the UI which breaks the extension, but the data still exists. We just need to update our code to add a button to the new UI, I think.
FYI You can still get to the download links for your session by opening the chrome developer console and pasting in this code (this is mostly from the plugin source code):
const token = document.cookie.match('(?:^|; )atoken=([^;]+)')[1];
const videoId = window.location.pathname.match('^/video/([^/]+)')[1];
var downloads = null;
fetch(`https://content.${window.location.hostname}/api/content/v1/videos/${videoId}`, {
headers: {
'Authorization': 'Bearer ' + token
}
}).then(resp => {
if (!resp.ok)
throw new Error('HTTP error: ' + resp.status);
return resp.json();
}).then(resp => {
if (resp.status.code !== 1)
throw new Error(resp.status.message);
downloads = resp.data.item.downLoadVideoListForFront;
console.log(JSON.stringify(downloads))
});
I know I’m kind of late to this discussion however its the first discussion that talks about this topic when I look up “VRBANGERS Download” so I thought I’d share my method of downloading videos here so you don’t have to worry about going through the PlayA app and instead directly download it from the website instead. This method works with any embedded videos so can be used for other websites or anytime you don’t have the ability to directly download something.
The first thing you are going to want to do is Inspect Element for the page. Now I suspect they now about this because they disabled the ability to right click on the page however usually (depending on your browser the methods vary) you can go to the top right and click More Tools > Developer Tools.
From there you can navigate to the network tab and any traffic running through the website on the network will be shown so you will get a lot of garbage however once you start playing the video in the quality you wish to download it in you can then search through (newest items will be at the bottom, can vary depending on browser) for an item listed as media with the title of the video. Ex:
From there you can right-click and open the video in a new tab where you can again right-click and save the video, to ensure you are correctly downloading the video you should see a pretty large video file saved to your PC.
Here is a reference video if you get stuck and is more so explaining the method I’m using. Hope this help!
How To Save A Video Embedded On A Website - Download Video From Website
Is there a way to play/download the video using heresphere? I don’t want to have to download the entire file every time I want to play it. Wish I knew they did this before I bought a subscription ffs.
Hello, Thank you for teaching me this. I have a question. so the video is offered in 8k but i cannot select higher than 4k. I am doing this from PC, and and just using my web browser. is it not letting me choose 8k because my screen does not support 8k? Thank you for your time!