Skip to content

Kongregate tutorial

Jordan edited this page Nov 2, 2015 · 3 revisions
  1. Open your browser console while on the game's page on Kongregate
  • Chrome: F12
  • Firefox: Ctrl+Shift+K
  1. Paste this code in the command line and hit Enter:

document.location.href = 'http://' + 'realmofthemadgodhrd.appspot.com/kongregate/getcredentials?' + jQuery.param({ userId: active_user.id(), gameAuthToken: active_user.gameAuthToken()})

  1. A page will open with the credentials; put them in your accounts.js, using GUID as your email and Secret as your password.

Clone this wiki locally