Thread: [103] Trying to load latest osrs cache into scapeemulator, client sending httpheaders

Results 1 to 6 of 6
  1. #1 [103] Trying to load latest osrs cache into scapeemulator, client sending httpheaders 
    Registered Member
    Join Date
    Oct 2008
    Posts
    49
    Thanks given
    3
    Thanks received
    1
    Rep Power
    6
    The opening opcode I receive is 71 with strings containing http headers.

    Further more it's trying to reach a file called crossdomain.xml?

    Any thoughts on either handling this protocol or ignoring? Won't send 15, always 71.

    Current index.html:

    Code:
    <body>
    
      <applet archive="loader_gl.jar" code="loader.class" width="100%" height="100%">
        <param name="centerimage" value="true" />
        <param name="boxborder" value="false" />
        <param name="boxbgcolor" value="black" />
        <param name="java_arguments" value="-Xmx256m -Xss2m -Dsun.java2d.noddraw=true -XX:CompileThreshold=1500 -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC" />
        <param name="image" value="http://www.runescape.com/img/rsp777/oldschool_ani.gif" />
        <param name="separate_jvm" value="true" />
    
        <param name="1" value="0" />
        <param name="2" value="0" />
        <param name="3" value="0" />
        <param name="4" value="http://www.runescape.com/g=oldscape/slr.ws?order=LPWM" />
        <param name="5" value="" />
        <param name="6" value="0" />
        <param name="10" value="0" />
        <param name="7" value="true" />
        <param name="8" value="55487" /> //55487
        <param name="9" value=".runescape.com" />
        <param name="11" value="5" />
        <param name="12" value="true" />
        <param name="13" value="ElZAIrq5NpKN6D3mDdihco3oPeYN2KFy2DCquj7JMmECPmLrDP3Bnw" />
        <param name="14" value="1" />
        <param name="15" value="false" />
      </applet>
    It starts with jaggrab 17 opcode with the following string JAGGRAB /runescape_gl_-1695539528.pack200

    After sending the runescape_gl.pack200 it crashes on [Only registered and activated users can see links. ]



    My other client, unsigned, sends 71 opcode over and over.
    Third, the #103 deob sends 15, then 103 and recieves only -1 as response.
    Reply With Quote  
     

  2. #2  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    280
    Thanks received
    443
    Rep Power
    401
    JAGGRAB. what. iirc osrs doesnt use that anymore

    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2008
    Posts
    49
    Thanks given
    3
    Thanks received
    1
    Rep Power
    6
    Quote Originally Posted by Leon_ View Post
    JAGGRAB. what. iirc osrs doesnt use that anymore
    I'm trying to load the latest osrs cache on scape emulator, may be why it's failing. Any suggestions on what to use then as a loader?
    Reply With Quote  
     

  4. #4  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    280
    Thanks received
    443
    Rep Power
    401
    osrs doesnt use a loader. All you need is the osrs gamepack and cache. And you dont need http bindings either, just the js5 bindings.

    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2008
    Posts
    49
    Thanks given
    3
    Thanks received
    1
    Rep Power
    6
    Quote Originally Posted by Leon_ View Post
    osrs doesnt use a loader. All you need is the osrs gamepack and cache. And you dont need http bindings either, just the js5 bindings.
    Thank you very much for the help, so it's pretty much self contained? Does the server send the gamepack and cache or is that located by the client?
    Reply With Quote  
     

  6. #6  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    280
    Thanks received
    443
    Rep Power
    401
    Quote Originally Posted by Zeneric View Post
    Thank you very much for the help, so it's pretty much self contained? Does the server send the gamepack and cache or is that located by the client?
    the gamepack is the client. Server sends the cache through the js5 protocol.

    the 103 deob, is the gamepack decompiled.

    Reply With Quote  
     

  7. Thankful users:



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: 21
    Last Post: 03-04-2012, 03:42 PM
  2. Hyperion - How to load a new cache?
    By Delifed in forum Help
    Replies: 8
    Last Post: 12-23-2010, 05:51 PM
  3. Replies: 4
    Last Post: 08-12-2010, 01:27 PM
  4. [Refactored]Trying to Load 459 Gameframe
    By Shemhamforash in forum Help
    Replies: 20
    Last Post: 03-07-2010, 04:41 PM
  5. How to load images via cache
    By Warlock 999 in forum Tutorials
    Replies: 8
    Last Post: 04-13-2009, 02:36 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
  •