Guest User

Untitled

a guest
Jul 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. String senddata = "?status";
  2. ByteBuffer B = ByteBuffer.allocate(50);
  3. B.putInt(0x00);
  4. B.putInt(0x83);
  5. B.putChar('>');
  6. B.putChar('H');
  7. B.put(senddata.getBytes());
  8. B.putInt(0x00);
  9. B.putInt(0x00);
  10. B.putInt(0x00);
  11. B.putInt(0x00);
  12. B.putInt(0x00);
  13. B.put(senddata.getBytes());
  14. B.putInt(0x00);
Add Comment
Please, Sign In to add comment