Results 1 to 7 of 7
  1. #1
    ToxLP's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Maybe
    Posts
    298
    Reputation
    81
    Thanks
    3,789
    My Mood
    Twisted

    Lightbulb Simple AQWorld Username Grabber

    What the title says source is included simple for people who want to learn how it works.

    FEATURES:
    Auto grab / join room
    Count how many users you got

    Bugs:
    Don't know...

    Continuing with this project = No.

    Just source for you guy's to learn.



    Scan:
    https://www.virustotal.com/en/file/d...is/1439085782/
    <b>Downloadable Files</b> Downloadable Files
    Last edited by ToxLP; 08-08-2015 at 08:04 PM.

  2. The Following 9 Users Say Thank You to ToxLP For This Useful Post:

    Ash1004 (08-08-2015),doomzx (11-28-2015),jbkillerdk15999 (11-05-2015),Lilhero56 (08-09-2015),Misaki Mei43 (03-28-2016),necrobot (09-27-2015),Oliboli8769 (08-09-2015),rnaufal32 (08-10-2015),_pendragon_ (05-01-2017)

  3. #2
    Oliboli8769's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Boliworlds
    Posts
    2,333
    Reputation
    523
    Thanks
    5,239
    Username grabbing is my speciality, I know every method there is
    When this is approved I wanna see which one you used
    Nice release, for some reason my username grabber hasn't been reposted but I cbf.

  4. #3
    ToxLP's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Maybe
    Posts
    298
    Reputation
    81
    Thanks
    3,789
    My Mood
    Twisted
    Quote Originally Posted by Oliboli8769 View Post
    Username grabbing is my speciality, I know every method there is
    When this is approved I wanna see which one you used
    Nice release, for some reason my username grabber hasn't been reposted but I cbf.
    Its a simple one that gets the area users, get room for each user in the room.

  5. #4
    Oliboli8769's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Boliworlds
    Posts
    2,333
    Reputation
    523
    Thanks
    5,239
    Quote Originally Posted by ToxLP View Post
    Its a simple one that gets the area users, get room for each user in the room.
    Using what variables/functions? I found like 10 different ways of grabbing usernames, which were all pretty much the same, but one was the best for adding filters to. (e.g. only grab username if level is above 10 etc.)

  6. #5
    ToxLP's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Maybe
    Posts
    298
    Reputation
    81
    Thanks
    3,789
    My Mood
    Twisted
    Quote Originally Posted by Oliboli8769 View Post
    Using what variables/functions? I found like 10 different ways of grabbing usernames, which were all pretty much the same, but one was the best for adding filters to. (e.g. only grab username if level is above 10 etc.)

    Gets the current room then the users tree

    Code:

    function getUsers() {
    var roomUsers = game.sfc.getRoom(game.world.curRoom).getUserList() ;
    var userTree:*;
    for (var users in roomUsers) {
    userTree = game.world.uoTree[roomUsers[users].getName()];
    if (userTree != null){
    if (usernamesList.indexOf(userTree.strUsername) == -1)
    {
    aqwStuff.usersText.appendText(userTree.strUsername + "\n");
    usernamesList.push(userTree.strUsername);
    aqwStuff.nUsers.text = "Users : " + usernamesList.length;
    }
    }
    }
    }

  7. The Following User Says Thank You to ToxLP For This Useful Post:

    Oliboli8769 (08-09-2015)

  8. #6
    Datapaw's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    3
    My Mood
    Angelic
    What is the point of username grabbers when Account crackers are extinct?

  9. #7
    ToxLP's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Maybe
    Posts
    298
    Reputation
    81
    Thanks
    3,789
    My Mood
    Twisted
    Quote Originally Posted by Datapaw View Post
    What is the point of username grabbers when Account crackers are extinct?
    Pretty sure people can make there own , Also pretty sure your Chibiz or Jooda acting ,You shy of your self (Chibiz Or Jooda)

Similar Threads

  1. [Source]VERY simple username grabber
    By JamesRo in forum Adventure Quest Worlds (AQW) Tutorials, Source Code & Coding
    Replies: 3
    Last Post: 10-24-2013, 11:23 PM
  2. [Release] AQW Armjldian UserNames Grabber & Text Converter Tool
    By AboodElshreef in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 24
    Last Post: 08-13-2013, 05:42 AM
  3. username grabber
    By jemster123 in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 8
    Last Post: 01-18-2013, 07:56 PM
  4. [Request] Username Grabber
    By xdxul in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 6
    Last Post: 12-14-2012, 02:56 PM
  5. [Outdated] Simple AutoIt Mail Grabber
    By maddoggy00 in forum Vindictus Hacks & Cheats
    Replies: 7
    Last Post: 04-19-2012, 10:20 AM