Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
call-042PE authored Jun 30, 2020
1 parent 031a8a6 commit d689c68
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Méphistophélès/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Méphistophélès/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ private void metroLink2_Click(object sender, EventArgs e)
Process.Start("https://www.youtube.com/watch?v=YcO_dE0Z19g");
}

private void metroTabControl1_SelectedIndexChanged(object sender, EventArgs e)
{

}

private void forlaxauthmode2_check_CheckedChanged(object sender, EventArgs e)
{
forlaxmode2 = !forlaxmode2;
Expand Down Expand Up @@ -348,6 +353,12 @@ private void startbutton_cracked_Click(object sender, EventArgs e)
config.WriteLine("forlaxmode=False");
config.WriteLine("forlaxmode2=True");
}
else if(forlaxmode == false && forlaxmode2 == false)
{
config.WriteLine("[options]");
config.WriteLine("forlaxmode=False");
config.WriteLine("forlaxmode2=False");
}

//if cracked.to authkey textbox is not empty
if (secretkey_box.Text != null)
Expand Down

0 comments on commit d689c68

Please sign in to comment.