Pixel Based Fishing Bot (Undetectable) menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 58
  1. #1
    Baengbum's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2011
    Posts
    46
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Pixel Based Fishing Bot

    Attention: No Longer Undetected!
    Apparently, some people are getting banned for using this. If you value your account I suggest you code your own bot (I described my method) or stop botting altogether.
    I hardly doubt they ban for pixel reading, the file is probably sigged on retail.















    <<NightfinBoy>>


    I recently browsed through my unfinished projects and stumbled upon this almost finished pixel based fishing bot.
    Since Nostalrius is coming back soon, I finished it.
    I know it's not really impressive, but it was my first AutoIt project.
    So here we go...


    How it works:
    I used the built in Windows Soundmixer to see when the bobber got triggered.
    The bobber is found with a pixelsearch, if the cursor changes to the wheel we found it.
    Then the bot waits for the WoW soundbar to change its color at the set destination.
    (This works because the fish trigger is really loud and can easily be gotten with a pixelcolor.)


    How to setup:

    (filmed on Kronos II 04.12.2016)

    [Get Sound] -> Pixel which is checked for change, which will trigger the capture.
    [Get Area] -> Area in which the bot searches for the bobber.
    [Get Cursor] -> Color of the cursor when it's changed. (The golden cogwheel) (This has to be done only once, since its always the same)
    [Get Bobber] -> Color of the bobber. (Has to be changed often. Different zones or different lightning (Day/Night).)


    Default Settings:
    Fishing Key = 1
    Lure Key = 2
    Pause = Ctrl + p
    Start = Ctrl + s
    Fishing Time = 30 Seconds
    Lure Time = 10 Minutes

    Since it is purely pixel based, this bot can be used on any version of WoW. (Just adjust the Fishing Time)


    Sound Settings:


    It's important that you are not in a noisy area nor have a pet out. (Basically if your WoW soundbar moves much it won't work.)


    Macro for lure (in 1.12):
    Code:
    /run for bag = 0,4,1 do for slot = 1, 16, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"YOUR LURE") then UseContainerItem(bag,slot); PickupInventoryItem(16); end; end; end
    Simply replace "YOUR LURE" and put it on the actionbar.


    This bot is designed to be used on a laptop or something that you dont need to use while botting, since it is in no way background compatible.

    Have fun
    (There is no interaction with the game itself (MemoryRead/Write). Obviously you can always get banned by player reports, so be careful.)

    Download v1.1 (Small Bugfix and added Option to disable popups.)

    Download v1.2
    More Options:
    GameWindowName = Window Name of your game
    CatchDelay = Amount of time the bot waits before pressing the button when a fish appears
    QuickLoot = If the shift key is pressed when looting (1 = true, 0 = false)

    VirusTotal (I dont really know if this is good. It's my first time uploading something like this, and it's basically just an AutoIt script compiled to an exe)
    Last edited by Baengbum; 10-22-2018 at 11:15 AM. Reason: update

    Pixel Based Fishing Bot (Undetectable)
  2. Thanks Dipin, Sowik13, Seminko, ~Z~, ramtaruman, shouldibuythisbot, CL4P, Gavx, Silbi (9 members gave Thanks to Baengbum for this useful post)
  3. #2
    Sariam1992's Avatar Active Member CoreCoins Purchaser
    Reputation
    38
    Join Date
    Jan 2009
    Posts
    124
    Thanks G/R
    10/13
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good stuff man, works well

  4. #3
    funkyjunky's Avatar Active Member
    Reputation
    24
    Join Date
    Sep 2007
    Posts
    105
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice idea to use the sound volume. I should have thought of that when i made my own fishingbot.

  5. #4
    Baengbum's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2011
    Posts
    46
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the feedback

    Let me know if you encounter any bugs or think something should be changed.

  6. #5
    Dipin's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great thanks for this soft work perfect!
    Offtopic: Someone know where the best fishing spot for Nightfin Snapper on Nostalrius PvP?

  7. #6
    test89's Avatar Member
    Reputation
    1
    Join Date
    Jan 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What grapics settings must be used?
    Bot cant search bobler. Win7 x64, wow client 1.12.1

  8. #7
    Baengbum's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2011
    Posts
    46
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your graphic settings should not make a difference if you set the bot up properly like shown in the video.
    Operating system and wow client should not make a difference either.

    Try it again or you can send me a screenshot for further investigation as pm.

  9. #8
    ThornStorm's Avatar Banned Authenticator enabled
    Reputation
    27
    Join Date
    Jan 2017
    Posts
    36
    Thanks G/R
    8/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for share!!! gonna try it out today.

  10. Thanks ilexpit, ilexgs (2 members gave Thanks to ThornStorm for this useful post)
  11. #9
    deathcon's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting an error "can't find lautstärkemixer"

  12. #10
    Baengbum's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2011
    Posts
    46
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to replace "Lautstärkemixer" in the bot.ini-file with whatever the sound mixer is called in your OS language.

  13. #11
    deathcon's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks, I didn't notice that file, just the exe, heh. I was going thru all this trouble trying to install german display language pack for windows and it would install but the language wouldn't be there, neither would windows update method work.

  14. #12
    deathcon's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you make it autoloot? It's working good now, just won't loot the item.

  15. #13
    Baengbum's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2011
    Posts
    46
    Thanks G/R
    5/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It automatically presses shift when looting, if you play on a newer version of wow you might have to disable autoloot, since activated autoloot + shift-key pressed => no autoloot.
    Hope this helps.

  16. Thanks Snatcher (1 members gave Thanks to Baengbum for this useful post)
  17. #14
    Snatcher's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bobber

    Hi,

    Set Bobber not working for me.

    If I set the bobber, the program need 2 clicks to setup.

    But the program set a other color at the second click.

    If I set the bobber color from the first click manually in the .ini
    it jumps back and fourth. Same by color from the second click.

    Pls help.

    My System Win10 64bit on MacBook Pro with Boot Camp

    EDIT***

    I found out that I can not go over without activating the mouseover effect of the bobber...i think thats the problem. but why i have to click 2 times ?!?!?!
    Last edited by Snatcher; 04-12-2017 at 01:38 PM.

  18. #15
    shadowofearth's Avatar Member
    Reputation
    1
    Join Date
    May 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Baengbum View Post
    <<NightfinBoy>>


    I recently browsed through my unfinished projects and stumbled upon this almost finished pixel based fishing bot.
    Since Nostalrius is coming back soon, I finished it.
    I know it's not really impressive, but it was my first AutoIt project.
    So here we go...


    How it works:
    I used the built in Windows Soundmixer to see when the bobber got triggered.
    The bobber is found with a pixelsearch, if the cursor changes to the wheel we found it.
    Then the bot waits for the WoW soundbar to change its color at the set destination.
    (This works because the fish trigger is really loud and can easily be gotten with a pixelcolor.)


    How to setup:

    (filmed on Kronos II 04.12.2016)

    [Get Sound] -> Pixel which is checked for change, which will trigger the capture.
    [Get Area] -> Area in which the bot searches for the bobber.
    [Get Cursor] -> Color of the cursor when it's changed. (The golden cogwheel) (This has to be done only once, since its always the same)
    [Get Bobber] -> Color of the bobber. (Has to be changed often. Different zones or different lightning (Day/Night).)


    Default Settings:
    Fishing Key = 1
    Lure Key = 2
    Pause = Ctrl + p
    Start = Ctrl + s
    Fishing Time = 30 Seconds
    Lure Time = 10 Minutes

    Since it is purely pixel based, this bot can be used on any version of WoW. (Just adjust the Fishing Time)


    Sound Settings:


    It's important that you are not in a noisy area nor have a pet out. (Basically if your WoW soundbar moves much it won't work.)


    Macro for lure (in 1.12):
    Code:
    /run for bag = 0,4,1 do for slot = 1, 16, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"YOUR LURE") then UseContainerItem(bag,slot); PickupInventoryItem(16); end; end; end
    Simply replace "YOUR LURE" and put it on the actionbar.


    This bot is designed to be used on a laptop or something that you dont need to use while botting, since it is in no way background compatible.

    Have fun
    (There is no interaction with the game itself (MemoryRead/Write). Obviously you can always get banned by player reports, so be careful.)

    Download v1.1 (Small Bugfix and added Option to disable popups.)

    VirusTotal (I dont really know if this is good. It's my first time uploading something like this, and it's basically just an AutoIt script compiled to an exe)

    I did everything you said and my bot is clicking the bobber before any fish are in it... what do i do?

Page 1 of 4 1234 LastLast

Similar Threads

  1. [Idea] Sound-Based Fish Bot
    By Muramasa in forum Final Fantasy XIV
    Replies: 5
    Last Post: 11-29-2018, 11:16 AM
  2. Pixel-based fishing bot
    By dunhamm in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 10-07-2014, 09:05 AM
  3. Hey ppl Whats a good Free undetected Fish bot i can use?
    By C00kie in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 01-23-2011, 05:21 PM
  4. Farm Bot + Fish Bot (Uses Profiles, No Pixel Scanner.)
    By ZeroPointThree in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 11-05-2009, 06:30 PM
All times are GMT -5. The time now is 03:25 AM. 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