Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 102
  1. #31
    Zenow's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    i will try

  2. #32
    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 AboodElshreef View Post
    i didn't got this bug , i don't really know the reason for it !!!

    I Will Check The Source Again
    Maybe Your PC , WERE Too LAGY

    ---------- Post added at 09:02 PM ---------- Previous post was at 08:59 PM ----------

    Quote Originally Posted by JamesRo View Post
    @AboodElshreef

    There's a little bug - when it cracks the account it will display the next password in the 'hacked accounts' list, instead of the real pass.

    ---------- Post added at 10:33 AM ---------- Previous post was at 10:32 AM ----------

    Oh, I see you need a .ulist username grabber. Hold on, I'm working on it.
    I Fixed This Problem , Fast I Will Hold On 10 Min Before I Upload It Again
    If There Is Any Other Bugs Please Comment Fast

  3. #33
    Electro Beat's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Blackhat hacker ._.
    Posts
    1,519
    Reputation
    87
    Thanks
    208
    My Mood
    Amused
    Quote Originally Posted by AboodElshreef View Post
    Maybe Your PC , WERE Too LAGY[COLOR="Silver"]
    Well no i wasnt even lagging at all

  4. #34
    AboodElshreef's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Egypt, Cairo
    Posts
    611
    Reputation
    10
    Thanks
    2,643
    My Mood
    Amazed
    Well , I don't understand why that happened
    Did you noticed anything strange happened before screen turned to black

  5. #35

  6. #36
    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 JamesRo View Post
    Good news!

    Thanks Bro You are The Best
    Can you send it to me ?

  7. #37
    JamesRo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1,872
    Reputation
    182
    Thanks
    17,852
    My Mood
    Happy
    Quote Originally Posted by AboodElshreef View Post
    Thanks Bro You are The Best
    Can you send it to me ?
    Code:
    import flash.net.FileReference;
    import flash.utils.ByteArray;
    
    userGrab.addEventListener(MouseEvent.CLICK, getUserNames);
    function getUserNames(e:Event)
    {
    	var allP:Object = Game.world.getAllAvatarsInCell();
    	for each(var o:Object in allP)
    	{
    		userList.dataProvider.addItem({label: o.pMC.pname.ti.text});
    	}
    	for(var i:int = 0; i<userList.dataProvider.length; i++)
    	{
    		trace("[Grabber]: Removing <AFK>");
    		userList.dataProvider.getItemAt(i).label = userList.dataProvider.getItemAt(i).label.split("<AFK> ").join("");
    	}
    }
    userSave.addEventListener(MouseEvent.CLICK, saveList);
    function saveList(e:Event)
    {
    	trace("[User List]: Saving current users");
    	var filefilter1:FileReference = new FileReference();
    	var names:ByteArray = new ByteArray();
    	names.writeInt(31);
    	names.writeObject(userList.dataProvider.toArray());
    	filefilter1.save(names, "New User List.ulist");
    	trace("[User List]: Done");
    					 
    }
    Well, you know what to do

  8. #38
    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 JamesRo View Post
    Code:
    import flash.net.FileReference;
    import flash.utils.ByteArray;
    
    userGrab.addEventListener(MouseEvent.CLICK, getUserNames);
    function getUserNames(e:Event)
    {
    	var allP:Object = Game.world.getAllAvatarsInCell();
    	for each(var o:Object in allP)
    	{
    		userList.dataProvider.addItem({label: o.pMC.pname.ti.text});
    	}
    	for(var i:int = 0; i<userList.dataProvider.length; i++)
    	{
    		trace("[Grabber]: Removing <AFK>");
    		userList.dataProvider.getItemAt(i).label = userList.dataProvider.getItemAt(i).label.split("<AFK> ").join("");
    	}
    }
    userSave.addEventListener(MouseEvent.CLICK, saveList);
    function saveList(e:Event)
    {
    	trace("[User List]: Saving current users");
    	var filefilter1:FileReference = new FileReference();
    	var names:ByteArray = new ByteArray();
    	names.writeInt(31);
    	names.writeObject(userList.dataProvider.toArray());
    	filefilter1.save(names, "New User List.ulist");
    	trace("[User List]: Done");
    					 
    }
    Well, you know what to do
    Thanks Mate

    ---------- Post added at 09:35 PM ---------- Previous post was at 09:22 PM ----------

    Links In My Blog & FaceBook Group & MPGH Updated
    The Bug That Jamser Detected Has Been Fixed

  9. #39
    Rance-Sama's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Ice
    Posts
    6,322
    Reputation
    653
    Thanks
    8,882
    If I'm not mistaken it's against the rules to put outside links on your program, things like your youtube channel for example. I tried to put my youtube channel on my first version of my MechQuest Trainer and Nico told me to remove it, so I doubt it will be approved until you remove the outside links.

  10. #40
    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 AqworldThunder View Post
    If I'm not mistaken it's against the rules to put outside links on your program, things like your youtube channel for example. I tried to put my youtube channel on my first version of my MechQuest Trainer and Nico told me to remove it, so I doubt it will be approved until you remove the outside links.
    If That Was Unlegal , @Nico Will Replay and told me to Remove it

  11. #41
    Rance-Sama's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Ice
    Posts
    6,322
    Reputation
    653
    Thanks
    8,882
    Quote Originally Posted by AboodElshreef View Post
    If That Was Unlegal , @Nico Will Replay and told me to Remove it
    Don't you mean illegal? It's in the rules, you've been a part of MPGH long enough you should know them. It's the second one in the rules "- No outside links or links to downloads/attachments. (Permanent Ban)"


    Check it for yourself - MPGH - MultiPlayer Game Hacking & Cheats Rules

  12. #42
    JamesRo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1,872
    Reputation
    182
    Thanks
    17,852
    My Mood
    Happy
    Quote Originally Posted by AqworldThunder View Post
    Don't you mean illegal? It's in the rules, you've been a part of MPGH long enough you should know them. It's the second one in the rules "- No outside links or links to downloads/attachments. (Permanent Ban)"


    Check it for yourself - MPGH - MultiPlayer Game Hacking & Cheats Rules
    For someone that's correcting grammatical errors, you have poor interpretation skills. It means you can post DOWNLOAD LINKS(i.e. ********e), you can put whatever you want on your programs.

  13. #43
    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 AqworldThunder View Post
    Don't you mean illegal? It's in the rules, you've been a part of MPGH long enough you should know them. It's the second one in the rules "- No outside links or links to downloads/attachments. (Permanent Ban)"


    Check it for yourself - MPGH - MultiPlayer Game Hacking & Cheats Rules
    But In Help Menu Of My Trainer There Is My FB Group & Blog & Site & Others

    And @Nico Approved Them , So ......

  14. #44
    crais's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Slatina
    Posts
    193
    Reputation
    10
    Thanks
    51
    My Mood
    Inspired
    okay man slow it down with posts you will never get approved if u talk about ur site,trainer,blog etc....

  15. #45
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by AqworldThunder View Post
    Don't you mean illegal? It's in the rules, you've been a part of MPGH long enough you should know them. It's the second one in the rules "- No outside links or links to downloads/attachments. (Permanent Ban)"


    Check it for yourself - MPGH - MultiPlayer Game Hacking & Cheats Rules
    Yea, you are right. It's some kind of grey zone I guess.

Page 3 of 7 FirstFirst 12345 ... 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