Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   466527

Intuit TurboTax 2021 (US - Any Edition + Unltd States) with Manual Crack Instructions

by rx8god - 19 January, 2022 - 01:45 AM
This post is by a banned member (fujkugg) - Unhide
fujkugg  
Registered
1
Posts
0
Threads
reps
This post is by a banned member (ODEN9598) - Unhide
ODEN9598  
Registered
1
Posts
0
Threads
Brilliant.  Thank you.  This is great.
This post is by a banned member (oldschool25) - Unhide
1
Posts
0
Threads
(19 January, 2022 - 01:45 AM)rx8god Wrote: Show More
Nov 2022: NOTE: TT2022 Has been released. This version is TT2021. Please wait a month or so for it to be uploaded to this forum.

The wait is over! First off, someone here has my name from other forums and my ipt account got deleted due to inactivity. I have incremented to the (worse) RX8. Still rotary powered though. I have been a cracker for over a decade but have decided to bring this tax software with instructions to all - especially since TT no longer has a fully free version. Sharing the love! Please +rep. 

Hidden section has vanilla ISO rip and manual crack instructions. For full disclosure, I have gotten this to a point of working but haven't gone through the full filing process. I will update the hidden section as I learn more if there are filing issues that need more code work. PM me only if you have different version you'd like me to look at or if file needs reupload or if there are additional activation issues preventing use of program - please provide full instruction to reproduce where you're at. Most other requests will be ignored.

Thanks.
This post is by a banned member (Scootercat) - Unhide
3
Posts
0
Threads
1 Year of service
TurboTax (TT) 2023 US crack instructions are here for Windows!

I have been posting these user friendly instructions for TT US version the last few years
over on 1337x and I believe it has helped a number of people. My instructions are based on cracks from others on 1337x and Cracked dot io so credit goes to them for the "real" work. If you are an average Joe or Jane then carefully following these instructions should get you up and going with TT 2023 US version!

Activation removed:     Yes
Free federal E-filing:    Yes
Free state downloads: Yes
Free state E-filing:        Yes (new for my instructions this year)

*****************************************************************************************

Turbotax (TT) 2023 US version - Basic, Deluxe, Premier, H&B, or Biz
After installation is complete, you will be able to choose the TT version from the Help
menu in TT.

1. Install TT and install the latest updates during setup. When you re-start TT you will
see the activation screen. Close TT.

2. Navigate to TT installation folder: “C:\Program Files\TurboTax\Individual 2023\64bit”
Make a backup copy of “Intuit.Ctg.Wte.Service.dll”.  

3. Download dnSpy program for modifying DLL files: 
- Google "dnSpy" and select a GitHub search result titled "Releases · dnSpy/dnSpy" 
- Click on "dnSpy-net-win64.zip" to download it (version 6.1.8)

4. Extract (copy) the dnSpy program files from the zip file into a new folder. 
These are stand-alone files.  No installation is required.

5. Right click on dnSpy.exe and select “Run as administrator” then select File > Open.
Navigate to the TT 64bit folder (ref. step 2), select “Intuit.Ctg.Wte.Service.dll” and
click Open. If you do not see the “Assembly Explorer” column on the left side then open
it: View > Assembly Explorer
NOTE: You must open/edit the "Intuit.Ctg.Wte.Service.dll" while it is in the 64bit
folder otherwise compiling in later steps will fail!

6. Expand the following in Assembly Explorer:
-Click on “Intuit.Ctg.Wte.Service”
--Click on “Intuit.Ctg.Wte.Service.dll” (purple)
----Click on “Intuit.Ctg.Wte.Service.Entitlement” (yellow)
------Click on “EntitlementPresenter” (blue-green) 

7. Find the red-orange item called "PurchaseStateEFile". Right click on it and select 
"Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”.

8. An “Edit Code” window will open. Delete the "else if" statement: Delete line 31 and
all the following lines down to and including line 37 (7 lines in total). Delete by
clicking and dragging the mouse on the line numbers to highlight these lines. Then press
the delete key or Ctrl-X to remove them. 

9. The last 10 lines of the “PurchaseStateEFile” code should now look like this (spacing
within each line may look different compared to actual code but that does not matter; 
extra blank lines won't matter either):

}
}
if (list.Count > 0)
{
result = EntitlementPresenter.InvokePurchaseDialog(list).Entitled;
}
return result;
}
}
}

10. At the bottom right side of the window, click "Compile" and the window will close.
If the compiler shows errors, click the "Cancel" button and check the code again. You
can also exit dnSpy (without saving) and return to step 5 to start the editing again.
NOTE: to start with an empty Assembly Explorer window in dnSpy, select File > Close All.

