Make a Bot using Voice Commander! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Make a Bot using Voice Commander!

    Yes...you can make a bot using Voice Commander!!!!!

    What you need:

    Voice Commander Voice Commander | Curse
    Crit Alert (Addon) Critical Alert | Curse
    Music Player (Addon) MusicPlayer | Curse
    BindPad (Addon) BindPad | Curse
    ChatSounds (Addon) ChatSounds | Curse

    How you do it:

    For Setting up check out my http://www.mmowned.com/forums/bots-p...ommanderr.html

    After getting VC installed and the API downloaded and run...configure mic, train recognition software...etc.
    Create a .wav of each possible command and action you would want to speak to VC (i.e. go, eat, attack, spells, etc.) also create a combaton.wav and combatoff.wav
    these 2 will go in the \World of Warcraft\Interface\AddOns\CritAlert\Sounds folder replacing the 2 already in there.
    Place all of the other wav's in \World of Warcraft\Interface\AddOns\MusicPlayer\Music folder.
    Now place as many random .mp3's in the music folder as you put .wav's run the playlistmaker.exe in the musicplayer folder.
    Open the MusicPlayer_GeneratedPlaylist.lua and replace all of the .mp3 filenames with your .wav's and the title's to match also replace the duration with however many seconds your .wav is.
    In wow create a macro for each .wav as /mp play "name" then use bindpad to keybind each to a ctrl-key.
    Now write your VC command file "name".txt have combaton set var1 to true and combatoff set it to false...
    all of your commands should be in if1 statements and depending on whether it's a combat funtion or non combat function it will be true or false.
    Don't allow any action to delay for more than 90 ms...VC stops keystroking at 10 sec...without a voice command.
    Movement's are simple vkdown delay vkup functions.
    Now that we're all setup go to your speech window and set your audioinput to your soundcard then set properties to use this line "stereo mix" I
    f you've done all of this you will now have a working bot that uses no "Illegal" programs and you can only be found out if another player reports you as acting weird or not responding.
    Sorry if it's not a very good explanation...I'm not good at describing the process...but it does work!


    -edit sorry about the wall of text...maybe this is more readable
    Last edited by drew77; 12-24-2007 at 11:37 AM.

    Make a Bot using Voice Commander!
  2. #2
    Saint-Pasdoy's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    1,172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    woot wall of txt only if you could post a id

  3. #3
    Democides's Avatar Contributor
    Reputation
    96
    Join Date
    Mar 2007
    Posts
    426
    Thanks G/R
    41/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i understand it, alot of work though, even so ima give rep for the contribution

  4. #4
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes it is a lot of work...and takes alot of tweaking...but the point is

    A. It's 100% free
    B. It doesn't use any program that is itself considered a "bot"

    thanks for the rep

  5. #5
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Basic Command Sequence for Druid

    /musicplayer/music
    go.wav
    move.wav
    forward.wav
    left.wav
    right.wav
    moonfire.wav
    heal.wav

    /critalert/sounds
    combaton.wav
    combatoff.wav

    macros:
    ctrl-g /mp play go
    ctrl-m /mp play move
    ctrl-f /mp play forward
    ctrl-l /mp play left
    ctrl-r /mp play right
    ctrl-x /mp play moonfire
    ctrl-z /mp play heal

    voicecommand.txt:

    #calls
    _forward:{ctrl}f
    _forwardstop:{vkup:$57)
    _left:{ctrl}l
    _leftstop:{vkup:$41}
    _right{ctrl}r
    _rightstop:{vkup:$44}
    _move:{ctrl}m
    _attack:1
    _loot:{vkdown:$02}{vkup:$02}
    _drink:5
    _eat:6
    _spells:{if1::_moonfire}{delay:20}{if1::_heal}{delay:70}{if1::_spells}
    _moonfire:{ctrl}x
    _heal:{ctrl}z

    #commands
    go:{call:_move}
    combatoff:{var1:true}{call:_loot}{call:_drink}{call:_eat}{delay:90}{call:_move}
    combaton:{var1:false}{if2::_forwardstop}{if3::_leftstop}{if4::_rightstop}{call:_ attack}{call:_spells}
    move:{if1:_forward:}{vkdown:$09}{vkup:$09}3{if1:_right:}{if1:_forward:}{vkdown:$ 09}{vkup:$09}3{if1:_right:}{if1:_forward:}{vkdown:$09}{vkup:$09}3{if1:_left:}{if 1:_forward:}{vkdown:$09}{vkup:$09}3{if1:_left:}{if1:_move:}
    forward:{var2:false}{vkdown:$57}{delay:50}{vkup:$57}{var2:true}
    left:{var3:false}{vkdown:$41}{delay:3}{vkup:$41}{var3:true}
    right:{var4:false}{vkdown:$44}{delay:3}{vkup:$44}{var4:true}
    moonfire:3
    heal:4{vkdown:$70}{vkup:$70}
    Last edited by drew77; 12-11-2007 at 09:22 AM.

  6. #6
    Wonderboy's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    246
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you get it to target next and attack?
    So far sounds like you find your target, use voice commands to get to it and kill it. Thats pretty cool when your hella lazy and gridning. GJ man. Id be cool if somone could make a full blown bot program out of this type of stuff.

  7. #7
    JoetheDruid's Avatar Member
    Reputation
    7
    Join Date
    May 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow -- ahhaha! I was sitting in bed about to post this. I was like.. I bet I can make a bot using my voicecommander... Good job +Rep :P

  8. #8
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    right after i read the title, i thought, could it walk from mob to mob by himself?


  9. #9
    T1B's Avatar Elite User
    Reputation
    369
    Join Date
    Apr 2006
    Posts
    656
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why not? if u program a voice command to hit z/w to move forward ^^

  10. #10
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wonderboy View Post
    Can you get it to target next and attack?
    So far sounds like you find your target, use voice commands to get to it and kill it. Thats pretty cool when your hella lazy and gridning. GJ man. Id be cool if somone could make a full blown bot program out of this type of stuff.
    if you are in combat and your targeted mob dies you should auto target the next in line

    Originally Posted by zoozlo View Post
    right after i read the title, i thought, could it walk from mob to mob by himself?
    in order to do that you'd have to have some way of

    a. telling vc where the mob is
    b. telling vc where you are
    c. telling vc how to get you to the mob

    If you could find a way to get wow to give an audio readout of your coords and direction / distance to mob...it could be done

    Alot of what "Can" be done with this depends on what all you can get WoW to give you an alert about...
    if you install an audio Health or Mana alert you can change it's .wav and have vc pop a pot.
    if you install an audio alert of when you've targeted a new mob you can reset the entire attack sequence...etc.
    Last edited by drew77; 12-11-2007 at 09:48 AM.

  11. #11
    Nekkox's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wall of txtzorz

  12. #12
    Scrogglez's Avatar Member
    Reputation
    6
    Join Date
    Oct 2007
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good stuff !

  13. #13
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    using in BG

    Here's an addon that could help if you want to use this in BG's

    AutoBGR | World of Warcraft @ Curse.com
    auto release on death in BG's

  14. #14
    Hagdawg's Avatar Member
    Reputation
    2
    Join Date
    Jun 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of all thanks so much for introducing me to Voice commander I will definitly have fun with this not so much in bot form. The way my computer is set up I am unable to talk with out waking the wife so im working on a way to get around that and this post also helped in that. So what I'm attempting is to go ahead and make recordings and play them with Music Player I have VC set up to recognize wav/MP3 files.

    I wanted to give a link to a program that I found its a text to speech program and it can output in wav or MP3 which may work better for music player not sure as I am still testing. Anyway here is a link.

    Download DSpeech 1.55.1 - DSpeech is a stand-alone program of Text To Speech - Softpedia

  15. #15
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hagdawg View Post
    First of all thanks so much for introducing me to Voice commander I will definitly have fun with this not so much in bot form. The way my computer is set up I am unable to talk with out waking the wife so im working on a way to get around that and this post also helped in that. So what I'm attempting is to go ahead and make recordings and play them with Music Player I have VC set up to recognize wav/MP3 files.

    I wanted to give a link to a program that I found its a text to speech program and it can output in wav or MP3 which may work better for music player not sure as I am still testing. Anyway here is a link.

    Download DSpeech 1.55.1 - DSpeech is a stand-alone program of Text To Speech - Softpedia
    good idea...but i tried that already...the recognition software is trained to recognize your voice...not the computers

    although it could be possible to train the speech-to-text with the text-to-speech

Page 1 of 2 12 LastLast

Similar Threads

  1. How to make Immortal bot use bookcases
    By GoneFromOC1 in forum Diablo 3 Bots and Programs
    Replies: 0
    Last Post: 06-10-2012, 06:14 PM
  2. Replies: 0
    Last Post: 06-07-2012, 08:41 PM
  3. Macros to help me leveling alt using Voice Commands
    By demerda in forum World of Warcraft General
    Replies: 2
    Last Post: 01-05-2010, 06:28 PM
All times are GMT -5. The time now is 02:30 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