Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

64266 readers
296 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
3401
44
submitted 2 years ago* (last edited 2 years ago) by bali10050@lemmy.world to c/piracy@lemmy.dbzer0.com
3402
 
 

I'm looking for the 2003 version of Boston - Augustana, but none of the Deezer sites seem to have it. Rutracker has one torrent with it but it's low quality. I've even tried Seeker (Soulseek mobile) but the only one available there was the same files as the rutracker one.

I can't use my PC atm so I'm looking for stuff I can access via mobile.

3403
 
 

So I've started using NZB as a torrent alternative through PlanetNZB but I'm not downloading anything at all. Is there another thing I'm supposed to get besides PlanetNZB?

3404
 
 

Piracy, in today’s context of unauthorized sharing of digital content, is wrongly condemned as immoral theft. However, it is not piracy itself that is immoral. Rather, it is the greed-driven laws and practices that censor knowledge and creative works to maximize profits. At its core, piracy is about sharing information and creative works with others, which should be seen as a moral good. 🤑

3405
 
 

Piracy, in today’s context of unauthorized sharing of digital content, is wrongly condemned as immoral theft. However, it is not piracy itself that is immoral. Rather, it is the greed-driven laws and practices that censor knowledge and creative works to maximize profits. At its core, piracy is about sharing information and creative works with others, which should be seen as a moral good. 🤑

3406
 
 

I have some idea on whose torrents to avoid but still if you have a good list please share.

3407
 
 

ever since the downfall of soccerstreams/nbastreams on reddit, its been a pain in the ass to find reliable streamers with good quality + low delay.

Anyone have any recommendations?

3408
 
 

Hi All.

I bought It Takes Two through Steam a while ago but only got around to installing it recently. I now realise it uses EA's launcher which is a big piece of shit. Add is some issues linking my EA account to my Steam account and I'm done with it.

It's been a while since I pirated any games, it used to just involve a key gen or copying a few modified files into the right directories.

These days I see whole 'repacks' from fit girls and skid rows.

Is there anything I can do with the game I've already downloaded or do I need to download a repack from someone?

Thanks In Advance.

3409
 
 

Looking for places I can find PSD templates and files. Any help would be appreciated.

3410
 
 

Between rar and this its getting harder to find websites for drama. There is only one other website on the megathread for this. Does anyone know some other sites? TG seems to be hit and miss for dramas.

3411
 
 

Arrrrr...

3412
 
 

I wanted to set up a monsta FTP server on my dashboard and have it automatically log me in to the server, but I learned that you needed a Buisness license, which costs MONEY. I couldnt let this stand. Luckily they ppl at this company had written their entire codebase in uncompiled, unobfuscated PHP and were trying to claim it as "not open source". I wanted some practice cracking software for future piracy stuff so, two days and 34 php.net tabs later and I made this script.

Also as an extra slap in the face, I wrote it in the monsta FTP editor.

<?php
//Set mftp path and website url here because idk how to read CLI args in PHP
$mftp_path = "/srv/mftp/";
$website_url = "";

//New license data
$license_data = '{"email":"fuck@you.com","purchaseDate":1688671221,"expiryDate":4844344881,"version":"2.10.4","isTrial":false,"licenseVersion":3,"productEdition":1}';
$encrypted_license_data = '';

//Keypair
$private_key = openssl_pkey_new();
$public_key_pem = openssl_pkey_get_details($private_key)['key'];
$public_key_path = $mftp_path . "application/api/resources/monsta_public.pem";
file_put_contents($public_key_path, $public_key_pem);

//Encrypt license data
openssl_private_encrypt($license_data, $encrypted_license_data, $private_key);
$output = base64_encode($encrypted_license_data);

//Disarm license checker
$affiliate_checker_path = $mftp_path . "application/api/licensing/AffiliateChecker.php";
$affiliate_replacement_url = $website_url . "/application/api/licensing/true.php";
$affiliate_replacement_path = $mftp_path . "application/api/licensing/true.php";
$affiliate_contents = file_get_contents($affiliate_checker_path);
$affiliate_contents_new = str_replace("https://www.monstaftp.com/_callbacks/affiliate-tracker.php", $affiliate_replacement_url, $affiliate_contents);
file_put_contents($affiliate_checker_path, $affiliate_contents_new);
file_put_contents($affiliate_replacement_path, "<?php echo true; ?>");