11. Back in Assembly Explorer, scroll down to the next section of blue-green items and
expand the following:
-Click on “EntitlementService” (blue-green)

12. Find the red-orange item called “GetAvailableFreeStates”, right click on it and
choose "Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”.  

13. In the “Edit Code” window, find line 20 and change it from "return 0;" to
"return 10;" (don’t forget the semi-colon). This will allow 10 state downloads.

14. Click "Compile" and the window will close.

15. Back in Assembly Explorer, navigate down to the yellow items again and:
-Click on “Intuit.Ctg.Wte.Service.ProductConfiguration” (yellow)
--Click on “ProductConfigurationService” (blue-green)

16. Find the red-orange item called “IsProductActivationRequired”, right click on it and
choose "Edit Method (C#)…".  Do NOT choose “Edit Class (C#)…”.

17. An “Edit Code” window will open. Find line 17 that starts with
“if (ProductConfigurationService...” and delete this line and all of the following lines
down to and including line 29. 

18. The last 6 lines of the “IsProductActivationRequired” code should now look like this:

public bool IsProductActivationRequired()
{
return false;
}
}
}

19. Click "Compile" and the window will close.  

20. Right click on “IsSupport“ (red-orange) just below “IsProductActivationRequired” and
choose "Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”.

21. In the “Edit Code” window find line 21 that starts with “bool result = false;” and
delete this line and all following lines down to and including line 80.

22. Change the new line 21, “return result;” to “return true;” (don’t forget semi-colon)

23. The last 6 lines of the “IsSupport” code should now look like this:

private bool IsSupport()
{
return true;
}
}
}

24. Click "Compile" and the window will close.  

25. In the main dnSpy window, select File > Save Module. Click “OK” in the Save Module
window. NOTE:  If you get an access error, you didn't run dnSpy as administrator per
step 5. Just save it again to a new location then copy it back to the 64bit folder.

26. Close the dnSpy program. Run TT and it should open without requesting activation.  

27. In TT change the TT product via the menu: Help > Switch product (choose Basic,
Deluxe, Premier, H&B, or Biz)

NOTE: It is possible that a TT update might cause the activation pop-up to appear again.
You'll have to run through the crack instructions again on the new 
“Intuit.Ctg.Wte.Service.dll”.

Now we move on to a registry edit which will allow states to download during the normal
update process when starting TT. This circumvents the login pop-up which occurs when 
you attempt to download states within the TT program.

28. With TT closed, open the Windows registry (Press Windows Key + R or S and type
regedit). If you want to be safe, you can make a backup of the registry first by
selecting File > Export then in the window that appears select "All" for the Export
range in the bottom, enter a file name, and select a "Save in" location (1GB needed).

29. Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Intuit\TY23

30. If you do not see a sub-key below TY23 named PERSTATES when you double click (expand) the TY23 key, create one: Right click on TY23 and select New > Key and name it PERSTATES.

31. Right click on the PERSTATES key and select New > String Value and name it like this: wxxiperStateIS but replace xx with the two letter state abbreviation for the state(s) you would like to add. For example: 
Illinois:                 wiliperStateIS
California:            wcaiperStateIS
New Hampshire:  wnhiperStateIS
Add as many states as you want by creating a new string for each state.

32. Double click on the state string value(s) you created and set the Value data to 1.
NOTE: If there are existing state string values, do NOT change their existing Value data.

33. Close the Registry Editor, run TT, and it will do an update and download any states
you added to the Registry.  This replaces the method within TT which requires you to
login to an Intuit account before downloading states.

Finally, you may need to E-file your federal tax first before attempting to E-file your
state taxes. Post a comment if there are any issues!
This post is by a banned member (gshawn3) - Unhide
gshawn3  
Registered
1
Posts
0
Threads
After spending an hour on the phone with Intuit "support," they want me to buy a second copy of TT 2021 because their license server thinks I've already activated it five times. What complete and utter horseshit. Thanks for the manual instructions.
This post is by a banned member (Technico) - Unhide
Technico  
Registered
17
Posts
0
Threads
(13 March, 2024 - 09:53 PM)Scootercat Wrote: Show More
TurboTax (TT) 2023 US crack instructions are here for Windows!

I have been posting these user friendly instructions for TT US version the last few years
over on 1337x and I believe it has helped a number of people. My instructions are based on cracks from others on 1337x and Cracked dot io so credit goes to them for the "real" work. If you are an average Joe or Jane then carefully following these instructions should get you up and going with TT 2023 US version!

