AI-FishBot menu

User Tag List

Thread: AI-FishBot

Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    iblackihiawk's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hiro Lee View Post
    Interesting... Can you please share more details on how you were using the bot in-game?

    In retail TWW, I've been sporadically using this everyday about 1-3x a day, bot set to 45 minutes and then /exit. Pico method.
    Been botting since TWW launched and a little before that during Dragonflight as well.
    Not 24/7 but a lot since tww launched basically.

    It was on 2 separate accounts and I fished in 2 separate areas. And was banned at the same exact time.

    I guess it's possible it was tied to IP but I'm not sure.

    Was on 2 old laptops with picos attached.

    I did realize that there is limited variation with delays in here so it seems like maybe it was picked up on due to that potentially.

    It was a brand new bnet account with 0 prior issues on it before so its not that.

    If it's not a wave then likely it was picked up on because it doesn't have randomization in delays I'm guessing which I was going to ask how to edit this myself with the author since it's mostly open source

    AI-FishBot
  2. #17
    Hiro Lee's Avatar Member
    Reputation
    2
    Join Date
    Jul 2014
    Posts
    4
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iblackihiawk View Post
    Not 24/7 but a lot since tww launched basically.

    It was on 2 separate accounts and I fished in 2 separate areas. And was banned at the same exact time.

    I guess it's possible it was tied to IP but I'm not sure.

    Was on 2 old laptops with picos attached.

    I did realize that there is limited variation with delays in here so it seems like maybe it was picked up on due to that potentially.

    It was a brand new bnet account with 0 prior issues on it before so its not that.

    If it's not a wave then likely it was picked up on because it doesn't have randomization in delays I'm guessing which I was going to ask how to edit this myself with the author since it's mostly open source
    Damn... thanks for sharing though.

  3. #18
    maznev's Avatar Member
    Reputation
    1
    Join Date
    Oct 2024
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Glacer View Post
    AI-FishBot
    (No, Not that kind of AI)
    Audio Interact Fish Bot for World of Warcraft (Github Link)

    This is a Fishing Bot written in Powershell and Python (If using the Raspberry Pi portion of it).
    It was designed to be very minimalistic and simplistic in code and usage. It was also designed to be as virtually undetectable as possible.

    How it works:
    It detects the bobber from the sound of the splash. It then utilizes legal in-game API's to fish using Blizzard's new soft-interact features. The app never touches the wow services, files or memory in any way. If utilizing the Raspberry Pi portion of this app, it is completely undetectable. If not using the Pi, it is as close to undetectable as can be, similar to other software based bots that utilize windows or python to do keyboard/mouse movements.

    The unique part of this bot vs others, is that the only thing running on the computer is the Powershell script. There is no exe or anything unique that shares a hash with anyone else that would use this. All settings are set inside the script with whatever text/ISE editor you want.

    There are different ways that this bot can be used depending on how you want to install/setup the bot:

    Standalone: Uses the powershell script and nothing else.
    This will work well in retail, but not as well in classic (due to soft-target range differences). It will also only use software based input, which is not as safe as using raspberry pi hardware input.

    Raspberry Pi: This installation/setup option uses the Raspberry Pi Pico as hardware input, making it undetectable. (Costs 4$ USD, easy to set up, pretty worth imo)

    Weakaura: This uses the Weakaura to detect proper soft-target range, so works well in both retail and classic.

    Read full details and instruction on Github.


    A little late to the party but if anyone can help. I do everything i use WA then i change my AI-Fishbot.ps1 file its look like this :

    ### General Settings ###
    $retail = $False # Set $True for Retail and $False for Classic. Fishing cast times are different among game versions.
    $autoStop = $True # $False to disable. Will autostop the bot after tge time set below.
    $autoStopTime = 60 # Amount of minutes to stop the bot. Used when $autoStop is set to $True above.
    $autoLogout = $False # If $True, your char will logout after the $autoStopTime is reached and $autoStop is set to $True
    $audioSensitivity = 1 # Valid values are 1-9. Set lower if cast/bite not being detected. Higher is better if possible as you can cast even if other noises are around but probably needs a custom sound for that (see my recommendation).
    $UseWindowFocus = $True # If set to $False, you need to make sure wow is focused yourself. Set to $True to have it be focused each time a command needs to be sent to it.
    $enableBuffs = (0) # Array of buffs to use. Set to (0) for no buffs, or set (1) or (1..X) for multiple. ie: for 3 buffs enter: (1..3) See additional buff settings below.
    $fishingRetries = 15 # Used when $useWeakAura is set to $True. How many times to keep trying to land a cast that is within softtarget interact range before stopping the bot. Retail has a larger softtarget distance than classic/sod, so more tries are needed in those game versions.
    $usePi = $False # If using a raspberry pi pico, set to $True. Pi is safer for hardware input. Costs 4$ USD, pretty worth.
    $picoComPort = "COM6" # set to Pi pico com port if using a pi. You can see in-use COM ports with this Powershell command: [System.IO.Ports.SerialPort]::getportnames()
    $useWeakAura = $True # Set this to $True to use the weak aura companion. If no weak aura companion is used, the app will not know if a cast has a good softtarget in range. Retail has a larger range, so the weak aura is not really needed, but classic is smaller and pretty much needs the weakaura, and needs this set to $True in classic. Get from here: Wago

    ### Main Keybinds ###
    # valid options are the Function keys. F5-F12
    # Code is easily modifiable for different or more if you want to do that yourself.
    $cast = "F6" # start fishing keybind. (make a macro '/cast fishing' and keybind it)
    $bobber = "F7" # click bobber action keybind (set in wow options 'Interact With Target')
    $logout = "F8" # make a macro '/logout' or '/camp' to use for this keybind

    FishBot start casting fishing but when sound of bobber coming nothing happens. What can be the problem ?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Program] Fishbot Refurbished - GUI
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 9
    Last Post: 12-05-2006, 06:12 AM
  2. Fishbotting Location
    By ff9pro in forum World of Warcraft Guides
    Replies: 3
    Last Post: 07-13-2006, 08:17 PM
  3. [NEW fishbot stuff] Winterspring splash colors
    By darknavi in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 07-06-2006, 06:46 PM
  4. [Autoit help]Modify hotkey to rightclick(fishbot)
    By darknavi in forum World of Warcraft General
    Replies: 4
    Last Post: 07-01-2006, 09:31 PM
  5. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
All times are GMT -5. The time now is 01: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