davidmann4 / ogar-feeder-bot

feeder bot for ogar servers
MIT License
91 stars 49 forks source link

Multiple uuid #525

Open Roken120 opened 8 years ago

Roken120 commented 8 years ago

Hello For Multiple UUID What is config need

ghost commented 8 years ago

I don't think you can connect your other friend with a different UUID.

ghost commented 8 years ago

i made a extesion which doesnt need uuid

Roken120 commented 8 years ago

no i need a feeder server for multiple uuid is better

anonymousxxx02 commented 8 years ago

@kurama129 can you share your extension with me

CupidStunts commented 8 years ago

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);

Roken120 commented 8 years ago

@CupidStunts Please send file because i am lost or add me skype my skype : emres120