atomizer / muledump

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

Flash Projector one click login #71

Closed Drewbobsanders closed 9 years ago

Drewbobsanders commented 9 years ago

so i changed the mulelogin.au3 file to my flash projector location and it will open it but wont log into the account i clicked. just whatever one i was logged into last.

Drewbobsanders commented 9 years ago

No, I have it loaded in fire fox and try to use the one click login to my stand alone flash player. And it opens the game in flash, just not the account I want.

Drewbobsanders commented 9 years ago

No, I have it loaded in fire fox and try to use the one click login to my stand alone flash player. And it opens the game in flash, just not the account I want. On May 26, 2015 10:13 PM, "jcw4262000" notifications@github.com wrote:

Did it work before on chrome? Are you on the right flash player?

— Reply to this email directly or view it on GitHub https://github.com/atomizer/muledump/issues/71#issuecomment-105748774.

kecleon commented 9 years ago

If you follow this guide: http://www.mpgh.net/forum/599-realm-mad-god-cheats-hacks/544685-using-projector-muledumps-1-click-login.html you have to modify the current mulelogin.au3's path finder. Mine's like this:

$path = @AppDataDir & "\Macromedia\Flash Player\#SharedObjects\"
$search = FileFindFirstFile($path & "*")
$path &= FileFindNextFile($search) & "\localhost\RotMG.sol"
Nightfirecat commented 9 years ago

@kecleon Unless you're using a locally-saved SWF file as your client, da33ed6 should keep that from being an issue. Otherwise, it's an easy enough fix to change this line to the below:

Local $paths[3] = ["www.realmofthemadgod.com", "realmofthemadgodhrd.appspot.com", "localhost"]

@Drewbobsanders Are you using the most recent version of Muledump?

Drewbobsanders commented 9 years ago

@Nightfirecat OMG!! TYSM!!! it works now. i kept messing with the paths and nothing and i kept moving stuff all over nothing. i know very little about scrippting but adding ,"localhost" and changing the paths2 to paths3 worked perfect. i forgot to put the comma and it didnt work at first lol. so i copy paste that line it works so great now tyvm sorry im noob

Nightfirecat commented 9 years ago

Perhaps adding localhost could be useful for avoiding situations like these? At worst, it'll just create one extra file that isn't used anywhere.

Drewbobsanders commented 9 years ago

You gotta do you brah On May 28, 2015 2:29 PM, "Jordan" notifications@github.com wrote:

Perhaps adding localhost could be useful for avoiding situations like these? At worst, it'll just create one extra file that isn't used anywhere.

— Reply to this email directly or view it on GitHub https://github.com/atomizer/muledump/issues/71#issuecomment-106586745.