Results 1 to 2 of 2
  1. #1
    onichi22's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    5

    Realm of the Mad God .HTML Loader

    I had posted this on another forum, just posting here as well to share.

    Well since nobody's posting this, I'll go ahead and post this off. This is a simple HTML loader that you can use to have the correct resolution displayed when you load an .swf (modified or not) client through any browsers.

    This will also help those who doesn't want to do the right clicking to set the quality to low.

    The idea was originally posted along CubE's release, which I feel that most people never really bothered to tinker with.


    Code:
    <html lang="en"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
    <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
    <meta http-equiv="PRAGMA" content="NO-CACHE">
    <meta http-equiv="Expires" content="-1">
    
    <title>Realm of the Mad God</title>
    
        <body BGCOLOR="#000000" oncontextmenu="javascript:return false">
            <center>
                <embed src="yourswfhere.swf" bgcolor="#000000"
                    width="800" height="600" name="GameClient" align="middle"
                    quality="low"
                    wmode="direct"
                    menu="true"
                    allowScriptAccess="always"
                    type="application/x-shockwave-flash"
                    pluginspage="https://www.adobe.com/go/getflashplayer">
                </embed>
            </center>
        </body>
    
    </html>
    Just had to make the indents. The original code is the next one.

    Code:
    <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
    <meta http-equiv="PRAGMA" content="NO-CACHE">
    <meta http-equiv="Expires" content="-1">
    
    <title>CubeOne's Custom Loader</title><center>
    <style>
    
    body { margin: 0; padding: 0; overflow: hidden;
    
    background-color: #000 color: #fff }
    
    :link { color: #ccf }
    
    :visited { color: #fcf }
    
    
    </style>
    
    
    <embed src="yourswfhere.swf" width="800" height="600" align="middle" id="AGCLoader1331599726" quality="low" bgcolor="#000000" name="AGCLoader1331599726" allowscriptaccess="sameDomain" wmode="direct" pluginspage="https://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash">
    
    <p>
    
    
    </p>
    
    </center>
    </body></html>
    You can use any of the two. The difference is that the first one has the contextmenu (rightclicking) outside the embedded flash disabled. The context menu within the flash can also be shortened (not disabled) by setting the menu="true" to "false". That'll remove the options that you'll usually see when you right click within the flash. If you want to completely disable it, use javascript or just use Clutch.

    If you are going to use Clutch, you might want to leave the title as "Realm of the Mad God" for it to work.

    Or just open up the config of Clutch and edit the option:
    <TargetWindowTitleContains>Realm of the Mad God</TargetWindowTitleContains>
    What you need to do is paste any of the 2 code on the notepad, get it ready by making a folder where you could launch your modified/original-standalone swfs. After you have it pasted and the folder/swfs ready:

    rename the "yourswfhere.swf" to, let's say "Microgram123.4.3.swf" or whatever name you have for the client that you want to run on a browser. After that, save it as .html to the folder where your clients/swf are.

    Then from there, you could just double click the .html to load it with your default browser or just drag in into the window of any of your opened browsers.


    You can also use this for MuleDump so that you can simply "oneclicklogin" any of your mules without having to right click and set the quality to low.

    Open up your muledump folder and go to lib folder, from then open up mulelogin.au3. Go to the bottom of the page and look for this:
    Code:
    ShellExecute("https://www.realmofthemadgod.com")
    What you need to do with that is to change the location and direct it to one of your .html loader. For example:
    Code:
    ShellExecute("C:/Loader/loader.html")
    You can also do something like:
    Code:
    ShellExecute("chrome.exe", "swflocationhere","","")
    If you want it to open to a different browser aside from which it is currently opened. You can use Iexplore.exe, firefox.exe, chrome.exe

    You may try to change the src="yourswfhere.swf" from your .html loader to "https://www.realmofthemadgod.com/AGCLoader??????????.swf" (replace the ? with the current number suffix, which in this case https://www.realmofthemadgod.com/AGCLoader1345149995.swf).

    If you need to update it and if you are using chrome, press F12 to open up developer tools, goto network tab then load up Realm of the Mad God and look for AGCLoader or AssembleeGameClient then get the number after it. This is also one of the process for you to dump a client from realmofthemadgod

    I still haven't tested it, but I'm pretty sure that the login credentials are dependent on client's host domain.

    If that didn't work or, let's say you want the muledump to load a client located on your computer, you may want to change the settings of muledump.


    Open up your muledump folder and go to lib folder, from then open up mulelogin.au3. Go to the bottom of the page and look for this:
    Code:
    $path &= FileFindNextFile($search) & "\www.realmofthemadgod.com\RotMG.sol"
    Once you see that, change the location enclosed within the "" to:
    Code:
     "\#localWithNet\RotMG.sol"

    Just save the changes and re-open again the muledump then try to oneclicklogin one of your mules .

    That's some of the things that you can do with the .html loader. Just leave a message if you have questions.

    Credits: Cube
    Last edited by Blitz; 08-27-2012 at 10:57 PM.

  2. The Following 4 Users Say Thank You to onichi22 For This Useful Post:

    Dr Donkey Kong (08-27-2012),nilly (08-27-2012),pings (08-27-2012),UltraN00b (08-28-2012)

  3. #2
    Dr Donkey Kong's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    113
    Reputation
    10
    Thanks
    542
    My Mood
    Cheerful
    good post.
    It is as easy as abc 123.

Similar Threads

  1. Realm of the Mad God
    By poezop in forum Hack Requests
    Replies: 1
    Last Post: 10-08-2011, 10:17 AM
  2. Realm of the mad god
    By Boombox in forum General
    Replies: 3
    Last Post: 09-29-2011, 04:31 PM
  3. Realm of the Mad God
    By blakemasterzero in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 09-27-2011, 08:14 AM
  4. [Request] Realm of the Mad God
    By spree2 in forum Other MMORPG Hacks
    Replies: 0
    Last Post: 06-01-2011, 01:29 PM
  5. Realm of the Mad God
    By PyrexxHero® in forum General
    Replies: 9
    Last Post: 04-08-2011, 01:38 AM