FxckTheBan

TysTool

Jan 17th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. {
  3. {
  4. if (!new WebClient().DownloadString("http://pastebin.com/dXd9R9U8").Contains("2.0"))
  5. {
  6. MessageBox.Show("There Seems To Be A Update");
  7. MessageBox.Show("Update Installing!");
  8. Process.Start("https://www.mediafire.com/?097fd3kt78jrl6m");
  9.  
  10. }
  11. else
  12. {
  13. MessageBox.Show("Your On The Latest Update!");
  14. }
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment