Battlescape BOJs dupe (no 3rd party) menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 39
  1. #16
    ZomgZippo's Avatar Member
    Reputation
    4
    Join Date
    Aug 2007
    Posts
    53
    Thanks G/R
    3/2
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, this is a new method discovered on my server the other day (fixed there or I wouldn't be posting it )

    open up WoW. Then open up WPE pro. Logon with say 50 badges of Justice. In WPE pro hit target then target your wow.exe.

    Next go down to the filter 1 check in the box double click it a new menu will open up with colums and 2 rows that say search and modify. Under colum 8 under search type in 13. Under modify type 14 then hit apply. hit the big on button and go back onto your wow. Logout with your 50 badges then log back in.

    Now Shift click those 50 badges and take 49 and move to any slot of your first bag then take that one left over badge and put it in the very last 20 slot bag in the very last slot in it on the right side. Logout then back in and should be 99 badges now.

    Want more badges? Now logout with the 99 and then log back in this is to verify that you are duping the 99. Shift click those and take away 98 put in your first bag any where then put the left over one again in the last slot on the right of your last 20 slot bag. Logout log in repeat the steps until necessary amount of badges is required.

    Enjoy..
    Like that one that's already on mmowned?

    Battlescape BOJs dupe (no 3rd party)
  2. #17
    Razgul's Avatar Member
    Reputation
    83
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ZomgZippo View Post
    Like that one that's already on mmowned?
    no 3rd party...
    +Rep ANY post you like!

  3. #18
    genetik's Avatar Banned
    Reputation
    24
    Join Date
    Jan 2009
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Release yet?

  4. #19
    Razgul's Avatar Member
    Reputation
    83
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry the server was down for last day sooo... erm... my friends didnt have enough time to abuse it. gonna release it asap.
    +Rep ANY post you like!

  5. #20
    Cykro's Avatar Member
    Reputation
    18
    Join Date
    Sep 2008
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sounds nice, looking 4ward 2 it
    I'd love to change the world, but God wont give me the sourcecode...

  6. #21
    Razgul's Avatar Member
    Reputation
    83
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So here it goes:

    1. Get friendly with any horde/alliance force(if you are friendly with all of them it goes faster)
    2. Go and buy BASIC care packages from officers vendors(you need 2 battleground marks for each)
    3. Open package and take BOJ from there(You can take other items aswell but leave AT LEAST one item)
    4. Close package and do the same with other packages.
    5. Move packages to different bag. If you dont do that they will dissapear.
    6. Relog.
    7. The packages are full with items again
    8. Repeat the procedure

    From all packages you can take 20 BOJs each relog wich takes about 30 sec. Therefore in 1 hour you can make 2400 BOJ if you are in hurry

    REMEMBER!! to move packages between bags or they will dissaper!

    Happy gemmed s3/s4!

    also if any1 has some basic knowledge about Java programming this could help(this works only on my UI i f you want to make use of it you got to rewrite it unless u got MAC that read further). If any of you programmers is playing on MAC I can support you with SS so you know where the WoW frame should be placed:

    import java.awt.*;
    import java.awt.event.InputEvent;

    /**
    * Write a description of class BOJgrinder here.
    *
    * @author (your name)
    * @version (a version number or a date)
    */
    public class BOJgrinder
    {



    public BOJgrinder()
    {

    }

    public static void main(String[] args)
    throws AWTException{
    while(true){
    Robot robot = new Robot();
    robot.delay(5000); // ustaw okno

    robot.mouseMove(675,803); // logowanie
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(10000);

    robot.mouseMove(675,475); // kliknij na infor
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1080,850); // bag1 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1125,850); // bag2 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1090,640); // pack 1 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(60,250); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1125,640); // pack 2 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(177,372); // klik next
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(60,290); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1170,640); // pack 3 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(177,372); // klik next
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(60,290); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1210,640); // pack 4 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(60,250); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(195,175); // close last pack
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1090,640); // move pack 1
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1090,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1125,640); // move pack 2
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1125,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1170,640); // move pack 3
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1170,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1210,640); // move pack 4
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1210,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(890,850); // open menu
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(675,493); // logout
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.delay(5000); // ustaw okno

    robot.mouseMove(675,803); // logowanie
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(10000);

    robot.mouseMove(675,475); // kliknij na infor
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1125,850); // bag1 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1080,850); // bag2 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1090,640); // pack 1 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(60,250); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1125,640); // pack 2 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(177,372); // klik next
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(60,290); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1170,640); // pack 3 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(177,372); // klik next
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(60,290); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(1210,640); // pack 4 open
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(60,250); // grab boj
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON3_MASK);
    robot.mouseRelease(InputEvent.BUTTON3_MASK);
    robot.delay(500);

    robot.mouseMove(195,175); // close last pack
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1090,640); // move pack 1
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1090,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1125,640); // move pack 2
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1125,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1170,640); // move pack 3
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1170,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(1210,640); // move pack 4
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.delay(500);
    robot.mouseMove(1210,400);
    robot.delay(500);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(890,850); // open menu
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    robot.mouseMove(675,493); // logout
    robot.delay(500);
    robot.mousePress(InputEvent.BUTTON1_MASK);
    robot.mouseRelease(InputEvent.BUTTON1_MASK);
    robot.delay(500);

    }

    }


    }
    +Rep ANY post you like!

  7. #22
    guld's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice! This works

  8. #23
    Nsxcoolkid's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can i get the "basic care" packages in battlescape?

  9. #24
    Razgul's Avatar Member
    Reputation
    83
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    from supply officers of each faction. just ask in 1. genaeral.
    +Rep ANY post you like!

  10. #25
    Nsxcoolkid's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what about the rep? i found the vendors, but I need like "special" rep to buy the packages ><, what quests do i do to get it?

  11. #26
    MiNdWaRp's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use Thottbot.com to look up the faction and it'll tell you what gives you the rep.

    I cannot find these damn vendors...
    Last edited by MiNdWaRp; 01-27-2009 at 03:52 AM.

  12. #27
    Yohny's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any1 can explain where this vendor are :S?

    EDIT:Got it now i have a new problem : how i can get friendly with wsg :/
    Last edited by Yohny; 01-27-2009 at 08:00 AM.

  13. #28
    guld's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yohny View Post
    Any1 can explain where this vendor are :S?

    EDIT:Got it now i have a new problem : how i can get friendly with wsg :/
    You will have to do the chain quest until you gain reputation with the pvp factions. I'm not sure how long you will need to quest but im guessing 4+ quests. Then you just hand in the marks until you get friendly. Easiest faction to gain rep with is av if someone keeps bugging it.

  14. #29
    AndreyTheDragon's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where is this vendor located?

  15. #30
    Razgul's Avatar Member
    Reputation
    83
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in TB they are around arena organizer. not sure where r they in other cities
    +Rep ANY post you like!

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Stream music over Ventrillo/Ingame (Without 3rd party progams)
    By OblivionMage in forum World of Warcraft Guides
    Replies: 6
    Last Post: 07-25-2008, 12:17 PM
  2. Farm Honor w/o any 3rd party programs and go AFK
    By bashy in forum World of Warcraft Guides
    Replies: 19
    Last Post: 06-25-2008, 11:39 AM
  3. [WARNING] inBrowse 0.2.4.0 - 3RD PARTY SOFTWARE
    By TDWP in forum World of Warcraft General
    Replies: 4
    Last Post: 05-09-2008, 12:46 PM
  4. Enchancing the security of 3rd party tools
    By Netzgeist in forum Community Chat
    Replies: 12
    Last Post: 01-23-2008, 12:55 AM
All times are GMT -5. The time now is 06:44 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