Forums WoW Modding Resources Tools [Archive] Pixel Based Fishing Bot (Undetectable)

[Archive] Pixel Based Fishing Bot (Undetectable)

[Archive] Pixel Based Fishing Bot (Undetectable)

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#1
Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: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>>

[Image: 4r0wTM0.png]

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:

https://www.youtube.com/embed/lYpNLYG5F9g?wmode=opaque

(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:

[Image: j5aHtxb.png]

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 [Image: smile.png]

(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)
rektbyfaith
11-04-2025, 12:44 PM #1

Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: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>>

[Image: 4r0wTM0.png]

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:

https://www.youtube.com/embed/lYpNLYG5F9g?wmode=opaque

(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:

[Image: j5aHtxb.png]

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 [Image: smile.png]

(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)

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#2
Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

rektbyfaith
11-04-2025, 12:44 PM #2

Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#3
Archived author: Sariam1992 • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: good stuff man, works well [Image: smile.png]
rektbyfaith
11-04-2025, 12:44 PM #3

Archived author: Sariam1992 • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: good stuff man, works well [Image: smile.png]

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#4
Archived author: funkyjunky • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: Nice idea to use the sound volume. I should have thought of that when i made my own fishingbot.
rektbyfaith
11-04-2025, 12:44 PM #4

Archived author: funkyjunky • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: Nice idea to use the sound volume. I should have thought of that when i made my own fishingbot.

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#5
Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: Thanks for the feedback [Image: smile.png]

Let me know if you encounter any bugs or think something should be changed.
rektbyfaith
11-04-2025, 12:44 PM #5

Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: Thanks for the feedback [Image: smile.png]

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

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#6
Archived author: Dipin • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: Great thanks for this soft work perfect!

Offtopic: Someone know where the best fishing spot for Nightfin Snapper on Nostalrius PvP?
rektbyfaith
11-04-2025, 12:44 PM #6

Archived author: Dipin • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: Great thanks for this soft work perfect!

Offtopic: Someone know where the best fishing spot for Nightfin Snapper on Nostalrius PvP?

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#7
Archived author: test89 • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: What grapics settings must be used?

Bot cant search bobler. Win7 x64, wow client 1.12.1
rektbyfaith
11-04-2025, 12:44 PM #7

Archived author: test89 • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: What grapics settings must be used?

Bot cant search bobler. Win7 x64, wow client 1.12.1

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#8
Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: 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.
rektbyfaith
11-04-2025, 12:44 PM #8

Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: 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.

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#9
Archived author: ThornStorm • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: thanks for share!!! gonna try it out today.
rektbyfaith
11-04-2025, 12:44 PM #9

Archived author: ThornStorm • Posted: 2025-11-04T13:44:55.759443
Original source

Quote: thanks for share!!! gonna try it out today.

rektbyfaith
Administrator
0
11-04-2025, 12:44 PM
#10
Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

rektbyfaith
11-04-2025, 12:44 PM #10

Archived author: Baengbum • Posted: 2025-11-04T13:44:55.759443
Original source

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)