[PROGRAM] WoWindow Placer menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    bballer12's Avatar Member
    Reputation
    20
    Join Date
    Sep 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PROGRAM] WoWindow Placer

    WoWindow Placer

    Hey people, i present you my little programm written in c++.

    functions:
    - sorts your wow windows with one single click in the order you want
    - your wow windows can become part of your desktop so you can't click accidentally at the windows.

    perfectly adapted for multibotting!

    Tutorial:
    - open settings.ini with a simple text editor
    - Width and Height: define your desktops width and height
    -WindowTitle: defines the name of your wow window
    - wWidth und wHeight the size of your wow window
    - topPadding: the distance to the upper screen border
    - leftpadding: the distance to your left and right screen border
    -WindowSpacing: defines the distance between the wow windows

    Update(5.3.2010):
    -fixed the autosort bug everything should work fine now

    Support:

    nothing happens
    -then you have to change the WindowTitle in settings.ini to the title your Wow windows have

    How does the GameMode work
    -if you have chosen the game mode the LAST ACTIVE window won't be affected by any sortings

    Help, I cant't select my wow window anymore
    - start the program and click "enable all"

    Settings when you use multiple screens
    case1: enhanced desktop is left
    give leftpadding in settings.ini a negative value
    case2: enhanced desktop is right
    give leftpadding a bigger value than your screens resolution

    Be creative: By changing the windowtitle in settings.ini you can use it to order any applications you want (also perfect for Aion multibotting)

    DOWNLOAD NOW!

    please give feedback!

    Use it at your own risk

    Credits: thx to Apoc 4 the offsets


    Last edited by bballer12; 08-16-2010 at 04:59 AM. Reason: new version fixed a bug / changed color font

    [PROGRAM] WoWindow Placer
  2. #2
    Sazxo's Avatar Member
    Reputation
    5
    Join Date
    Dec 2007
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm this could be useful RAFing and botting i guess, but it only reads memory right?

  3. #3
    bballer12's Avatar Member
    Reputation
    20
    Join Date
    Sep 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yo it only uses ReadProcessMemory ( you can also disable the option then it will do nothing )
    Last edited by bballer12; 01-17-2010 at 09:53 AM.

  4. #4
    MrNemo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really nice little app. I hope you keep developing this. The min/max options is something I have been looking for for a while. Also would like to see a way to sort to the top right or the bottom left. That and a option to hide to the system tray would be really nice. Keep up the good work. +rep

  5. #5
    An7hrax's Avatar Active Member
    Reputation
    43
    Join Date
    Jul 2007
    Posts
    184
    Thanks G/R
    20/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would it be possible to add eg Health/Mana bars/% thingis?

  6. #6
    bballer12's Avatar Member
    Reputation
    20
    Join Date
    Sep 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey thank you for your feedback (makes me happy ^^). yeah i will add left bottom and right top sortings. But i don't know why sb. botting would need health and mana status bars. I want to keep the status bars as small as possible
    so i can't add health mana bars but i can add some little numbers
    Last edited by bballer12; 01-18-2010 at 12:22 PM.

  7. #7
    Hellson's Avatar Contributor

    Reputation
    109
    Join Date
    Jul 2007
    Posts
    407
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyway to change window titles? that would be bomb.

    Thanks to Mit0 for the sweet Sig!
    Plays Warcraft far too much

  8. #8
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hellson View Post
    Anyway to change window titles? that would be bomb.
    SetWindowText Function ()

  9. #9
    xipwnedux's Avatar Member
    Reputation
    4
    Join Date
    Nov 2008
    Posts
    129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hellson View Post
    Anyway to change window titles? that would be bomb.
    Why is this needed? I see a lot of programs with this function

  10. #10
    bballer12's Avatar Member
    Reputation
    20
    Join Date
    Sep 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i don't think its a good idea to change the wow window title because many bots need it to find the wow window otherwise they don't work. If you talk about the window title which is needed by wowindowplacer
    its in the "settings.ini" WindowTitle= "here comes the window title"

  11. #11
    An7hrax's Avatar Active Member
    Reputation
    43
    Join Date
    Jul 2007
    Posts
    184
    Thanks G/R
    20/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Another thing... would it be possible ot minimize the program to tray so it dont need to use up one space in the important windows taskbar?

  12. #12
    bballer12's Avatar Member
    Reputation
    20
    Join Date
    Sep 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i'm working on your suggestions
    wait for the next release plx

  13. #13
    GordonGekko's Avatar Member
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good work! +Rep from me! Keep it up!

  14. #14
    MrNemo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really nice to see the suggestions added. I will be testing this out again tonight after work. Keep up the good work!

  15. #15
    MrNemo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Those few little changes made a HUGE difference. Love this little app. One new suggtion for you. Add a sorting option to change which direction the windows sort. Say sort left, sort right, sort up, or sort down. That was if I want to place my windows starting from the top right I can then tell it to sort either across the top of the screen or down the right side of the screen.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Program] AutoGlide
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 01-04-2007, 08:29 PM
  2. [Program] WoW AV AFK Bot
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 05-22-2006, 05:04 AM
  3. [Program Request] 1.9.0 hack
    By lopolop in forum World of Warcraft General
    Replies: 1
    Last Post: 05-17-2006, 09:41 PM
  4. [Program] Bypasser
    By oninuva in forum World of Warcraft General
    Replies: 5
    Last Post: 05-14-2006, 09:01 PM
  5. [Program] Re-login on Disconnect
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 05-14-2006, 01:01 AM
All times are GMT -5. The time now is 12:34 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search