Thread: AQW.js

Results 1 to 8 of 8
  1. #1
    F L U X's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4

    AQW.js




    AQW.js is a node module used as a way of interfacing with AdventureQuest Worlds.
    It is a useful module for creating bots for the new and old server.

    Example:
    Code:
    const Client = require("../lib/Client/Client");
    
    const client = new Client({ newServer: true, server: "TestingServer2" });
    
    client.on("loginResponse", (data) => {
        let motd = data.MOTD;
        console.log(`[Message Of The Day] ${ motd }`);
    });
    
    client.on("moveToArea", (data) => {
        let areaName = data.areaName;
        console.log(`[Joined] ${ areaName }`);
    });
    
    client.login("Username", "Password");
    Output:



    Things yet to be implemented:

    • Combat
    • Documentation
    • More useful methods


    If you have features that you would like to see, please let me know

    Last edited by F L U X; 09-01-2016 at 12:04 PM.

  2. The Following User Says Thank You to F L U X For This Useful Post:

    baka122 (09-09-2016)

  3. #2
    Goddyy's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    4
    My Mood
    In Love
    Dayum, can't wait for this to be finished...
    Tbh this will create a new era of bot creating for both AQWorlds and Private Servers

  4. #3
    Chaos's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    The Void
    Posts
    3,158
    Reputation
    1004
    Thanks
    3,082
    My Mood
    Psychedelic
    I have had an idea like this for the longest, glad someone finally got around to implementing it.

  5. #4
    Merudo's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    1
    This is really useful for those who know how to use this,

    Are you planning on releasing this anytime soon?

  6. #5
    F L U X's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by Merudo View Post
    This is really useful for those who know how to use this,

    Are you planning on releasing this anytime soon?
    Soon.
    Last edited by F L U X; 09-03-2016 at 08:04 PM.

  7. #6
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    Wow, keep up the good work indeed!

  8. #7
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    Any updates on the current development status of the said module, @F L U X?

  9. #8
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    Since the OP hasn't responded for over a month now, I'll be closing this thread of his as such.

    /Closed.

Similar Threads

  1. [RELEASE]AQW Hack
    By Mugam3r in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 64
    Last Post: 09-13-2010, 09:32 PM
  2. [Tutorial] Make Autoer for AQW with Hell Quest
    By chikencow in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 4
    Last Post: 05-24-2010, 07:38 AM
  3. S> AQW Account Level 20
    By AntColony in forum Adventure Quest Worlds (AQW) Selling / Trading / Buying
    Replies: 1
    Last Post: 08-28-2009, 09:27 AM
  4. Idk were to post this but its for AQW
    By XxTylerxX in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 08-12-2009, 07:37 PM
  5. aqw acc lvl 8 lots of thing if u but member
    By -PoisonedG- in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 08-08-2009, 10:30 AM