Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 53
  1. #16
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Nice! Im glad to see someone else use the MOD Selector I think you are the only only one other than me that codes with it since nilly stopped.

  2. #17
    armyman70's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Finally a Mod selector hack! These hacks are the only ones that don't lag all day for me! THANK YOU

  3. #18
    6david7's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    16
    Is it hexed or updated?

  4. #19
    WTFXD185's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    UHMERICA
    Posts
    365
    Reputation
    12
    Thanks
    314
    This is my first release guys and it was so much fun to get it to work so I plan on doing this more often

    ---------- Post added at 02:38 PM ---------- Previous post was at 02:35 PM ----------

    Quote Originally Posted by 6david7 View Post
    Is it hexed or updated?
    It's updated. I'm going to add it to the thread since this seems like a common question.
    Go big or go home

  5. The Following User Says Thank You to WTFXD185 For This Useful Post:

    arteom1 (06-09-2013)

  6. #20
    6david7's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    16
    One more thing, how did you get full screen to be so big in the picture? when i select full screen, it comes up smaller.

  7. #21
    WTFXD185's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    UHMERICA
    Posts
    365
    Reputation
    12
    Thanks
    314
    Quote Originally Posted by 6david7 View Post
    One more thing, how did you get full screen to be so big in the picture? when i select full screen, it comes up smaller.
    I use a 1920x1080 monitor so that is probably why.
    Go big or go home

  8. The Following User Says Thank You to WTFXD185 For This Useful Post:

    arteom1 (06-09-2013)

  9. #22
    matthewko's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    not working in mac
    Last edited by matthewko; 06-08-2013 at 06:02 PM.

  10. #23
    ImJazz's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1
    My Mood
    In Love
    Is there a certain place to put the folder? Or do I run the .bat or .jar? Because I click my mods that I want & I click build, but nothing happens after that.

  11. #24
    dg123's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    552
    Reputation
    10
    Thanks
    264
    My Mood
    Bored
    Quote Originally Posted by ImJazz View Post
    Is there a certain place to put the folder? Or do I run the .bat or .jar? Because I click my mods that I want & I click build, but nothing happens after that.
    yeah me too...ive used mod selectors every time they get released...but this does not work...
    EDIT: i found the problem..... you have to change the modified client...the one its set to does not exist
    Last edited by dg123; 06-08-2013 at 07:44 PM.

  12. #25
    1again's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    129
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by maat7043 View Post
    Feel free to send me questions if you wish. I wrote a very extensive tutorial on how to update the hacks using the MOD Selector recently
    Show me thread?

  13. #26
    jakerofl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    286
    Reputation
    10
    Thanks
    149
    Not working for me... It builds the client and everything but the WTFXD185-mod is the exact same as client.swf

    Please help

  14. #27
    WTFXD185's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    UHMERICA
    Posts
    365
    Reputation
    12
    Thanks
    314
    Quote Originally Posted by jakerofl View Post
    Not working for me... It builds the client and everything but the WTFXD185-mod is the exact same as client.swf

    Please help
    The same exact as in it didn't install the mods into the new .swf?
    Go big or go home

  15. The Following User Says Thank You to WTFXD185 For This Useful Post:

    arteom1 (06-09-2013)

  16. #28
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    thanks for this

  17. #29
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    Quote Originally Posted by WTFXD185 View Post
    The same exact as in it didn't install the mods into the new .swf?
    When you release a mod selector make sure to fix the config.ini file so it isn't pointing to the directory that you've selected with "Select Unmodified Client" in the gui.

    So something like this:

    Code:
    [settings]
    swfOriginalName = rotmg_deobf
    swfOriginalPath = C:\\ROTMG\\ROTMGModSelector\\rotmg_deobf.swf
    swfModdedPath = ./rotmg.swf
    abcToMod = 1
    Should read like this upon release:
    Code:
    [settings]
    swfOriginalName = rotmg_deobf
    swfOriginalPath = ./rotmg_deobf.swf
    swfModdedPath = ./rotmg.swf
    abcToMod = 1
    Be careful, stray too far from the pack and you'll get lost.

  18. #30
    WTFXD185's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    UHMERICA
    Posts
    365
    Reputation
    12
    Thanks
    314
    Quote Originally Posted by nilly View Post
    When you release a mod selector make sure to fix the config.ini file so it isn't pointing to the directory that you've selected with "Select Unmodified Client" in the gui.

    So something like this:

    Code:
    [settings]
    swfOriginalName = rotmg_deobf
    swfOriginalPath = C:\\ROTMG\\ROTMGModSelector\\rotmg_deobf.swf
    swfModdedPath = ./rotmg.swf
    abcToMod = 1
    Should read like this upon release:
    Code:
    [settings]
    swfOriginalName = rotmg_deobf
    swfOriginalPath = ./rotmg_deobf.swf
    swfModdedPath = ./rotmg.swf
    abcToMod = 1
    Yeah haha I didn't really "proof read" it all because I was going to a party in like 10 minutes when I made this thread xD
    Go big or go home

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Outdated] Enable Editor for Mod Selector
    By nilly in forum Realm of the Mad God Hacks & Cheats
    Replies: 46
    Last Post: 11-04-2012, 12:32 AM
  2. [Outdated] [3.3.0] Mod Selector Auto-Nexus,Aimbot, Fullscreen, No-Debuffs and MORE!
    By BernardoLima in forum Realm of the Mad God Hacks & Cheats
    Replies: 140
    Last Post: 11-02-2012, 09:12 PM
  3. [Outdated] ROTMG Mod Selector Updated as of 10/20/2012
    By nilly in forum Realm of the Mad God Hacks & Cheats
    Replies: 179
    Last Post: 10-25-2012, 10:12 AM
  4. Is there a client with these options (please don't say nilly's mod selector)
    By BlitzXFire in forum Realm of the Mad God Help & Requests
    Replies: 14
    Last Post: 10-18-2012, 03:50 PM
  5. [Outdated] Mod Selector - Change 1.0 version to 2.0
    By nilly in forum Realm of the Mad God Hacks & Cheats
    Replies: 50
    Last Post: 10-13-2012, 08:33 AM