Levela's WoW Helper 0.1b menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    levela13's Avatar Corporal
    Reputation
    26
    Join Date
    Feb 2010
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Levela's WoW Helper 0.3

    Hello Ownedcore!

    First of all, let me introduce myself: I'm Levela. I'm 18 years old, preparing for my graduation.
    Since programming is needed for me, I thought that if I need to learn it anyway, I should
    do something useful, so after about 1 week of trying/learning (started from approx. 0 knowledge)
    I am proud to announce:


    Levela's WoW Helper
    Current version: 0.1b


    Features:
    • Display character name in application title for easier selection
    • Somewhat-multi-client support (able to switch between processes quickly)
    • Automatic hooking/unhooking between processes
    • Brings WoW window to front, if a random dungeon group has been found / battleground is ready
    • Automatically queue for random dungeon / random battleground
    • Automatically accept a dungeon / random battleground invite, in case the user is on a short term AFK (5 mins, for example)
    • Play a sound file, if the dungeon group is ready (thanks wiirgi!)


    Requirements:


    Instructions:
    • Download compressed file, and extract it's content to a folder (all files should be in the same folder!)
    • Start WoW, log in
    • Start WoW_Helper.exe
    • Set desired settings on GUI
    • Press Start
    • Enjoy!


    Future plans:
    • Auto-Login system [current project, may take a looong time]
    • Get an icon
    • System-tray support
    • *waiting for ideas, don't hesitate if you've got one!*


    F.A.Q:

    Q: There are a lot of of such other programs out here @ownedcore, why did you release your one too?
    A: Because I've been leeching around for quite a long time, and felt guilt for not being able to contribute anything, and since I'm a beginner, Your feedback means a lot to me.

    Q: How did you manage to do this?
    A: Now I have to thank the whole ownedcore community, You guys (and girls?) helped me a LOT through your threads, posts and contributions in the past. Especially a big thanks flies out to -Ryuk-, the creator of iHook library (with which this little tool was made).

    Q: I'd have a request, what shall I do?
    A: Tell it! I love challenges, so if time (and my skill) enables it, I'd be happy to help you out.

    Credits:
    • -Ryuk-, for creating the iHook library
    • The ownedcore-community

    Please don't forget to leave feedback, this is my first work, so I'm really excited about it.

    VirusTotal:
    Scan report
    MD5 : eb1d88f445a69a157799f4a2ca210f70

    Changelog:


    0.3:
    • Added support for random battleground
    • Re-coded multithreading
    • Added PID box
    • Added character name-reader function


    0.1b:
    • Added multithreading (GUI wont freeze after starting to watch function)
    • Added function to play a sound file if the dungeon group is ready
    • Minor core-modifications
    • Started development of PID-selection function
    • Hooking/unhooking automatized


    0.1a:
    • Initial Release


    Download:
    Download here
    Last edited by levela13; 11-13-2011 at 03:37 PM.

    Levela's WoW Helper 0.1b
  2. #2
    neopoya's Avatar Member
    Reputation
    4
    Join Date
    Sep 2008
    Posts
    57
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing! I'm gonna try it assap =) Thanks a lot and really nice job!

  3. #3
    ~Unknown~'s Avatar Contributor
    Reputation
    193
    Join Date
    Jan 2009
    Posts
    211
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good work. Couple of things:

    1) Obviously you know already, but multithreading is a good idea.
    2) You have ability to type in the PID I see, but I'd give some kind of list box for people to choose from.
    3) You should note how iHook works with endscene as well. You must call the restore function from ihook or else it will crash WoW if you try to rehook it again. I'd do it as the form is closing, but you might find that hard if you run the while loop on the main thread. See 1)
    4) Also, you have it go in the endless search loop even if the user doesn't select the auto-join checkbox. Why search for the invite if you aren't queued?


    Nice learning. Needs a few revisions. Thanks for the contribution.

  4. #4
    levela13's Avatar Corporal
    Reputation
    26
    Join Date
    Feb 2010
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by neopoya View Post
    Amazing! I'm gonna try it assap =) Thanks a lot and really nice job!
    Thanks for your feedback, mate!

    Originally Posted by ~Unknown~;
    2145530]Good work. Couple of things:

    1) Obviously you know already, but multithreading is a good idea.
    2) You have ability to type in the PID I see, but I'd give some kind of list box for people to choose from.
    3) You should note how iHook works with endscene as well. You must call the restore function from ihook or else it will crash WoW if you try to rehook it again. I'd do it as the form is closing, but you might find that hard if you run the while loop on the main thread. See 1)
    4) Also, you have it go in the endless search loop even if the user doesn't select the auto-join checkbox. Why search for the invite if you aren't queued?


    Nice learning. Needs a few revisions. Thanks for the contribution.
    1) Indeed!
    2) Actually, it's a read-only textbox, in which the first wow.exe's PID is shown. If I can manage, to show the contents of the processes array in a combo box, it'll be easy to do it. Gonna look into it today.
    3) Thank you, forgot to mention this, gonna edit main post.
    4) See 2, and good idea!

    Thank you for your feedback!

  5. #5
    wiirgi's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2010
    Posts
    120
    Thanks G/R
    2/16
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great program for a beginner! It took me alot more of time before I understood lot of these stuff.. Some suggestions:

    Play a sound when the queue pops so you don't have to be at the computer when it happends.
    Make the GUI a bit sexier because an appealing UI will give you more downloads

    Also what language was this written in? Anyways Rep+ !
    I like cats.

  6. #6
    levela13's Avatar Corporal
    Reputation
    26
    Join Date
    Feb 2010
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wiirgi View Post
    Great program for a beginner! It took me alot more of time before I understood lot of these stuff.. Some suggestions:

    Play a sound when the queue pops so you don't have to be at the computer when it happends.
    Make the GUI a bit sexier because an appealing UI will give you more downloads

    Also what language was this written in? Anyways Rep+ !
    Thanks! It's written in C#. By the way, I just updated to 0.1b, see changelog for changes!

  7. #7
    matapo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked good for me!

  8. #8
    neopoya's Avatar Member
    Reputation
    4
    Join Date
    Sep 2008
    Posts
    57
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sadly , i cant run this at all... i get an error everytime i run it with the game on =( maybe because i'm not playing WoW in English?

    I use windows 7 x86 and run wow on directX 11 if that helps

  9. #9
    levela13's Avatar Corporal
    Reputation
    26
    Join Date
    Feb 2010
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! Sorry to hear that you're having trouble. I don't think, that playing WoW non-english could cause this trouble. First of all, make sure, that you've got the latest version of the program. (Uploaded a new one about an hour ago, redownload the package again, if you aren't sure about it.) And:
    There is a chance, that you don't have .Net Framework 4.0 installed. (My fault, forgot to mention it, sorry. ) Install it, restart your PC and try again! If your problem persists, please take a screenshot of it, maybe then I can help you!

    Thank you for your feedback, hope I helped!

  10. #10
    ~Unknown~'s Avatar Contributor
    Reputation
    193
    Join Date
    Jan 2009
    Posts
    211
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by neopoya View Post
    Sadly , i cant run this at all... i get an error everytime i run it with the game on =( maybe because i'm not playing WoW in English?

    I use windows 7 x86 and run wow on directX 11 if that helps
    You have to use directX9 API in Wow or else this won't work. Endscene requires it. I'd update that in the main post.

  11. #11
    levela13's Avatar Corporal
    Reputation
    26
    Join Date
    Feb 2010
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ~Unknown~ View Post
    You have to use directX9 API in Wow or else this won't work. Endscene requires it. I'd update that in the main post.
    You're absolutely right, I totally forgot about this. Thanks mate! Gonna update main post now.

  12. #12
    neopoya's Avatar Member
    Reputation
    4
    Join Date
    Sep 2008
    Posts
    57
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That was the problem! thanks guys! Trying it atm =) thx for the tool levela

  13. #13
    levela13's Avatar Corporal
    Reputation
    26
    Join Date
    Feb 2010
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0.3 update released! Please leave feedback, and requests! Hope you enjoy this tool! :]
    Last edited by levela13; 11-13-2011 at 03:38 PM.

  14. #14
    SprayPlaster's Avatar Sergeant Major
    Reputation
    13
    Join Date
    Feb 2010
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, +rep

  15. #15
    hilion's Avatar Member
    Reputation
    6
    Join Date
    Feb 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Allways crashing for me, even tough i like the Features. :-\

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] WoW Scam Helper v1
    By Monstr in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 01-22-2009, 06:35 AM
  2. [Release] WoW Helper v1.0
    By DarkFever in forum World of Warcraft Bots and Programs
    Replies: 17
    Last Post: 01-06-2009, 08:52 PM
  3. wow glider to 70 project.. need helpers
    By mrleolito in forum WoW Bot Maps And Profiles
    Replies: 13
    Last Post: 09-01-2007, 02:44 PM
  4. wow glider to 70 project.. need helpers
    By mrleolito in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 08-10-2007, 09:28 PM
All times are GMT -5. The time now is 12:35 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