atomizer / muledump

all your mules are belong to you
84 stars 144 forks source link

Kongregate Muledump #64

Closed jcw4262000 closed 9 years ago

jcw4262000 commented 9 years ago

Don't know if this is my own problem or something, but now that i try to register new mules on Kongregate, it talks about needing an admin console in order to get the guid and secret. Any help is appreciated, I already know how to get the guid.

Nightfirecat commented 9 years ago

What browser are you using? I can probably paste some directions w/ screenshots to explain what to do.

jcw4262000 commented 9 years ago

I'm using chrome. Thank you for the help.

Nightfirecat commented 9 years ago

gif of steps 1-7 below

  1. Open the main page for this repository
  2. Scroll down to the section reading "How do I use it with a Kongregate account?"
  3. Copy the bolded script (starting with document, ending with gameAuthToken()}))
  4. Visit the Realm of the Mad God game page on Kongregate while logged in
  5. Hit F12
  6. Select the "Console" tab
  7. Paste the script and hit enter

Once you get that info, remove the section in your accounts.js file that looks like this:

'email': 'pass',
'email2': 'pass2',

then replace it with one that looks like this:

'yourGUID': 'yourSECRET',
'yourOtherGUID': 'yourOtherSECRET',
'webAccountEmail': 'webAccountPass',
jcw4262000 commented 9 years ago

I know how to do this. I mean that it always worked this way before, but after the data migration on ROTMG, whenever i do these steps it says I need an admin console.

Nightfirecat commented 9 years ago

Ah, ok - sorry I misunderstood your problem...

Can you please provide as much detail on this as possible? Include screenshots?

jcw4262000 commented 9 years ago

I basically copy that text and paste into the console. What I get is Datastore writes have been disabled by an application administrator. Writes can be re-enabled in the admin console.

jcw4262000 commented 9 years ago

Also, is there anyway for one click login to work for kongregate accounts?

Nightfirecat commented 9 years ago

So you get an error of sorts reading exactly:

Datastore writes have been disabled by an application administrator. Writes can be re-enabled in the admin console.

But where do you see it? Do you see this in the Javascript console, or does the web page load with a white background and that text on it?

Yes, you should be able to use one-click login with any type of account, so long as you can get muledump to connect to it.

jcw4262000 commented 9 years ago

image It looks like the white page with the text. Also, could you tell me how to use it with a kongregate account? It works on the normal ones but on kongregate it just gives me the home page with no user saved.

atomizer commented 9 years ago

I changed the snippet in readme, please try again. No, kongregate accounts are not supported by one-click.

Nightfirecat commented 9 years ago

D'oh, should've remembered the domain change.

jcw4262000 commented 9 years ago

Thank you guys. It works again now.