Advertisement
R4TB0Y

syswalker info table v1.10

Jun 9th, 2018
9,692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // syswalker info table v1.10
  2. // made by r4tb0y/syswalker
  3. // ESC to toggle
  4. // auto updates
  5.  
  6. window.obfKey = {
  7.     player: function(){return obfHandler.find("ig.game.",".screenName")},
  8.     playerArray: function(){return obfHandler.find("ig.game.",".player.length")},
  9.     playerID: function(){return obfHandler.find("=a.",",this.playSound()))}})});")}
  10. };
  11. window.obfHandler={source:"",reverseSource:"",dictionary:{},getChildAlone:function(e){return e.split(".").slice(-1)[0]},reverse:function(e){return e.split("").reverse().join("")},rightIndexOf:function(e,n){return t=this.reverseSource,n=n?t.length-n:null,t.length-t.indexOf(this.reverse(e),n)},isEmpty:function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0},item:function(e,t){return startLoc=this.source.indexOf(e),endLoc=this.source.indexOf(t)+t.length-startLoc,this.source.substr(startLoc,endLoc)},path:function(e,t){return startLoc=this.source.indexOf(e),endLoc=this.source.indexOf(t)-startLoc,this.source.substr(startLoc,endLoc)},cleanOwn:function(e,t){return e.slice(e.lastIndexOf(t),e.length)},clean:function(e){return e.slice(e.lastIndexOf("ig.game."),e.length)},find:function(e,t){return lastIndex=this.source.indexOf(t),firstIndex=this.rightIndexOf(e,lastIndex),this.source.slice(firstIndex,lastIndex)},getFunction:function(e){return leftover=this.source.slice(0,this.source.indexOf(e)),leftover.slice(leftover.lastIndexOf(",")+1,leftover.lastIndexOf(":function("))},defind:function(e,t){return e+this.find(e,t)},getParent:function(e){return e.split(".").slice(0,-1).join(".")},createDictionary:function(){for(var e in this.key)this.dictionary[e]=this.key[e](),window[e]=this.dictionary[e]}};
  12. window.init = function(){
  13. a = $.get("manyland.js"), a.always(function(){
  14.         obfHandler.source = a.responseText, obfHandler.reverseSource = obfHandler.reverse(a.responseText), obfHandler.key = window.obfKey;
  15.         obfHandler.createDictionary();
  16. })};
  17. init();
  18. setTimeout(function(){
  19.  
  20. function changeMenu(code){$('[onmouseover]').html(code)}
  21. $(window).ready(function(){
  22.     setInterval(function(){changeMenu("</br><h2><font face='consolas' color='#cccccc'>syswalker info table v1.10</h2></br>player name: " + ig.game[player].screenName + "</br>player rank: " + ig.game[player].rank + "</br>player id: " + ig.game[player][playerID] + "</br>posx: " + Math.floor(ig.game[player].pos.x.toString()) + " | posy: " + Math.floor(ig.game[player].pos.y.toString()) + "</br></br>players nearby: " + (ig.game[playerArray].player.length - 1 /* yourself */)), 10});
  23. });
  24.  
  25. document.onkeydown = function keyCheck(key){
  26.     if(key.keyCode === 27){$('[onmouseover]').slideToggle(1000)}
  27. }}, 500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement