Sinisterly
[ HELP ] Cracking, Patching Applications - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs)
+--- Thread: [ HELP ] Cracking, Patching Applications (/Thread-HELP-Cracking-Patching-Applications)

Pages: 1 2


[ HELP ] Cracking, Patching Applications - NullData - 02-28-2019

Hello SL, so i have a program i use that i have paid for but the key ends after a year and needs to be renewed.
i have ran it through "ExeinfoPe" and it was not protected. and was looking around to see what i can edit using "dnSpy"
but kept getting errors when i try to delete some code / replace then save it. the LOGIN is set up via "EMAIL" and "KEY" that you get after you pay for it.
If anyone knows how to bypass any kind of NOT-Registered i would really like some help on this and also pick up some pointers..

another thing is when i do log in, it sends my login to a file under "user.config" in "AppData\Local"


Thank you all in advance

if you are willing to help im best reached on Discord
NullData#7552


RE: [ HELP ] Cracking, Patching Applications - mothered - 03-01-2019

Thread moved on request, from the Advanced Hacking forum to here.


RE: [ HELP ] Cracking, Patching Applications - NullData - 03-01-2019

(03-01-2019, 02:38 AM)mothered Wrote: Thread moved on request

Thank you sir


RE: [ HELP ] Cracking, Patching Applications - mothered - 03-01-2019

(03-01-2019, 05:13 AM)NullData Wrote:
(03-01-2019, 02:38 AM)mothered Wrote: Thread moved on request

Thank you sir

You're welcome, It's my pleasure.


RE: [ HELP ] Cracking, Patching Applications - NullData - 03-02-2019

Don't really do this but I'm going to BUMP this to try to get some help on this topic.


RE: [ HELP ] Cracking, Patching Applications - reGEN - 03-05-2019

Have you checked how they verify if your account is still registered? e.g. sending your account info to the server to check if still valid.


RE: [ HELP ] Cracking, Patching Applications - NullData - 03-05-2019

(03-05-2019, 02:52 AM)reGEN Wrote: Have you checked how they verify if your account is still registered? e.g. sending your account info to the server to check if still valid.

it does have a server but im also not the best with doing things like this.

[Image: 0d337c3cad1a29f30e103ae60903e35c.jpg]


RE: [ HELP ] Cracking, Patching Applications - reGEN - 03-05-2019

Does it reference your user.config file in the startup phase?


RE: [ HELP ] Cracking, Patching Applications - NullData - 03-05-2019

(03-05-2019, 03:13 AM)reGEN Wrote: Does it reference your user.config file in the startup phase?

i found this not sure if it will help
im not good with trying to crack a program sorry if i dont know what i am looking for lol

[Image: bdd56e1f7fc55f017e79a012dd61be2d.jpg]


RE: [ HELP ] Cracking, Patching Applications - reGEN - 03-05-2019

Try trashing the entire try/catch block, then at then add the following code:
Code:
Security.Licensed = True Security.InitializeComponents("50DDC... <the rest of the string here>... DE8", MySettingsProperty.Settings.Email, MySettingsProperty.Settings.LicenseCode) Me.Text = "IMVUKSA Product Extractor (Registered Version) v" + MyProject.Application.Info.Version.ToString() Me.RegisterToolStripMenuItem.Enabled = False