Hidden Rating Bot menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Thelovefool's Avatar Banned
    Reputation
    198
    Join Date
    Mar 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hidden Rating Bot

    Hello together,
    yesterday a friend and I played arena and were annoyed of always playing against good teams .. a bit later we had the idea to downplay our hidden rating to zero. Because it was very boring and took a long time i build a simple "bot" which will help you.

    So what do you need?
    Autoit (AutoIt v3 - Downloads)
    Macrogamer (http://www.autoitscript.com/forum/in...ttach_id=15245)

    Lets start

    1. Download Autoit and Macrogamer and install both on your machine.

    2. Group up with your mate and bring your character (should be the leader) infront of an arena master.

    3. Now create this macro for the leader:
    Code:
    /target [arena naster's name]
    /script AcceptBattlefieldPort(1,1)
    /script LeaveBattlefield()
    And this one for your mate:
    Code:
    /script AcceptBattlefieldPort(1,1)
    /script LeaveBattlefield()

    4. Open up Macrogamer and hit "create new". In the new gui tick these options:
    "Record Delays"
    "Record Mouse Clicks"
    "Click Position"
    "Repeat until stopped"
    Fill in a proper name and bind your script to a start key.



    5. Next you need to go to the WoW keybind menu and bind the function "interact with target" to a key.

    5. Go ingame and put your in step 3 created macro on a keybind. Hit f2 (which will macrogamer tell to start recording your moves) and do the following one time:
    - Press your target macro
    - Press the interact key
    - Click on the "Join as Group" button which is in the appearing arena menu.
    - Hit f2 to stop recording

    What have we done now?
    Our script does these three things:
    - target the battle master
    - joins the arena
    - leaves the arena
    - sign up
    - resignup after battle

    6. Your mate only need to run this easy autoit script and have the step 3 macro on a keybind:

    Code:
    ; Press Esc to terminate script
    
    Global $UnPaused
    HotKeySet("1", "TogglePause")
    HotKeySet("{ESC}", "Terminate")
    
    While 1
        Sleep(100)
        ToolTip("Script is Paused",0,0)
    WEnd
    
    Func TogglePause()
        $UnPaused = NOT $UnPaused
        While $UnPaused
            ToolTip("Sending...",0,0)
                    Send("[replace with macro keybind]")
    		Sleep(90)
    		Send("[replace with macro keybind]")
        WEnd
    EndFunc
    
    Func Terminate()
        Exit 0
    EndFunc
    7. Gratulation. Now you and your mates toons both will join and leave and rejoin the arena till you stop the script :]
    Last edited by Thelovefool; 05-04-2010 at 01:13 PM.

    Hidden Rating Bot
  2. #2
    Sneakylemons's Avatar Contributor
    Reputation
    121
    Join Date
    Aug 2008
    Posts
    605
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The title is really misleading, i still dont understand what the bot does besides queue up for an arena and afk til its over, why would people want to tank their rating? =( just get better
    I WAS DRILL ROLLED BY GZ. AND I LOVED IT.


  3. #3
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why not just /teamdisband and make a new team instead of wasting ur time on lowering it.

    EDIT:

    Do you mean that you wanned the TR to be 0 and ur Personal are much more?
    Last edited by WannaBeProgrammer; 05-04-2010 at 03:21 PM.

  4. #4
    Alcapwned's Avatar Active Member
    Reputation
    15
    Join Date
    Jan 2010
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I like this idea (:

  5. #5
    Inexx's Avatar Sergeant Major
    Reputation
    14
    Join Date
    Apr 2010
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WannaBeProgrammer View Post
    Why not just /teamdisband and make a new team instead of wasting ur time on lowering it.

    EDIT:

    Do you mean that you wanned the TR to be 0 and ur Personal are much more?
    If u read the whole thread u will understand that he means that he thinks its boring against "good teams"

  6. #6
    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)
    Scrub wants to stomp even worse scrubs harder.
    "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

  7. #7
    tifaz's Avatar Active Member
    Reputation
    43
    Join Date
    Feb 2009
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    clearly none of u stayd in the high brackets at the start of each season...

    vs at least 2200+ teams at 0 team rating to progress is a pain... enjoy 30+min games? for -0+48 game after game til 1k is fkn boring. hence he made this to help himself n others

    sigh @ ppl dont even got brain to think (owait maybe they jst always face 1500 scrub heros lol)

    add this in OP:
    if ur already facing 1500 scrubs u dont ned this lol

  8. #8
    Jotey's Avatar Banned
    Reputation
    3
    Join Date
    May 2010
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okey, fine, but i don't like it

  9. #9
    Rowro's Avatar Member
    Reputation
    11
    Join Date
    Dec 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WannaBeProgrammer View Post
    Why not just /teamdisband and make a new team instead of wasting ur time on lowering it.

    EDIT:

    Do you mean that you wanned the TR to be 0 and ur Personal are much more?
    No, it's to intentionally lose a ton of games so his MMR gets lower so he can vs lower rated teams.

    It is kind of a pain to start a brand new team when your MMR is 2600+

  10. #10
    Rogueshaadow's Avatar Member
    Reputation
    9
    Join Date
    Aug 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i can see the idea. But i don't really get it?. I thought you could hide your rating so you only played against low teams and still got rating? :S

  11. #11
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post
    Scrub wants to stomp even worse scrubs harder.
    Im not a scrub, it didn´t say a word about mmr in the text..
    You guys can´t assume ppl know what "hidden rating" is.

Similar Threads

  1. [Profession] [90] [Anyone] Hidden Fishing Spot [Botting/Alone Time]
    By Yagamilight in forum World of Warcraft Guides
    Replies: 2
    Last Post: 10-14-2012, 02:10 PM
  2. Replies: 2
    Last Post: 01-19-2011, 08:46 PM
  3. S1K WoW | High Rate | Custom PVP Titles | Custom BOT System | 3.3.3a patch
    By drummingman2323 in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 07-13-2010, 12:49 AM
  4. [Question] What is the leveling rate of a bot?
    By WarloxGerelh in forum World of Warcraft General
    Replies: 1
    Last Post: 11-02-2009, 09:20 PM
  5. [Question] What is the leveling rate of a bot?
    By WarloxGerelh in forum World of Warcraft General
    Replies: 2
    Last Post: 11-01-2009, 12:00 PM
All times are GMT -5. The time now is 09:28 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