//Turn ugly license into handsome license
$monsta_license_start = "===== MONSTA LICENSE START (INCLUDING THIS LINE) =====";
$monsta_license_end = "===== MONSTA LICENSE END (INCLUDING THIS LINE) =====";
$monsta_license = "";
$monsta_count = 0;
$monsta_substr = substr($output, 0, strlen($monsta_license_start));
while (strlen($monsta_substr) === strlen($monsta_license_start)) {
    $monsta_substr = substr($output, $monsta_count, strlen($monsta_license_start));
    $monsta_count = $monsta_count + strlen($monsta_license_start);
    $monsta_license = $monsta_license . "\r\n" . $monsta_substr;
}
$monsta_license = $monsta_license_start . $monsta_license . "\r\n" . substr($output, $monsta_count) . $monsta_license_end . "\r\n";

//Done
echo "Here is your license \r\n";
echo $monsta_license;
echo "Paste it into upgrade menu \r\n";
?>

I didnt really test it that well so comment if it needs edits

3413
 
 

Imagine a cinema has a peeping view from the outside. Is it immoral to peek through the view? I.e: is it considered stealing to do that?

If instead of the cinema, the place was a classroom. Or a workshop, are you considered a theive?

3414
 
 

But why should anyone have to break the law to watch the Mets?

3415
 
 

As the title says, I've heard of ways to use jackett from mobile/your phone if you are on the same network, but can't find any info to do it. If you have info on how to do it, it's be much appreciated!

3416
 
 

Anybody know how to make better use of Edytjedhgmdhm on the megathread? Downloads are rather slow and get canceled for some reason

3417
 
 
3418
3419
3420
8
submitted 2 years ago* (last edited 2 years ago) by firewater@lemmy.fmhy.ml to c/piracy@lemmy.dbzer0.com
 
 

Yarr, I had two Kobo Klara HDs which died on me on the space of a year. During that time I also may have used libgen. Is it possible that was the cause of the failure? Cheers,

Edit: The consensus is that it is very not likely the case. I wanted to check if it was a skill issue so I could learn from it. Seems not to be the case. Stay safe either way.

3421
 
 

Hi! I wanted to start to hoard my favorite tracks in the best possible quality. A lot of stuff is available through Deezer or Tidal i know, but what sources are you guys using when FLACs for particular albums or songs cannot be found on Deezer or Tidal? I wanted to get the Rock n Roll Train song from ACDC in FLAC, but Tidal doesn't have it in FLAC.

Are there any good Public/Private trackers for Music?

Cheers.

3422
27
Tigole (lemmy.ml)
submitted 2 years ago* (last edited 2 years ago) by SmokeFree@lemmy.ml to c/piracy@lemmy.dbzer0.com
 
 

I was browsing 1337x (Big George Foreman x265) and I saw some comments that something tragic happened to Tigole.

Fucking 2023

EDIT: Seems like that yogibear were trolling. Said Tigole is fine.

3423
 
 

So one of the benefits of a streaming service is the recommendation algorithm suggesting new shows to you. They're not perfect but I have discovered great shows in the past because of it. So to replace that I've found a great app called JustWatch. It asks you to select what services you're subscribed to so I just choose all of them, then select what shows I've watched and which I liked, and its algorithm suggests new shows to watch. You can also use it to track what episodes you're up to, which I'm sure is great for people more organised and less ADHD than I am!

Disclaimer - I suspect this app is australian-centric, but there must be other apps out there for your country too.

3424
 
 

These videos are publicly shared but I think they are read-only. Is there any way to download them?

3425
 
 

cross-posted from: https://kbin.social/m/cricket/t/11961

Can you help help me find somewhere to download full cricket matches? I have really been disappointed at the amount of matches I can watch this year in USA since ESPN+ lost streaming rights for many completions, particularly IPL.

I have managed to avoid results of IPL final hoping to watch full match unspoiled.

I have used forum.rojadirecta.es for full games in the past, everything from MLB to English rugby league, but they don't seem to have a single cricket match.

!piracy

view more: ‹ prev next ›