Holisticz - Embrace the Infinite

Step into the world of endless opportunities and unlock the gateway to virtual transactions.

  • Domain Update: Our Forum has moved! Please visit us at Holisticz.com for the latest updates.

Almost ALL Adobe Products for FREE

0

0%

Status

Offline

Posts

5

Likes

0

Rep

0

Bits

0

2

Years of Service

Hello! This method supports most Adobe products.

Adobe products that are NOT supported:
Photoshop Elements 2023
Premiere Elements 2023
XD


Adobe products that are UNSTABLE:

Acrobat DC
Lightroom V6.0
Lightroom Classic V12.0

Adobe products that are STABLE:

Aero V0.18.4
After Effects V23.2
Animate V23.0.1
Audition V23.2
Bridge V13.0.2
Camera Raw V15.1.1
Character Animator V23.2
Dimension V3.4.7
Dreamweaver V21.3
Fresco V4.2.0
Illustrator V27.2
InCopy V18.1
InDesign V18.1
Media Encoder V23.2
Photoshop V24.1.1
Photoshop Express V3.9
Prelude V22.1.1
Premiere Pro V23.1
Premiere Rush V2.7.0
Substance 3D Designer V12.4.0
Substance 3D Modeler V1.1.4
Substance 3D Painter V8.3.0
Substance 3D Sampler V4.0.1
Substance 3D Stager V2.0

List was last updated 02/13/2023

Enjoy and Leave a Like
[Image: pepeknife.png]
[Image: ban2.gif]


[HIDE]
https://creativecloud.adobe.com/apps/dow...tive-cloud

https://www.mediafire.com/file/ipp9gj15x...e.zip/file

https://github.com/eaaasun/CCStopper

Instructions to CC + Genp picture guides only visible in desktop

https://www.youtube.com/watch?v=EdO29DuUBHo

1. Download Genp 3 - Modded and extract ALL contents from zip

Antivirus may sometimes delete or move files into quarantine.

You can either whitelist as safe or disable antivirus while extracting. This will fix the issue of .exe not showing in the folder after extracted.



2. Download & Install Creative Cloud

Create a free account or use one you already have, preferably without any ongoing subscription (avoid problems)

During setup, if possible do NOT install AGS (Adobe Genuine Service)



Once installed go to Menu > File > Preferences and disable the following:

Launch at login

Sync files in the background after quitting

Automatically keep it updated

Once that is done go Menu > File > Exit Creative Cloud



3. Replace Try with Install buttons using Windows Powershell as ADMIN

Click Windows Button and write "Windows Powershell" right-click, Run as Administrator.



Copy-Paste (CTRL+C / CTRL+V) the following codeblocks to Powershell and hit ENTER after each one:

Stop-Process -Name "Adobe Desktop Service" -force



Then enter the following command to create a backup of your current Apps Panel:

cp "C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AppsPanel\AppsPanelBL.dll" "C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AppsPanel\AppsPanelBL.dll.bak"



After creating a backup with the above command, apply the Apps Panel patch by pasting the entirety of the following code block into PowerShell:

Due to formatting, copy the entirety of the code, paste into a notepad, remove the spaces between the lines and copy-paste (CTRL+C / CTRL+V) it into powershell. - Sorry for the extra work

$bytes = [System.IO.File]::ReadAllBytes("C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AppsPanel\AppsPanelBL.dll")

$bytes[1116554] = 0xfe

$bytes[1216383] = 0xfe

$bytes[1987439] = 0xfe

$bytes[2150557] = 0xfe

$bytes[2151982] = 0xfe

$bytes[2152497] = 0xfe

$bytes[2153297] = 0xfe

$bytes[2279801] = 0xc6

$bytes[2279802] = 0x40

$bytes[2279811] = 0xc6

$bytes[2279812] = 0x40

$bytes[2279821] = 0xc6

$bytes[2279822] = 0x40

[System.IO.File]::WriteAllBytes("C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AppsPanel\AppsPanelBL.dll", $bytes)

If the console prints no errors, restart your machine. Upon startup, Creative Cloud will be ready for use.



If you receive an error stating that the file is being used by another process, then Creative Cloud is still partially running. Enter

Stop-Process -Name "Adobe Desktop Service" -force

then re-enter the same code block from before again. It must not show errors.



Use the following two commands in PowerShell (admin) if your apps are warning you of unlicensed or non-genuine usage.

Add-Content -Path $env:windir\System32\drivers\etc\hosts -Value "`n0.0.0.0`tm59b4msyph.adobe.io" -Force

Add-Content -Path $env:windir\System32\drivers\etc\hosts -Value "`n0.0.0.0`tic.adobe.io" -Force



If you prefer to do this manually, you can add the following two lines to the system hosts file (located in C:\Windows\System32\drivers\etc) using a text editor of your choice:

# BLOCK AD0BE (current as of 08/11/2023) #

0.0.0.0 m59b4msyph.adobe.io

0.0.0.0 ic.adobe.io



4. Open Creative Cloud > Apps > Install

You should now have the install button, install all the apps you want, wait until everything is installed and DON'T OPEN ANY YET.

