Jump to content
Tuts 4 You

[UnpackMe]Dotnet Patcher 4.0.1.0


Recommended Posts

Hadits follower
Posted
private void SPrh(object sender, EventArgs e)

{

   if (Operators.CompareString(this.GVDM.Text, "tuts4you.com", false) == 0)

   {

       Interaction.MsgBox("Successes !", MsgBoxStyle.Information, null);

   }

   else

   {

       Interaction.MsgBox("Error !", MsgBoxStyle.Critical, null);

   }

}

 

anti copied confuser :D

Posted

Public Sub SPrh(ByVal sender As Object, ByVal e As EventArgs)

If (Operators.CompareString(Me.GVDM.Text, "tuts4you.com", DirectCast(MFtr.wETJ(), Boolean)) = MFtr.LuIi()) Then

Interaction.MsgBox("Successes !", DirectCast(MFtr.Njjv(), MsgBoxStyle), Nothing)

Goto Label_0048:

Else

Interaction.MsgBox("Error !", DirectCast(MFtr.dfUd(), MsgBoxStyle), Nothing)

Label_0048:

End If

End Sub

Posted

Unpacked file!


you can fix string using SAE,and for resources you can dump it and extract resources from dll and place them in the original file 


and you need to nop the ".cctor" in "<Module>"


Unpacked.rar

  • Like 2

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!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...