Okay so i have a exploit with a login i made you can register etc i will now give it to you.
btw make sure u make a FORM2 for this thats where ur exploit is gonna pop up
the String password = "password"; put the password you want in "password"
and if you wanna add more logins copy that and change the top lines to like ]
String password2 = "password";Â Â Â Form2 f2 = new Form2();
if ((TextBox1.Text == password2))
but yea reply to this post or add my discord if you got any complaints or question i know i did not explain this well but i promise you if you reply to this i will for sure answer it!
String password = "password";
Form2 f = new Form2();
if ((TextBox1.Text == password))
      MessageBox.Show("Logged in!");
if ((TextBox1.Text == password))
      f.Show();
if you have any problems. Discord: vIYoung#3459 the I is a i if you couldnt tell or you can just simply reply to this post and heres the login for if you want a username of something
String username = "username";
String password = "password";
if ((TextBox1.Text == username) && (TextBox2.Text == password))
      MessageBox.Show("Logged in!");
if ((TextBox1.Text == password))
      f.Show();
you are very welcome! Reply if you got questions or complaints!
Cancel
Post