Mule Dump on Kongregate


#1

How exactly do I use Muledump with kongregate using jakcodex’s muledump? there are no tutorials for it and the old way form atomizer’s doesn’t work


Info on Flash for Kong Players
#2

When you put it into the accounts.js the format is:

'kongregate:xxxx': 'yyyy'

Follow the instructions here to find out the flash details (the Getting your Kongregate Account Information section):

https://www.realmeye.com/wiki/using-the-adobe-flash-projector

You need two values: kongregate_user_id and kongregate_game_auth_token

Replace those words with the actual values you got above, put them in this URL and stick it in your browser:

http://realmofthemadgodhrd.appspot.com/kongregate/getcredentials?userId=kongregate_user_id&gameAuthToken=kongregate_game_auth_token

This should return:

<Credentials><GUID>kongregate:xxxx</GUID><Secret>yyyy</Secret><PlatformToken>some_crap_we're_not_interested_in</PlatformToken></Credentials>

Put xxxx and yyyy into the username/password string and stick into your account.js and away you go…

(Don’t forget to install a CORS toggle plugin which I guess if you’re using muledump you already know how to do)


#4

ok here’s my problem the auth token i get form the link provided to that information is different than the auth token I use for flash player, and neither works, are you sure that kongregate works on the newest mule dump?


#5

Absolutely certain. I play on kong and I’m using 0.8.1. :slight_smile:

If you use your id and auth token from your flash link it should work. I’ve just tested it with mine and it matches the password I’m using for muledump.


#6

nothing is working still :confused: it says my credentials are not valid


#7

Does the realmofthemadgodhrd.appspot.com return a GUID and Secret?


#8

what do you mean?


#9

http://realmofthemadgodhrd.appspot.com/kongregate/getcredentials?userId=1234567&gameAuthToken=3946984602384602386402364023640834608346083264034

When you put your kongregate_user_id and kongregate_game_auth_token into the URL above do you get an error or a GUID and Secret back?


#10

I get the code back with secret and GUID, I’ve put the info in my accounts.js but when i try and import it, muledump says no accounts detected


#11

Good, good.

Make sure you paste everything between the secret tags including any punctuation characters (mine ends with an = sign) in this format in accounts.js:

‘kongregate:1234567’: ‘secret_stuff_here’

So accounts.js reads something like:

// editor with syntax hilighting is recommended (for example, notepad++ or textmate)

accounts = {

// Put your data here as shown below. Don't forget the commas and quotes!
// If your emails or passwords contain single quotes,
// escape them with backslashes (\) like this: 'pass\'word'


'kongregate:1234567': 'rioeuroiweur9we7r98eyw98ry98weyr98we7r9=',
'mule1_realmofthemadgodaccount@somedomain.com': 'some_password',
'mule2_realmofthemadgodaccount@somedomain.com': 'another_password',
'kongregate:9876543': '398469384689346983269398b797d9d78bdssgdasdd3d3='

}// don't delete this line!


// how many characters are displayed in each row (within one account)
rowlength = 7

// change to 1 to switch to testing
testing = 0

// change to 1 to enable price display in tooltips
prices = 0

// change to 1 to enable one-click login (run lib/mulelogin.au3 first)
mulelogin = 0

// 0 = use smart layout (fill empty spaces)
// 1 = show account boxes row by row
nomasonry = 0

#12

Thanks you very much, Its finally working!


#13

@moderators - I think we’re done here.


#14

#15

#16

Moved to Q+A for benefit of future readers.