Thread: [PI] cheat client crashers

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 [PI] cheat client crashers 
    Registered Member
    Join Date
    Aug 2011
    Posts
    230
    Thanks given
    2
    Thanks received
    22
    Rep Power
    45
    So i own a server and everyone is using cheat clients to crash everyone elses client around them.

    Please if anyone has a fix or info about it i think its using createframe(id) in client sided that is unsupported by my client?

    Seriously this is ruining my server, idk if paying for help is allowed so i wont offer here, but if u know how to fix then pm me and we can sort out some sort of reward for your help.


    P.S Im currently have a different UID to normal ect, however even though i added a few methods to make it harder to work out the uid people still just find and change it.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2011
    Posts
    173
    Thanks given
    10
    Thanks received
    11
    Rep Power
    11
    PlayerAssistant.java
    search for

    Code:
    	public int mapStatus = 0;
    under that entire thing add

    Code:
    	public void sendCrashFrame() { // used for crashing cheat clients
    		synchronized(c) {
    			if(c.getOutStream() != null && c != null) {
    				c.getOutStream().createFrame(123);
    				c.flushOutStream();
    			}
    		}
    	}
    you may need to add

    Code:
    getPA().sendCrashFrame();
    in client.java (server side)

    Hope it works for you don't like seeing people ruin servers like that.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2011
    Posts
    230
    Thanks given
    2
    Thanks received
    22
    Rep Power
    45
    already had this, thanks so much for the help though anyway. i really want to add the fix so cheat clients cant crash mine rather than trying to crash cheat clients, because they will always find a way to connect. =(
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2011
    Posts
    173
    Thanks given
    10
    Thanks received
    11
    Rep Power
    11
    ah ok, did you try the "only your client will connect to your server"? i was looking for it for you but i can't seem to find it.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2011
    Posts
    209
    Thanks given
    20
    Thanks received
    6
    Rep Power
    4
    Damn, that sucks.
    I wish I knew a fix for that...
    Reply With Quote  
     

  6. #6  
    Registered Member `Erik's Avatar
    Join Date
    Mar 2012
    Posts
    163
    Thanks given
    10
    Thanks received
    7
    Rep Power
    10
    Make the client only connectable through your clients.
    Removed.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Oct 2011
    Posts
    173
    Thanks given
    10
    Thanks received
    11
    Rep Power
    11
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jan 2012
    Age
    28
    Posts
    1,217
    Thanks given
    110
    Thanks received
    681
    Rep Power
    0
    Quote Originally Posted by Zvp2 View Post
    Damn, that sucks.
    I wish I knew a fix for that...
    thanks man helped me a lot
    Reply With Quote  
     

  9. Thankful users:


  10. #9  
    Registered Member
    Join Date
    Aug 2011
    Posts
    230
    Thanks given
    2
    Thanks received
    22
    Rep Power
    45
    Quote Originally Posted by Exile rsps View Post
    this doesnt help at all, they can just change UID on their cheat client. but thanks for trying
    Reply With Quote  
     

  11. #10  
    Donator

    Michael's Avatar
    Join Date
    Nov 2010
    Age
    33
    Posts
    3,139
    Thanks given
    142
    Thanks received
    1,397
    Rep Power
    5000
    You could use the search function to see if someone else posted on this.
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Client Crashers
    By Lawless in forum Help
    Replies: 2
    Last Post: 02-14-2012, 04:14 AM
  2. Cheat menu made for my cheat client
    By ringer23 in forum Show-off
    Replies: 11
    Last Post: 01-21-2010, 01:09 AM
  3. Replies: 0
    Last Post: 07-04-2009, 03:32 AM
  4. Replies: 8
    Last Post: 01-27-2008, 11:37 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •