Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Lagosaurus's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4

    AQBuddy - Updates and Changelog

    Most of you most likely won't know me since I'm knew around these parts but this thread is going to serve as a changelog for my upcoming AQW project.

    One of the first things I realized when approaching this project was that there are already plenty of botting solutions on here, namely Le Bot, which cover just about every aspect of solo play. Originally this project was going to follow that same archetype but I decided against it since there are already so many other solutions available. With that in mind, I'm doing a complete re-imagining of how we should approach botting.

    I don't have the time to go in-depth on all of the planned features right now so I'm going to leave a simple list of current functionalities and features in development in the post below. Since this project is still in its infancy feel free to leave suggestions regarding what you would like to see in the bot.



    Current Features
    | | |
    v v v
    Last edited by Lagosaurus; 04-08-2013 at 02:37 PM.

  2. The Following User Says Thank You to Lagosaurus For This Useful Post:

    zerobrium (04-08-2013)

  3. #2
    Lagosaurus2's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    Current Version: 0.1a
    Coded in: IronPython 2.7.3

    Features
    Finished:
    • Load account list from text file
    • Log in multiple accounts at once
    • Set leader
    • Other characters follow leader within the same zone


    Under Development:
    • Attack leader's target
    • Rest when leader rests
    • Class specific integration (Heal leader when hp drops below a certain value)
    • Set mule leader (Other mules grab task updates from this one)
    • Command mule accounts via /tell in-game


    Planned: (Near future - long term goals won't be outlined here)
    • GUI (Currently everything is handled via command line)
    • Grab current quest from leader
    • Log in and play with leader account directly from bot
    • Integrate farming scripts
    • Add packet spammer
    • Add badge loaders
    • Add client-side loaders

    Last edited by Lagosaurus2; 04-08-2013 at 02:44 PM.

  4. The Following User Says Thank You to Lagosaurus2 For This Useful Post:

    zerobrium (04-08-2013)

  5. #3
    Rance-Sama's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Ice
    Posts
    6,322
    Reputation
    653
    Thanks
    8,883
    Quote Originally Posted by Lagosaurus2 View Post
    Current Version: 0.1a
    Coded in: IronPython 2.7.3

    Features
    Finished:
    • Load account list from text file
    • Log in multiple accounts at once
    • Set leader
    • Other characters follow leader within the same zone


    Under Development:
    • Attack leader's target
    • Rest when leader rests
    • Class specific integration (Heal leader when hp drops below a certain value)
    • Set mule leader (Other mules grab task updates from this one)
    • Command mule accounts via /tell in-game


    Planned: (Near future - long term goals won't be outlined here)
    • GUI (Currently everything is handled via command line)
    • Grab current quest from leader
    • Log in and play with leader account directly from bot
    • Integrate farming scripts
    • Add packet spammer
    • Add badge loaders
    • Add client-side loaders

    I can help you if you want, I'm rather proficient in Python. I like what you are planning, it's original and sounds good.

    As for the user interface, which is in my opinion one of the top things most people look for in a program, you can use EasyGui. I've used it in many of my python projects and I can say from firsthand experience that it works great, of course it being free is a major plus.

    Link -
    EasyGui Downloads

  6. #4
    Hiatus5's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Montréal
    Posts
    411
    Reputation
    10
    Thanks
    118
    My Mood
    In Love
    Quote Originally Posted by AqworldThunder View Post
    I can help you if you want, I'm rather proficient in Python. I like what you are planning, it's original and sounds good.

    As for the user interface, which is in my opinion one of the top things most people look for in a program, you can use EasyGui. I've used it in many of my python projects and I can say from firsthand experience that it works great, of course it being free is a major plus.

    Link -
    EasyGui Downloads
    Sounds good. Nice plan. -Approves-



  7. #5
    Lagosaurus's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by AqworldThunder View Post
    As for the user interface, which is in my opinion one of the top things most people look for in a program, you can use EasyGui. I've used it in many of my python projects and I can say from firsthand experience that it works great, of course it being free is a major plus.
    IronPython has native .NET support so it wouldn't really make much sense to use EasyGUI since it's targeted at Tk. I'll let you know if I need any help though :)

  8. The Following User Says Thank You to Lagosaurus For This Useful Post:

    zerobrium (04-08-2013)

  9. #6
    zerobrium's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    613
    Reputation
    13
    Thanks
    823
    Does it support classes? Also, I'm not entirely sure how this works... Will you be able to see your character in game?

  10. #7
    Lagosaurus's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by zerobrium View Post
    Does it support classes? Also, I'm not entirely sure how this works... Will you be able to see your character in game?
    Essentially you can log in with multiple alts in the bot and define your main account as the leader. The alts you set up in the bot will then find the character you specified as the leader in-game and follow you around helping with boss fights and farming. You'll most likely still have to use something along the lines of Le Bot for your main account depending on when I release the public beta though.

    On a side note, class support is in development now but it isn't high up on my priority list so it will most likely be a while before it is properly implemented.
    Last edited by Lagosaurus; 04-08-2013 at 05:00 PM.

  11. The Following 2 Users Say Thank You to Lagosaurus For This Useful Post:

    Hiatus5 (04-08-2013),zerobrium (04-08-2013)

  12. #8
    zerobrium's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    613
    Reputation
    13
    Thanks
    823
    Quote Originally Posted by Lagosaurus View Post
    Essentially you can log in with multiple alts in the bot and define your main account as the leader. The alts you set up in the bot will then find the character you specified as the leader in-game and follow you around helping with boss fights and farming. You'll most likely still have to use something along the lines of Le Bot for your main account depending on when I release the public beta though.

    On a side note, class support is in development now but it isn't high up on my priority list so it will most likely be a while before it is properly implemented.
    This is GENIUS! Why hasn't anyone done this before?!

  13. #9
    Lagosaurus's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by zerobrium View Post
    This is GENIUS! Why hasn't anyone done this before?!
    For the most part programmers don't deviate from the typical archetype for bots and for good reason. You'll be able to log your alts in without ever actually opening the game and that causes quite a few problems from a programming standpoint. As of now everything is being handled by packet manipulation so every time I implement a new feature I have to go and find what packets are sent to achieve the desired effect. It's a bit tedious but I think it's going to end up paying off in the end :)

  14. #10
    zerobrium's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    613
    Reputation
    13
    Thanks
    823
    Quote Originally Posted by Lagosaurus View Post
    For the most part programmers don't deviate from the typical archetype for bots and for good reason. You'll be able to log your alts in without ever actually opening the game and that causes quite a few problems from a programming standpoint. As of now everything is being handled by packet manipulation so every time I implement a new feature I have to go and find what packets are sent to achieve the desired effect. It's a bit tedious but I think it's going to end up paying off in the end
    Doesn't Visual Basic/Studio or Delphi do the same thing(packet manipulation)?

  15. #11
    Lagosaurus's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by zerobrium View Post
    Doesn't Visual Basic/Studio or Delphi do the same thing(packet manipulation)?

    Packets are what the client sends to the game server to let it know what you're trying to do. When you go to attack something the client sends an attack packet to the server. I'm taking the client out of the equation and sending the raw packets directly.

  16. #12
    Yuudoku's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    827
    Reputation
    101
    Thanks
    491
    My Mood
    Relaxed
    Quote Originally Posted by Lagosaurus View Post
    Essentially you can log in with multiple alts in the bot and define your main account as the leader. The alts you set up in the bot will then find the character you specified as the leader in-game and follow you around helping with boss fights and farming. You'll most likely still have to use something along the lines of Le Bot for your main account depending on when I release the public beta though.

    On a side note, class support is in development now but it isn't high up on my priority list so it will most likely be a while before it is properly implemented.
    This one!! I planned this before! (but never tried)

    I'm happy someone started developing one, cheers man! I'm all support here
    To know that for the greater good they must remain the greatest threat. | Minion 11/16 - 02/17 | Vouches


  17. #13
    Electro Beat's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Blackhat hacker ._.
    Posts
    1,519
    Reputation
    87
    Thanks
    208
    My Mood
    Amused
    100% support from me :3

  18. #14
    darka221's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Australia
    Posts
    276
    Reputation
    37
    Thanks
    13
    My Mood
    Amazed
    do all that and add bots for the leader so when the leader is botting the other can just help. When is it going to be released. Finally lebot has a opponent now. I serously can't wait for this
    Last edited by darka221; 04-09-2013 at 01:09 AM.

  19. #15
    MINAD's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    5
    Reputation
    35
    Thanks
    693
    Me adding those things to my python bot + im adding account tracker.

Page 1 of 2 12 LastLast

Similar Threads

  1. events, updates and news
    By Stelthkid in forum Combat Arms Discussions
    Replies: 2
    Last Post: 08-27-2009, 02:46 AM
  2. Combat Arms VIP Hack Updated and other News
    By Dave84311 in forum Hack/Release News
    Replies: 79
    Last Post: 04-26-2009, 05:34 PM
  3. Update and now?
    By SaPires in forum CrossFire Hacks & Cheats
    Replies: 10
    Last Post: 04-16-2009, 01:25 PM
  4. New Updates, and How They Affect You
    By KVizzle in forum Combat Arms Hacks & Cheats
    Replies: 27
    Last Post: 08-29-2008, 09:04 AM
  5. Vac hack / Script "Updated and Working"
    By kiko in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-15-2008, 10:56 PM