Thread: How to use RSGD Tutorial

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39
  1. #1 How to use RSGD Tutorial 
    Registered Member

    Join Date
    Jan 2014
    Posts
    596
    Thanks given
    328
    Thanks received
    231
    Rep Power
    153
    What is RSGD?
    RSGD is a combination of programs made by Method, Laz, Sir Tom that Deobfuscates an original jar or the current revision of RuneScape.
    However the cache downloader by method in this program is outdated so please use the one located below with the other downloads.



    Tools
    • RSCD - Created by Method(Download the current RS Cache for RSPS use.)
    • RSGD - Created by Sir Tom(Downloads the current gamepack and Deobfuscates it.)


    Downloads
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Notes
    RSGD is using an outdated Deobfuscator, It does not remove any Dummy methods(Witch are the same method that isn't used, theres uaually 3-4 1 of them is the real Method,
    This will cause Choppy Items, however this can be fixed.

    Keywords
    • Parameters
    • GamePack
    • innerGamepack
    • Original Jar
    • Deobfuscation
    • Obfuscation



    Step 1: Using RSGD

    Either put RSGD into your workspace in eclipse, run the batch file that says RSGD.



    You will next see this after the above part is complete.



    Once its done Deobfuscating the client all the batch files will close out.

    Once Completed Make a new folder on your desktop ,
    Inside this folder make to more folders(libs, src)
    Open the RSGD Folder and copy all the files/folder from output_Src into your folder/src

    Next open the RSGD folder go into libs folder



    Copy the clientlibs jar and place it into your libs folder

    Next put your client into eclipse and open RS3Applet

    find
    Code:
    /**
    	 * Reads the parameters text file, and stores the parameters.
    	 */
    	@SuppressWarnings("resource")
    	private void readParameters() {
    
    	}

    Go back into the RSGD folder into data and open the Params file
    Should look like this

    Code:
    document.write('archive=gamepackmx+8MLZB1VmSTidSwTkaMUXysHMV6s6Q_5113745.jar ');
    client_parameters.put("java_arguments", "-Xmx384m");
    client_parameters.put("separate_jvm", "true");
    client_parameters.put("boxborder", "false");
    client_parameters.put("image", "http://www.runescape.com/img/game/splash5.gif");
    client_parameters.put("centerimage", "true");
    client_parameters.put("boxbgcolor", "black");
    client_parameters.put("21", "0");
    client_parameters.put("32", "0");
    client_parameters.put("40", "false");
    client_parameters.put("12", "true");
    client_parameters.put("3", "false");
    client_parameters.put("34", "halign=true|valign=true|image=rs3_logo.gif,0,-43|rotatingimage=rs3_loading_spinner.gif,0,47,9.6|progress=true,Verdana,13,0xFFFFFF,0,51");
    client_parameters.put("31", "mx+8MLZB1VmSTidSwTkaMUXysHMV6s6Q");
    client_parameters.put("10", "4");
    client_parameters.put("25", "wwGlrZHF5gKN6D3mDdihco3oPeYN2KFybL9hUUFqOvk");
    client_parameters.put("26", "225");
    client_parameters.put("-1", "fKUG91ODqdNihEt9Dswp2g");
    client_parameters.put("8", "");
    client_parameters.put("27", "http://world4.runescape.com");
    client_parameters.put("5", "");
    client_parameters.put("16", "0");
    client_parameters.put("22", "false");
    client_parameters.put("30", "");
    client_parameters.put("24", "0");
    client_parameters.put("20", "1129");
    client_parameters.put("23", "38884");
    client_parameters.put("29", "lobby28.runescape.com");
    client_parameters.put("37", "false");
    client_parameters.put("33", "1195361222");
    client_parameters.put("39", "1127");
    client_parameters.put("41", "false");
    client_parameters.put("15", "0");
    client_parameters.put("13", "false");
    client_parameters.put("14", "0");
    client_parameters.put("9", "false");
    client_parameters.put("0", "QwR09xyI0oJjlApdJxAJ8Q");
    client_parameters.put("36", "");
    client_parameters.put("4", "0");
    client_parameters.put("17", ".runescape.com");
    client_parameters.put("42", "lobby30.runescape.com");
    client_parameters.put("35", "http://world4.runescape.com");
    client_parameters.put("1", "");
    client_parameters.put("7", "0");
    client_parameters.put("6", "http://services.runescape.com/m=gamelogspecs/clientstats?data=");
    client_parameters.put("18", "false");
    client_parameters.put("38", "");
    client_parameters.put("haveie6", "false");
    Copy everything but the fist line and past into this method

    Code:
    /**
    	 * Reads the parameters text file, and stores the parameters.
    	 */
    	@SuppressWarnings("resource")
    	private void readParameters() {
    
    	}

    Step 2 : Fixing all the Errors



    You should have about 56 Errors most of them is the Object Errors



    Make all of these Error look like this



    The constructor errors


    Just remove what I have highlighted from each constructor error.

    The Finally change quit to public



    Congratulations you have deobed your own client that will connect to rs.

    Step 3: Running RSCD

    This is self explanatory you just run the batch file or run in eclipse. THIS WILL TAKE AWHILE TO DOWNLOAD THE FULL CACHE(Don't release the client you make UNLESS you release the cache, no one can use it without the cahce it was deobed with.)






    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    arr.each { |x| x }


    Join Date
    Jul 2013
    Posts
    1,381
    Thanks given
    158
    Thanks received
    276
    Rep Power
    413
    Good job mate. Pretty useful.
    Reply With Quote  
     

  4. #3  
    Registered Member

    Join Date
    Jan 2014
    Posts
    596
    Thanks given
    328
    Thanks received
    231
    Rep Power
    153
    Quote Originally Posted by Ridiculous View Post
    Good job mate. Pretty useful.
    Thanks just got sick of people asking how to do it on toms thread .

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  5. #4  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    280
    Thanks received
    443
    Rep Power
    401
    Welcome for the params file adjuster

    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    :^)

    ___.'s Avatar
    Join Date
    Nov 2013
    Posts
    228
    Thanks given
    209
    Thanks received
    156
    Rep Power
    100
    Looks nice, goodjob
    Reply With Quote  
     

  8. #6  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    nice tutorial
    Reply With Quote  
     

  9. #7  
    Registered Member IwaI's Avatar
    Join Date
    Feb 2014
    Posts
    184
    Thanks given
    12
    Thanks received
    24
    Rep Power
    11
    ooooooooooooooooooooooooo

    Nice tutorial.
    Reply With Quote  
     

  10. #8  
    0x2P | ~0x2P
    Google rapes bing's Avatar
    Join Date
    May 2013
    Posts
    598
    Thanks given
    120
    Thanks received
    62
    Rep Power
    0

    Why is there a tutorial on this...
    This is common senses when you can see it in the download section...
    Reply With Quote  
     

  11. #9  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    Quote Originally Posted by Google rapes bing View Post

    Why is there a tutorial on this...
    This is common senses when you can see it in the download section...
    Quote Originally Posted by Belthazar View Post
    Thanks just got sick of people asking how to do it on toms thread .
    ????


    Reply With Quote  
     

  12. #10  
    Registered Member

    Join Date
    Jan 2014
    Posts
    596
    Thanks given
    328
    Thanks received
    231
    Rep Power
    153
    Quote Originally Posted by Google rapes bing View Post

    Why is there a tutorial on this...
    This is common senses when you can see it in the download section...
    Common sense? Please kid don't be so arrogant . You were new to rsps/java at one point.

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    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. Replies: 12
    Last Post: 10-27-2014, 02:07 AM
  2. how to use eclipse tutorial needed!
    By glaiven-rsps in forum Help
    Replies: 1
    Last Post: 03-19-2013, 09:46 PM
  3. RSBot Tutorial - How to use AntiBans
    By Dyer in forum RuneScape Underground
    Replies: 17
    Last Post: 11-08-2010, 08:38 AM
  4. How To Use Tag's.
    By sik pure in forum Tutorials
    Replies: 6
    Last Post: 04-19-2008, 02:42 AM
  5. Replies: 7
    Last Post: 05-16-2007, 11:54 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
  •