Quote from Crow on April 24, 2022, 4:18 pm
Click here to view the original image of 802x586px.
Click here to view the original image of 802x586px.
742 Client with some edits and refactoring.Please note on line 223 in Class457.class may throw off your login decoder so you can either just remove it or have it read it.
Code:byte[] b_1 = NetworkInterface.getByInetAddress(InetAddress.getLocalHost()).getHardwareAddress(); String macAddress = ""; for (int x = 0; x < b_1.length; x++) macAddress += String.format("%02X%s", b_1[x], (x < b_1.length - 1) ? "-" : ""); buffer.addString(macAddress);
Download links:
742 Client: https://mega.nz/#!apMBUJyQ!eEZdsRHgI...FIqgZvCzuDAdCY
Pure 742 Cache: https://mega.nz/#!flU3yZZB!c8lLMyjSm...ojAGpy5ZWkdMMI
742 with Xteas Cache: https://mega.nz/#!WsM0zZ7b!bCuiXzgSo...GNyFJ0vAJ3Bsyg
742 Client with some edits and refactoring.
Please note on line 223 in Class457.class may throw off your login decoder so you can either just remove it or have it read it.
byte[] b_1 = NetworkInterface.getByInetAddress(InetAddress.getLocalHost()).getHardwareAddress();
String macAddress = "";
for (int x = 0; x < b_1.length; x++)
macAddress += String.format("%02X%s", b_1[x], (x < b_1.length - 1) ? "-" : "");
buffer.addString(macAddress);
Download links:
742 Client: https://mega.nz/#!apMBUJyQ!eEZdsRHgI...FIqgZvCzuDAdCY
Pure 742 Cache: https://mega.nz/#!flU3yZZB!c8lLMyjSm...ojAGpy5ZWkdMMI
742 with Xteas Cache: https://mega.nz/#!WsM0zZ7b!bCuiXzgSo...GNyFJ0vAJ3Bsyg