Results 1 to 10 of 10
  1. #1
    Aoredon's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6

    Downloading Adventure Quest

    I know at first the title seems stupid as you're probably thinking that it's an online game, you don't need to download it, but I was wondering if it were possible to:

    • Download the SWF files
    • Modify them so that you're automatically a guardian.
    • Every time you play you're a guardian without having to pay or use a trainer.


    Or even just have a simple trainer that does nothing else other than make you a guardian.
    Last edited by Aoredon; 07-19-2014 at 06:05 AM.

  2. #2
    ToxLP's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Maybe
    Posts
    298
    Reputation
    81
    Thanks
    3,785
    My Mood
    Twisted
    Quote Originally Posted by Aoredon View Post
    I know at first the title seems stupid as you're probably thinking that it's an online game, you don't need to download it, but I was wondering if it were possible to:

    • Download the SWF files
    • Modify them so that you're automatically a guardian.
    • Every time you play you're a guardian without having to pay or use a trainer.


    Or even just have a simple trainer that does nothing else other than make you a guardian.

    This can work if you use fiddler first

    Downoad the swf
    edit the main game
    edit the action scripts of it then use it via fiddler!

    Also it might not work
    cause it uses php files to check the buy code etc.

  3. #3
    Aoredon's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    Ok! I will try out what you have said :P While I attempt that...

    I've just followed along with your trainer tutorial for Adventure Quest and it's awesome. Thank you.

    I do have a question though, will I be able to apply that here?

    EDIT: Okay, so I may not know much, but I used Fiddler to get the SWF, and then I used Sothink SWF Decompiler to look at the source code.

    For an X-Guardian your
    Code:
    _root.player.intAccessLevel
    Must be larger than 20

    As well as
    Code:
    _root.player.intCharType
    Must be equal to 3

    I've used your method to modify them to 20 and 3 every 100ms, but however I came across a problem. There is a method called before every Guardian/X-Guardian check called
    Code:
    InspectGuardianData()
    Looking at the code for that function:
    Code:
        function InspectGuardianData()
        {
            if (typeof(_root.player.intCharType) == "string")
            {
                _root.player.intCharType = 1;
            } // end if
            if (typeof(_root.player.intAccessLevel) == "string")
            {
                _root.player.intAccessLevel = 0;
            } // end if
        } // End of the function
    I can only assume that regardless whether or not I am constantly setting the two variables to that of an X-Guardian's it is reset because for some reason the type is always "string".

    I've made it so whenever it gets changed back to the normal value, it'll print in the console: "NOT A GUARDIAN" and this happens when logging in, going to the guardian tower, e.t.c.

    Which to me (all this could be me being stupid) means that I somehow need to make it so that the function either does nothing, or the the of
    Code:
    intCharType
    and
    Code:
    intAccessLevel
    is something different. I can easily edit the action script to set achieve these easily, but I have no idea how to import it back into the swf or how to compile all the components of the swf file.

    Sorry if I made no sense, lol. I find it hard to explain things. I also hope I'm not talking complete bullshit here. :S
    Last edited by Aoredon; 07-19-2014 at 07:00 AM.

  4. #4
    NegerFittaN2's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    so you're getting all the swfs? They are thousands of files, reason i want them i so i can play without internet connection, i can make a local database.

  5. #5
    Pepsi Cola's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,083
    Reputation
    135
    Thanks
    2,100
    My Mood
    Bitchy
    EDIT1: Never mind the first post, misread it.

    EDIT: Not entirely sure but what you want to do would most probably be server sided[/B][/SIZE][/COLOR][/FONT]
    Last edited by Pepsi Cola; 07-21-2014 at 05:32 AM.

  6. #6
    Aoredon's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    Well the above replies vary from what my original idea was, even if you did manage to download all the files required for Adventure Quest, Pespi Cola is correct, a lot of the stuff required for Adventure Quest is server sided, particularly the main part. Your character.

    That's just from my understanding anyway.
    Last edited by Aoredon; 07-21-2014 at 08:49 AM.

  7. #7
    NegerFittaN2's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    The thing is that i want to create my own database like other aq private servers have done.

  8. #8
    LatiNKinG's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Location
    72.21.81.85
    Posts
    33
    Reputation
    10
    Thanks
    4
    My Mood
    Chatty
    Just for the record, if you get a functional private server set up, you could just remake your own character on it, since that would mean you have access to the character database.

  9. #9
    NegerFittaN2's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    I have already done that, problem is the starting equipment won't load and i can't fix that.

  10. #10
    Aoredon's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    Hmm, I can see if I can help if you want?

    PM me if you need me. :P

    For the record I've taken a brake on downloading all the SWFs... For now.

Similar Threads

  1. [Help] How to download Adventure Quest
    By Just For Fun in forum Adventure Quest (AQ) Hacks / Cheats / Trainers
    Replies: 3
    Last Post: 08-16-2009, 12:00 AM
  2. Adventure Quest Hacks.
    By zero_cool in forum General Game Hacking
    Replies: 12
    Last Post: 05-03-2009, 02:00 PM
  3. Adventure Quest Hacks I made.
    By zero_cool in forum General Game Hacking
    Replies: 17
    Last Post: 11-18-2006, 08:50 PM
  4. Adventure Quest hacks [REQUEST]
    By m164life in forum General Game Hacking
    Replies: 12
    Last Post: 11-15-2006, 09:59 PM
  5. Adventure Quest
    By EleMentX in forum General Gaming
    Replies: 13
    Last Post: 07-03-2006, 04:27 PM