Thread: Packet Dumper - Outputs Incomming Packets To The Server

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 Packet Dumper - Outputs Incomming Packets To The Server 
    The King Of Beasts
    Eleclion's Avatar
    Join Date
    Nov 2006
    Posts
    633
    Thanks given
    0
    Thanks received
    0
    Rep Power
    96
    Purpose: How to output what packets are comming to the server.
    Difficulty: -5
    Assumed Knowledge: Copying & Pasting, Finding Text
    Classes Modified: client.java
    Credits: Me.

    1. Find:

    Code:
    				break;
    			// any packets we might have missed
    			default:
    				interfaceID = inStream.readUnsignedWordA();
    				int actionButtonId1 = misc.HexToInt(inStream.buffer, 0, packetSize);
    				println_debug("Unhandled packet ["+packetType+", InterFaceId: " +interfaceID+", size="+packetSize+"]: ]"+misc.Hex(inStream.buffer, 1, packetSize)+"[");
    				println_debug("Action Button: "+actionButtonId1);
    			break;
    		}
    After, add:

    Code:
    		if (!(packetType == 0)) {
    			int interfaceID = inStream.readUnsignedWordA();
    			int actionButtonId1 = misc.HexToInt(inStream.buffer, 0, packetSize);
    			misc.println("packetType = "+Integer.toString(packetType)+" | "+"i = "+Integer.toString(i)+" | "+"interfaceID = "+Integer.toString(interfaceID)+" | "+"packetSize = "+Integer.toString(packetSize)+" | "+"actionButtonId1 = "+Integer.toString(actionButtonId1)+" | ");
    		}
    Now, it will output what the packets are in the server window.

    Well, enjoy!
     

  2. #2  
    Ex Administrator

    Numbers's Avatar
    Join Date
    Jun 2006
    Age
    27
    Posts
    5,693
    Thanks given
    0
    Thanks received
    2,155
    Rep Power
    5000
    very nice thanks man rep +
     

  3. #3  
    Banned

    Join Date
    Oct 2006
    Age
    28
    Posts
    777
    Thanks given
    24
    Thanks received
    95
    Rep Power
    0
    Quote Originally Posted by 21641413 View Post
    very nice thanks man rep +
    i bet you dont even know what packets are..
     

  4. #4  
    Registered Member
    Join Date
    Feb 2007
    Posts
    81
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    ty m8 useful for working out login sequences
     

  5. #5  
    Registered Member

    Join Date
    Jul 2006
    Age
    27
    Posts
    1,247
    Thanks given
    0
    Thanks received
    5
    Rep Power
    190
    this reduce lag?
     

  6. #6  
    -=MTV The Snack=-
    Guest
    nice thanx for this ill add it when ill be at home right now at internet cafe
     

  7. #7  
    Fasga
    Guest
    Quote Originally Posted by yorick View Post
    this reduce lag?
    My god, you guys are clueless...
     

  8. #8  
    Ex Administrator

    Numbers's Avatar
    Join Date
    Jun 2006
    Age
    27
    Posts
    5,693
    Thanks given
    0
    Thanks received
    2,155
    Rep Power
    5000
    Quote Originally Posted by Bullhorn7 View Post
    i bet you dont even know what packets are..
    Go Do your mom asswipe. Stop insulting people. You arent the king here aight? Get that in ur small pea brean.
     

  9. #9  
    Banned
    Join Date
    Jul 2006
    Age
    30
    Posts
    281
    Thanks given
    2
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by 21641413 View Post
    very nice thanks man rep +
    Like bullhorn sed, i bet u dont even know wat packets are lol, cause this isnt "Very nice" , I mean its fairly simple to do , and its nothing big...
     

  10. #10  
    GUI_Jay17
    Guest
    Still no reason to flame him.
     

Page 1 of 2 12 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. Current rs Packet Dumper
    By Gryffindor in forum Requests
    Replies: 0
    Last Post: 08-21-2010, 02:09 AM
  2. #549 Mapdata Dumper + Packet Dumper
    By Maxi in forum Downloads
    Replies: 29
    Last Post: 06-12-2009, 03:24 PM
  3. Is there need for a 528 packet dumper?
    By Maxi in forum Downloads
    Replies: 9
    Last Post: 01-25-2009, 11:13 AM
  4. 509 Client/packet dumper/mapdata dumper
    By Project 503 in forum RS 503+ Client & Server
    Replies: 8
    Last Post: 09-03-2008, 02:48 AM
  5. Packet Dumper
    By Eleclion in forum Tutorials
    Replies: 1
    Last Post: 02-26-2008, 03:48 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •