this post was submitted on 19 Sep 2026
30 points (87.5% liked)

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

70572 readers
136 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

We heartily recommend visiting the free port of freemediaheckyeah (aka FMHY) while you sail the high seas, for all the freshest links the ocean has to offer.

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 3 years ago
MODERATORS
 

im on mac os and using this app called pencil+ along with an addon for blender so i can get nice outlines on 3D models. The app costs more than a years wage in my country so i cant afford it. The trial has all the features unlocked and lasts 14 days but even if i delete all files it installs it somehow still knows my trial is over.

Im assuming its phoning home and reporting my mac uuid or something to let it know my trial is over. Formatting the mac lets me restart the trial but i cant format my macbook every 14 days. Anyone know a good way i can reset the trial? It has an offline activation mode if you have a license key so maybe i can prevent it from going online and have it think im still in trial mode?

Any help is deeply appreciated

top 23 comments
sorted by: hot top controversial new old
[–] TheFogan@programming.dev 11 points 3 days ago (1 children)

not familiar with that program, but maybe something like https://ss64.com/mac/opensnoop.html , can tell you what it's looking for, (IE it most likely installs some kind of watermark somewhere inobvious on your computer. If not though, I'd do some simple google searching for pencil+ crack.

[–] xnx@piefed.social 6 points 3 days ago

Tried opensnoop and tried searching for a crack with no luck :/

[–] Reannlegge@lemmy.ca 4 points 2 days ago (1 children)

I know this goes down a different rabbit hole, and you may end up finding a new hobby in life but have you tried finding open source plugins or whatever? If you do not want to ditch Apple look for open source plug-ins, but my suggestion is ditch Apple and go Linux, it it is an intel Mac most distros will work if it is a Apple Silicon Mac there are less distros but still a few. Make sure there are alternative apps for everything you use prior to the jump though.

[–] xnx@piefed.social 4 points 2 days ago

Basically everything i use is open source. I’ve tried the alternatives to pencil+ they don’t compare in speed or style

[–] heartSagan5@lemmy.zip 3 points 2 days ago (1 children)

Can you run it in a VM? I see you say the trial is unended with a format so it’s probably not phoning home with a UUID. Maybe swap user accounts every 14 days?

[–] db_null@lemmy.dbzer0.com 1 points 2 days ago

I second that, new user account with different AppleID might do the trick

[–] mbirth@lemmy.ml 5 points 3 days ago (1 children)

Try installing/running it while offline.

Also, most apps just put a preferences file at some obscure location. Try uninstalling it using AppCleanerX (make sure to remove everything it shows) and see whether that helps.

[–] xnx@piefed.social 1 points 2 days ago (1 children)

I use a similar program and deleted everything including any files in the .config folder

[–] mbirth@lemmy.ml 5 points 2 days ago* (last edited 2 days ago) (1 children)
$ strings "PSOFT Pensil+ 4 Render App.app/Contents/MacOS/Pencil+ 4 Render App (Trial)"
...
pshi_%s.dat
psh_%s_%u.tmp
psh_%s_%u.dat
/Users/Shared/.etc

So, maybe check the /Users/Shared/.etc folder? Make sure to turn on hidden files in Finder by pressing ⌘⇧. (dot)! Also, look for some files starting with psh_.

EDIT: I've also seen something like /.config/ or /.config/PSOFT/ - so might be in your user directory or in the /Users/Shared/ one.

[–] xnx@piefed.social 1 points 17 hours ago

I deleted all of these but it didn’t help. Were you able to reset the trial?

[–] FridaVanMercury@discuss.tchncs.de 4 points 2 days ago (1 children)

Just a quick idea that will likely not work these days anymore, did you try change your systems time to an earlier date? Used to work with really old software but maybe worth a try.

[–] xnx@piefed.social 2 points 2 days ago (1 children)
[–] inlandempire@jlai.lu 1 points 18 hours ago

I made that strategy work on some obscure adobe plugin's rrial with runasdate idk if it helps

[–] far_university1990@reddthat.com 2 points 2 days ago* (last edited 2 days ago)

Maybe make timemachine backup before install, install only your app, try if timemachine restore can reset trial. Or compare filesystem before app install with after, see below.

Very technical way: try find every file
open/create during install or run. Linux has strace, macos has dtrace/execsnoop but depend on macos version difficult to setup. Then dump trace for all file operation (open/write/rename/...), find filepath from trace, try delete file that outside of directory you already try to delete. Prepare you might brick mac or not allowed because of tight security.

If not show any other file maybe also syscall trace useful if kernel give "uuid" to program. Also maybe macos has better way to debug app, like gdb maybe, and try to find all call to open , then intercept and log filepath like that.

Or install fresh system, take apfs snapshot (apparently possible using tmutil, or just make timemachine backup but iirc those not backup all file of system so might miss some), install only your app, take apfs snapshot, mount both snapshot and compare to find all change/new file. Maybe rsync -avin newsnap oldsnap for metadata compare or rsync -avicn newsnap oldsnap for content checksum compare (if actually change content without metadata somehow) or snapshot or backup diff using other program, i think timemachine could show backup diff somehow.

Edit: also wireshark for intercept and inspect network traffic.

[–] hexagonwin@lemmy.today 1 points 2 days ago

i'm not sure if this would work, but maybe try FSMonitor to see which files are generated at installation?

does restoring to a timemachine backup reset the trial?