Activation removed:     Yes
Free federal E-filing:    Yes
Free state downloads: Yes
Free state E-filing:        Yes (new for my instructions this year)

*****************************************************************************************

Turbotax (TT) 2023 US version - Basic, Deluxe, Premier, H&B, or Biz
After installation is complete, you will be able to choose the TT version from the Help
menu in TT.

1. Install TT and install the latest updates during setup. When you re-start TT you will
see the activation screen. Close TT.

2. Navigate to TT installation folder: “C:\Program Files\TurboTax\Individual 2023\64bit”
Make a backup copy of “Intuit.Ctg.Wte.Service.dll”.  

3. Download dnSpy program for modifying DLL files: 
- Google "dnSpy" and select a GitHub search result titled "Releases · dnSpy/dnSpy" 
- Click on "dnSpy-net-win64.zip" to download it (version 6.1.8)

4. Extract (copy) the dnSpy program files from the zip file into a new folder. 
These are stand-alone files.  No installation is required.

5. Right click on dnSpy.exe and select “Run as administrator” then select File > Open.
Navigate to the TT 64bit folder (ref. step 2), select “Intuit.Ctg.Wte.Service.dll” and
click Open. If you do not see the “Assembly Explorer” column on the left side then open
it: View > Assembly Explorer
NOTE: You must open/edit the "Intuit.Ctg.Wte.Service.dll" while it is in the 64bit
folder otherwise compiling in later steps will fail!

6. Expand the following in Assembly Explorer:
-Click on “Intuit.Ctg.Wte.Service”
--Click on “Intuit.Ctg.Wte.Service.dll” (purple)
----Click on “Intuit.Ctg.Wte.Service.Entitlement” (yellow)
------Click on “EntitlementPresenter” (blue-green) 

7. Find the red-orange item called "PurchaseStateEFile". Right click on it and select 
"Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”.

8. An “Edit Code” window will open. Delete the "else if" statement: Delete line 31 and
all the following lines down to and including line 37 (7 lines in total). Delete by
clicking and dragging the mouse on the line numbers to highlight these lines. Then press
the delete key or Ctrl-X to remove them. 

9. The last 10 lines of the “PurchaseStateEFile” code should now look like this (spacing
within each line may look different compared to actual code but that does not matter; 
extra blank lines won't matter either):

}
}
if (list.Count > 0)
{
result = EntitlementPresenter.InvokePurchaseDialog(list).Entitled;
}
return result;
}
}
}

10. At the bottom right side of the window, click "Compile" and the window will close.
If the compiler shows errors, click the "Cancel" button and check the code again. You
can also exit dnSpy (without saving) and return to step 5 to start the editing again.
NOTE: to start with an empty Assembly Explorer window in dnSpy, select File > Close All.

11. Back in Assembly Explorer, scroll down to the next section of blue-green items and
expand the following:
-Click on “EntitlementService” (blue-green)

12. Find the red-orange item called “GetAvailableFreeStates”, right click on it and
choose "Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”.  

13. In the “Edit Code” window, find line 20 and change it from "return 0;" to
"return 10;" (don’t forget the semi-colon). This will allow 10 state downloads.

14. Click "Compile" and the window will close.

15. Back in Assembly Explorer, navigate down to the yellow items again and:
-Click on “Intuit.Ctg.Wte.Service.ProductConfiguration” (yellow)
--Click on “ProductConfigurationService” (blue-green)

16. Find the red-orange item called “IsProductActivationRequired”, right click on it and
choose "Edit Method (C#)…".  Do NOT choose “Edit Class (C#)…”.

17. An “Edit Code” window will open. Find line 17 that starts with
“if (ProductConfigurationService...” and delete this line and all of the following lines
down to and including line 29. 

18. The last 6 lines of the “IsProductActivationRequired” code should now look like this:

public bool IsProductActivationRequired()
{
return false;
}
}
}

19. Click "Compile" and the window will close.  

20. Right click on “IsSupport“ (red-orange) just below “IsProductActivationRequired” and
choose "Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”.

21. In the “Edit Code” window find line 21 that starts with “bool result = false;” and
delete this line and all following lines down to and including line 80.

22. Change the new line 21, “return result;” to “return true;” (don’t forget semi-colon)

23. The last 6 lines of the “IsSupport” code should now look like this:

private bool IsSupport()
{
return true;
}
}
}

24. Click "Compile" and the window will close.  

