Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 102
  1. #46
    AboodElshreef's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Egypt, Cairo
    Posts
    611
    Reputation
    10
    Thanks
    2,643
    My Mood
    Amazed
    Hey @Nico Please Approve It , There is Nothing illegal About it
    Every Body Put his youtube channel & Site
    They Are Kind Of Credits

  2. #47
    deejayhex's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    Guys i got a nice list of accounts, pm me for the ulist and plist files

  3. #48
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by AboodElshreef View Post
    Hey @Nico Please Approve It , There is Nothing illegal About it
    Every Body Put his youtube channel & Site
    They Are Kind Of Credits
    No problem with the yt channel but with the link to your trainer.

  4. #49
    AboodElshreef's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Egypt, Cairo
    Posts
    611
    Reputation
    10
    Thanks
    2,643
    My Mood
    Amazed
    Quote Originally Posted by Nico View Post


    No problem with the yt channel but with the link to your trainer.
    Hey I Deleted Them All , Check The Photo & I Update The Download & Update The Virus Scan Links

  5. #50
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by AboodElshreef View Post
    Hey I Deleted Them All , Check The Photo & I Update The Download & Update The Virus Scan Links
    Approved .

  6. The Following User Says Thank You to Nico For This Useful Post:

    AboodElshreef (01-19-2013)

  7. #51
    crais's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Slatina
    Posts
    193
    Reputation
    10
    Thanks
    51
    My Mood
    Inspired
    man i can't load .ulist and .plist just i can add.

  8. #52
    AboodElshreef's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Egypt, Cairo
    Posts
    611
    Reputation
    10
    Thanks
    2,643
    My Mood
    Amazed
    Download The New Version , Because I Re uploaded It Before @Nico Approved

  9. #53
    crais's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Slatina
    Posts
    193
    Reputation
    10
    Thanks
    51
    My Mood
    Inspired
    for me not working i tested on a cracked account first fake pass and then true pass he think the first pass is true
    Last edited by crais; 01-19-2013 at 05:16 AM.

  10. #54
    akang99's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    cat etc/passwd
    Posts
    1,112
    Reputation
    10
    Thanks
    1,917
    My Mood
    Bored
    i hope it can load text files for username and password list...
    You have to learn the rules of the game. And then you have to play better than anyone else
    Albert Einstein
    ================================================== =================

    My Bots :

    1. Angry Zombie Skull Bot (AQWorlds War Z Bot)
    2. Dage's Endurance Test Quest Bot and Dage's Black Box Quest Bot
    3. Fastest Mana Golem Bot (outdated)
    4. Swordhaven Reputation Bot
    5. Black Voucher Bot
    6. Tinsel's Gift Quest Bot
    7. Mana Golem Bot [updated]

  11. #55
    weaked.weak's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    2
    what does "remote game server cannot be reached"?

  12. #56
    AboodElshreef's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Egypt, Cairo
    Posts
    611
    Reputation
    10
    Thanks
    2,643
    My Mood
    Amazed
    Quote Originally Posted by weaked.weak View Post
    what does "remote game server cannot be reached"?
    What ???? ... what is that mean ? and where did you saw it ?

    ---------- Post added at 05:20 PM ---------- Previous post was at 05:15 PM ----------

    Quote Originally Posted by akang99 View Post
    i hope it can load text files for username and password list...
    I wish I Can Do It In NEXT Version
    But Jamser & Me Made A UserName Grabber Which Save in .ulist So you can load it In The Cracker

    ---------- Post added at 05:21 PM ---------- Previous post was at 05:20 PM ----------

    Quote Originally Posted by crais View Post
    for me not working i tested on a cracked account first fake pass and then true pass he think the first pass is true
    Check The Version That I PM-ed it To You

  13. #57
    JamesRo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1,872
    Reputation
    182
    Thanks
    17,852
    My Mood
    Happy
    I'm currently working on a .txt-.ulist converter, so far so good!

  14. #58
    akang99's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    cat etc/passwd
    Posts
    1,112
    Reputation
    10
    Thanks
    1,917
    My Mood
    Bored
    Quote Originally Posted by JamesRo View Post
    I'm currently working on a .txt-.ulist converter, so far so good!
    i'm very glad to hear that JamesRo, keep up a great spirit
    You have to learn the rules of the game. And then you have to play better than anyone else
    Albert Einstein
    ================================================== =================

    My Bots :

    1. Angry Zombie Skull Bot (AQWorlds War Z Bot)
    2. Dage's Endurance Test Quest Bot and Dage's Black Box Quest Bot
    3. Fastest Mana Golem Bot (outdated)
    4. Swordhaven Reputation Bot
    5. Black Voucher Bot
    6. Tinsel's Gift Quest Bot
    7. Mana Golem Bot [updated]

  15. #59
    JamesRo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1,872
    Reputation
    182
    Thanks
    17,852
    My Mood
    Happy
    Done!



    Here is the code:
    Code:
    import flash.events.Event;
    import flash.net.FileReference;
    
    var separate:Array
    var file:FileReference;
    feed.addEventListener(MouseEvent.CLICK, feedList);
    function feedList(e:Event)
    {
    	file = new FileReference();
    	file.addEventListener(Event.SELECT, onFileSelected);
    	file.browse([new FileFilter("Plain Text Document (*.txt)", "*.txt;*.;")]);
    }
    function onFileSelected(e:Event)
    {
    	file.addEventListener(Even*****MPLETE, secondLoad);
    	file.load();
    	
    }
    function secondLoad(e:Event)
    {
    	trace(e.target.data.toString());
    	separate = e.target.data.toString().split(/\n/);
    	trace(separate);
    	for each(var s:String in separate)
    	{
    		list1.dataProvider.addItem({label:s});
    	}
    }
    saev.addEventListener(MouseEvent.CLICK, saveUlist);
    function saveUlist(e:Event)
    {
    	file = new FileReference();
    	var bytes:ByteArray = new ByteArray();
    	var ulist:Array = list1.dataProvider.toArray();
    	bytes.writeInt(31);
    	bytes.writeObject(ulist);
    	file.save(bytes, "New Username List.ulist");
    }

  16. The Following 2 Users Say Thank You to JamesRo For This Useful Post:

    akang99 (01-19-2013),Electro Beat (01-19-2013)

  17. #60
    akang99's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    cat etc/passwd
    Posts
    1,112
    Reputation
    10
    Thanks
    1,917
    My Mood
    Bored
    Quote Originally Posted by JamesRo View Post
    Done!



    Here is the code:
    Code:
    import flash.events.Event;
    import flash.net.FileReference;
    
    var separate:Array
    var file:FileReference;
    feed.addEventListener(MouseEvent.CLICK, feedList);
    function feedList(e:Event)
    {
    	file = new FileReference();
    	file.addEventListener(Event.SELECT, onFileSelected);
    	file.browse([new FileFilter("Plain Text Document (*.txt)", "*.txt;*.;")]);
    }
    function onFileSelected(e:Event)
    {
    	file.addEventListener(Even*****MPLETE, secondLoad);
    	file.load();
    	
    }
    function secondLoad(e:Event)
    {
    	trace(e.target.data.toString());
    	separate = e.target.data.toString().split(/\n/);
    	trace(separate);
    	for each(var s:String in separate)
    	{
    		list1.dataProvider.addItem({label:s});
    	}
    }
    saev.addEventListener(MouseEvent.CLICK, saveUlist);
    function saveUlist(e:Event)
    {
    	file = new FileReference();
    	var bytes:ByteArray = new ByteArray();
    	var ulist:Array = list1.dataProvider.toArray();
    	bytes.writeInt(31);
    	bytes.writeObject(ulist);
    	file.save(bytes, "New Username List.ulist");
    }
    thank a lot @JamesRo
    You have to learn the rules of the game. And then you have to play better than anyone else
    Albert Einstein
    ================================================== =================

    My Bots :

    1. Angry Zombie Skull Bot (AQWorlds War Z Bot)
    2. Dage's Endurance Test Quest Bot and Dage's Black Box Quest Bot
    3. Fastest Mana Golem Bot (outdated)
    4. Swordhaven Reputation Bot
    5. Black Voucher Bot
    6. Tinsel's Gift Quest Bot
    7. Mana Golem Bot [updated]

Page 4 of 7 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. [Release] AQW Usernames and Passwords (can be used for cracker)
    By Megenhos in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 23
    Last Post: 05-04-2014, 02:03 PM
  2. AQW Cracker working as of 2013
    By Kasiek in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 58
    Last Post: 07-30-2013, 01:45 AM
  3. [Release] AQW Account Cracker [FREE]
    By Former Captain in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 26
    Last Post: 07-28-2013, 03:35 AM
  4. [Outdated] FREE AQW Account cracker - List included
    By blaze2120 in forum Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    Replies: 38
    Last Post: 05-12-2013, 11:53 AM
  5. Gunz Account Lookup + Cracker (A-Jack)
    By GodofGunz in forum Gunz Hacks
    Replies: 6
    Last Post: 02-04-2006, 08:26 PM