RiotBot - Just another BG/Honor Bot menu

Shout-Out

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 64
  1. #46
    dep.ARTed's Avatar Member
    Reputation
    12
    Join Date
    Sep 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, thats buggy Disturbing...You must get the exact position of the "leave battleground" Button and then just copy it into the Code/Bot.
    Or just use 1680x1050...
    ...from Germany. I'm sorry for bad english, but I'll try my best!




    RiotBot - Just another BG/Honor Bot
  2. #47
    DisturbingEffect's Avatar Contributor
    Reputation
    123
    Join Date
    Mar 2009
    Posts
    382
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dep.ARTed View Post
    Yeah, thats buggy Disturbing...You must get the exact position of the "leave battleground" Button and then just copy it into the Code/Bot.
    Or just use 1680x1050...
    I got a sucky computer atm, could you fix the script?
    +Rep for you if it works.:wave:

  3. #48
    Dyarti's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does not work for me. Getting the same error all the time; Error: Could not read bla blabla, something about §mouse button[1] and [0]...
    Last edited by Dyarti; 10-31-2009 at 05:10 AM.

  4. #49
    Tegi's Avatar Active Member
    Reputation
    32
    Join Date
    Jan 2007
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kissy View Post
    You can change the colour off the buttons by adding some files in the interface folder ie make neon pink buttons. I mean how many neon pink things are in a bg?
    Oldschool paladin armors probably

  5. #50
    weaverofdreams's Avatar Private
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dose this Bot have WSG waypoints?

  6. #51
    godfree's Avatar Member
    Reputation
    9
    Join Date
    Apr 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bookmarked, will check this out tomorrow.

  7. #52
    needlsd's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here, got 2 versions of z script - this one should have the right cords for 1920x1200
    Code:
    ; __      __            .__       .___         _____ 
    ;/  \    /  \___________|  |    __| _/   _____/ ____\
    ;\   \/\/   /  _ \_  __ \  |   / __ |   /  _ \   __\ 
    ; \        (  <_> )  | \/  |__/ /_/ |  (  <_> )  |   
    ;  \__/\  / \____/|__|  |____/\____ |   \____/|__|   
    ;       \/                         \/                
    ; __      __                                    _____  __   
    ;/  \    /  \_____ _______   ________________ _/ ____\/  |_ 
    ;\   \/\/   /\__  \\_  __ \_/ ___\_  __ \__  \\   __\\   __\
    ; \        /  / __ \|  | \/\  \___|  | \// __ \|  |   |  |  
    ;  \__/\  /  (____  /__|    \___  >__|  (____  /__|   |__|  
    ;       \/        \/            \/           \/             
    ;/###########################################################\
    ; Battleground Honor Farming Bot  			Created by: =Z=  #
    ;************************************************************#
    ;															 #
    ;*************												 #
    ; Description 												 #
    ;*************											     #
    ; This bot will queue for BGs and use anti-afk measures.	 #
    ; You will be prompted for instructions to setup the bot     #
    ; follow the tooltips / prompts, tooltips are in top left	 #
    ; corner.													 #
    ;															 #
    ;*************												 #
    ; Features													 #
    ;*************												 #
    ; • Anti-AFK												 #
    ; • Basic navigation (currently AV only) 					 #
    ; • Death-checking + releasing								 #
    ; • Auto BG queuing / detecting								 #
    ; • BG end detection and re-queing							 #
    ;\###########################################################/
    
    
    ;DO NOT TOUCH - ALTERING THESE WILL BREAK THE MACRO
    Global $join[2] ; position of button to click
    Global $colour = 14684936 ; the decimal color of the buttons
    Global $bgnum = 0; battleground number
    Global $bgnav ; battleground navigation
    
    ;MAIN MACRO
    WinActivate("World of Warcraft") ; activate window
    ToolTip("Opening WoW window...", 0, 0); displays tooltip in top left corner
    WinWaitActive("World of Warcraft") ; wait untill the window is active
    
    While 1
    WinWaitActive("World of Warcraft")
    ToolTip("Executing script...", 0, 0) ; displays tooltip in top left corner
    Sleep (2000)
    	Prep()
    Wend
    
    ;Prep functions - sets up options
    Func Prep()
    	ToolTip("Setting up coordinates, prepare for further instructions...", 0, 0) ; displays tooltip in top left corner
    	Sleep (2000)
    	ToolTip("Opening BG window...", 0, 0) ; displays tooltip in top left corner
    	Send("{h}") ;pressed h key
    	Sleep (2000)
    	ToolTip("Mouse over the Join Battle button, you have 5 seconds...", 0, 0) ; displays tooltip in top left corner
    	Sleep (5000)
    	$x = MouseGetPos() ;sets target to mouse position
    	$join = $x ;sets global variable
    	ToolTip("Join Battle button location set", 0, 0) ; displays tooltip in top left corner
    	Sleep (2000)
    	$bgnav = InputBox("Choose navigation options", "Y - Enable BG Navigation, N - Disable BG Navigation", "", "")
    	If $bgnav = "y" then
    		ToolTip("You have selected to enable BG Navigation", 0, 0) ; displays tooltip in top left corner
    		Sleep (2000)
    		
    		ToolTip("Please enter your battleground number...", 0, 0) ; displays tooltip in top left corner
    		Sleep (1000)
    		$bgnum = InputBox("Choose your Battleground", "1 - AV, 2 - AB, 3 - WG, 4 - EoTS, 5 - SotA, 6 - IoC,", "", "")
    		
    		If $bgnum = 1 Then
    			ToolTip("You have selected, Alterac Valley, script will use AV nav procedure, beginning queing process", 0, 0) ; displays tooltip in top left corner
    			Sleep (2000)
    		ElseIf $bgnum = 2 Then
    			ToolTip("You have selected, Arathi Basin, script will use AB nav procedure,  beginning queing process", 0, 0) ; displays tooltip in top left corner
    			Sleep (2000)
    		ElseIf $bgnum = 3 Then
    			ToolTip("You have selected, Warson Gulch, script will use WG nav procedure,  beginning queing process", 0, 0) ; displays tooltip in top left corner
    			Sleep (2000)
    		ElseIf $bgnum = 4 Then
    			ToolTip("You have selected, Eye of the Storm, script will use EotS nav procedure,  beginning queing process", 0, 0) ; displays tooltip in top left corner
    			Sleep (2000)
    		ElseIf $bgnum = 5 Then
    			ToolTip("You have selected, Strand of the Ancients, script will use SotA nav procedure,  beginning queing process", 0, 0) ; displays tooltip in top left corner
    			Sleep (2000)
    		ElseIf $bgnum = 6 Then
    			ToolTip("You have selected, Isle of Conquest, script will use IoC nav procedure,  beginning queing process", 0, 0) ; displays tooltip in top left corner
    			Sleep (2000)
    		Else
    			ToolTip("You have selected nothing, script will not use a nav procedure,  beginning queing process", 0, 0) ; displays tooltip in top left corner
    			Sleep (2000)
    		EndIf
    	ElseIf $bgnav = "n" then
    		ToolTip("You have selected to disable BG Navigation", 0, 0) ; displays tooltip in top left corner
    		Sleep (2000)
    	EndIf
    	
    	Send("{h}") ;pressed h key
    	Sleep (2000)
    	Queue()
    EndFunc
    
    ;Queue function - queues for BG 
    Func Queue()
    	ToolTip("Beginning battleground script...", 0, 0) ; displays tooltip in top left corner
    	Sleep (2000)
    	ToolTip("Opening BG window...", 0, 0) ; displays tooltip in top left corner
    	Send("{h}") ;pressed h key
    	sleep (1000)
    	MouseMove ($join[0], $join[1]) ;move to area coordinates for join button
    	ToolTip("Queing for BG...", 0, 0) ; displays tooltip in top left corner
    	Sleep (1000)
    	MouseClick ("left")
    	Sleep(1000)
    	ToolTip("Closing BG window...", 0, 0) ; displays tooltip in top left corner
    	Send("{h}") ;pressed h key
    	Sleep (1000)
    	Join()
    EndFunc
    
    ;Join function - detects enter battle button and joins BG
    Func Join()
    	ToolTip("Waiting for BG to start", 0, 0) ; displays tooltip in top left corner
    	while 1=1
    		$coord = PixelSearch(808, 231, 946, 250, 0xE01308, 100) ;searches for color of join battleground button within 100 variations
    		If Not @error Then
    			MouseMove  ($coord[0], $coord[1]) ;move to area coordinates for join button
    			ToolTip("Joining BG", 0, 0) ; displays tooltip in top left corner
    			sleep (2000)
    			MouseClick ("left")
    			ToolTip("Waiting for BG to load for 10 seconds...", 0, 0) ; displays tooltip in top left corner
    			Sleep (10000)
    			BG() ; call combat loop
    		EndIf
    	ToolTip("No Enter Battle button located, checking again in 5 seconds...", 0, 0) ; displays tooltip in top left corner
    	Sleep (5000)
    	Join()
    	WEnd
    EndFunc
    
    ;BG function - Navigates (if enabled) and runs anti-afk procedures, also detects death and BG end
    Func BG()
    	If $bgnav = "y" then
    	;AV NAV CODE
    	ToolTip("Beginning Nav procedure", 0, 0) ; displays tooltip in top left corner
    	sleep (1000)
    		If $bgnum = 1 Then
    		Send ("{left down}")
    		sleep (150)
    		Send ("{left up}")
    		sleep (500)
    		Send ("{NUMLOCK}")
    		Sleep (2400)
    		Send ("{NUMLOCK}")
    		sleep (500)
    		Send ("{right down}")
    		sleep (205)
    		Send ("{right up}")
    		sleep (500)
    		Send ("{NUMLOCK}")
    		Sleep (9000)
    		Send ("{NUMLOCK}")
    		ToolTip("Waiting for 1:45 before continuing Nav procedure...)", 0, 0) ; displays tooltip in top left corner
    		sleep (105000)
    		ToolTip("Commencing Nav routine...", 0, 0) ; displays tooltip in top left corner
    		Send ("{NUMLOCK}")	
    		Sleep (7000)
    		Send ("{left down}")
    		sleep (310)
    		Send ("{left up}")
    		sleep (25000)
    		Send ("{NUMLOCK}")
    		ToolTip("Nav routine complete...", 0, 0) ; displays tooltip in top left corner
    		sleep (2000)
    		;AB NAV CODE
    		ElseIf $bgnum = 2 Then
    			Send ("{DELETE}")
    			sleep (120000)
    		;WG NAV CODE
    		ElseIf $bgnum = 3 Then
    			Send ("{DELETE}")
    			sleep (120000)
    		;EotS NAV CODE
    		ElseIf $bgnum = 4 Then
    			Send ("{DELETE}")
    			sleep (120000)
    		;SotA NAV CODE
    		ElseIf $bgnum = 5 Then
    			Send ("{DELETE}")
    			sleep (120000)
    		;IoC NAV CODE
    		ElseIf $bgnum = 6 Then
    			Send ("{DELETE}")
    			sleep (120000)
    		EndIf
    	EndIf
    	
    	while 1=1
    		$coord = PixelSearch(808, 231, 946, 250, 0xE01308, 100) ;searches for color of join battleground button within 100 variations
    		If Not @error Then
    			MouseMove  ($coord[0], $coord[1]) ;move to area coordinates for join button
    			ToolTip("Character has died, respawning", 0, 0) ; displays tooltip in top left corner
    			sleep (2000)
    			MouseClick ("left")
    			ToolTip("Waiting for BG to load for 10 seconds...", 0, 0) ; displays tooltip in top left corner
    			Sleep (10000)
    		EndIf
    		
    		$coord = PixelSearch(848, 783, 1144, 827, 0x670000, 10) ;searches for color of leave battleground button within 10 variations
    		If Not @error Then
    			MouseMove  ($coord[0], $coord[1]) ;move to area coordinates for leave battleground button
    			ToolTip("BG has ended, re-starting queing process in 10 seconds", 0, 0) ; displays tooltip in top left corner
    			sleep (2000)
    			MouseClick ("left")
    			sleep (8000)
    			Queue() ; call combat loop
    		EndIf
    		
    	ToolTip("BG not over, commencing anti-afk...", 0, 0) ; displays tooltip in top left corner
    	Sleep (2000)
    	Send ("{SPACE}")
    	Sleep (1000)
    		For $i = 29 to 1 Step -1
    			ToolTip("Waiting 60 seconds to repeat routine... tick tock...    ( | )", 0, 0); displays tooltip in top left corner
    			Sleep (500)
    			ToolTip("Waiting 60 seconds to repeat routine... tick tock...    ( \ )", 0, 0); displays tooltip in top left corner
    			Sleep (500)
    			ToolTip("Waiting 60 seconds to repeat routine... tick tock...    ( | )", 0, 0); displays tooltip in top left corner
    			Sleep (500)
    			ToolTip("Waiting 60 seconds to repeat routine... tick tock...    ( / )", 0, 0); displays tooltip in top left corner
    			Sleep (500)
    		Next
    	WEnd
    EndFunc

  8. #53
    pedeg's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm gonna try this out (:

  9. #54
    Haaskis's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Support for all resolutions (1024x680, 1280x1024, 1680x1050) [Need Screens from the Button in 1024x680 Resolution!]

    No 1920x1200?

    Edit. nvm posted above -.-

  10. #55
    needlsd's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you just need the cords, not the hole script.
    this is only z orginal script - not dep.arted version

  11. #56
    Baelzebub's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sEnd("{alt} {Y}")
    Surely this should be sEnd("{alt} {Z}") to disable the ui?
    At least it is for me

  12. #57
    Raidenonlegs's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alt Y is the german standard for disabling the UI so for yourself it's Z

  13. #58
    Baelzebub's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Raidenonlegs View Post
    Alt Y is the german standard for disabling the UI so for yourself it's Z
    ahhhhhh, cool. Thanks for that info

  14. #59
    =Z='s Avatar Contributor
    Reputation
    90
    Join Date
    Aug 2009
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, my code is open source so I expect people to steal it, but it is pretty funny that he used the exact same header and half of the same code.

    The reason my bot was only 200 lines is because it's effecient, adding 400+ lines of random variables and other premade crap that adds little functionality does not make it a "better" bot.

    Blatent attempt to get rep using someone else's work, pretty sad, especially since you obviously have very little coding experience and just tacked on a bunch of minor stuff, called it your own bot, then gave up after you couldn't figure out how to make it work.
    Last edited by =Z=; 11-04-2009 at 12:07 AM.

  15. #60
    MajinVegito123's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So say I use this about 2 hours each day 3 times a week. Will I get detected by the Warden and get banned?
    k8Casino K8 là một trong những sản phẩm thu hút được nhiều quan tâm của người chơi tại K8 trong suốt thời gian qua nhờ những chính sách thưởng cực kỳ hấp dẫn và những cách chơi độc đáo chỉ có riêng tại các sòng casino K8[img=1,1]https://top1betting.net/wp-content/uploads/2019/06/nha-cai-k8-640x300.png[/img]
    Last edited by MajinVegito123; 08-20-2019 at 05:48 PM.

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Bot] Just another rotation bot to share
    By iceblockman in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 06-10-2014, 12:51 AM
  2. Just Another Hearthstone Bot
    By Sukutrule in forum Hearthstone: Heroes of Warcraft
    Replies: 13
    Last Post: 03-29-2014, 01:01 AM
  3. Ever been banned for honor botting? please read
    By kilka in forum World of Warcraft General
    Replies: 3
    Last Post: 06-24-2007, 01:39 PM
  4. Honor Bot
    By StabbinHobo in forum World of Warcraft General
    Replies: 1
    Last Post: 06-05-2007, 01:37 AM
  5. Honor Bot Guide
    By ayadew in forum World of Warcraft Guides
    Replies: 14
    Last Post: 05-24-2007, 04:53 AM
All times are GMT -5. The time now is 05:45 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