25. In the main dnSpy window, select File > Save Module. Click “OK” in the Save Module
window. NOTE:  If you get an access error, you didn't run dnSpy as administrator per
step 5. Just save it again to a new location then copy it back to the 64bit folder.

26. Close the dnSpy program. Run TT and it should open without requesting activation.  

27. In TT change the TT product via the menu: Help > Switch product (choose Basic,
Deluxe, Premier, H&B, or Biz)

NOTE: It is possible that a TT update might cause the activation pop-up to appear again.
You'll have to run through the crack instructions again on the new 
“Intuit.Ctg.Wte.Service.dll”.

Now we move on to a registry edit which will allow states to download during the normal
update process when starting TT. This circumvents the login pop-up which occurs when 
you attempt to download states within the TT program.

28. With TT closed, open the Windows registry (Press Windows Key + R or S and type
regedit). If you want to be safe, you can make a backup of the registry first by
selecting File > Export then in the window that appears select "All" for the Export
range in the bottom, enter a file name, and select a "Save in" location (1GB needed).

29. Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Intuit\TY23

30. If you do not see a sub-key below TY23 named PERSTATES when you double click (expand) the TY23 key, create one: Right click on TY23 and select New > Key and name it PERSTATES.

31. Right click on the PERSTATES key and select New > String Value and name it like this: wxxiperStateIS but replace xx with the two letter state abbreviation for the state(s) you would like to add. For example: 
Illinois:                 wiliperStateIS
California:            wcaiperStateIS
New Hampshire:  wnhiperStateIS
Add as many states as you want by creating a new string for each state.

32. Double click on the state string value(s) you created and set the Value data to 1.
NOTE: If there are existing state string values, do NOT change their existing Value data.

33. Close the Registry Editor, run TT, and it will do an update and download any states
you added to the Registry.  This replaces the method within TT which requires you to
login to an Intuit account before downloading states.

Finally, you may need to E-file your federal tax first before attempting to E-file your
state taxes. Post a comment if there are any issues!

Thank you very much
This post is by a banned member (Veeshap) - Unhide
Veeshap  
Registered
1
Posts
0
Threads
(This post was last modified: 14 March, 2024 - 11:54 PM by Veeshap.)
(19 January, 2022 - 01:45 AM)rx8god Wrote: Show More
Nov 2022: NOTE: TT2022 Has been released. This version is TT2021. Please wait a month or so for it to be uploaded to this forum.

The wait is over! First off, someone here has my name from other forums and my ipt account got deleted due to inactivity. I have incremented to the (worse) RX8. Still rotary powered though. I have been a cracker for over a decade but have decided to bring this tax software with instructions to all - especially since TT no longer has a fully free version. Sharing the love! Please +rep. 

Hidden section has vanilla ISO rip and manual crack instructions. For full disclosure, I have gotten this to a point of working but haven't gone through the full filing process. I will update the hidden section as I learn more if there are filing issues that need more code work. PM me only if you have different version you'd like me to look at or if file needs reupload or if there are additional activation issues preventing use of program - please provide full instruction to reproduce where you're at. Most other requests will be ignored.

I'm ready to try this.

Where can I download the TT 2023 Home and Business US version? Thank you.
This post is by a banned member (ladkadesi) - Unhide
ladkadesi  
Registered
1
Posts
0
Threads
(14 March, 2024 - 10:54 PM)Veeshap Wrote: Show More
(19 January, 2022 - 01:45 AM)rx8god Wrote: Show More
Where can I find TT 2023 Home and Business or Premier version to download ?

Nov 2022: NOTE: TT2022 Has been released. This version is TT2021. Please wait a month or so for it to be uploaded to this forum.

The wait is over! First off, someone here has my name from other forums and my ipt account got deleted due to inactivity. I have incremented to the (worse) RX8. Still rotary powered though. I have been a cracker for over a decade but have decided to bring this tax software with instructions to all - especially since TT no longer has a fully free version. Sharing the love! Please +rep. 

Hidden section has vanilla ISO rip and manual crack instructions. For full disclosure, I have gotten this to a point of working but haven't gone through the full filing process. I will update the hidden section as I learn more if there are filing issues that need more code work. PM me only if you have different version you'd like me to look at or if file needs reupload or if there are additional activation issues preventing use of program - please provide full instruction to reproduce where you're at. Most other requests will be ignored.

I'm ready to try this.

Where can I download the TT 2023 Home and Business US version? Thank you.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: Eric62451, kapios1, kongre, skibidi2, 22 Guest(s)