Mysterians deserves leak

Home Forums Mystera Discussion Mysterians deserves leak

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #1522


    Turtle
    Posts: 6

    Fellow Mysterians!
    Mysterians deserve to know
    topsecret

    Times go by, tyrannies collapses, castles decay and it seems, that only memories are left from the past civilizations. But memories contain knowledge, and knowledge contains power.

    Thus, ladies and gentelmens, let me present you – mysteraULTRA

    “Chrome extension for Mystera Legacy, courtesy of Frost Legion R&D”.

    The ultimate tool for overlords. It was way more impressive before the last patches, but here what it does:

    • automate hitting action
    • automate running
    • auto-eating when less 50%
    • save the position of nearest stairs you’ve met
    • save the position of nearest item (you can choose what you need) you’ve met
    • play sound when your item decay
    • play sound when your hp is less 50%
    • compass info without compass
    • auto run by verticals (no use after exploring patch)

    It might have other hidden functions, but all the code is open for studies and as far as it goes we’re all safe. But yes, installing programs on your computer can be dangerous.

    More info in it’s official readme

    #1523


    Turtle
    Posts: 6

    Oh, and did we tell you, that Ivanka confirmed it’s not illegal to use it?

    Oh, and did we tell you, that it’s open sourced and anyone who knows javascript can participate in the project? (auto defense please!) Here is it’s github page

    As far as we know the great author of this bomb is github user narrill, better known as left in Mystera. Respects from all of us!

    #1524


    Turtle
    Posts: 6
    #1525


    Turtle
    Posts: 6
    #1526


    Turtle
    Posts: 6

    This statement is made under the belief that it will make players more equal and can stimulate the development of useful native functions implementations.

    #1531


    Goblin
    Posts: 94

    Can we get Ivanka to confirm using this isn’t against the rules? I know op said it, but it’d be best to have a transparent, up to date confirmation. Thanks!

    Also, that said, I’m not code savvy, so can we get confirmation from someone peeking through the code that it doesn’t log anything that can be used maliciously?

    #1533


    Goblin
    Posts: 64

    I’ve wanted to do something like this from the first day in game, but was too lasy or unprofessional to do it without api. Looking through the code now. Firstly, socketHack is brilliant! Secondly, I couldn’t find any signs of sending on the side anything else, then coordinates of stairways:

    chrome.runtime.onMessageExternal.addListener(function(request, sender, sendResponse){
    	if(request.type == 'stairwayLoc'){
    		postRequest('https://docs.google.com/forms/d/e/1FAIpQLSdnO_M7j4txY1bxCa3kX-JrAI9Y2wVv60ufAK9qcD0MVe-qtw/formResponse', 'entry.1353286737='+request.level+'&entry.2000582667='+request.x+','+request.y, function(status){
    			sendResponse({status:status});
    		});
    		getRequest('https://docs.google.com/forms/d/e/1FAIpQLSdnO_M7j4txY1bxCa3kX-JrAI9Y2wVv60ufAK9qcD0MVe-qtw/formResponse?entry.1353286737='+request.level+'&entry.2000582667='+request.x+','+request.y, function(status){
    			sendResponse({status:status});
    		});
    		return true;
    	}
    });
    
    //this querys for all active tabs in the current window and sends the request object to the first one
    function messageActiveTab(request){
    	chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
    		chrome.tabs.sendMessage(tabs[0].id,request);
    	});
    }
    
    function postRequest(url,data, callback){
    	var xhttp = new XMLHttpRequest();
    	xhttp.open('POST',url);
    	xhttp.onreadystatechange = function(){
    		if(xhttp.readyState == 4)
    			callback(xhttp.status);
    	};
    	xhttp.send(data);
    }
    function getRequest(url, callback){
    	var xhttp = new XMLHttpRequest();
    	xhttp.open('POST',url);
    	xhttp.onreadystatechange = function(){
    		if(xhttp.readyState == 4)
    			callback(xhttp.status);
    	};
    	xhttp.send();
    }

    Nothing else.
    It also seems to have auto-fishing functionality.
    Would like to participate in project on GutHub.

    #1534


    Goblin
    Posts: 99

    F1 is an automated space, F2 is a compass, F3 is an auto run, F4 disables extension text, and it shows timestamps.

    It pulls stair locations out of a Google sheets table, which is updated each time someone walks near them in the underworld who is also using the extension. Auto fishing was experimental and pointless at best.

    It will be interesting to see the rules update to reflect a long-standing stance vs client side extensions, and bans be applied/extended retroactively!

    #1535
    RobinHood

    Lvl 95 USEast
    Polar Bear
    Posts: 40

    Too bad I reported it weeks ago nerd. Then it gets publicly released after 90% of the server already caught wind of it, what a chuckle. So FL had a macro suite. What a big exciting revelation, who would’ve thought.

    Whats really interesting is that you all passed it around and tried to keep it from the developer. Guess you were worried that it might be illegal or looked down on, but you didn’t have any problems using it. Goes a long way to show the real face of Frost Legion!

    #1536


    Goblin
    Posts: 64

    Well, I think it might help new players a lot, especially those russian one, who aren’t that good socialised in the game.

    Code is really dope. I agree, that if something should be added it’s new exploring logic with abilyty of self deffence, but as I said, it’s so dope, that i’m not sure there is need to start coding before we have a greenlight from the developer.

    #1537


    Goblin
    Posts: 99

    What’s that Robin?

    #1538
    RobinHood

    Lvl 95 USEast
    Polar Bear
    Posts: 40

    I think you misunderstood, I was replying to this:

    It will be interesting to see the rules update to reflect a long-standing stance vs client side extensions, and bans be applied/extended retroactively!

    #1539


    Goblin
    Posts: 99

    Ah. Ok. Still don’t really care I suppose. Happens whenever you chime in, sozz

    #1540


    Goblin
    Posts: 64

    Get youself a barnroom already, guys!

    #1541


    Polar Bear
    Posts: 45

    Guess you were worried that it might be illegal or looked down on, but you didn’t have any problems using it

    It was kept within the tribe as a means of keeping it from JVH, as he would potentially have the means to break any features he didn’t like by changing client code. The idea of it being ban-worthy or morally wrong never entered the discussion, and I don’t personally see anything wrong with it.

Viewing 15 posts - 1 through 15 (of 26 total)

The topic ‘Mysterians deserves leak’ is closed to new replies.