Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Please Test it

ᴚᴲVᴲЯ₴e Mᴲ.zip

Edited by SYKO

  • Author

Difficulty - Easy

Rules - No reflactor, No IDA pro

Language - VB.NET

I am completely newbie for reversing world...

Edited by SYKO

public string check(string user, string pass)

{

string str2;

user = this.txtuser.get_Text();

pass = this.txtpass.get_Text();

int num2 = user.get_Length();

for (int i = 1; i <= num2; i++)

{

str2 = Conversions.ToString(Conversions.ToDouble(str2) + Strings.Asc(user));

}

if ((Operators.CompareString(pass, "", false) == 0) | (Operators.CompareString(user, "", false) == 0))

{

MessageBox.Show("Please Enter Valid UserName And Key to Register.", "ERROR", 5, 0x30);

return str2;

}

if (Operators.CompareString(pass, Conversions.ToString(Conversions.ToDouble(str2) + 5.0) + user + str2 + Conversions.ToString(Strings.Asc(user)), false) == 0)

{

Interaction.MsgBox("Thanks!! Your Key is now Registered.", 0, "Registered.");

this.Close();

return str2;

}

Interaction.MsgBox("Invalid UserName And Key. Try Again.", 0, "Invalid");

this.Close();

return str2;

}

  • Author

public string check(string user, string pass)

{

string str2;

user = this.txtuser.get_Text();

pass = this.txtpass.get_Text();

int num2 = user.get_Length();

for (int i = 1; i <= num2; i++)

{

str2 = Conversions.ToString(Conversions.ToDouble(str2) + Strings.Asc(user));

}

if ((Operators.CompareString(pass, "", false) == 0) | (Operators.CompareString(user, "", false) == 0))

{

MessageBox.Show("Please Enter Valid UserName And Key to Register.", "ERROR", 5, 0x30);

return str2;

}

if (Operators.CompareString(pass, Conversions.ToString(Conversions.ToDouble(str2) + 5.0) + user + str2 + Conversions.ToString(Strings.Asc(user)), false) == 0)

{

Interaction.MsgBox("Thanks!! Your Key is now Registered.", 0, "Registered.");

this.Close();

return str2;

}

Interaction.MsgBox("Invalid UserName And Key. Try Again.", 0, "Invalid");

this.Close();

return str2;

}

don't use reflector.

I think you use it.

Don't mind if I'm wrong.

The [keygenme] tag has been added to your topic title.

Please remember to follow and adhere to the topic title format - thankyou!

[This is an automated reply]

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.