Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Trove Hacks & Cheats › Trove Tutorials › Auto Fishing Boot Drop

Red faceAuto Fishing Boot Drop

Posts 1–15 of 26 · Page 1 of 2
bunnkywhat
bunnkywhat
Auto Fishing Boot Drop
Here is a guide on how to auto boot drop using an AHK script. Its quite simple.

First, you need to find the coordinates of the 16th slot in your inventory on your monitor! I will include a picture in the post for what I mean.

Keep in mind, for the best results, you MUST have all obtainable pool specific fish already in your inventory. This makes it so if you catch a fish, it will stack, and you wont be dropping fish.

Then once you have your coordinates, make an AHK script with this line:

MouseClickDrag, l, x1, x2, x3, x4

Where x1 and x2 are is the coordinates of the inventory slot, x3 and x4 are the coordinates for where your mouse will drop the boots. This is the line my Monitor 1 script uses:

MouseClickDrag, l, 1604, 477, 1073, 543

With proper editing, I have managed to make a script for 2 monitors, for dual account fishing. Here is the line of code I use for them

Monitor 1:
Code:
...
CoordMode, Mouse, Screen
MouseClickDrag, l, 1604, 477, 1073, 543
MouseClickDrag, l, 1604, 477, 1073, 543
ControlSend, , {f down}, ahk_pid %pid%
Sleep, 86
ControlSend, , {f up}, ahk_pid %pid%
Sleep, 2000
CaughtWater := ReadMemory(WaterAddress)
Timer := 0
While Timer = 0
...
Monitor 2:
Code:
...
CoordMode, Mouse, Screen
MouseClickDrag, l, -329, 408, -752, 406
MouseClickDrag, l, -329, 408, -752, 406
ControlSend, , {f down}, ahk_pid %pid%
Sleep, 86
ControlSend, , {f up}, ahk_pid %pid%
Sleep, 2000
CaughtWater := ReadMemory(WaterAddress)
Timer := 0
While Timer = 0
...
As you can see, there are double lines, because one line doesnt work, as the active window changes on each pass. Also, each monitor has different coordinates based on resolution. Your coordinates will differ from mine as you probably have a different resolution than I do.

If you have any questions, feel free to PM, and Good Luck!

Edit: Couple things. This doesn't check for boots specifically, so if you actually fish up the wish fisher rod, it WILL drop it. Keep that in mind. I'm never fully afk, so I watch it just in case.

Also, this tiny script will work even if the game updates. No updating necessary! This also couples as an anti-afk mechanism! No more disconnects whilst fishing!
81428be00f509579f010f1a343121672.png
#1 · edited 11y ago · 11y ago
jokaclown
jokaclown
could I get ur skype name ?
#2 · 11y ago
U mirin brah?
U mirin brah?
This way you will drop Wish fisher that's worth 5-10k flux....
#3 · 11y ago
bunnkywhat
bunnkywhat
Quote Originally Posted by U mirin brah? View Post
This way you will drop Wish fisher that's worth 5-10k flux....
Yes you will as I stated. If you must completely afk, this won't work for you for that reason, sorry!
#4 · 11y ago
GA
gasag
Or you take the 17th Slot and take a wishfisher in you inv, they'll stack and the boots get thrown away
#5 · 11y ago
KO
konradmm
If ure making it on Active window (not minimalized) why not use PixelSearch then?
Easier, and would work on boots only ;p

Now im working on the ahk script that will drop boots even on minimalized window, buts a bit harder ;p
#6 · 11y ago
bunnkywhat
bunnkywhat
Quote Originally Posted by konradmm View Post
If ure making it on Active window (not minimalized) why not use PixelSearch then?
Easier, and would work on boots only ;p

Now im working on the ahk script that will drop boots even on minimalized window, buts a bit harder ;p
I'm new to ahk scripting, that's all. I don't know how to use the pixel search function, but thanks for the tip! I'll work on it, and by all means if you can improve on this go for it!
#7 · 11y ago
JE
Jerico555
How do we go about searching for coordinates of our monitor?
#8 · 11y ago
bunnkywhat
bunnkywhat
Quote Originally Posted by Jerico555 View Post
How do we go about searching for coordinates of our monitor?
AHK comes with a program called AHK Window Spy. It's very easy to use.
#9 · 11y ago
DE
demoniccow9852
Does this method count as botting? I can't post links, but the devs said botters will be banned. (To find source, google "Trove a reminder about botting")
#10 · 11y ago
jokaclown
jokaclown
Quote Originally Posted by demoniccow9852 View Post
Does this method count as botting? I can't post links, but the devs said botters will be banned. (To find source, google "Trove a reminder about botting")
dude just use ur brain every 3rd party program is against there eula <.<
#11 · 11y ago
DE
demoniccow9852
Quote Originally Posted by jokaclown View Post
dude just use ur brain every 3rd party program is against there eula <.<
Dude, I've never used AHK but I assume it's like a virtual auto-clicker. I have a few auto-click buttons on my mouse and keyboard that would be legit way of spamming if I wasn't to AFK, so I'm not sure how it would work.
#12 · 11y ago
QU
Quinndle_
Can you post a screenshot of the code when it is complete? im not sure what all needs to be filled in, i put in my cords but dont know what else to do
#13 · 11y ago
jokaclown
jokaclown
Quote Originally Posted by demoniccow9852 View Post
Dude, I've never used AHK but I assume it's like a virtual auto-clicker. I have a few auto-click buttons on my mouse and keyboard that would be legit way of spamming if I wasn't to AFK, so I'm not sure how it would work.
Auto Hot Key it's amacro script that deep scans ur running programs , now guess what it does ..... just look in what kind of forum you are and please read the intro thread before asking dumb ass questions
#14 · 11y ago
LI
LittleGirl2
Hi guys can you post example of whole script along with fishbot
i m too stoopid to make it work

but coords match my coords
#15 · 11y ago
Posts 1–15 of 26 · Page 1 of 2

Post a Reply

Similar Threads

  • Auto Fish Water V0.1(Auto Fish forever)By hmwhatmename in Trove Hacks & Cheats
    37Last post 11y ago
  • BEM Auto Throw Boot ScriptBy Milecar12 in Trove Hacks & Cheats
    23Last post 11y ago
  • Need FishBot with Boot auto-dropBy GoodCrafter in Trove Discussions & Help
    10Last post 11y ago
  • [1.4.2] MoreThanFish - So ya wanna fish an ole boot ye say?By ~Shadow in Minecraft Plugins
    4Last post 13y ago
  • Is It Possible To Get Fish Bots And Auto Bots?By mystery2k10 in Metin 2 Hacks
    0Last post 15y ago

Tags for this Thread

None