HarpoonHarry on 5:22 PM 12/10/2021: RASBERRYONTOP2389472
HarpoonHarry on 5:22 PM 12/10/2021: SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3
idk wtf is this
HarpoonHarry on 5:29 PM 12/10/2021: cant add ur discord lol
BangaliBabu on 6:56 AM 12/16/2021: This crackme is flagged as malicious https://www.virustotal.com/gui/file/4d1a0557ff72341537f8a903616487936aadc84c8e246dcac745ab70b517ed4c/detection
prev on 1:41 AM 12/19/2021: BangaliBabu thinks it's malicious it's not the code is clean
Virus total flags this program because it's obfuscated
solution -- RASBERRYONTOP2389472
prev on 1:45 AM 12/19/2021: Part 2:
If you put "RASBERRYONTOP2389472" in the text box
it'll print out - SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3
this is base64
decode is and the message translates to "Holly Shit! You did it! DM ME ON DISCORD Rasberry#8337"
btw the discord acc doesn't exist anymore :)
HarpoonHarry on 12:30 PM 12/19/2021: prev nice copy paste my comments, u dont even know how to get it
prev on 2:39 AM 12/20/2021: First you have to deobfuscate the program
Then you can open it on dnSpy to look into the code.
If you look in Form0.button_o_Click
you can see this line of code
if (this.richTextBox_0.Text == Form0.getString_0(107396704))
Form0.getString_0(107396704) is a string which is the key that we need in order to get to the other side of the program
So we can simply just have the program print out the string by executing the following line of code:
MessageBox.Show(Form0.getString_0(107396704));
it'll print out: RASBERRYONTOP2389472
key - RASBERRYONTOP2389472
now we have our key!
if you input the key into the text box the program will intitiate the folowing code:
MessageBox.Show(Form0.getString_0(107396675)); - Prints "SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3" in a message box
MessageBox.Show(Form0.getString_0(107397090)); - Prints "Text set to clipboard" in a message box; even though it didn't yet
Clipboard.SetText(Form0.getString_0(107396675)); - Copies "SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3" to your clipboard
return; - simple return function
the text "SG9sbHkgU2hpdCEgWW91IGRpZCBpdCEgRE0gTUUgT04gRElTQ09SRCBSYXNiZXJyeSM4MzM3" is a Base64 encoded message
if you decode the message it transelates to "Holly Shit! You did it! DM ME ON DISCORD Rasberry#8337"
the guy spelled holy wrong, and no the discord doesn't work
smd HarpoonHarry
ParzyDab on 6:47 PM 12/20/2021: I just obtained all the base64 in the strings and decoded them into "RASBERRYONTOP2389472". Bruh you just used base64 encryption and leaved it in the strings
Aszab123 on 3:31 PM 01/21/2022: Please, drop your new Discord. I wanna tell you how I cracked it for the money.
as06zx on 1:48 AM 01/29/2022: if (this.richTextBox_0.Text == Form0.getString_0(107396704))
{
MessageBox.Show(Form0.getString_0(107396675));
MessageBox.Show(Form0.getString_0(107397090));
debug and get strings:
RASBERRYONTO********
SG9sbHkgU2hpdC************************** (base64 encoded data)
decoded:
Holly Shit! You did it! DM ME ON ***************
sunnamed on 8:20 PM 03/26/2022: NB be careful!
easy, but in code weird things happening, loading assemblies and etc. looks like someone want to load a virus?
mrmoded on 6:04 PM 08/31/2022: password:
RASBERRYONTOP2389472
mrmoded on 6:06 PM 08/31/2022: When you give current license to app, it will give you a base64; and the contents of decoded base64 is:
"Holly Shit! You did it! DM ME ON DISCORD Rasberry#8337"
0x420 on 5:37 PM 04/12/2023: RASBERRYONTOP2389472
Holly Shit! You did it! DM ME ON DISCORD Rasberry#8337
lol