Once that is done go Menu > File > Exit Creative Cloud



5. Run GenP on the installed apps

Open GenP folder > Resources > Run GenP file

If you're having issues opening it, turn AntiVirus OFF and try again, however don't forget to turn it back ON after its patched.

Click "Search Files" and wait. (will look at the default locations, use custom path if installed somewhere else)

You can de-select paths in case you have any programs you dont want to patch. (in case of using Monkrus Acrobat)

Finally click the PILL to run the patch.

Everything should be working now



OPEN THE APPS THROUGH THEIR .EXE and NOT FROM Creative Cloud;

Meaning Windows button, write name of app you wanna use that was patched > Open



Optional, therefore ignore - Block Each Installed app via Firewall

(In case of issues like app will be disabled, day counter, unable to launch app due to some popup)

Go to Windows Firewall > Advanced Settings

Create Inbound and Outbound rule on each app with issues

Structure is the following:

File Type: Program

Program: It's necessary to select the actual "program".exe inside the folder that was installed because the shortcut will not work.

Typical path example would be: C:\Program Files\Adobe\Adobe Photoshop 2023\Photoshop.exe (Find the proper path for the app you need)

Action: Block Connection

Profile: All

Name: Name it whatever you want to know what's blocking.



Optional, therefore ignore - Block AGS via Firewall - (similar to step 4)

Create both Inbound and Outbound rules on Adobe Genuine Service

Path of AGS - C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AdobeGenuineClient\AGSService.exe



To Restore AppsPannel

To restore from the previously made backup, use the following command:

cp "C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AppsPanel\AppsPanelBL.dll.bak" "C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\AppsPanel\AppsPanelBL.dll"

If no errors are printed to the console, restart your machine. Upon startup, Creative Cloud will be returned to normal functionality

[/HIDE]


Virustotal link https://www.virustotal.com/gui/file...b9d112cd3a4e5db9b13bf5bd0f485856c27/detection
This leak has been rated as not working 1 times this month. (1 times in total)
 

0

0%

Status

Offline

Posts

2

Likes

0

Rep

0

Bits

0

2

Years of Service

LIKED, thanks for the share.
 

anjodark

Premium member
Premium

0

0%

Status

Offline

Posts

26

Likes

0

Rep

0

Bits

0

2

Years of Service

(07 July, 2023 - 02:23 AM)gamerchaderneter Wrote: Show More
[font][font]Ol! [font]Este mtodo suporta a maioria dos produtos Adobe. [/font][/font]

[font][font]Produtos Adobe que NO so suportados: [/font][/font][/font]
[font][font]Photoshop Elements 2023 [/font][/font]
[font][font]Premiere Elements 2023 [/font][/font]
[font][font]XD[/font][/font]
Code:
Code:
[font][font][font=Arial,Helvetica,sans-serif]v55.0.12 [/font][/font]

[font][font]Produtos Adobe que so INSTVEIS:[/font] [/font][/font]

[font][font]Acrobat DC [/font][/font]
[font][font]Lightroom V6.0 [/font][/font]
[font][font]Lightroom Classic V12.0[/font][/font]

[font][font]Produtos Adobe que so ESTVEIS:[/font][/font]

[font][font]Aero V0.18.4 [/font][/font]
[font][font]After Effects V23.2 [/font][/font]
[font][font]Animate V23.0.1 [/font][/font]
[font][font]Audition V23.2 [/font][/font]
[font][font]Bridge V13.0.2 [/font][/font]
[font][font]Camera Raw V15.1.1 [/font][/font]
[font][font]Character Animator V23.2 [/font][/font]
[font][font]Dimension V3.4.7 [/font][/font]
[font][font]Dreamweaver V21.3 [/font][/font]
[font][font]Fresco V4.2.0 [/font][/font]
[font][font]Illustrator V27.2 [/font][/font]
[font][font]InCopy V18.1 [/font][/font]
[font][font]InDesign V18.1 [/font][/font]
[font][font]Media Encoder V23.2 [/font][/font]
[font][font]Photoshop V24.1.1 [/font][/font]
[font][font]Photoshop Express V3.9 [/font][/font]
[font][font]Prelude V22.1.1 [/font][/font]
[font][font]Premiere Pro V23.1 [/font][/font]
[font][font]Premiere Rush V2.7.0 [/font][/font]
[font][font]Substance 3D Designer V12.4.0 [/font][/font]
[font][font]Substance 3D Modeler V1. 1.4 [/font][/font]
[font][font]Substance 3D Painter V8.3.0 [/font][/font]
[font][font]Substance 3D Sampler V4.0.1 [/font][/font]
[font][font]Substance 3D Stager V2.0[/font][/font]

[font][font]Lista atualizada pela ltima vez em 13/02/2023 [/font]

[font][font]Aproveite e Deixe um Like[/font][/font][/font]
[Image: pepeknife.png]
[Image: ban2.gif]


[font][font]
[/font][/font]

[font][font]
[/font][/font]
obrigado amigo
 

0

0%

Status

Offline

Posts

5

Likes

0

Rep

0

Bits

0

2

Years of Service

This is a bump
 

48,610

38,214

238,323

Top