Coding, ROTMG @All Coders Please HelpCould Someone Please Help me or start me off with hacking/coding ROTMG PLEASE im knew to hacking rotmg and i'd like to start coding myself , Thanks!
Originally Posted by Infineon752 maybe start off with RABCDAsm you could google it or look on forums Found it, Thanks! now a tut or something on how to use it, anyone?
Create two .bat files, one called "Compile.bat" another one called "Decompile.bat" Decompile.bat code: Code: swfdecompress YOUR_SWF_FILENAME.swf abcexport YOUR_SWF_FILENAME.swf rabcdasm YOUR_SWF_FILENAME-1.abc pause Compile.bat code: Code: rabcasm YOUR_SWF_FILENAME-1\YOUR_SWF_FILE-1.main.asasm abcreplace YOUR_SWF_FILENAME.swf 1 YOUR_SWF_FILENAME-1\YOUR_SWF_FILE-1.main.abc pause Guess it's enough to you start.
Originally Posted by BernardoLima Create two .bat files, one called "Compile.bat" another one called "Decompile.bat" Decompile.bat code: Code: swfdecompress YOUR_SWF_FILENAME.swf abcexport YOUR_SWF_FILENAME.swf rabcdasm YOUR_SWF_FILENAME-1.abc pause Compile.bat code: Code: rabcasm YOUR_SWF_FILENAME-1\YOUR_SWF_FILE-1.main.asasm abcreplace YOUR_SWF_FILENAME.swf 1 YOUR_SWF_FILENAME-1\YOUR_SWF_FILE-1.main.abc pause Guess it's enough to you start. Thanks! I might try this tomorrow it's getting late. :L
Originally Posted by AkHolic Thanks! I might try this tomorrow it's getting late. :L See you, good luck
Originally Posted by BernardoLima See you, good luck Ok so i seem like an absolute " noob" for this but why am i getting this?
You need to place those bat files in the same directory as your rabcdasm folder. Also place the rotmg4.swf in the same directory.