atomizer / muledump

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

How to make muledump work on Mac,steam? #143

Open mitchlian opened 7 years ago

mitchlian commented 7 years ago

Sorry if its a very common question that everyone has to explain.

Nightfirecat commented 7 years ago

No different steps for Mac; follow this guide for Steam: https://github.com/atomizer/muledump/wiki/Steam-Tutorial.

mitchlian commented 7 years ago

screen shot 2017-06-17 at 11 55 14 pm I just got this black screen. Im followed all the steps for the non steam version.

Nightfirecat commented 7 years ago

Check your browser console for errors.

mitchlian commented 7 years ago

screen shot 2017-06-18 at 12 49 38 am Here ^

Nightfirecat commented 7 years ago

The unknown items are fine (that's part of the code to print those), but the Uncaught SyntaxError means that your accounts.js file is improperly formatted on line 10.

mitchlian commented 7 years ago

The password is red in colour ‘Testing@gmail.com’: 'Lengsavath98',

Nightfirecat commented 7 years ago

That looks fine as far as I can tell... Can you double-check to make sure that you have any quotes in the password escaped, and aren't using "fancy" quotes (the curved ones) as opposed to normal apostrophes or quotes? (eg. ' and ")

mitchlian commented 7 years ago

I've double checked. Im only using the once that were provided along with the mule dump which is '

Nightfirecat commented 7 years ago

Well as-is I don't see anything wrong with the line you posted...

tischepe commented 7 years ago

From what I can see you are using "fancy" quotes around your email address