Lamp how i get tha admin password on MPP #MPPTERRIUM

126 views
Skip to first unread message

DANIELFTOSTA 176

unread,
Oct 5, 2020, 2:14:22 PM10/5/20
to Multiplayer Piano Forum
how?
i have the script but idk the admin pass

Lamp

unread,
Oct 5, 2020, 2:17:49 PM10/5/20
to Multiplayer Piano Forum
idk

August Berchelmann

unread,
Oct 5, 2020, 8:29:43 PM10/5/20
to mpp-...@googlegroups.com
It's "TmV2ZXIgR29ubmEgR2l2ZSB5b3UgdXAhIE5ldmVyIGdvbm5hIExldCB5b3UgZG93biEgTmV2ZXIgZ29ubmEgcnV1biBhcm91bmQgYW5kLCBkZXNlcnQgeW91ISBOZXZlciBnb25uYSBtYWtlIHlvdSBjcnksIG5ldmVyIGdvbm5hIHNheSBnb29kYnllLCBuZXZlciBnb25uYSB0ZWxsIGEgbGllLCBhbmQgaHVydCB5b3Uh"

Don't tell anyone else.

DANIELFTOSTA 176

unread,
Oct 6, 2020, 7:36:30 PM10/6/20
to Multiplayer Piano Forum
Were i'm put the admin pass on script?

DANIELFTOSTA 176

unread,
Oct 6, 2020, 7:40:02 PM10/6/20
to Multiplayer Piano Forum
if i get the pass where i paste on script

var count = 0;
var size = 128;
var rainbow = new Array(size);


for (var i = 0; i < size; i++) {
    var red = sin_to_hex(i, 0 * Math.PI * 2 / 3); // 0   deg
    var blue = sin_to_hex(i, 1 * Math.PI * 2 / 3); // 120 deg
    var green = sin_to_hex(i, 2 * Math.PI * 2 / 3); // 240 deg


    rainbow[i] = "#" + red + green + blue;
}


function sin_to_hex(i, phase) {
    var sin = Math.sin(Math.PI / size * 2 * i + phase);
    var int = Math.floor(sin * 127) + 128;
    var hex = int.toString(16);


    return hex.length === 1 ? "0" + hex : hex;
}
setInterval(function() {
    if (count > rainbow.length) count = 0;
    MPP.client.sendArray([{
        m: "adminmsg",
        password: "password",
        message: {
            m: "color",
            color: rainbow[count],
            id: MPP.client.getOwnParticipant().id
        }
    }]);
    count++;
}, 33); 

August Berchelmann

unread,
Oct 6, 2020, 7:59:17 PM10/6/20
to mpp-...@googlegroups.com
Where it says password

--
You received this message because you are subscribed to the Google Groups "Multiplayer Piano Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mpp-forum+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mpp-forum/a29d5d43-7d86-4289-bae2-a5586e0df215n%40googlegroups.com.

DANIELFTOSTA 176

unread,
Oct 6, 2020, 8:14:43 PM10/6/20
to Multiplayer Piano Forum
where i paste the admin pass


var count = 0;
var size = 128;
var rainbow = new Array(size);


for (var i = 0; i < size; i++) {
    var red = sin_to_hex(i, 0 * Math.PI * 2 / 3); // 0   deg
    var blue = sin_to_hex(i, 1 * Math.PI * 2 / 3); // 120 deg
    var green = sin_to_hex(i, 2 * Math.PI * 2 / 3); // 240 deg


    rainbow[i] = "#" + red + green + blue;
}


function sin_to_hex(i, phase) {
    var sin = Math.sin(Math.PI / size * 2 * i + phase);
    var int = Math.floor(sin * 127) + 128;
    var hex = int.toString(16);


    return hex.length === 1 ? "0" + hex : hex;
}
setInterval(function() {
    if (count > rainbow.length) count = 0;
    MPP.client.sendArray([{
        m: "adminmsg",
        password: "Here?",

        message: {
            m: "color",
            color: rainbow[count],
            id: MPP.client.getOwnParticipant().id
        }
    }]);
    count++;
}, 33); 

August Berchelmann

unread,
Oct 6, 2020, 8:18:35 PM10/6/20
to mpp-...@googlegroups.com
Yep. But actually it might not be the right admin pass. try atob("TmV2ZXIgR29ubmEgR2l2ZSB5b3UgdXAhIE5ldmVyIGdvbm5hIExldCB5b3UgZG93biEgTmV2ZXIgZ29ubmEgcnV1biBhcm91bmQgYW5kLCBkZXNlcnQgeW91ISBOZXZlciBnb25uYSBtYWtlIHlvdSBjcnksIG5ldmVyIGdvbm5hIHNheSBnb29kYnllLCBuZXZlciBnb25uYSB0ZWxsIGEgbGllLCBhbmQgaHVydCB5b3Uh"); in the console.

DANIELFTOSTA 176

unread,
Oct 6, 2020, 8:47:17 PM10/6/20
to Multiplayer Piano Forum
yea NEVER GONNA GIVE YOU UP
lol

DANIELFTOSTA 176

unread,
Oct 6, 2020, 8:51:20 PM10/6/20
to Multiplayer Piano Forum
you catch me congrats!
Message has been deleted

Daniel Ferreira (Daniel 176)

unread,
Dec 21, 2023, 12:38:49 PM12/21/23
to Multiplayer Piano Forum
your shame.
Reply all
Reply to author
Forward
0 new messages