Thread: making server connect to only your client?

Results 1 to 8 of 8
  1. #1 making server connect to only your client? 
    Registered Member

    Join Date
    Nov 2008
    Age
    26
    Posts
    994
    Thanks given
    1
    Thanks received
    3
    Rep Power
    104
    does anyone have the link to that tut?
     

  2. #2  
    Ben
    Guest
    Open up your Clients client class.

    Find

    317 (It will be sending to the server). Change it to a random number. Copy that random number. Go to your server client class, and find run(). You will see if(something != 317 and change the 317 to the number you copied from your client.
     

  3. #3  
    hmu

    Jakey's Avatar
    Join Date
    Sep 2007
    Age
    31
    Posts
    6,489
    Thanks given
    109
    Thanks received
    277
    Rep Power
    1218
    Actually you can just make a method for it.

    And add it in the process. Match the UID's and have it block any other connections. To set your UID its in your signlink.java client side.

    Then you add the method in your process i think or run()

    dont remember for sure.
    to contact me, PM me on rune-server.
     

  4. #4  
    Ben
    Guest
    UID's if that's what you mean Ronaldo. But that is a terrible way. That is not what the UID's are meant for. But yes, you could in the run void in the server client class

    if(uid != YOURNUMBER) {
    returnCode = watever;
    disconnected = true;
    }
     

  5. #5  
    hmu

    Jakey's Avatar
    Join Date
    Sep 2007
    Age
    31
    Posts
    6,489
    Thanks given
    109
    Thanks received
    277
    Rep Power
    1218
    LOL yeah uid, ha my bad GUI is something way different.

    But what i mean by saying this ben is its simple and easy for someone to understand, as your way is WAY better he might not understand it. So i was just suggesting something else to give a choice to.
    to contact me, PM me on rune-server.
     

  6. #6  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    Ronaldo, UID man not GUI.
    And yes it's a horrible way to do it, way to easy to hack, but it's better then nothing i suppose, and using process? Why just check on login in the initialize() method.
     

  7. #7  
    Registered Member

    Join Date
    Nov 2008
    Age
    26
    Posts
    994
    Thanks given
    1
    Thanks received
    3
    Rep Power
    104
    0.o gnarly i like your new sig, could u make me one saying pwnscapev1?

    on topic- thanks guys ill try when i have access to the comp im hosting on
     

  8. #8  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    Quote Originally Posted by joeyjoe9876 View Post
    0.o gnarly i like your new sig, could u make me one saying pwnscapev1?

    on topic- thanks guys ill try when i have access to the comp im hosting on
    Eh here ya go,

     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •