Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring

    AIO Tool 2.4 with Auto Client Building

    ROTMG All-In-One Tool
    **Fully Redesigned GUI**

    **In order to use this you have to download the latest .swf from the web. I automated this, but its not allowed on MPGH with an exception. Go to www.realmofthemadgod.com/version.txt and copy that number. Next Go to www.realmofthemadgod.com/AGCloader[version].swf and save page as**

    **You have to turn off Hardware acceleration in you options and then reset your client for the HPBars Hack to work**

    **LavaWalls V2 is not working I will this soon. For the mean time dont add it**


    Current Features
    • Coding
    • AutoNexus Percent Changer
    • Hexer
    • Client Launcher
    • Add Hacks


    Screen Shots:

    Item Select:


    Client Launcher:


    Hexer:


    Coding Tool:


    Auto-Nexus Changer:


    Automatic Hacking Updater:


    Instructions:
    First off you need to understand how this is intended to work. You need to download the .zip folder and extract all of the contents to one location on you computer. Everything is based off of the Application.Startuppath so if you move part of it around it will not work. There will be the actual application, A clients folder with the current client (In lieu of the missing feature), a play folder with flash projector and a batchfile, and a folder called RABCDasm with all of the injected code and the contents of RABCDasm's ******.

    Play:
    The clients folder it intended to have all of you clients in it and this tool will automatically load all of the files in that directory to a drop down list. The play button will launch the client with Adobe flash Projector.

    Hexer:
    Lots of error handling here. All you have to do is fill out all the boxes and click check to see if you did everything correctly. Then Click Hex. Note the client name can be anything.

    Coding:
    This has a few features. It lets you select a client and either decompile it or get the .bin files. All of the created files will go to a new folder called Coding. It also has self explanatory boxes for recompile and swfbinreplace. Look at the batchfiles in the RABCDasm folder if you are confused.

    Nexus:
    Works exactly like the Hexer. Please not that it will work the best if you put the smallest input possible for current value. i.e .3 not 0.300

    Add Hacks:
    Please let me know what you think! So far I have all of the hacks that you see in the listbox pictured and in the list below. All you have to do is work from top to bottom first selecting an swf. Next choose all of the hacks that you want. Note that you can click and drag to select these as well as using shift/ctrl. If everything is setup correctly click check, and then add hacks.

    Your finished client will be named: [Version]_AIOTool with the date at the end

    I added in a success cell array that will check several things for each hack to see if they automatically updated correctely. If they do not then the streamreader will not copy the new file back into the client and a pop-up will tell you which hacks didn't work. Bit of error handling.

    The show updates button will now popup an .txt file in notepad and all of the line numbers match the MOD Selector. I also have it write all of the updated code into the .txt file as well called Linesandfiles in the Startup directory

    Current Hacks:
    • Connect to Production
    • Force Low Quaility
    • No QUest Delay
    • FPS Cap to 60
    • JNoob's Lava Walls Hack V2
    • NNumerical HP/MP/Fame
    • AutoNexus(30%)
    • Disable Confuse
    • Disable Drunk
    • Disable Blind
    • Disable Hallucinating
    • Disable Unstable
    • Disable Darkness
    • Sw Tile Hack
    • Disable Fow Particle
    • HP Bars
    • SW No Slow
    • SW Speed Hack
    • SW Odom Style
    • Remove Loading Screen
    • Spammable Notifications
    • No Ally Projectiles
    • Round Net Jitter to a hundreth


    Mod Selector:
    I added the capability for this to read @nilly 's MOD Selector files. I made no changes at all so that they could be used for both applications. Just put the (unzipped) in the /mods folder and they will be added to the listbox for you to choose from.
    **Important: Since I have no way of knowing what you put in that mods file all of the /mods are added first and then my automatic hacks. If you plan on using this to update a mod selector do not use any mods or the lines may be off.



    EX (19.1.0):
    Code:
    Connect to Production:
    Line: 489
    _-Pg\_-1oC.class.asasm
    
    Force Low Quality:
    Line: 228
    WebMain.class.asasm
    
    No Quest Delay:
    Line: 313
    com\company\assembleegameclient\map\Quest.class.asasm
    
    Updated Code:
          jump                L23
    
    Change FPS Cap to 60fps:
    Line: 228
    WebMain.class.asasm
    
    Numerical HP/MP/Fame:
    Line: 1459
    com\company\assembleegameclient\ui\StatusBar.class.asasm
    
    AutoNexus:
    Line: 4932
    com\company\assembleegameclient\objects\Player.class.asasm
    
    Updated Code:
    charHp:     _-1nm
    charMaxHp:  _-0J6
    
    Confuse:
    Line: 2130
    com\company\assembleegameclient\objects\GameObject.class.asasm
    
    Drunk:
    Line: 2077
    com\company\assembleegameclient\objects\GameObject.class.asasm
    
    Blind:
    Line: 2031
    com\company\assembleegameclient\objects\GameObject.class.asasm
    
    Hallucinating:
    Line: 2482
    com\company\assembleegameclient\objects\GameObject.class.asasm
    
    Unstable:
    Line: 2974
    com\company\assembleegameclient\objects\GameObject.class.asasm
    
    Darkness:
    Line: 3028
    com\company\assembleegameclient\objects\GameObject.class.asasm
    
    SW Tile Hack:
    Line: 4682
    com\company\assembleegameclient\objects\Player.class.asasm
    
    No Necromancer Particles:
    Line: 11732
    _-az\_-8L.class.asasm
    
    HP Bars:
    Line: 144
    com/company/assembleegameclient/objects/Character.class.asasm
    
    Updated Code: 
    #set nsCharacter            "_-Ll" ;found in com/company/assembleegameclient/objects/Character.class.asasm [protectedns ProtectedNamespace("_-Name")]
    #set spnsGameObject         "_-Ko"  ;found in com/company/assembleegameclient/objects/GameObject.class.asasm [protectedns ProtectedNamespace("_-Name")]
    #set spnsBasicObject        "_-1n6"  ;found in com/company/assembleegameclient/objects/BasicObject.class.asasm [protectedns ProtectedNamespace("_-Name")]
    #set graphicUtils           "_-xL"  ;is one of the classes found in com/company/util/ . File size about 30kb.
    #set graphicUtilsCommands   "_-t4"  ;is a parameter of the above class [trait const QName(PackageNamespace(""), "_-Name") slotid 2 type TypeName(QName(PackageNamespace("__AS3__.vec"), "Vector")<QName(PackageNamespace(""), "int")>) end]
    #set charPos                "_-1OB" ;may be 12S instead found in com/company/assembleegameclient/objects/BasicObject.class.asasm [trait slot QName(PackageNamespace(""), "_-Name") type TypeName(QName(PackageNamespace("__AS3__.vec"), "Vector")<QName(PackageNamespace(""), "Number")>) end]
    #set charHealth "_-1nm"              ;found in com/company/assembleegameclient/objects/GameObject.class.asasm [trait slot QName(PackageNamespace(""), "_-Name") type QName(PackageNamespace(""), "int") value Integer(200) end]
    #set charMaxHealth "_-0J6"          ;found in com/company/assembleegameclient/objects/GameObject.class.asasm [trait slot QName(PackageNamespace(""), "_-Name") type QName(PackageNamespace(""), "int") value Integer(200) end]
    #set playerMana "_-04P"              ;found in com/company/assembleegameclient/objects/Player.class.asasm [trait slot QName(PackageNamespace(""), "_-Name") type QName(PackageNamespace(""), "Number") value Integer(0) end]
    #set playerMaxMana "_-1TE"           ;found in com/company/assembleegameclient/objects/Player.class.asasm [trait slot QName(PackageNamespace(""), "_-Name") type QName(PackageNamespace(""), "int") value Integer(200) end]
    #set gameBoard "_-1HC"               ;found in com/company/assembleegameclient/objects/GameObject.class.asasm as an argument to the draw function [param QName(PackageNamespace("com.company.assembleegameclient.map"), "_-Name")] 
    
    Disable SW Slow Effect:
    Line: 1851
    com\company\assembleegameclient\objects\GameObject.class.asasm
    
    Modify Speed in SW:
    Line: 4724
    com\company\assembleegameclient\objects\Player.class.asasm
    
    Update Code:
    #set Props    _-0l7
    #set Speed    _-zR
    
    All Tiles SW Tiles are White and the trees have been replaced with Valentines
    
    Remove Loading Screen:
    Line: 111
    _-0nL\_-10H.class.asasm
    
    Allow Spammable Notifications:
    Line: 349
    _-1lv\_-0Rd.class.asasm
    
    No Ally Projectiles:
    Line: 3248
    Line: 3859
    com\company\assembleegameclient\objects\Projectile.class.asasm
    
    Updated Code: 
    #set ownBullet       _-0fc
    
    Round Net Jitter:
    Line: 682
    _-az\JitterWatcher.class.asasm
    If you want to modify one of the hacks like changing the nexus value to something else you can find the injected code as .txt files in the RABCDasm folder. Or if you just want to see what my code looks like for the hacks. Just don't change the file names

    Virus Scans:
    RotMG All in one Tool 1-13.zip - Jotti's malware scan
    https://www.virustotal.com/en/file/2...41f8/analysis/



    Hope everything makes since! Shoot me a PM or post here if you have suggestions for more tools. I am thinking of adding a few more hacks to be automatically updated as well as developing the client launcher further.
    ~Matt


  2. The Following 68 Users Say Thank You to maat7043 For This Useful Post:

    666Jizzy666 (01-13-2014),audxpsehmb (01-14-2014),BeastlyXBears (01-13-2014),bloodwithfire (01-13-2014),bluntymen (01-13-2014),bugabuse (01-13-2014),chivismal (01-13-2014),ChronoAlex (01-13-2014),DarkScarX (01-13-2014),esquilaozao (01-13-2014),FainTMako (01-13-2014),felipemussi (01-14-2014),gabrielfreitag (01-13-2014),georgemuffin11 (01-13-2014),giovictor (01-13-2014),gmodman1 (01-14-2014),HACKLEARNER (01-13-2014),Hacks1234567891011 (01-13-2014),HaHaItsJake (01-14-2014),hawba (01-14-2014),hukarua (01-13-2014),igorserver (01-14-2014),iphonehero (01-14-2014),Ismosurn (01-14-2014),iwantyourkandy (01-13-2014),JareIsBoss (01-13-2014),jonyippy (01-13-2014),jwing6872 (01-13-2014),kalaske (01-14-2014),Khryon (01-13-2014),kongben (01-13-2014),Land9 (01-13-2014),lele666 (01-13-2014),localdc (01-13-2014),loupsan (01-13-2014),Lucifer6661313 (01-13-2014),luckychicken (01-13-2014),Mauzy (01-13-2014),McRide (01-13-2014),Morkiss (01-14-2014),Mr.Cowboyz (01-13-2014),nicholasfl1 (01-14-2014),nikotegray (01-13-2014),nilly (01-14-2014),noeldac (01-13-2014),petitpierre (01-13-2014),Poizen (01-13-2014),poshtick (01-13-2014),Raple (01-13-2014),rashad409 (01-14-2014),raychiao (01-14-2014),realler (01-13-2014),runilix (01-14-2014),shadowx999 (01-13-2014),Skridley (01-13-2014),SoccerSCFC (01-13-2014),stm (01-14-2014),TBoy194 (01-13-2014),TECO8462 (01-14-2014),titytolbs (01-14-2014),Treffer (01-13-2014),Vext1 (01-13-2014),vidapodre (01-13-2014),waffles001 (01-13-2014),watchmewatchinu (01-13-2014),x4RT4RDx (01-14-2014),XxHeskeyxX (01-13-2014),Zorbak139 (01-13-2014)

  3. #2
    Un5tuck's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Pirate Cave
    Posts
    109
    Reputation
    10
    Thanks
    347
    My Mood
    Cool
    sweet cant wait

  4. #3
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring

    Pre-Made 19.1 Client


    This has all of the above hacks except LavaWalls which is not working.

    @Distraught I'm sorry this is in a second post. You can add it to the first if this is wrong.



    https://www.virustotal.com/en/file/5...is/1389666175/
    19.1_AIOtool.zip - Jotti&#039;s malware scan

  5. #4
    Rezz506's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    7
    hope it gets approved soon!

  6. #5
    1again's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    129
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by maat7043 View Post

    This has all of the above hacks except LavaWalls which is not working.

    @Distraught I'm sorry this is in a second post. You can add it to the first if this is wrong.



    https://www.virustotal.com/en/file/5...is/1389666175/
    19.1_AIOtool.zip - Jotti's malware scan
    Forget attachments?
    Also can you pm me the updated xml's for mod selector? I can't use this, I run OSX

  7. #6
    XxHeskeyxX's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    cheers i hope i can get it working

  8. #7
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    Quote Originally Posted by 1again View Post
    Forget attachments?
    Also can you pm me the updated xml's for mod selector? I can't use this, I run OSX
    Its there look at Example Code:
    Thats why I post that every update for you guys

    Quote Originally Posted by 1again View Post
    Forget attachments?
    Also can you pm me the updated xml's for mod selector? I can't use this, I run OSX
    It removed them I think
    Last edited by Flengo; 01-14-2014 at 08:01 PM.

  9. #8
    1again's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    129
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by maat7043 View Post
    Its there look at Example Code:
    Thats why I post that every update for you guys
    Didn't even notice. Thanks!

  10. #9
    AltimaDarksoul's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Is anyone else having an issue pulling the new client from rotmg.com? I'm getting 404...

  11. #10
    luckychicken's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    <3 you~~~ my heart is beating so fast <3

  12. #11
    1again's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    129
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by maat7043 View Post
    Its there look at Example Code:
    Thats why I post that every update for you guys
    Updated, thanks!

  13. #12
    Super Cutie's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    thanks a bunch

  14. #13
    XxHeskeyxX's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    same here is it just us?

  15. #14
    mezamog's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    AMURICA
    Posts
    133
    Reputation
    10
    Thanks
    48
    My Mood
    Amazed
    Quote Originally Posted by XxHeskeyxX View Post
    same here is it just us?
    you have to wait for a moderator to approve of the file


  16. #15
    Raple's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10,149
    Reputation
    3856
    Thanks
    9,494
    Hmm.

    I attempted to build my own client using your software, however when I load up the client it says "more than one character active."
    Seems to be bugged. o.O @maat7043

    Last edited by Raple; 01-13-2014 at 08:30 PM.

Page 1 of 3 123 LastLast

Similar Threads

  1. [Preview] MW2 Steam 1.2.208 Mod Tool with All Clients Table!
    By MW2TopTenWORLD in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 4
    Last Post: 12-05-2014, 11:20 AM
  2. [Outdated] AIO Tool 2.3 With Auto-Client Building
    By maat7043 in forum Realm of the Mad God Hacks & Cheats
    Replies: 63
    Last Post: 01-13-2014, 08:11 PM
  3. [Help Request] please make a 13.4 client with auto nexus and nothing else
    By user3144 in forum Realm of the Mad God Help & Requests
    Replies: 2
    Last Post: 06-04-2013, 08:38 AM
  4. V6 Client With Auto-Aim and no debuffs.
    By Windleton in forum Realm of the Mad God Help & Requests
    Replies: 9
    Last Post: 11-29-2012, 06:43 AM
  5. Client with auto nexus only
    By chakada in forum Realm of the Mad God Help & Requests
    Replies: 0
    Last Post: 10-26-2012, 11:13 PM