rs #536 parameters

Discussion in 'Archives' started by EURC, Mar 17, 2009.

Thread Status:
Not open for further replies.
rs #536 parameters
  1. Unread #1 - Mar 17, 2009 at 12:39 PM
  2. EURC
    Joined:
    Feb 16, 2009
    Posts:
    35
    Referrals:
    0
    Sythe Gold:
    0

    EURC Member

    rs #536 parameters

    I need a list of the parameters for the current runescape client (536) and their values. If you don't know what they are like this:

    Code:
    "safemode", "0"
    "lang", "0"
    
    Thanks.
     
  3. Unread #2 - Mar 17, 2009 at 12:58 PM
  4. Mr Pker
    Joined:
    Feb 19, 2009
    Posts:
    145
    Referrals:
    0
    Sythe Gold:
    0

    Mr Pker Active Member
    Banned

    rs #536 parameters

    Say what? I need new rsbot, that's what i need.
     
  5. Unread #3 - Mar 18, 2009 at 11:39 AM
  6. Jimmy
    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    rs #536 parameters

    These seem to work for me.
    Code:
    "worldid", "7"
    "members", "1"
    "modewhat", "0"
    "modewhere", "0"
    "lang", "0"
    To get them yourself, do the following...
    1) Go to the main RuneScape Page
    2) Click "Free Users"
    3) View the page Source
    If IE (Internet Explorer) then:
    View->Source
    If FF (Firefox) then:
    View->Page Source
    4) If you see something like
    Code:
    <frame style="width:100%;height:100%;margin:0;padding:0;" src="http://world104.runescape.com/m0" width="100%" height="100%" scrolling="auto" frameborder="0" marginwidth="0" marginheight="0" />
    then the game is loading in an iframe. The "src" is the page where the iframe is loading from, so goto the site after the "src", in this case:
    Code:
    http://world104.runescape.com/m0
    5) View the Source of that page
    Search the Source for "param"
    6) If you find something like
    Code:
    <param name=cabbase value=loader2029436212.cab>
    <param name="java_arguments" value="-Xmx96m -Dsun.java2d.noddraw=true">
    <param name=worldid value=57>
    <param name=modewhere value=0>
    <param name=modewhat value=0>
    <param name=advertsuppressed value=0>
    <param name=lang value=0>
    <param name=objecttag value=0>
    <param name=js value=0>
    <param name=game value=0>
    <param name=affid value=0>
    <param name=settings value=kKmok3kJqOcqVEOnCoQVAh2m0cAVU1ZhoLxrWRAmlT4>
    <param name=country value=0>
    then you found the params. If not, try all the steps over again until you do. Some params are not required to load RuneScape.
     
  7. Unread #4 - Mar 18, 2009 at 2:20 PM
  8. EURC
    Joined:
    Feb 16, 2009
    Posts:
    35
    Referrals:
    0
    Sythe Gold:
    0

    EURC Member

    rs #536 parameters

    I did this, it does not show the params:
    Code:
    <html xmlns:IE>
    <head>
    <meta http-equiv='Expires' content='0'>
    <meta http-equiv='Pragma' content='no-cache'>
    <meta http-equiv='Cache-Control' content='no-cache'>
    <title>RuneScape - the massive online adventure game by Jagex Ltd.</title>
    <style type="text/css">
     html {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
     }
     body {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 0;
      font-family: Arial, Helvetica, FreeSans, sans-serif;
      background: black;
      width: 100%;
      height: 100%;
     }
     td {
      text-align: center;
     }
     #tb {
      margin: auto;
      width: 766px;
      height: 96px;
      background: url(http://www.runescape.com/img/advert/advert.png) left top no-repeat;
     }
     .minheight {
      height: 503px;
      width: 0;
     }
     #gametable {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
     }
     #gamecell {
      width: 5000px;
      height: 100%;
     }
     #gameframe {
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%;
      height: 100%;
     }
     #game {
      position: absolute;
      left: 0;
      top: 0;
     }
     applet,object,embed,comment {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
     }
     #unsignedmessage,div.nojava {
      color: white;
      margin: 2px;
      font-size: 12px;
      width: 765px;
      margin: auto;
      text-align: left;
     }
     #unsignedmessage,div.nojava div {
      font-weight: bold;
     }
     #unsignedmessage {
      display: none;
      margin-bottom: 4px;
     }
     a {
      color: #c1a05d;
       text-decoration: underline;
      }
     a:hover {
       text-decoration: none;
      }
     
      
       #vb {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-size: 12px;
        display: none;
       }
       #vb_container {
        padding-top: 25px;
        text-align: center;
        display: none;
       }
       #vb_frame {
        margin: 0 auto;
        display: none;
       }
       #vb_skiptext {
        color: #e8d800;
        display: none;
       }
       #vb_skip {
        height: 19px;
        line-height: 19px;
        margin: auto;
        padding: 0;
        color: #e8d800;
        font-weight: bold;
        text-decoration: none;
        background-image: url('http://www.runescape.com/img/playgame/menu.png');
        background-position: -110px top;
        width: 163px;
        display: none;
       }
       #vb_skip:hover {
        color: black;
        background-position: -110px bottom;
       }
      
     
    
     
    #menu {
     margin: auto;
     width: 766px;
    }
    #menubox {
     padding: 0 0 5px;
    }
    #menu {
     height: 27px;
     font-size: 12px;
     background: transparent url(http://www.runescape.com/img/main/layout/menu_bg.png) left top no-repeat;
    }
    #menu div {
     float: left;
     padding: 4px;
    }
    #home, #upgrade, #detail, #search {
     float: left;
     height: 19px;
     line-height: 19px;
     margin: 0;
     padding: 0;
     color: #e8d800;
     font-weight: bold;
     text-decoration: none;
     background-image: url('http://www.runescape.com/img/playgame/menu.png');
    }
    #home, #detail {
     width: 101px;
     background-position: left top;
    }
    #home:hover, #detail:hover {
     color: black;
     background-position: left bottom;
    }
    #upgrade {
     width: 163px;
     background-position: -110px top;
    }
    #upgrade:hover {
     color: black;
     background-position: -110px bottom;
    }
    #search {
     position: relative;
     padding: 0 142px 0 34px;
     border-left: 1px solid black;
     text-align: left;
     background-position: right top;
    }
    #search img {
     position: absolute;
     top: 3px;
     left: 7px;
    }
    #q {
     position: absolute;
     right: 47px;
     top: 2px;
     width: 86px;
     height: 15px;
     line-height: 15px;
     border: none;
     padding: 0 0 0 1px;
     background: white;
    }
    #t {
     position: absolute;
     right: 4px;
     top: 1px;
     width: 40px;
     height: 17px;
     line-height: 17px;
     padding: 0 0 2px;
     border: none;
     cursor: pointer;
     font-size: 11px;
     font-weight: bold;
     background: #d4d0c8 url(http://www.runescape.com/img/playgame/search.png) top left no-repeat;
    }
    #t:hover {
     background-position: left bottom;
    }
    #jagex {
     float: right;
     margin: 1px 1px 0 0;
     outline: none;
    }
    #jagex img {
     border: none;
    }
    
    
     
    
     </style>
    </head>
    <body>
    <table id="gametable" cellpadding=0 cellspacing=0>
    <tr><td colspan=2>
    
    <div id="tb"><iframe src="http://advert.runescape.com/banner.ws?size=729" allowtransparency="true" width="766" height="96" scrolling="no" frameborder="0"></iframe></div>
    <script type="text/javascript">
     var tb=document.getElementById('tb');
     if (!tb.firstChild) {
      tb.style.backgroundColor='red';
      tb.style.backgroundImage='none';
      tb.style.fontSize='32pt';
      var marquee=document.createElement('marquee');
      marquee.appendChild(document.createTextNode('Blocking this advert is '));
      var link=document.createElement('a');
      link.href='http://www.runescape.com/kbase/viewarticle.ws?article_id=2396';
      link.target='_blank';
      link.style.color='yellow';
      link.style.lineHeight='96px';
      link.appendChild(document.createTextNode('against the rules'));
      marquee.appendChild(link);
      marquee.appendChild(document.createTextNode('. Please disable your advert blocker.'));
      marquee.style.color='yellow';
      tb.appendChild(marquee);
     }
     </script>
    
    <div id="menubox">
    <div id="menu">
    <div>
    <a id="home"  href="http://www.runescape.com/" target="_parent">
    Home
    </a>
    <a id="upgrade" href="http://www.runescape.com/members/members.ws" target="_blank">
    Upgrade to Members
    </a>
    <form id="search" action="http://www.runescape.com/kbase/search.ws" target="_blank">
    <img src="http://www.runescape.com/img/playgame/kb.png" alt="">
    Search RuneScape.com
    <input name="q" id="q">
    <input id="t" type="submit" value="Go">
    </form>
    </div>
    
    <a id="jagex" href="http://www.jagex.com/" target="_blank">
    <img src="http://www.runescape.com/img/playgame/jagex.png" alt="Jagex">
    </a>
    </div>
    </div>
    <div id="unsignedmessage"><div>Is the game working?</div><a href="#" onclick="document.getElementById('unsignedmessage').style.display='none'; return false;">Yes it is working</a>.<br><a href="http://www.runescape.com/slu.ws?j=1&m=0">No, I just see an empty grey box</a>.</div>
    </td></tr>
    <tr>
    <td width="0" height="540"><img src="http://www.runescape.com/img/blk.gif" height=540 width=0></td>
    <td id="gamecell">
    <div id="gameframe">
    <span id=vbUrl style="display:none">http://advert.runescape.com/banner.ws?size=100</span>
    
    <div id="vb">
    <div id="vb_container">
    <iframe id="vb_frame" src="" width="640" height="275" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
    </div>
    <span id="vb_skiptext">-</span>
    <a id="vb_skip" style="display:none;" href="#" onclick="return hideVideoAd();">Skip advert</a>
    </div>
    <style type="text/css">
          @media all {
           IE\:clientCaps {behavior:url(#default#clientcaps)}
          }
         </style>
    <IE:clientCaps ID="oClientCaps"></IE:clientCaps>
    <script type="text/javascript">
          var haveie6=false;
          document.domain='runescape.com';
         </script>
    <!--[if lt IE 7]><script type="text/javascript">haveie6=true;</script><![endif]-->
    <script src="plugin.js?param=o0,a0,m0,s0" type="text/javascript"></script>
    
    <script>
          function checkForUnsigned() {
           try {
            document.getElementById("game").isActive();
           }
           catch(e) {
            document.getElementById("unsignedmessage").style.display="block";
           }
          }
         </script>
    </div>
    </td>
    </tr>
    <tr><td colspan=2>
    
    
    </td></tr>
    </table>
    <script type="text/javascript">
      
      
      
      var loggedinstate=false;
      function oul() {
       if (loggedinstate) {
        return 'Please make sure you have logged out of the game before navigating away.';
       }
      } 
      window.onbeforeunload=oul;
      
      function loggedin() {
       loggedinstate=true;
      }
      function loggedout() {
       loggedinstate=false;
      }  
    
       window.scroll(0,0);
    
      
      var ua=navigator.userAgent.toLowerCase();
      if (navigator.platform.toLowerCase().indexOf('mac')!=-1 && ua.indexOf('firefox')>-1) {
       document.getElementById('upgrade').onclick=upgradejs;
       document.getElementById('search').onsubmit=searchjs;
       document.getElementById('jagex').onclick=jagexjs;
      }
      function upgradejs(e) {
       return openjs(document.getElementById('upgrade').href);
      }
      function jagexjs(e) {
       return openjs(document.getElementById('jagex').href);
      }
      function searchjs() {
       var q=document.getElementById('q');
       var search=document.getElementById('search');
       return openjs(search.action+'?q='+q.value,'_blank');
      }
      function openjs(href) {
       window.open(href,'_blank','width=825,height=500,scrollbars=yes');
       return false;
      }
    
      
      var tb_oldurl;
      function zap() {
       var d=document.getElementById('tb');
       try{
        if (d && d.style.display!='none') {
         d.style.display='none';
         if (!tb_oldurl) tb_oldurl=d.firstChild.src;
         d.firstChild.src='';
        }
       }catch(err){}
      }
      function unzap() {
       var d=document.getElementById('tb');
       try{
        if (d && d.style.display!='block') {
         d.style.display='block';
         if (tb_oldurl) d.firstChild.src=tb_oldurl;
        }
       }catch(err){}
      }
      
      
      
       var vb_skiptimer;
       var vb_skipseconds;
       var vb_hidetimer;
     
       function showVideoAd() {
        if (window.opera) document.getElementById('game').style.visibility='hidden';
        else document.getElementById('game').style.top='-2000px';
        document.getElementById('vb').style.display='block';
        document.getElementById('vb_container').style.display='block';
        document.getElementById('vb_skiptext').style.display='inline';
        document.getElementById('vb_skip').style.display='none';
        var vb_frame=document.getElementById('vb_frame');
        vb_frame.style.display='block';
        vb_frame.src=document.getElementById('vbUrl').firstChild.nodeValue;
        vb_skipseconds=10;
        showSkip();
        clearInterval(vb_skiptimer);
        vb_skiptimer=setInterval('showSkip()',1000);
        clearTimeout(vb_hidetimer);
        vb_hidetimer=setTimeout('hideVideoAd()',65000);
       }
     
       function showSkip() {
        if (vb_skipseconds>0) {
         document.getElementById('vb_skiptext').firstChild.nodeValue='Skip available in '+vb_skipseconds+' seconds';
         vb_skipseconds--;
        }
        else {
         document.getElementById('vb_skiptext').style.display='none';
         document.getElementById('vb_skip').style.display='block';
         clearInterval(vb_skiptimer);
        }
       }
     
       function hideVideoAd() {
        clearInterval(vb_skiptimer);
        clearTimeout(vb_hidetimer);
        if (window.opera) document.getElementById('game').style.visibility='visible';
        else document.getElementById('game').style.top='0';
        document.getElementById('vb').style.display='none';
        document.getElementById('vb_container').style.display='none';
        document.getElementById('vb_skiptext').style.display='none';
        document.getElementById('vb_skip').style.display='none';
        var vb_frame=document.getElementById('vb_frame');
        vb_frame.style.display='block';
        vb_frame.src='';
        return false;
       }
     
       function showingVideoAd() {
        return document.getElementById('vb').style.display==='block';
       }
      
      
      
      
       function tbrefresh() {
        var d=document.getElementById('tb');
        try {d.firstChild.contentWindow.refresh();}catch(err){}
       }
      
     </script>
    <script type="text/javascript">
    var gaJsHost=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");
    document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker=_gat._getTracker("UA-2058817-2");
    pageTracker._setDomainName("runescape.com");
    pageTracker._initData();
    pageTracker._trackPageview();
    }catch(x){}
    </script>
    
    </body>
    </html>
    
     
  9. Unread #5 - Mar 18, 2009 at 6:38 PM
  10. Jimmy
    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    rs #536 parameters

    I found what was wrong...

    When it says: "http://www.world56.runescape.com/m0" or whatever, add a ",j0" at the end making the URL "http://www.world56.runescape.com/m0,j0" and then the webpage will show the params (no clue why...).

    Anyway, it looks like the current params are:
    Code:
    <param name=cabbase value=loader2029436212.cab>
    "java_arguments","-Xmx96m -Dsun.java2d.noddraw=true"
    "worldid","103"
    "modewhere","0"
    "modewhat","0"
    "advertsuppressed","0"
    "lang,"0"
    "objecttag","0"
    "js","0"
    "game","0"
    "affid","0"
    "settings","kKmok3kJqOcqVEOnCoQVAh2m0cAVU1ZhoLxrWRAmlT4"
    "country","0"
    However, the only params needed to load the client are
    Code:
    "worldid", "7"
    "modewhat", "0"
    "modewhere", "0"
     
  11. Unread #6 - Mar 19, 2009 at 1:38 PM
  12. EURC
    Joined:
    Feb 16, 2009
    Posts:
    35
    Referrals:
    0
    Sythe Gold:
    0

    EURC Member

    rs #536 parameters

    Thanks very much for your help.
     
< buying 1 defence 80+ range +80mager.. [swap amazing zerker] | &# >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site