Thread: 718 client editing

Results 1 to 4 of 4
  1. #1 718 client editing 
    Registered Member
    Join Date
    Dec 2014
    Posts
    348
    Thanks given
    20
    Thanks received
    5
    Rep Power
    8
    I have this class in my client:

    Code:
    public class Click {
    	
    	public static int getInt(int clickSection){
    		switch (clickSection){
    		case -1:
    			return 5341;
    		case 0: 
    			return 2349;
    		case 1:
    			return 234392;
    		default:
    			return 0;
    		}
    	}
    
    }
    But I will keep adding different cases as I progress through other work, but I don't want my players to have to download a new client every time I add more.

    What can I do?
    Reply With Quote  
     

  2. #2  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    1,474
    Thanks given
    3,312
    Thanks received
    691
    Rep Power
    1098
    Handle it server sided instead.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2014
    Posts
    348
    Thanks given
    20
    Thanks received
    5
    Rep Power
    8
    Quote Originally Posted by hc747 View Post
    Handle it server sided instead.
    How do I get the client to read it then
    Reply With Quote  
     

  4. #4  
    van 't stad

    Shnek's Avatar
    Join Date
    Oct 2013
    Posts
    1,065
    Thanks given
    343
    Thanks received
    297
    Rep Power
    109
    Quote Originally Posted by _Blank View Post
    How do I get the client to read it then
    use a packet
    Attached image

    Do not use the vps from ovh, blocking vps without reason and no customer support
    Reply With Quote  
     

  5. Thankful user:



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. 718 client "potential virus"
    By georgehimo12 in forum Help
    Replies: 2
    Last Post: 05-25-2016, 11:03 PM
  2. [667/718] Client edit!
    By trickboy in forum Help
    Replies: 8
    Last Post: 06-30-2014, 12:56 AM
  3. Matrix 718 client. where to edit cache
    By jullul in forum Help
    Replies: 4
    Last Post: 08-04-2013, 10:11 PM
  4. PlayerName & Pass - Client edit
    By AlexMason in forum RS2 Client
    Replies: 8
    Last Post: 04-16-2008, 07:50 AM
  5. Sweet new client edits
    By Zsakul2 in forum RS2 Client
    Replies: 4
    Last Post: 08-24-2007, 10:00 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
  •