Advertisement
mavythegamer

RFHEW8JDEWHR7WSAD8ERJRW9ID0OWJT

May 26th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. WebClient ac = new WebClient();
  2.  
  3. string login = ac.DownloadString("https://plexity.000webhostapp.com/Rc7_Reborn/Retired%20whitelist");
  4.  
  5. string gettext = textBox1.Text;
  6. int gettext_amount = gettext.Length;
  7.  
  8. if (gettext_amount > 35)
  9. {
  10.  
  11.  
  12. if (login.Contains(textBox1.Text))
  13. {
  14. MessageBox.Show("Ur in n*gga ;)");
  15. this.Hide();
  16. Form3 main = new Form3();
  17. main.Show();
  18. }
  19. else
  20. {
  21. MessageBox.Show("No n*gga. U trynna get free stuff? F*ck you!");
  22. }
  23. }
  24. else
  25. {
  26. MessageBox.Show("No n*gga. U trynna get free stuff? F*ck you!");
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement