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

64175 readers
317 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
2526
 
 

Particularly kids shows. I've found yggtorrents but it takes forever to seed. There's a season of TV I want to get for my kids but it's over the ratio I have haha.

I'm not concerned with paying for a private tracker so long as they're trusted. I'd prefer a Usenet solution if that's possible.

2527
 
 

I2P support anonymous torrents

TOR is good for direct downloads (DDL)

Don't know if others exist...

2528
 
 

I created 2 hybrid torrents, A and B, both contains same files and has same trackers, uploaded A to public, It's been downloaded hundreds of times and there's no shortage of clients in the peer list that support v2.

use Tixati 3.19 and BiglyBT (supports v2) download B, it stuck at 0%, didn't get anything from A. Some people say that need trackers support this feature, is that true? Did you ever test succeed?

like this: https://www.reddit.com/r/qBittorrent/comments/t6pj7q/bittorrent_v2_not_working_as_expected/

2529
2530
 
 

I did a guide several months ago to make Microsoft Office installation as easy as possible. I have recently modified it to tell people to use the Ohook activation method and also updated the GitHub Gist mirror.

Happy pirating and I hope this guide can help anyone.

2531
 
 

cross-posted from: https://lemmy.world/post/6018317

Hello World!

As we've all known and talked about quite a lot, we previously blocked several piracy-focused communities. These communities, as announced, were:

In our removal announcement, we stated that we will continue to look into this more in detail, and re-allow these communities if and when we deem it safe. It was a solid concern at the time, because we were already receiving takedown requests as well as constant attacks, and didn't want to put our volunteer team at risk. We had zero measures in place, and the tools we had were insufficient to deal with anything at scale.

Well, after back and forth with some very cool people, and starting to have proper measures as well as tooling to protect ourselves, we decided it's time to welcome these communities back again. Long live the IT nerds!

We know it's been a rough ride with everything, and we'd like to thank every one of you who were understanding of us, and stayed with us all the way. Please know that as users, you are what makes this platform what it is, and damned we be if we ever forget it.

With love, and as always, stay safe in the high seas!

Lemmy.world Team

❤️

2532
2533
 
 

Hi Piracy,

We're thrilled to announce the launch of TorrentLite, our brand-new torrent site, carefully crafted with some inspiration, with the following features in mind: Key Features:

  • Clean and user-friendly interface.
  • Multiple quality options for each title, accessible via the 'Multiple Quality Available (M.Q.A)' button.
  • High-quality torrents sourced from both public and private trackers.
  • Hover-over thumbnails for quick previews.
  • Search by IMDb ID for easy movie lookup.
  • Fast loading times, with pages loading in under 2 seconds.
  • Strict content curation, with uploads only by trusted uploaders.
  • Access to upcoming movies.
  • A comprehensive catalog.
  • IMDb summaries for better movie insights.

M.Q.A Page Features We're Working On:

  • Dedicated 4K movies section.
  • Expanding our library with torrents from more trusted private trackers. We're eager to hear from you and invite your active participation. Here's how you can get involved:
  • Share your feature suggestions.
  • Report any bugs you encounter on the site.
  • Join our Lemmy community: Lemmy
  • Become part of our subreddit community: Reddit

Your input is invaluable to us, and you're welcome to suggest design changes as well. Thank you for your support, and we are committed to continuously improving TorrentLite based on your feedback.

Links:

Note: This project is a fork of TRB but will soon have no ties with it. This post has been approved by the mods. This post has been posted with approval from the mods.

2534
 
 

I'm currently on the Imac using Deluge as my preferred client - it just seems so much faster than (say) Transmission, which has recently been struggling to connect to other pirates on the high seas.

The only problem is: Deluge appears to have issues with magnet links. Although the client will open when you click a magnet, the link doesn't automatically get added to the downloads. So you have to manually enter each magnet link.

Is there anyway around this? I'd appreciate detailed instructions if possible (or a link to a video and/or article explaining what to do).

thanks

2535
 
 

I want to be able to search for content on my phone, then have it automatically downloaded and posted to plex, so that I don't have to fuck around so much every time I want to backup a show.

I am running Plex (on a TrueNAS Core box), Radarr, Sonarr, and QbitTorrent today. I have a preferred tracker.

What other apps do I need to make it easy to find out of a show is avaliable, automatically hand it off to Radarr/Sonarr then download it and move it to my NAS share then get Plex to refresh and tell me it's done?

2536
115
submitted 2 years ago* (last edited 2 years ago) by Metal_Zealot@lemmy.ml to c/piracy@lemmy.dbzer0.com
 
 

Being in the graphic design business, it's frustrating what a customer doesn't send their branding-designated fonts. Adobe has a lot available, but not everything.

I've found that the best resource for finding expensive or niche fonts is VK.com. There's a big font sharing community there, and you can usually find what you're looking for.

You don't need to sign up, you can search the whole site by googling site vk.com "font" "your font name here"

2537
 
 

[SOLVED] Solution: https://lemmy.ml/comment/4317564


edit: Why are you booing me? This is c/piracy

I am doing all of this using ChatGPT, I know enough bash to understand the script partially, but not enough to write the script myself.

I recently posted bash script(click) to download songs on spotify using Spotdl Updated Post

This is all good, but I am not trying to download whole playlists and I want to make sure to

  1. Not download any songs multiple times by comparing the files you are trying to download with the songs you have downloaded already.
  2. Add the songs' URL to the Archieve_file so it doesn't download it again. i.e., compare and if present, exit loop, if not present in file, download and add link to the file.

This was easier when I was dealing with only song links and not playlist links. But now, playlists complicates the equation, but if I can achieve this, I can basically add this script to crontab and make sure I always have a local copy of the songs in my playlist and these playlists would be checked regularly for new downloads and new songs would be downloaded. This is really cool!

Now, the complications I am facing, I don't know how to get the URLs of the spotify songs out of spotify playlists using spotdl or any cli package. If I can do this then, I can make the script go through each link clean the link of unncessary attributes and then download it or if it's downloaded already, move on to the next song.

Now, I don't know how to do it. It would be very helpful if you guys could share any scripts that you have which will achieve this effect or help me get the song URL's from a playlist using a cli package.

PS: I might need some time to reply, I might sleep rn Thank you for your help!

2538
 
 

Mega thread wasnt much of a help, I want one that has options to stream from all kind of games that are live streaming of Asian games 2022

2539
 
 

Even the Discord and Buymeacoffee page got taken down. This is larger than any other DMCA I know of

Edit: even the Telegram has been nuked. Yup, Telegram

Slight correction: the discord isn't down. I just couldn't find it in my list of servers

2540
 
 

Just like title. I remember there is a very detailed guide for setup a Plex server with Sonarr/Radarr for streaming from everywhere in my house. But I can't find it anymore.

If anyone has a guide and share it, I would be appreciate.

2541
 
 

A few days ago I download a movie but the movie was in another language and I'm definitely not going to watch it because of that, I still completed the 1:1 ratio because at the end of the day I downloaded the file and used other people's bandwidth, but what is one supposed to do in this situation?

I mean, with a 3gb movie it doesn't matter, 3gb is nothing and I'm sure there are those who download stuff just to seed it even though they will never use it or watch it, but something that happens to me very often is that as a Linux user I download a game (let's say FH6) and I download the Steamrip version but it doesn't work and then I find out that the Empress version does work (don't ask me why because it was Empress who made the crack) and now we are not talking about 3gb, we are talking about 200gb which is a considerable space for my PC, even if I have 1TB of SSD 200GB is enough and depending on the time it takes to get to the ratio 1: 1 can be worse.

Edit: Thanks for all those answers!

2542
 
 

Time of death: 4:22 PM UTC September 26th

Notes, please read:

For those of you who don't know, HWID was the holy grail for Windows activation, letting you generate licenses straight from Microsoft licensing servers, being registered as fully legitimate in microsofts servers and letting you keep the activation permanently, even after windows reinstalls being completely undetectable and with nothing on your system being modified. If you're still using outdated activation methods and you missed out on this, I'm sorry

Existing HWID licenses are left unaffected. Only new requests are blocked, no licenses were revoked.

By the way, MAS still works and is the best option for Windows/Office activation. For permanent Office activation use it's Ohook method (supports subscription products such as 365 as well) and KMS38 for Windows

ALL OTHER ACTIVATION METHODS ARE STILL WORKING, ONLY METHOD AFFECTED IS HWID.

All HWID activators are affected, not only MAS

Around that time, Microsoft servers unexpectedly started blocking the licensing requests HWID activation method sends to Microsoft. This was a slow rollout that spanned over a few hours, at the moment the exploit is completely dead. The best options for Windows activation now is KMS38 or vlmcsd.

Patching this would boost illegal key reselling websites which causes more harm to Microsoft than HWID exploit. We can only wonder why they patched this.

{"code":"BadRequest","data":[],"details":[],"innererror":{"code":"PermanentTSLRejection","data":[],"details":[{"code":"113","message":"avsErrorCode","target":null}],"message":"The Purchase Service rejected the provided TSL; the client should destroy the TSL.","source":"PurchaseFD"},"message":"The calling client sent a bad request to the service.","source":"PurchaseFD"}

TLS=Temporary Signed License=The tickets HWID activation sends. Microsoft servers are now just responding with "kill it."

Transferring existing HWID licenses to other computers using Microsoft account is broken too.

2543
 
 

I just tried opening a video I had gotten from Pahe many years ago, from an external USB drive, and have now gotten a Windows Security warning, 'Do you want to open this file?' (see top part of attached image)

I moved the file to another folder and renamed it from the original title (it was an episode of 'The Blacklist') to 'Movie.mkv and still get the warning. All files in the folder (22 of them) give this warning, plus some other videos I got from Pahe in the past. Clicking the checkbox 'always ask before opening this file' does not keep other files in the same folder from also showing the warning. I tried changing the default video player to PotPlayer, same warning comes up.

The only thing I can think of is that in the metadata of the file (bottom part of image), under 'Encoded By', it shows a URL, 'pahe (DOT) in and pahe (DOT) li'

Is there any way this could actually be a security issue? If not, is there a way to 'green light' my MKV files on my local drives?

Thanks in advance

2544
 
 

Are there any lemmy communities similar to r/crackwatch? I can't seem to find anything decent.

2545
 
 

Anyone have any current working solutions? There was a discord and an extension that used to enable exporting chapters, but it's been broken for a while and the discord ('Secret!' is the name) no longer updates with any new content.

Honestly I don't necessarily care about getting it for free, I just want to put the books into a proper epub instead of using their website or shitty app.

2546
 
 

On my fire tablet I like to read Manga and use tachiyomi but afaik it doesn't seem to actually download the files of the Manga, only the Manga to read if offline I think?

2547
16
Playdate Piracy (self.piracy)
submitted 2 years ago by bur to c/piracy@lemmy.dbzer0.com
 
 

I would like to buy a playdate and I would like to at least play some games and not go broke x2. Is there a archive or etc. of some Playdate games?

2548
 
 

So, where do I download it from?

2549
 
 

Hollywood studios, Netflix and Bell Media, launched legal action against Vumoo, a hosting company and a domain registrar.

2550
 
 

On the one hand, it's really fun to be able to stream 60gb 4k content through stremio/plex debrid, but on the other hand, if i choose to end my subscription, I don't have anything to show for the money I spent till that time.

view more: ‹ prev next ›