Results 1 to 3 of 3
  1. #1
    mainaltmulee's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    88
    Reputation
    10
    Thanks
    3

    How to make a client on LINUX

    I have understood how to change the source code and stuff.

    however, i donot know what tools to use to rebuild the code into a usable .swf.

    what i know till now : (Do correct me if im wrong)

    1. grab source here : https://www.mpgh.net/forum/599-realm-...tor-hexed.html
    2. navigate to folder containing hax, like autoaim (the thing which i wanna edit)
    3. edit it with a nice tool
    4. rebuild (how the eff to do this on linux? or do i ahve to use windows only?)

    thanks/

  2. #2
    DatCoder's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    265
    Reputation
    10
    Thanks
    178
    My Mood
    Inspired
    You have to run the jar file. In terminal the command is "java -jar <filename.jar>"
    There select the swf and the mods and press the build button. But to do that in linux/mac, you need the linux/mac version of rabcdasm (instead of the exes), and you have to specify them in the config.ini.
    If the repo of your distro have the rabcdasm prebuild, you are lucky, if not then you have to build it manually:
    Code:
    git clone git://******.com/CyberShadow/RABCDAsm.git
    cd RABCDAsm
    dmd -run build_rabcdasm.d
    dmd is a D2 compiler gdmd is good too, install one from you repo.

    This works for both mac and linux. Don't forget to specify the path of the built rabdasm in the config.ini.

  3. #3
    mainaltmulee's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    88
    Reputation
    10
    Thanks
    3
    thank you!!

Similar Threads

  1. [Tutorial] | How to make your first hack client! | Original Author |
    By blicbuddy in forum Minecraft Tutorials
    Replies: 56
    Last Post: 08-25-2020, 05:31 AM
  2. HOW TO MAKE HACKED CLIENTS ? (question)
    By UGCfour in forum Realm of the Mad God Help & Requests
    Replies: 3
    Last Post: 10-06-2012, 01:32 AM
  3. [Tutorial] How to make CubeOne's client work! For build 124
    By ZeusAlmighty in forum Realm of the Mad God Hacks & Cheats
    Replies: 2
    Last Post: 08-03-2012, 06:01 PM
  4. How to make your own Runescape Client
    By Paul in forum Runescape Tutorials
    Replies: 6
    Last Post: 06-19-2012, 04:01 PM
  5. [Tutorial] >How to make your first hack client! <
    By TheFk? in forum Minecraft Tutorials
    Replies: 59
    Last Post: 02-15-2012, 10:51 PM