Thread: Preventing Cheat Client (Server-side)

Results 1 to 10 of 10
  1. #1 Preventing Cheat Client (Server-side) 
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    I remember doing this a long time ago, but now I can't remember what its called and when I search, alot comes up. How do I only allow my client for my server, preventing cheat clients? I remember its both client and server side, you put like 4 numbers you want. I need the server-side, but if you know client-side too, feel free to help me.
    Looking to join a team of developers* to work on a RSPS.
    Will put in time and effort for the project.

    * Developers must have basic understanding of Java. I would love to work and learn from experts, but it's rare that they would want to work with someone that isn't on the same level as them.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Polaroid's Avatar
    Join Date
    Jul 2009
    Posts
    936
    Thanks given
    1,088
    Thanks received
    63
    Rep Power
    94
    Use the UID.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Zaga's Avatar
    Join Date
    Jan 2010
    Posts
    514
    Thanks given
    89
    Thanks received
    47
    Rep Power
    149
    Change packet lengths and IDs to fuck with any foreign clients.


    Reply With Quote  
     

  4. #4  
    Registered Member
    Polaroid's Avatar
    Join Date
    Jul 2009
    Posts
    936
    Thanks given
    1,088
    Thanks received
    63
    Rep Power
    94
    Quote Originally Posted by Zaga View Post
    Change packet lengths and IDs to fuck with any foreign clients.
    mmh uid is easier.

    http://www.rune-server.org/runescape...a-servers.html
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    What is UID? I already did this guide with the 4 numbers thing, I just want to know what it was. Did this so long ago that I can't even remember...
    Looking to join a team of developers* to work on a RSPS.
    Will put in time and effort for the project.

    * Developers must have basic understanding of Java. I would love to work and learn from experts, but it's rare that they would want to work with someone that isn't on the same level as them.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Polaroid's Avatar
    Join Date
    Jul 2009
    Posts
    936
    Thanks given
    1,088
    Thanks received
    63
    Rep Power
    94
    *sigh* if you dont know what the UID is and how to use it to your advantage, you are not worthy of blocking out foreign clients.

    Make it so in your client class that if the UID does not match the UID you want, it returns somthing like "world full"
    Reply With Quote  
     

  7. #7  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    uid wouldn't stop a cheat client, unless the person using it is retarded.
    :indeed:
    Reply With Quote  
     

  8. Thankful user:


  9. #8  
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    I don't want a new way lol

    I just want the way I used that Ican't remember and hope you guys knew.

    I don't need suggestions, I need a guide lol
    Looking to join a team of developers* to work on a RSPS.
    Will put in time and effort for the project.

    * Developers must have basic understanding of Java. I would love to work and learn from experts, but it's rare that they would want to work with someone that isn't on the same level as them.
    Reply With Quote  
     

  10. #9  
    Registered Member
    Polaroid's Avatar
    Join Date
    Jul 2009
    Posts
    936
    Thanks given
    1,088
    Thanks received
    63
    Rep Power
    94
    Quote Originally Posted by ViperSniper View Post
    uid wouldn't stop a cheat client, unless the person using it is retarded.
    UID on cheat client's generally use a range, do they not?

    Say more than one.

    500 = your id

    Make a method where if it is 500 then it connects.

    also make it so that it checks uid 499. Because its ranging from 1 - infinity.

    So,
    if(uid == 500 && uid != 499) {
    connect();
    } else {
    disconnect();
    }

    No?
    Reply With Quote  
     

  11. #10  
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    I ended up figuring it out.
    Looking to join a team of developers* to work on a RSPS.
    Will put in time and effort for the project.

    * Developers must have basic understanding of Java. I would love to work and learn from experts, but it's rare that they would want to work with someone that isn't on the same level as them.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

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