Results 1 to 10 of 10

Thread: Well. I just thought of a basic code.

Hybrid View

  1. #1

    Default Well. I just thought of a basic code.

    This will be the first code I don't think someone has not already made.
    This will skip the registering when you want to go on wifi. Someone correct me if I'm wrong, but when it says registering it means saving? So what It will do is skip the saving process I would suggest you activate Never get Resseti as well. It should just be a 0 and a 1 easy code, but still. It'll be the first code I made =D

  2. #2

    Default

    Thats a pretty good Idea I've learned a couple more codetypes so I might be able to help you with that. One problem: I have no Idea how to find the address for saving, and if I found it I wouldn't know what to do after.

  3. #3

    Default

    Sounds impossible without ASM. Amirite?
    http://siestacat.webs.com/GetAttachment.jpg

  4. #4

    Default

    No!?!?! It would just be a write to an address, Like press X to set registered to 1 therefore skipping the process, ASM is mainly for in-game things E.G Text Activators Search and Teleport all that kinda stuff
    Last edited by Fatboy12345236; 08-28-2009 at 07:40 PM.

  5. #5

    Default

    I know what ASM is used for <_< What address would you be writing what data to though? Skipping a save process seems somewhat complicated and when it says registering I don`t think its saving. Will look more into it tomorrow seeing as its late and I`m lazy.
    http://siestacat.webs.com/GetAttachment.jpg

  6. #6
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    The game probably needs to register in order for it to connect
    It wouldn't really need ASM if the game has it structured like this:

    Code:
     address holds 0 before registering
    address holds 1 after registering
    therefore you could just set the 0 to a 1 and it should skip it

    But if it's stored differently then you might need ASM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •