16 March, 2024 - 07:24 AM
thanks
This post is by a banned member (anonym1453) - Unhide
17 March, 2024 - 01:09 AM
I need to run TurboTax 2022 to check a past return but after the usual edits I get : "TurbotTax - Error Looks like we've run into an error. We're sorry but we need to close TurboTax."
Any ideas please ? Thank you
This post is by a banned member (rcrackedio) - Unhide
17 March, 2024 - 04:01 AM
(18 February, 2024 - 01:30 PM)YoungLarry Wrote: Show More Thanks all for the crack! Wondering if this is an open issue still. Is signing in the only way to auto import statements? Should I do it or would signing in mess up the cracked activation? Thanks.
This post is by a banned member (Scootercat) - Unhide
(16 March, 2024 - 07:24 AM)ngonnui Wrote: Show More Here's my instructions from last year: 2022 version Turbotax (TT) 2022 US version - Instructions for removing the activation screen and allowing multiple free state downloads (after completion, you will be able to choose the TT version...Deluxe, Premier, etc.) 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 the TT installation folder: Default folder is “C:\Program Files (x86)\TurboTax\Individual 2022\32bit”. Copy the “Intuit.Ctg.Wte.Service.dll” file, and save it somewhere as a backup. NOTE: If you see an access denied message just click continue. 3. Download dnSpy program for modifying DLL files: - Google "dnSpy" and select the github search result. - Scroll down a little and click on the large "Latest release" link - Click on "dnSpy-net-win64.zip" (or the win32.zip version) 4. Extract the dnSpy program files from the zip file. 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 32bit 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 32bit folder otherwise compiling in later steps will fail with errors! 6. Expand the following in the Assembly Explorer: -Click on “Intuit.Ctg.Wte.Service” -- Click on “Intuit.Ctg.Wte.Service.dll” (purple font) ---- Click on “Intuit.Ctg.Wte.Service.ProductConfiguration” (yellow font) ------ Click on “ProductConfigurationService” (blue font) 7. Below “ProductConfiguationService” look in the red-orange items for “IsProductActivationRequired”, right click on it and choose "Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”. 8. An “Edit Code” window will open. Around line 17 within the code, find the line that starts with “if (ProductConfigurationService...” and delete this line and all of the following lines all the way down to the line directly above and not including the one that shows “return false;” (around line 29) (Do NOT delete any lines above line 17). 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 6 lines of the “IsProductActivationRequired” 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): public bool IsProductActivationRequired() { return false; } } } 10. At the bottom 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 a clean, empty Assembly Explorer window in dnSpy, select File > Close All. 11. Still in Assembly Explorer, find the item called “IsSupport“ which is directly below “IsProductActivationRequired”, right click on “IsSupport“ and choose "Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”. 12. An “Edit Code” window will open. Around line 21 within the code, find the line that shows “bool result = false;” and delete this line and all following lines all the way down to the line directly above and not including the one that shows “return result;” (around line 80) (Do NOT delete any lines above line 21). 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. 13. Now change the line “return result;” to “return true;” (don’t forget the semi-colon) 14. The last 6 lines of the“IsSupport” 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): private bool IsSupport() { return true; } } } 15. At the bottom of the window, click "Compile" and the window will close. If the compiler shows errors, click the "Cancel" button and check the code again. 16. If you need to do state tax returns in TT, do this step. Otherwise, skip to the next step. Still in Assembly Explorer, scroll up to the yellow font items and expand the following: ---- Click on “Intuit.Ctg.Wte.Service.Entitlement” (yellow font) ------ Click on “EntitlementService” (blue font) Below “EntitlementService” look in the red-orange items for “GetAvailableFreeStates”, right click on it and choose "Edit Method (C#)…". Do NOT choose “Edit Class (C#)…”. In the “Edit Code” window, around line 9 change “return 0;” to “return 10;” (don’t forget the semi-colon). This will allow up to 10 state downloads. At the bottom of the window, click "Compile" and the window will close. 17. In the main dnSpy window, select File > Save Module. Click “OK” in the Save Module window. 18. Close the dnSpy program. Run TT and the program should open without requesting activation. 19. In TT change the TT product via the menu: Help > Switch product (choose Deluxe, Premier, H&B, or Biz) (17 March, 2024 - 01:09 AM)anonym1453 Wrote: Show More Answered you but accidently replied to ngonnui's post. Check out the 2022 instructions in my reply to ngonnui's post. Sorry.
This post is by a banned member (Aliang1642) - Unhide
19 March, 2024 - 04:35 AM
Seems like the instructions aren’t working after the recent update. After compiling the changes, every time I open TurboTax it just closes right after.
Is there any solution for this?
This post is by a banned member (420Aaron420) - Unhide
19 March, 2024 - 04:58 AM
So cool cant wait to try
This post is by a banned member (TTCracker) - Unhide
20 March, 2024 - 10:59 AM
(19 January, 2022 - 01:45 AM)rx8god Wrote: Show More Thank you for all your hard work! |
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.
|