Trollin's Honor Bot menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Trollin's Avatar Contributor
    Reputation
    204
    Join Date
    Nov 2008
    Posts
    1,093
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Trollin's Honor Bot -- Updated 12/30/2008


    - Created by Trollin of MMOwned -

    [ame="http://www.youtube.com/watch?v=_o2Y0uasyqk"]YouTube - MMOwned.com - Trollin's Honor Bot V0.3 Beta - Honor Leech Bot[/ame]

    -------------------------------------------------------------------------------------




    RapidShare: Easy Filehosting -- Version 0.2 (BETA) -- OLD
    RapidShare: Easily Filehosting -- Version 0.3 (BETA) -- NEWEST
    -------------------------------------------------------------------------------------



    Virus Scan -- False Positives

    File size: 249236 bytes
    MD5...: e4d992cefd87f155b6ea1ca2a952a6f2
    SHA1..: 84109fbc76141570a81c44e6a12a662469462558
    -------------------------------------------------------------------------------------

    ChangeLog:

    • Re-organized Func_ ID's ($YesID, $NoID, $HelpID, $ExitID)
    • Change (ms) limits (Sleep)
    • Edited the Send Keys to make moving more realistic (Still need to set a HotKey for this, when you Alt - Tab to disable bot, you will get a massive CPU up, until you Exit or Pause the script)
    • Run command now should work on all directories (@ProgramFilesDir newer version)
    • ..Other minor updates
    -------------------------------------------------------------------------------------

    If you have any suggestions, please PM me and I will see what I can do!
    Last edited by Trollin; 01-03-2009 at 01:55 PM.
    ____________________________________________

    ____________________________________________

    Trollin's Honor Bot
  2. #2
    KRYPTON88's Avatar Banned
    Reputation
    97
    Join Date
    Oct 2008
    Posts
    180
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job for a first lil project. Put some more time into it, and Do your research. No one will hold your hand +Rep Tho for the contrib

  3. #3
    mudfish's Avatar Banned
    Reputation
    292
    Join Date
    May 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Trollin View Post
    I didn't Virus Scan, but it's fully coded in AutoIt3

    --Trollin
    It's not that people don't trust you and you need to post a virus scan, it's that it's the rules to post a scan.

    So if your going to be releasing more programs, you should get into the habit of posting them

  4. #4
    Trollin's Avatar Contributor
    Reputation
    204
    Join Date
    Nov 2008
    Posts
    1,093
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It isn't much.. I'm looking into it more tho..
    ____________________________________________

    ____________________________________________

  5. #5
    natt_'s Avatar Contributor
    Reputation
    145
    Join Date
    Dec 2007
    Posts
    391
    Thanks G/R
    13/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well. its okay fora first project as Krypton said. But this is more like an anti-afk script.
    And to open wow use RegRead to retrive the wow install dir instead.

    RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft", "InstallPath")

    and just add &"wow.exe" to run ex:
    c:\games\wow\wow.exe

  6. #6
    Zacred's Avatar Member
    Reputation
    59
    Join Date
    Feb 2007
    Posts
    290
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sexy script

  7. #7
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the release.
    I recommend you all to use this if you are trying to gain Honor.

    Probably the best Honor Bot out right now, keep it up and Reputation for you, Trollin'.

  8. #8
    drsmallo's Avatar Member
    Reputation
    9
    Join Date
    Jul 2008
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Coooollll....

  9. #9
    manowarlock's Avatar Member
    Reputation
    59
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sdwif it could sign up to battlemaster automaticallsdwy id <3 it. simple bot that works, although because it doesnt autsdwo sign up its hardly a honour bot sosdw im keeping my rep untill/if you getsdw it to autosdw sign somehow

  10. #10
    [ Prototype ]'s Avatar Member
    Reputation
    719
    Join Date
    Dec 2006
    Posts
    844
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would like some more information. What does it do?

  11. #11
    Emuchild's Avatar Member
    Reputation
    56
    Join Date
    Oct 2007
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Pvpede, it's really nothing special, it just presses "W" then waits 8 seconds and presses "S" and "D" and just repeats.

    @ Trollin, your script was a mess, and did not work for me.
    1.
    Code:
    $ExitID = GUICtrlCreateButton("Help", 210, 50, 70, 20)
    $AboutID = GUICtrlCreateButton("Exit", 310, 50, 70, 20)
    Thats completely wrong.

    (I Fixed)
    2. My WoW.exe was not in your specified directory which was C:\Program Files\World Of Warcraft\
    (Fixed so that your select your World Of Warcraft directory)

    Fixed Source, hope you like it Trollin
    Code:
    #include <GUIConstantsEx.au3>
    
    Opt('MustDeclareVars', 1)
    
    _Main()
    
    Func _Main()
        Local $RunWoW, $StartBot, $Helpme, $Exitplease, $msg, $PATH
    
    
        GUICreate("Trollin's Honor Bot V0.2 BETA", 390, 80)
    
        GUICtrlCreateLabel("Please select Help if this is your first time using this bot!", 30, 10)
        $RunWow = GUICtrlCreateButton("Run WoW", 10, 50, 70, 20)
        $StartBot = GUICtrlCreateButton("Start Botting!", 110, 50, 70, 20)
        $Helpme = GUICtrlCreateButton("Help", 210, 50, 70, 20)
        $Exitplease = GUICtrlCreateButton("Exit", 310, 50, 70, 20)
    
        GUISetState()
        
        
    
        Do
            $msg = GUIGetMsg()
    
            Select
                Case $msg = $RunWow
                $PATH = FileSelectFolder("Select Your World Of Warcraft Folder","",1)
    
            If FileExists($PATH & "\WoW.exe") Then
                MsgBox(4096, $PATH & "\WoW.exe", "WoW.exe exists in " & $PATH & ", starting WoW")
                FileCreateShortcut($PATH & "\WoW.exe", @DesktopDir & "\WoW.lnk")
                Sleep(3000)
                ShellExecute("WoW.lnk", @DesktopDir)
                Else
                MsgBox(4096, $PATH & "\WoW.exe", "WoW.exe does not exist" & $PATH & ", aborting.")
            EndIf
            
                Case $msg = $StartBot
                    MsgBox(0, "Starting bot..", "Press OK to proceed.")
                    Sleep("1000")
                    WinActivate("World of Warcraft")
                    WinWaitActive("World of Warcraft")
                    
                    While 1
                        
                        Send("{w}")
                        Sleep("8000")
                        Send("{s}")
                        Send("{d}")
                        
                        WEnd
                
                Case $msg = $Helpme
                    MsgBox(0, "Help document..", ">> Run WoW -- This starts World of Warcraft, but not the bot" & @CRLF & ">>Start Botting! -- This opens World of Warcraft up, and starts the botting!" & @CRLF & ">>Exit -- Closes program..")
                    
                    
                Case $msg = $Exitplease
                    MsgBox(0, "Closing Trollin's Honor Bot V0.2 BETA", "Thanks for using my bot!")
                Case $msg = $GUI_EVENT_CLOSE
                    MsgBox(0, "Closing Trollin's Honor Bot V0.2 BETA", "Thanks for using my bot!")
            EndSelect
        Until $msg = $GUI_EVENT_CLOSE Or $msg = $Exitplease
    EndFunc
    Credits if you use this, please. =)
    Last edited by Emuchild; 12-29-2008 at 01:12 AM.
    Tired of proxies not working or timing out?
    TEST THEM BEFORE YOU USE THEM!
    https://www.mmowned.com/forums/general-programs/246775-testmyproxies.html :wave:

  12. #12
    Trollin's Avatar Contributor
    Reputation
    204
    Join Date
    Nov 2008
    Posts
    1,093
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated!!!!!!!!
    ____________________________________________

    ____________________________________________

  13. #13
    rafin's Avatar Member
    Reputation
    10
    Join Date
    Dec 2006
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know this may sound strange but can you please make a short youtube movie to see it in action . And also how do we know its safe?

  14. #14
    Emuchild's Avatar Member
    Reputation
    56
    Join Date
    Oct 2007
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Define 'safe'?

    Safe as in undetected by Warden
    or
    Safe as in undetected by Players?
    Tired of proxies not working or timing out?
    TEST THEM BEFORE YOU USE THEM!
    https://www.mmowned.com/forums/general-programs/246775-testmyproxies.html :wave:

  15. #15
    Trollin's Avatar Contributor
    Reputation
    204
    Join Date
    Nov 2008
    Posts
    1,093
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's basically just as safe/unsafe as any other bot.. It's in autoit, scan.DLL will prolly see it, but i dont really think you will get banned for usage.. i truly cant answer the detectability issue atm, but in newer versions, ill work on some anti-warden things..
    ____________________________________________

    ____________________________________________

Page 1 of 2 12 LastLast

Similar Threads

  1. Anyone Have an AV honor bot
    By Brazil201 in forum World of Warcraft General
    Replies: 1
    Last Post: 06-12-2008, 05:10 PM
  2. 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
  3. Honor Bot
    By StabbinHobo in forum World of Warcraft General
    Replies: 1
    Last Post: 06-05-2007, 01:37 AM
  4. 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:03 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