Disclaimer
Botting is against ToS and can lead to your account being blocked, keep that in mind.
In KR, NCSoft does not really care about botting and I have yet to hear about even one case of user being banned for fishing bot.
The situation may change when the game will release in EU - nobody knows for sure how Amazon
is going to handle the situation.
Looking at their other games such as Lost Ark
and New World
, we can assume that they will mostly rely on EasyAntiCheat
as their main protection mechanism.
In ~May 2022
, there was a bunch of bans in Lost Ark
, whcih is another Amazon EAC game - the program got detected and several users were banned. Since then, some additional counter-measures were added and for that whole period there were no information about AC-driven bans by EAC. I cannot guarantee that it will stay that way indefinitely - detect/avoidance is a constant game of cat and mouse and you never know for sure when the next round will begin.
I would highly recommend to use the program on alts/twinks/bot accounts initially, at least for the first few weeks or until Amazon will make its turn.
Right now, the safest way of running computer-vision bots (not only EA, but in general) involves running the bot itself on a second PC (capture/processing) while simultaneously sending inputs to the main PC (gaming) using external devices such as KMBox or any arduino-based input simulator. If done properly, such setup is extremely hard to detect, especially reliably, but that usually requires additional efforts. I may write some article on the wiki on this later.
🎣 Instructions
- Click on
Download Pack
(top-right corner), unzip and run .exe
- Login into the game, go to your fishing spot and equip fishing rod
- Press
9
(you can change the hotkey)
- If everything is all-right, bot should start fishing.
- Ensure that bobber fits into displayed rectangular area
Discord
📝 Changelog
rev.6
Changed default hotkey from F3
to 9
rev.5
Updated ML model
rev.4
Added crosshair and debug-mode
rev.3
Prototype
📋 FAQ
Is it safe?
Up to some degree. It does not interfere with game client in any way and uses computer vision techniques to do image recognition.
But remember that there is always a risk of getting slapped if you'll be reported by other people. Stay safe.
Do I need to pay for it?
No. This bot fits into free version of EyeAuras, meaning you do not have to purchase the license or even create an account. There may be extended version in the future which will have custom user interface, additional settings, etc. But this one will remain free forever.
How to change 9
to something else ?*
Left-click on the aura called Settings/IsActive
and change hotkey to any other key or combination of keys
I have hotkeys other than F
and Q
, want to make bot use them instead*
Left-click on the aura called Settings/Key_CastPole
and change F
(default) to your hotkey.
Same process for Settings/Key_Snap
which sets up hotkey for Snap action
Can this bot fish in background?
No.
How to disable/change sounds which are played when the bot is activated/deactivated?
Left-click on the aura called Settings/IsActive
and either disable sounds or remove them altogether. Optionally, you can change them to whatever you want
My crosshair lags during fishing!
T&L tends to utilize GPU up to 100% even if you're just fishing. There are basically two ways of solving this:
- lower your settings, e.g. frame limit to 60fps instead of 144 or lower quality
- Switch inference to CPU-mode: go to
UI/ML
aura and expand Inference performance tuning
. Then switch Provider
to CPU
and increase number of Calculation threads
to 6-8. This will make the whole program run purely on CPU instead of a combination of CPU and GPU (which is preferred).