• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
R
Reaction score
1

Profile posts Latest activity Postings About

  • Thanks! THat's really helpful actually! Could you at least send me my post so I can copy it, edit it and perhaps repost it at a later date?
    I took a look through your thread after adding the images and I can't approve it. There just isn't any format to it. I would have a look through all of the other hack threads on here so that you can get a feel for how things are done.

    Also, scripting. You need to go find a good XSE tutorial. Hackers don't count bytes in scripting. The script editors have built in dynamic functionality that dynamically allocate the necessary amount of space. For example:

    #Dynamic 0x800000 //The offset of where to start looking for free space.

    #org @start //Our first function
    lock
    faceplayer
    msgbox @msg 0x2
    release
    end

    #org @msg //Our message.
    = Hi, this is a message.

    When you compile this, XSE will asses how many bytes each function needs and compile everything into the free space. Each @label gets its own setup and personal search.
    The inability to post pictures and links is to prevent spam bots (which are getting smarter every day) not to prevent "noobs" as you put it. Would you like me to format your links into images? Be warned you won't be able to edit the post until you get 15 posts, otherwise the links go away again.

    ~karatekid552
  • Loading…
  • Loading…
  • Loading…
Back
Top