[Release][Source] BattlePad Honor Leecher menu

User Tag List

Page 1 of 10 12345 ... LastLast
Results 1 to 15 of 149
  1. #1
    cxs's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release][Source] BattlePad Honor Leecher

    NEW RELEASE
    -------------
    Improved join functions
    Own Addon
    Added Config Texts

    You need Shynd's BlackMagicAU3.au3 to run the script or compile it
    http://www.mmowned.com/forums/wow-me...ct-dumper.html

    SETUP
    you nedd to make a new addon
    and then restar your wow
    open character honor panel
    press config
    press ok, whit your mouse go to Battleground tab and press TAB(1)
    press ok, whit your mouse go to Top-left corner of the Battleground list and press TAB(2)
    press ok, whit your mouse go to Bottom-right corner of the Battleground list and press TAB(3)
    press ok, whit your mouse go to JoinButton and press TAB(4)



    CHANGELOG
    -------------
    1.0.4
    some code clean
    add about tab xD
    fixed issues finding wow windows and memory
    add check before presing H and sending click
    now the wow client name can be configured in config.ini and also is configured whe you run config
    a little change in the addon

    Download(source+includes+exe)
    http://filebeam.com/b94ebb12bd58cd19f050347a13b68187
    Last edited by cxs; 05-26-2009 at 11:22 AM. Reason: NEW RELEASE 1.0.4

    [Release][Source] BattlePad Honor Leecher
  2. #2
    {CoReY}'s Avatar Botting Since 2008
    Reputation
    369
    Join Date
    May 2008
    Posts
    938
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What?...More detail, like how to use it better, not press 1 press 2 press tab you win lol?

  3. #3
    cxs's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    xD

    to configure it you need to press config then press OK goto wow put your mouse over the number 1(see the picture) press TAB to save
    now press OK goto wow put your mouse over the number 2 (see the picture) press TAB to save
    now press OK goto wow put your mouse over the number 3 (see the picture) press TAB to save
    now press OK goto wow put your mouse over the number 4 (see the picture) press TAB to save

    now select 1, 2 or 3 BG from the list and press Start

    now go to sleep

    ensure that you dont have any wow panel (character pvp, archivement. etc etc) open

  4. #4
    joell28's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2009
    Posts
    336
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think doing it self i say faster like when you kill some one you get alot honnor and if ur paladin lol then its easy i think i can get 30k-35k or even more in 4 hour

  5. #5
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by joell28 View Post
    i think doing it self i say faster like when you kill some one you get alot honnor and if ur paladin lol then its easy i think i can get 30k-35k or even more in 4 hour
    h ttp://www.youtube.com/watch?v=bd2nWh6wui0#t=1m38s
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  6. #6
    ReloaD1010's Avatar Member
    Reputation
    5
    Join Date
    May 2009
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it has an error in the line 24 :S

  7. #7
    cxs's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReloaD1010 View Post
    it has an error in the line 24 :S
    mm wirks fine for me i have only 6 warning :S

    can post the error plz

  8. #8
    ReloaD1010's Avatar Member
    Reputation
    5
    Join Date
    May 2009
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cxs View Post
    mm wirks fine for me i have only 6 warning :S

    can post the error plz
    the line 24 is

    #include <ButtonConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <GUIListBox.au3>
    #include <StaticConstants.au3>
    #include <TabConstants.au3>
    #include <WindowsConstants.au3>
    #include <Misc.au3>
    #include <File.au3>

    $Battlepad = GUICreate("Battlepad", 238, 164, -1, -1, BitOR($WS_MINIMIZEBOX, $WS_SYSMENU, $WS_DLGFRAME, $WS_POPUP, $WS_GROUP, $WS_CLIPSIBLINGS))
    $Tab1 = GUICtrlCreateTab(5, 5, 225, 153, $TCS_FIXEDWIDTH)
    $TabSheet1 = GUICtrlCreateTabItem("Main")
    $Group1 = GUICtrlCreateGroup("Profile", 9, 30, 130, 120)
    $List1 = GUICtrlCreateList("", 14, 45, 121, 32)
    GUICtrlSetData(-1, "Alliance|Horde")
    $List2 = GUICtrlCreateList("", 14, 75, 121, 71, BitOR($LBS_MULTIPLESEL, $WS_BORDER))
    GUICtrlSetData(-1, "Alterac Valley|Warsong Gulch|Arathi Basin|Eye of the Storm|Strand of the Ancients ")
    $Group2 = GUICtrlCreateGroup("", 139, 30, 85, 120)
    $Button1 = GUICtrlCreateButton("Start", 144, 45, 75, 20, $WS_GROUP)
    $Button2 = GUICtrlCreateButton("Stop", 144, 65, 75, 20, $WS_GROUP)
    $Button3 = GUICtrlCreateButton("Addon", 144, 85, 75, 20, $WS_GROUP)
    $Button4 = GUICtrlCreateButton("Config", 144, 105, 75, 20, $WS_GROUP)
    $Button5 = GUICtrlCreateButton("Exit", 144, 125, 75, 20, $WS_GROUP)
    *****tState(@SW_SHOW)

  9. #9
    cxs's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    must say

    G U I S e t S t a t e(@SW_SHOW)

    delete the spaces :S

  10. #10
    ReloaD1010's Avatar Member
    Reputation
    5
    Join Date
    May 2009
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks, i will try it ^^

    EDIT: I cant configure it. When i configure it it goes to pvp, battlegrounds and my bg, but dont click on First Avalaible and dont click too in Join Battle. What is wrong?
    Last edited by ReloaD1010; 05-21-2009 at 03:08 PM.

  11. #11
    omg123's Avatar Member
    Reputation
    24
    Join Date
    Apr 2008
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReloaD1010 View Post
    thanks, i will try it ^^

    EDIT: I cant configure it. When i configure it it goes to pvp, battlegrounds and my bg, but dont click on First Avalaible and dont click too in Join Battle. What is wrong?
    re-read OP's first post.

  12. #12
    ReloaD1010's Avatar Member
    Reputation
    5
    Join Date
    May 2009
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by omg123 View Post
    re-read OP's first post.
    I did it, but its difficult to understand it
    Videotut or something like that will clarify all our doubts ^^

  13. #13
    obox's Avatar Contributor
    Reputation
    134
    Join Date
    Aug 2008
    Posts
    532
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReloaD1010 View Post
    I did it, but its difficult to understand it
    Videotut or something like that will clarify all our doubts ^^
    pff..omg /////

  14. #14
    ReloaD1010's Avatar Member
    Reputation
    5
    Join Date
    May 2009
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oops, I confused une step :P sorry
    now it works ^^

  15. #15
    numinis's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works great, tho not much different from the macro I used before, which was much more simple (click the exe and just leave it)

    good job anyway!

Page 1 of 10 12345 ... LastLast

Similar Threads

  1. [Release/Source] ZoomHack for 0.10.0e
    By SKU in forum PoE Bots and Programs
    Replies: 31
    Last Post: 03-26-2013, 06:53 PM
  2. [Release][Source] OpenSource Launcher with autoupdater
    By Scorpiones in forum WoW EMU Programs
    Replies: 4
    Last Post: 07-31-2011, 12:06 PM
  3. [Unique Release] WoW-Database Item Leecher
    By cosminelu16 in forum WoW EMU Programs
    Replies: 42
    Last Post: 02-09-2010, 05:41 AM
  4. [RELEASE] How to compile your own funserver and Patch the source code
    By pepsi1x1 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-26-2007, 06:24 PM
All times are GMT -5. The time now is 04:20 AM. 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