Conversation Between maat7043 and hukarua

7 Visitor Messages

  1. After many attempts my auto aim is now targeting the coils thank you I gained so much knowledge from you with regards to how every thing works :P Also failing about 100000 times might've helped me learn something as well xD
  2. If you open on of the .bat files I included in my application:
    Decompile.bat

    cd C:\Users\Matt\Desktop\ROTMG All in One Tool/Coding <-- changes command promt directory to the location of the Coding folder. It will change based on the applications start location.

    swfdecompress client.swf <-- Some .swf files need to be decompressed to get all of the code out of them. It looks for the file called client.swf in your current directory above, and runs the .exe file

    abcexport client.swf <-- Same as above but exports all of the information stored in client.swf

    rabcdasm client-1.abc <-- This is what creates your client-1 folder with all of the AVM2 Bytecode (Flash Actionscript 3 Assembly language)

    Recompile.bat works similarly by after you make changes to any of the files in the client-1 folder you can run this and it will undo the initial procress I decribed above and replace client.swf with the new modified version.

    The .bin file ones work the exact same way
  3. Disregard last comment.. ok moving on.

    For the tesla coil trick is my client.swf supposed to be in a specific location? Also how do I know if the .bat files actually changed anything as I think that is the source of my problem. If at this point my stupidity is glaring and you don't want to help anymore that is fine, completely understandable xD

    I feel like I am at the very least I'm on the right track now and with more searching through tutorials I will be able to eventually accomplish what I am striving for :P thanks for the great help you have already been
  4. Ok before I'm ready to learn what to do with actual code, (regarding your tesla coil trick "3. Make sure your .swf is named client") how would I save my .swf as client?
    I currently use a mod selector which doesn't let me choose what to save it as, but if you mean making a new client without any hacks, I'm fine with learning to do that and being able to use it for testing purposes, it's just I currently do not know how.
  5. Thank you very much, the help is greatly appreciated! Tomorrow or possibly later today I will have questions with what to do with the code, once again thanks so much! Notepad ++ is extremely useful!
  6. I would be glad to help you! The folder called coding has all of the files in the RABCDasm package. The .d files are the actual code and the .exe's are what you run through a batch file or cmd.
    Other contents: client.swf <- copy of your input client
    4 batch files <- these are the commands run by my program to decompile and recompile

    all of the .bin files can be viewed and edited with Notepad ++ (start with my tesla coil trick perhaps)
    all of the code is in client-1

    I reccomend installing Astrogrep and Notepad ++ first, then looking at the .bat files to see what they do
    then looking as some of the .bin files (Open with notepad++). Then ask me what to do with the actual code
  7. I have little to no experience coding/modifying (so if you could please bare with me) and have been doing some research on where to start and stumbled upon your "rotmg all-in-one tool".

    I was able to successfully decompile an outdated .swf which I want to use as reference for source codes and such for a client I plan to compose of by myself. I am unsure of whether the folder "client-1" in the "coding" folder is the decompiled .swf or something that was already there.

    I have also extracted the .bin files and have found them in the "coding" folder. My problem is I have no clue how to view what is in these files and how I would go about modifying them.


    TL; DR How do I find source codes using your "Rotmg all-in-one"? Is the .swf I decompiled in the file coding labeled "client-1"?

    If you could at the very least point me in the right direction such as telling me to google how to view .bin files that would be great.
Showing Visitor Messages 1 to 7 of 7