1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

C# Kik Messenger Login packet.

Discussion in 'C#' started by kingc0der, Nov 30, 2013.

  1. #1
     string loginPacket = String.Format("<k to='{1}' from='{0}@{1}/CAN{2}' p='{3}' ts='{4}' v='{5}' cv='{6}' conn='mobile-UMTS' n='1' lang='en_US'>",
                    username, hostname, _deviceId, passwordHash, timestamp, clientVersion, clientVerification);
    
                _kikSocket.SendData(loginPacket);
    Code (markup):

     
    kingc0der, Nov 30, 2013 IP
  2. CoderCommander

    CoderCommander Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    I was thinking about coding something for KIK. Thanks for the reminder and inspiration.
     
    CoderCommander, Dec 6, 2013 IP
  3. jcoder77

    jcoder77 Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    You're welcome
     
    jcoder77, Apr 2, 2014 IP