Gistrec

CLIENT_CONNECT_DataPacket

Apr 1st, 2017
265
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CLIENT_CONNECT_DataPacket
  2.  
  3. buffer = "";
  4. buffer += String.fromCharCode(0x09);
  5. clientID = -4558928656582451617;
  6. buffer += pack("NN", clientID >> 32, clientID & 0xFFFFFFFF);
  7. sendPing = 0;
  8. buffer += pack("NN", sendPing >> 32, sendPing & 0xFFFFFFFF);
  9. buffer += String.fromCharCode(1);
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment