Using Muledump One-Click Login w/ Flashplayer
I realize that theres other threads about this, but this is mainly to show that the one-click login was fixed with the latest muledump.
I'm not entirely sure if you can do the one click login with browser anymore, as there was a removal of some flashplayer(or something, can't remember).
What you need:
1. You open up accounts.js, and you go all the way down to "mulelogin = 0" and change the 0 to a 1.
2. You open up the folder called "lib" and open up the "mulelogin.au3" in a text editor(I recommend notepad++).
3. Scroll down to line 117 and put a ";" infront of the ShellExecute("http://www.realmofthemadgod.com/") it should look like this:
4. Go to line 122 and get rid of the ";" infront and change the path to your flashplayer, it should look something like this:
5. Save your changes and run "mulelogin.au3" once.
6. Reload your muledump and click the little arrow to open up your accounts in flashplayer.
I believe if you don't want to update, then just
replace line 105 with:
replace line 123 with:
I'm not entirely sure if you can do the one click login with browser anymore, as there was a removal of some flashplayer(or something, can't remember).
What you need:
-Updated Muledump
-AutoIt
-AutoIt
1. You open up accounts.js, and you go all the way down to "mulelogin = 0" and change the 0 to a 1.
2. You open up the folder called "lib" and open up the "mulelogin.au3" in a text editor(I recommend notepad++).
3. Scroll down to line 117 and put a ";" infront of the ShellExecute("http://www.realmofthemadgod.com/") it should look like this:
Code:
;ShellExecute("http://www.realmofthemadgod.com/")
Code:
;ShellExecute('C:\name of your flasplayer.exe', 'https://realmofthemadgodhrd.appspot.com/AssembleeGameClient'&BinaryToString(InetRead("http://www.realmofthemadgod.com/version.txt"))&'.swf')
6. Reload your muledump and click the little arrow to open up your accounts in flashplayer.
I believe if you don't want to update, then just
replace line 105 with:
Code:
Local $paths[2] = ["www.realmofthemadgod.com", "realmofthemadgodhrd.appspot.com"]
Code:
ShellExecute('C:\name of your flashplayer.exe', 'https://realmofthemadgodhrd.appspot.com/AssembleeGameClient'&BinaryToString(InetRead("http://www.realmofthemadgod.com/version.txt"))&'.swf')