Results 1 to 13 of 13
  1. #1
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666

    How to get started on rotmg hacking (code wise)

    I know basic rotmg hacking things like updating names for new builds and such, but I don't have good understanding of the code. I mean what do the lines actually do. I'd like to start learning that flash code or whaterver it is called. Any suggested reading for a beginner?

  2. #2
    TrollToast's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    178
    Reputation
    10
    Thanks
    575
    My Mood
    Happy
    ugh... seriously? Updating names for new builds is nothing. If you really want to code you need to start learning some coding languages probably from a "for dummies" book or something like that.

  3. #3
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Quote Originally Posted by TrollToast View Post
    ugh... seriously? Updating names for new builds is nothing. If you really want to code you need to start learning some coding languages probably from a "for dummies" book or something like that.
    I know updating is nothing, that's why I am trying to get one step forward: actually understanding how the current hacks work and trying something myself. I'd just like to know if there is some recommendations.

  4. #4
    TrollToast's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    178
    Reputation
    10
    Thanks
    575
    My Mood
    Happy
    Here is some hacks for 14.0 if you can update the code, here you go
    https://www.mpgh.net/forum/720-realm-...s-started.html

  5. #5
    Nisuxen's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    164
    Reputation
    10
    Thanks
    95
    Look up what the stack is.

    https://learn.adobe.com/wiki/display/AVM2/add

    Look at the released codes and try to see how pushing things to the stack influences later instruction calls.

  6. The Following User Says Thank You to Nisuxen For This Useful Post:

    CrazyJani (06-15-2013)

  7. #6
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,666
    My Mood
    Angelic
    Do you have an prior knowledge at all to any type of coding?
    @TrollToast you're acting illiterate.

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  8. #7
    jlr2_08's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Philippines.
    Posts
    197
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    @CrazyJani if you really wanna learn, you need to study about programming and about C, C++

  9. #8
    TrollToast's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    178
    Reputation
    10
    Thanks
    575
    My Mood
    Happy
    Quote Originally Posted by krazyshank View Post
    Do you have an prior knowledge at all to any type of coding?
    @TrollToast you're acting illiterate.
    Some, im not a "big shot" coder though.

  10. #9
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,666
    My Mood
    Angelic
    Quote Originally Posted by TrollToast View Post
    Some, im not a "big shot" coder though.
    No i was asking OP

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  11. #10
    TrollToast's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    178
    Reputation
    10
    Thanks
    575
    My Mood
    Happy
    Quote Originally Posted by krazyshank View Post
    No i was asking OP
    MMkay thought you were talking to me, but yeah I have enough to update a code, and write some

  12. #11
    nilly's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2,652
    Reputation
    155
    Thanks
    13,983
    My Mood
    Angelic
    @CrazyJani, it depends on the type of hacking you want to do. If making bots/proxies, you can do that with almost any language. If, however, you are talking about how hacks are done/made with rabcdasm, you need to learn as3 and avm2 byte code. The latter is more important. There really is no good source to learning avm2 byte code because nobody really codes with it. There are a few sources that are good for looking up what specific commands do (like the website @Nisuxen linked). Also no|wrap.de - Flasm is a good site to get a conceptual understanding of what the byte code is doing (the syntax used is a little different than rabcdasm). Given those two resources, use something like as3 sorcerer to look at the as3 code (much easier to interpret) and then compare that to the byte code. That is pretty much how I learned the byte code.
    Be careful, stray too far from the pack and you'll get lost.

  13. The Following 4 Users Say Thank You to nilly For This Useful Post:

    Botmaker (06-15-2013),CrazyJani (06-15-2013),dwdude (06-16-2013),RotMGnub (06-16-2013)

  14. #12
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Type into your address bar: it-ebooks.info

    Anything and everything, I have posted this a couple of times, but no one seems to see it, but now that @CrazyJani is specifically asking about coding, this may be of interest to you. Do check it out, please, for me .... lol The: Head First series by O'Reilly Media or as said above the For Dummies collection, they are all here, all in pdf format, all free to download.

  15. The Following User Says Thank You to Cyeclops For This Useful Post:

    CrazyJani (06-16-2013)

  16. #13
    dwdude's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    222
    Reputation
    10
    Thanks
    47
    Quote Originally Posted by nilly View Post
    @CrazyJani, it depends on the type of hacking you want to do. If making bots/proxies, you can do that with almost any language. If, however, you are talking about how hacks are done/made with rabcdasm, you need to learn as3 and avm2 byte code. The latter is more important. There really is no good source to learning avm2 byte code because nobody really codes with it. There are a few sources that are good for looking up what specific commands do (like the website @Nisuxen linked). Also no|wrap.de - Flasm is a good site to get a conceptual understanding of what the byte code is doing (the syntax used is a little different than rabcdasm). Given those two resources, use something like as3 sorcerer to look at the as3 code (much easier to interpret) and then compare that to the byte code. That is pretty much how I learned the byte code.
    Thanks for taking the time to type that out. I'm sure this will help those legitimately interested in learning.

  17. The Following User Says Thank You to dwdude For This Useful Post:

    nilly (06-16-2013)

Similar Threads

  1. How to get started in the tf2 hacking industry?
    By epickme in forum Team Fortress 2 Hacks
    Replies: 4
    Last Post: 05-06-2013, 10:56 AM
  2. how to get started hacking (yes im a newbie)
    By hey123 in forum General Hacking
    Replies: 20
    Last Post: 01-11-2009, 12:56 AM
  3. How to get locked wepaons without hacks
    By iGascan in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 08-14-2008, 08:57 AM
  4. TUTORIAL HOW TO GET BALCK WEAPONS WITHOUT HACK
    By ChivasJoker in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 08-11-2008, 10:14 AM
  5. Got VB 6, I see new Adress thread, how to get started?
    By soulbind4 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 01-24-2008, 07:38 PM