Pseudo code to get to login screen on any language?

Results 1 to 5 of 5
  1. #1
    Apprentice FatalFart is offline
    MemberRank
    Jun 2008 Join Date
    16Posts

    Pseudo code to get to login screen on any language?

    Using another programming language/software, I have tried looking up how to get to the login screen and the most I've been able to do on my own is sort of connect to a localhost (so it doesn't display the message "Cannot connect to server" from maplestory), but that's it, not quite sure where to go from here. Was curious to what the next steps would be? Some sort of pseudo code would be great, like "First, you'd need to send 'blahblah' packet, which would then receive 'blahblah' on your software, in which you should blahblah"...or any information for that matter


  2. #2
    Infraction Baɴɴed holthelper is offline
    MemberRank
    Apr 2008 Join Date
    1,765Posts

    Re: Pseudo code to get to login screen on any language?

    Quote Originally Posted by FatalFart View Post
    Using another programming language/software, I have tried looking up how to get to the login screen and the most I've been able to do on my own is sort of connect to a localhost (so it doesn't display the message "Cannot connect to server" from maplestory), but that's it, not quite sure where to go from here. Was curious to what the next steps would be? Some sort of pseudo code would be great, like "First, you'd need to send 'blahblah' packet, which would then receive 'blahblah' on your software, in which you should blahblah"...or any information for that matter
    i think you just had a verbal mental fart...

  3. #3
    Apprentice FatalFart is offline
    MemberRank
    Jun 2008 Join Date
    16Posts

    Re: Pseudo code to get to login screen on any language?

    Great help... I learnt so much.

  4. #4
    Alpha Member Vakarian is offline
    MemberRank
    Apr 2008 Join Date
    Ohio, USALocation
    2,134Posts

    Re: Pseudo code to get to login screen on any language?

    gethello()

  5. #5
    JavaScript Is Best Script Jash is offline
    MemberRank
    Dec 2010 Join Date
    SingaporeLocation
    683Posts

    Re: Pseudo code to get to login screen on any language?

    Pseudocode (Well idk if there's any rules for "pseudocode" but...):
    Code:
    bindTCPListenerToPort(7575)
    startListeningOnTCPListener()
    waitForClientToConnect() // Via the binded TCPListener
    sendHelloPacketToClient() // This depends on the version of maplestory the client is using.
    // Make sure the server doesn't close before client gets onto login screen.
    Last edited by Jash; 13-10-12 at 01:22 AM.



Advertisement