Categories > Coding > C# >

Login for roblox exploits.

Posts: 29

Threads: 5

Joined: Mar, 2018

Reputation: 0

Posted

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!

  • 0

Posts: 422

Threads: 28

Joined: Jan, 2018

Reputation: 14

Replied

I'll look at it when I get home, ill reply with a vouch if it works!

  • 0

Posts: 29

Threads: 5

Joined: Mar, 2018

Reputation: 0

Replied

okay! I might not have explained it good enough ill make a new forum post explaining it in better detail!
  • 0

Added

THE "TextBox" the T in Text should be lowercase!
  • 0

Posts: 13

Threads: 3

Joined: May, 2018

Reputation: 0

Replied

Vouch,Works Without a problem
  • 0

Posts: 371

Threads: 61

Joined: Apr, 2018

Reputation: 0

Replied

I decide to vouch, great lesson!
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )