Java WoW bot?? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Shadow11's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Java WoW bot??

    hi, im planning to make a bot and was just wondering if its even possible in java to get it to read the different conditions in WoW (health, mana, position) and command it to hit different keys accordingly.

    Java WoW bot??
  2. #2
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    If you are asking if its possible to do it in a anguage, you probably don't have enough knowledge it to make a bot in the first place.

  3. #3
    Shadow11's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry i didnt take the time to memorize the thousands of possibilities of code. Maybe next time if you comment give me an answer or dont comment at all. Besides im simply checking into which languages can do it so i dont learn one that i find useless in the end.
    Last edited by Shadow11; 10-22-2009 at 11:33 AM.

  4. #4
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shadow11 View Post
    sorry i didnt take the time to memorize the thousands of possibilities of code. Maybe next time if you comment give me an answer or dont comment at all. Besides im simply checking into which languages can do it so i dont learn one that i find useless in the end.
    Sorry if google isn't good enough for you. I could find the answer in a minute or two with a quick search if I really wanted to.

    Unless you have some sort of background programming experience, it is going to take you a month or two to even attain the knowledge needed to program a decent bot.

    The easiest language that I know of that you can create a bot in is Auto-It. This language is, however, slow at doing large amounts of processing. If you want an efficient bot, with a more difficult programming language, I would recommend C++ or VB.

  5. #5
    Shadow11's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks that's all i needed to know, I'll probably end up learning C++ then. I'm just currently in a java class (well it was supposed to be programming in general) but the teacher decided on java for some reason. I'll have to learn c++ in my spare time with a book or something, one thing i don't like about java is the lack of the .exe file...something about a .jar just doesn't make me happy haha.

  6. #6
    Mike3667's Avatar Banned
    Reputation
    187
    Join Date
    Aug 2006
    Posts
    995
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the exact problem I have. The AP computer science course here in California is teaching Java instead of C++ now. So I'm stuck having to learn C++ in my spare time. But once you learn one programming language it's easier to pick another one up.

  7. #7
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shadow11 View Post
    sorry i didnt take the time to memorize the thousands of possibilities of code. Maybe next time if you comment give me an answer or dont comment at all. Besides im simply checking into which languages can do it so i dont learn one that i find useless in the end.
    Luckily once you attain a large deal of knowledge in a particular field (and sometimes programming in general), you don't have to "memorize" code. It's a matter of taking concepts and applying them to a certain situation.


  8. #8
    alias1991's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vindicated View Post
    Luckily once you attain a large deal of knowledge in a particular field (and sometimes programming in general), you don't have to "memorize" code. It's a matter of taking concepts and applying them to a certain situation.
    yeah lol, you cant just memorize thousands of whatevers of code, it doesnt work like that.

    as for a java bot, using the build in robot class would handle all mouse and keyboard controls, as for reading health, you would need read wows memory, and i don't have experience in that respect of java, ive only worked on runescape java bots, where you load the game inside of your bot in a classloader, which is impossible for wow as its not a java based game

  9. #9
    Shadow11's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Mike3667: yeah it amazes me that they would just teach java...i mean as far as i understand its supposed to be an easier language to start off with but i don't really want to use it just because its not the greatest for games, gonna try my best on c++ and find a good book. Shouldnt be too difficult to learn another language after learning one i'd imagine.

    @Vindicated: haha yeah i know, you can always just use the files you made before. Can't wait to try C++ though...and another thing i never understood is why someone would actually charge for a WoW bot...especially the ones that cost monthly :P.

    @alias1991: I'm gonna keep looking into java and see if its possible at all. My final project in programming (which happens to be worth 40% of my mark) includes being able to demonstrate a program i've made during the year in a different language so I'm definately going to learn C++ but I'm still interested in figuring out if its possible to find all the different conditions in WoW.

  10. #10
    Strichnine's Avatar Knight-Champion
    Reputation
    82
    Join Date
    Sep 2007
    Posts
    497
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ofc it can be done, but doing it in C++ or # is alot easier and makes overall more sense.

  11. #11
    Shadow11's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Strichnine View Post
    ofc it can be done, but doing it in C++ or # is alot easier and makes overall more sense.
    yeah ease is what im going for, and if you know it can be done in java would you happen to know where it might be found.

  12. #12
    Molleren's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't believe there's any function similar to ReadProcessMemory(); in Java, so it would be difficult to read the current amount of HP etc. (You could probably do it by making some addons and mess around with that)

    I tried to make a fishing bot in Java, and I do believe it's possible to complete it and make it work perfectly.
    Take a look at it: http://www.mmowned.com/forums/java/2...-bot-help.html

  13. #13
    doubledown's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Shadow11:
    Writing a bot using Java is possible, but you would have to make use of either C/C++ or assembler anyway since Java won't let you access RAM directly. You would have to write the code that reads and writes to the memory in C or asm and then use Java's Native-API to hook that code up to your actual Java bot.
    So you might want to consider doing your project in C/C++ right from the start.

    Btw, Java is a really beautiful language for projects that don't rely on direct memory access. Contrary to what other people may say, Java is NOT easy.
    Last edited by doubledown; 10-28-2009 at 03:55 PM.

  14. #14
    Wilkey's Avatar Contributor
    Reputation
    85
    Join Date
    Feb 2007
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mike3667 View Post
    This is the exact problem I have. The AP computer science course here in California is teaching Java instead of C++ now. So I'm stuck having to learn C++ in my spare time. But once you learn one programming language it's easier to pick another one up.
    Same with me!!!! My AP Computer Science Course in Pennsylvania is doing Java so no C++
    Rep those that deserve it!

  15. #15
    Shadow11's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @doubledown: yeah i might just make a simple bot to start off with in java that doesnt use memory just to test it out, then i'll learn c++ and make a new one from scratch that does use memory. I don't find Java too difficult to understand for the most part, just lately Arrays have been pissing me off haha.

Page 1 of 2 12 LastLast

Similar Threads

  1. simple java wow image bot
    By barathrumm in forum Programming
    Replies: 2
    Last Post: 12-19-2009, 09:20 PM
  2. Any WoW bot at all
    By Octagon in forum World of Warcraft General
    Replies: 6
    Last Post: 10-19-2006, 05:37 AM
  3. WoW bot program. NOT wow glider
    By Disphotic in forum World of Warcraft General
    Replies: 3
    Last Post: 10-17-2006, 12:39 PM
  4. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
  5. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
All times are GMT -5. The time now is 02:17 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search