Results 1 to 7 of 7
  1. #1
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored

    Help with an ahk script

    i need a script to set all my configs for my client at the press of a hotkey
    my personal client logs me out and sets my options to default...

    What it needs to do:
    set contextual potion buy to off
    performance stats to '
    interact to K
    unset all "use inventory slots"
    set escape to nexus to Caps Lock (then press capslock again so i dont have it on)
    cam angle to 0
    and play music off

    i play on defult window size on flash player .....
    If you are one of those people who want to be payed im offering 2 mana only...

  2. #2
    drsandman's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Musee de Prado
    Posts
    249
    Reputation
    10
    Thanks
    399
    My Mood
    Yeehaw
    pffft aint nobody got time fo that
    Quote Originally Posted by Royce View Post
    I'm a dumbass
    [spoiler] VOUCHES
    Quote Originally Posted by kinkmaster View Post
    bought 400$ worth of goods from this guy solid trader
    I met a traveller from an antique land
    Who said: Two vast and trunkless legs of stone
    Stand in the desart. Near them, on the sand,
    Half sunk, a shattered visage lies, whose frown,
    And wrinkled lip, and sneer of cold command,
    Tell that its sculptor well those passions read
    Which yet survive, stamped on these lifeless things,
    The hand that mocked them and the heart that fed:
    And on the pedestal these words appear:
    "My name is Ozymandias, king of kings:
    Look on my works, ye Mighty, and despair!"
    Nothing beside remains. Round the decay
    Of that colossal wreck, boundless and bare
    The lone and level sands stretch far away.

  3. The Following User Says Thank You to drsandman For This Useful Post:

    dg123 (07-07-2013)

  4. #3
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored
    i have to set this by hand everytime i open my client.....PL0X!

  5. #4
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Use the image find method to find pictures and click on them. Make sure to set a mouse delay or it will just click a bunch and do nothing.
    If you want to pay me to make this I don't play actual realm so... But I won't do it fo freez.
    @dg123
    Last edited by Trollaux; 07-07-2013 at 10:48 PM. Reason: Mention
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  6. #5
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored
    Quote Originally Posted by Trollaux View Post
    Use the image find method to find pictures and click on them. Make sure to set a mouse delay or it will just click a bunch and do nothing.
    If you want to pay me to make this I don't play actual realm so... But I won't do it fo freez.
    @dg123
    sorry haven't been on in a few days. ill try again to make it myself if i cannot do it i will contact you

  7. #6
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by dg123 View Post
    sorry haven't been on in a few days. ill try again to make it myself if i cannot do it i will contact you
    I'll make it for 2 life easily if you want me to.
    Archers don't need mana.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  8. #7
    Awaraks's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    I will tell you how I would make it.
    Go to folder (of course it don't have to be C:\ or \user\ but you are smart enough to know it and find it at your computer):
    Code:
    C:\Users\user\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\{random_numbers_here}\xxx.realmofthemadgod.com
    (silly little thing, it says I can't use links so just replace xxx with www)

    There you will see few .sol files. The one that you are interested in is AssembleeGameClientOptions.sol.
    Make sure that you have desired settings set in game and then copy file mentioned above.
    Rename it to whatever you wish (I will refer to it as SavedSettings.sol)

    Now the .ahk part, for this example it would look like that:
    Code:
    FileCopy, C:\Users\user\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\{random_numbers_here}\xxx.realmofthemadgod.com\SavedSettings.sol, C:\Users\user\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\{random_numbers_here}\xxx.realmofthemadgod.com\AssembleeGameClientOptions.sol, 1
    Boom. You are done.

    And to explain
    FileCopy, File_That_You_Are_Copying, Desired_Location_And_Name, 1_Stands_For_Overwrite
    For idgits: We are replacing settings with your desired, saved file.

    Just run it whenever you are running game (it should be executed before game loads).


    Tip:RotMG.sol is where your current (logged in) account credentials are stored.
    Follow the steps using this file instead and you will be sure to be logged in on your main account whenever you run game.
    Tip2: Combine both of these mentioned above with Run command (I mean .ahk not cmd line*) to to get yourself nice RoTMG shortcut. If you need help with that see Tip No. 4
    Tip3: Don't get ripped off by people. It always feels better to do something by yourself.
    (or wait till appears somebody who gets annoyed by people being greedy while their should be helpful instead )
    Tip4:In case of more questions or problems: fire away.

    Don't pay me.



    *Whole settings restore 'script' can be done with batch file instead but you asked for AHK so lets stick to it.
    Last edited by Awaraks; 07-14-2013 at 05:52 PM.

  9. The Following User Says Thank You to Awaraks For This Useful Post:

    nilly (07-16-2013)

Similar Threads

  1. [Help Request] Help with an auto hp/priest heal script
    By dg123 in forum Realm of the Mad God Help & Requests
    Replies: 0
    Last Post: 06-02-2013, 09:02 PM
  2. [Help Request] Help with Rapid Fire Scripts?
    By uanaka in forum Call of Duty Modern Warfare 3 Help
    Replies: 5
    Last Post: 08-25-2012, 10:52 AM
  3. [Help Request] Need help with my Script
    By hannemannen in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 11-08-2011, 02:08 PM
  4. [Solved] Need help with an AHK script
    By Arrowins in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 06-26-2011, 10:45 PM
  5. help with writing a script to an aimbot
    By Grim in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 08-18-2009, 10:05 PM