Thread: [req] ruse item model dump

Results 1 to 6 of 6
  1. #1 [req] ruse item model dump 
    Donator
    Zenpex's Avatar
    Join Date
    Mar 2021
    Posts
    52
    Thanks given
    9
    Thanks received
    2
    Rep Power
    38
    Does anyone have or know a method to dump the items equip models for all items in game, or at least even the items that were hardcoded in?
    Client is ruse, and will leave a phat thanks + rep
    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2021
    Posts
    53
    Thanks given
    22
    Thanks received
    17
    Rep Power
    70
    https://www.rune-server.ee/runescape...=ruse+exploits


    Hopefully that will help you. Sorry I am unable to provide what OP was asking for. However, perhaps, you will be able to fix some of the exploits.
    Reply With Quote  
     

  3. #3  
    Donator
    Zenpex's Avatar
    Join Date
    Mar 2021
    Posts
    52
    Thanks given
    9
    Thanks received
    2
    Rep Power
    38
    Quote Originally Posted by RSPS.Java View Post
    https://www.rune-server.ee/runescape...=ruse+exploits


    Hopefully that will help you. Sorry I am unable to provide what OP was asking for. However, perhaps, you will be able to fix some of the exploits.
    I am not looking to use ruse at all just want some items off of something lol. I appreciate this though for future reference.
    Attached image
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2016
    Age
    55
    Posts
    1,137
    Thanks given
    565
    Thanks received
    600
    Rep Power
    0
    Add that in the end of the startup method in the client.

    Code:
            for (int i = 0; i < 65000; i++) {
                new File(signlink.findcachedir() + "/items/").mkdirs();
                try {
                    byte[] abyte = cacheIndices[1].get(i);
                    File map = new File(signlink.findcachedir() + "/items/" + i + ".gz");
                    FileOutputStream fos = new FileOutputStream(map);
                    fos.write(abyte);
                    fos.close();
                } catch (Exception e) {
                    System.out.println("exception: " + i);
                }
            }
    then use a gzip converter to convert it to .dat format if you're wanting the .dat format. if not it will dump in gzip format ready to be packed.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Donator
    Delly's Avatar
    Join Date
    Aug 2021
    Posts
    26
    Thanks given
    7
    Thanks received
    8
    Rep Power
    52
    Quote Originally Posted by Zenpex View Post
    Does anyone have or know a method to dump the items equip models for all items in game, or at least even the items that were hardcoded in?
    Client is ruse, and will leave a phat thanks + rep
    Added
    Reply With Quote  
     

  7. #6  
    Donator
    Zenpex's Avatar
    Join Date
    Mar 2021
    Posts
    52
    Thanks given
    9
    Thanks received
    2
    Rep Power
    38
    Quote Originally Posted by Wells Fargo View Post
    Add that in the end of the startup method in the client.

    Code:
            for (int i = 0; i < 65000; i++) {
                new File(signlink.findcachedir() + "/items/").mkdirs();
                try {
                    byte[] abyte = cacheIndices[1].get(i);
                    File map = new File(signlink.findcachedir() + "/items/" + i + ".gz");
                    FileOutputStream fos = new FileOutputStream(map);
                    fos.write(abyte);
                    fos.close();
                } catch (Exception e) {
                    System.out.println("exception: " + i);
                }
            }
    then use a gzip converter to convert it to .dat format if you're wanting the .dat format. if not it will dump in gzip format ready to be packed.
    Worked like a charm
    Attached image
    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

Similar Threads

  1. [REQ]Newest rs model dump[REQ]
    By Pikker in forum Models
    Replies: 5
    Last Post: 05-02-2011, 06:03 AM
  2. 602 item model dump.
    By wannabecoder :) in forum Requests
    Replies: 0
    Last Post: 12-17-2010, 11:28 PM
  3. [REQ] Need 508 model dump
    By Brandyn in forum Requests
    Replies: 4
    Last Post: 12-11-2010, 09:07 PM
  4. [REQ] 602 Gzipped Model Dump.
    By wannabecoder :) in forum Requests
    Replies: 3
    Last Post: 12-06-2010, 06:58 AM
  5. 602 item model dump?
    By Rev3rt in forum Requests
    Replies: 4
    Last Post: 11-15-2010, 09:54 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
  •