Results 1 to 7 of 7
  1. #1
    Zaynecrisis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    13
    My Mood
    Bored

    assistance please

    i'd like to learn how to use rabcdasm please.
    all i see is a bunch of file types and such.....i have no clue what im looking at in the zip file lol....
    i want to learn how to edit my own clients so if you can give me a link or something that would be nice.

  2. #2
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    1-Put the folder somewhere easy to remember. I'll put in "Desktop". Rename it to something simple, I'll call it "rabcdasm"
    2-Put the client IN THE SAME FOLDER. Rename it to something simple, I'll call it "client".
    3-Start command prompt by typing
    Code:
    cmd
    in the "run" window (Windows button + R).
    4-Navigate to your rabcdasm folder using the command
    Code:
    cd
    . For example, if you are in folder1 and you need to open folder2 (that is inside folder1), you will have to type
    Code:
    cd folder2
    . The path to your client should be
    Code:
    C:\Users\STUFF\Desktop\rabcdasm
    5-Now you have to disassemble the client.
    6-If it's a clean .swf (not an hacked client), first you have to type (in the same command prompt)
    Code:
    swfdecompress client.swf
    7-Then type
    Code:
    abcexport client.swf
    this will create 2 other files, client-0.abc and client-1.abc. You will need the second one.
    8-Type in
    Code:
    rabcdasm client-1.abc
    this will take some time.
    9-Once is done, you can edit the stuff you need in "client-1" folder.
    10-To recompile it, type in
    Code:
    rabcasm client-1\client-1.main.asasm
    11-Then this
    Code:
    abcreplace client.swf 1 client-1\client-1.main.abc
    12- You are done.

  3. The Following 2 Users Say Thank You to Zasx For This Useful Post:

    Cyeclops (08-06-2013),mainaltmulee (08-07-2013)

  4. #3
    Zaynecrisis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    13
    My Mood
    Bored
    is this how you edit a client?

  5. #4
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by Zaynecrisis View Post
    is this how you edit a client?
    No, this is how you decompile a client. You asked how to use RABCDAsm, not how to edit the client. You will need some codes and the location where they should be put, if you want to edit a client. Using Notepad++ helps.

  6. #5
    Zaynecrisis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    13
    My Mood
    Bored
    Thank you imma try to edit my client soon

    ---------- Post added at 07:35 PM ---------- Previous post was at 06:39 PM ----------

    Why would i want to decompile a client? What does that mean?

    ---------- Post added at 08:10 PM ---------- Previous post was at 07:35 PM ----------

    also can u tell me how to see the code in notepad? i only see computer language and messed up characters

  7. #6
    Black's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Dave's Heart and/or Arun's Ballsack
    Posts
    3,463
    Reputation
    816
    Thanks
    2,684
    My Mood
    Fine
    the way i learnt it is like this: you decompile the client, edit it, compile it, and use it.

    LOL. not the notepad that comes with windows, he means the Notepad++ which can be obtained from >>> https://notepad-plus-plus.org/download/v6.4.4.html <<<

  8. #7
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by Zaynecrisis View Post
    Why would i want to decompile a client?
    I was about to facepalm, but then I remembered you are new to this thing.

    Basically you can imagine the client as a puzzle, every piece is glued to the other with superglue. Every piece is a file you can edit, but not while they are glued. At this point arrives RABCDAsm, a big ass hammer. With this thing you beat the living bejesus outta the puzzle untile every damn piece is alone. NOW you edit them. When you are done you put those pieces into a concrete mixer and, if you didnt do errors, you will get the whole puzzle working but edited.

    The point of this (kinda idiotic) metaphor is, Disassemble-Edit-(pray)-Reassemble.

Similar Threads

  1. Thread deleted i would like a little assistance please
    By mbround18 in forum Staff Disputes
    Replies: 2
    Last Post: 02-25-2013, 06:35 PM
  2. I want quick assistance Please, Dave
    By eslamnemsa in forum CrossFire Help
    Replies: 6
    Last Post: 06-09-2010, 04:43 AM
  3. [Help] I want quick assistance Please, Dave
    By eslamnemsa in forum CrossFire Hacks & Cheats
    Replies: 4
    Last Post: 06-02-2010, 05:26 PM
  4. Assistance please
    By zeke in forum Combat Arms Help
    Replies: 3
    Last Post: 09-17-2009, 05:29 PM
  5. Sig for me please?
    By Dmx in forum Help & Requests
    Replies: 12
    Last Post: 01-14-2006, 10:55 AM