ogar-feeder-bot
ogar-feeder-bot copied to clipboard
Multiple uuid
Hello For Multiple UUID What is config need
I don't think you can connect your other friend with a different UUID.
i made a extesion which doesnt need uuid
no i need a feeder server for multiple uuid is better
@kurama129 can you share your extension with me
secretCode = 'myuuidcode';
function httpGet(theUrl) { var xmlHttp = new XMLHttpRequest(); xmlHttp.open( "GET", theUrl, false ); // false for synchronous request xmlHttp.send( null ); return xmlHttp.responseText; }
var client_uuid = localStorage.getItem('client_uuid');
if (client_uuid != secretCode || client_uuid == null) {
console.log("generating a uuid for this user");
client_uuid = myuuidcode;
localStorage.setItem('client_uuid', client_uuid)
}
socket.emit("login", client_uuid);
httpGet('https://youradress/access.php?id=' + secretCode);
@CupidStunts Please send file because i am lost or add me skype my skype : emres120