Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public static bool checkIP(string input)
  2. {
  3. bool lol = input.Equals(toIP); // Change your IP freely, without encryption
  4. if (!lol)
  5. throw new OutOfMemoryException();
  6. else
  7. return lol;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement