[Tutorial] Updated MuleDump Tutorial with Pictures!
There are many threads about Muledump being necrobumped, so I thought I'd make one big tutorial thread, which I will be active on and help as much as I can.
Step 1: Installing Muledump
To download Muledump, go to https://github.com/atomizer/muledump and click the
button, when the download finishes, extract it anywhere.
Step 2: Configuring Muledump
Configuring Muledump is very simple, all you need is a text editor (I reccomend Notepad++), right click accounts_sample.js inside Muledump-master, and open it with the text editor of your choice, the editing itself is self explanatory, so I'll skip that part, when you've finished editing your accounts_sample.js, rename it to accounts.js.
Step 3 (OPTIONAL): Setting up One-Click-Login
NOTICE: One-Click-Login does not work on Chrome!
If you DONT use a swf/exe to run Realm of the Mad God, go the bottom of this paragraph.
Open the mulelogin.au3 file (inside the lib folder) with the text editor of your choice, and scroll down to the bottom, find the part that looks like this:

Locate your rotmg.sol file in %AppData%\Macromedia\Flash Player\#SharedObjects\ and copy everything after the #SharedObjects\, (in my case it's \Z9H4BEXA\#localWithNet\RotMG.sol), now go back to your text editor (mulelogin.au3), and find this line

(It's just above the shellExecute line), and replace everything INSIDE the quotes with this

now we have one last thing to do, make it launch our client, now to do this, all you need is the location if your client (If you don't know, right click your client and go to properties, copy the location, now go back to the text editor and replace everything inside of the quotes on the final line

with the location of your client, add \nameofclient.swf (or .exe depending on if you use a projector), and that's it, you've successfully setup One click login, all we have to do now is launch it, for this we will need AutoIt simply double click the file and it should launch, if you get an error saying something such as

go to the start menu and search for Run Script, you should get 1-2 results similar to

right click the one for your system (32 bit, use x86 and 64 bit use x64), and right click the respective one for your system, click properties and go to Compatibility, check Run as Administrator and click Apply then close the window, now try re launching the script, if it fails, tell me the error it gives below, if it dosen't you've successfully installed One Click Login!