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 › How to make a simple script in trove

How to make a simple script in trove

Posts 1–8 of 8 · Page 1 of 1
BO
bobdylanfrank
How to make a simple script in trove
Does anyone know a software or simple app which can make simple movements that are just looped over and over? I'd like to know how people manage to make st bots. But right now I want a low standard where it can just read and detect invites and accept them if I receive it. I have no idea how to read game data such as join requests and respond by clicking accept. I can pay in flux or steam voucher for specifics, otherwise a generic programme would be nice
#1 · edited 6y ago · 6y ago
TI
Tisako
Quote Originally Posted by bobdylanfrank View Post
Does anyone know a software or simple app which can make simple movements that are just looped over and over? I'd like to know how people manage to make st bots. But right now I want a low standard where it can just read and detect invites and accept them if I receive it. I have no idea how to read game data such as join requests and respond by clicking accept. I can pay in flux or steam voucher for specifics, otherwise a generic programme would be nice
Just invitations..

You need to find instructions that creates this window and there you’ll understand everything.
You need knowledge of ASM, C++ as well as good logic and patience. If C ++ is difficult for you, you can leave everything to CE, but then you will need knowledge of ASM and if you simplify the process, then knowledge of LUA and the capabilities of LUA in CE. And yes, you should also know how the programs are arranged, it helps a lot in breaking, and a lot of time for training. After about 3 months or a year (depending on you), you will be able to make bots, not the best, but already some

Or make a bot that will work on the picture.
Knowledge of any language that is capable of such and logic, patience etc.

Well, or steal someone else's code, and be a script kiddie.
#2 · edited 6y ago · 6y ago
Kurama<3
Kurama<3
or take the lazy method of using ahk and image/pixel searching
#3 · 6y ago
3JIOU_KOTE
3JIOU_KOTE
Quote Originally Posted by bobdylanfrank View Post
Does anyone know a software or simple app which can make simple movements that are just looped over and over? I'd like to know how people manage to make st bots. But right now I want a low standard where it can just read and detect invites and accept them if I receive it. I have no idea how to read game data such as join requests and respond by clicking accept. I can pay in flux or steam voucher for specifics, otherwise a generic programme would be nice
I'd like to know how people manage to make st bots. But right now I want a low standard where it can just read and detect invites and accept them if I receive it
Simplest of them is just a set of recorded mouse/keyboard movements/presses.
Most of the time they are reading screen/pixels using opencv/GetPixel winapi and acting accordingly.

Best solution in terms of speed/reliability is to either read memory to determine your hp/location/angle or just hook/call functions that are responsible for processing information you require.

As far as i can tell Tisako is mostly referring for the last option, but i would recommend you to get at least basic knowledge with something like cheat engine,python and opencv so you can find/read most of the stuff from memory and fallback to image recognition in case you have no idea how to obtain information from memory.
#4 · 6y ago
PH
phj280600
Quote Originally Posted by 3JIOU_KOTE View Post
Simplest of them is just a set of recorded mouse/keyboard movements/presses.
Most of the time they are reading screen/pixels using opencv/GetPixel winapi and acting accordingly.

Best solution in terms of speed/reliability is to either read memory to determine your hp/location/angle or just hook/call functions that are responsible for processing information you require.

As far as i can tell Tisako is mostly referring for the last option, but i would recommend you to get at least basic knowledge with something like cheat engine,python and opencv so you can find/read most of the stuff from memory and fallback to image recognition in case you have no idea how to obtain information from memory.
Hey, I'm looking to expand my knowledge beyond just finding basic pointers with CE and reading them with AHK. Would you perhaps be so kind as to point me to some good resources to learn?
#5 · 6y ago
BO
bobdylanfrank
- - - Updated - - -

Quote Originally Posted by Kurama<3 View Post
or take the lazy method of using ahk and image/pixel searching
Actually spent a few weeks on c programming and a short time on c++ so I can follow c++ fairly well. However, I never understood how to read a game data, and use that as input for a script. Nice to know my basic knowledge of c could be used. Could you show me a specific example of bit of code where you can identify an object in trove?
#6 · edited 6y ago · 6y ago
3JIOU_KOTE
3JIOU_KOTE
Quote Originally Posted by phj280600 View Post
Hey, I'm looking to expand my knowledge beyond just finding basic pointers with CE and reading them with AHK. Would you perhaps be so kind as to point me to some good resources to learn?
In the end it pretty much boils down to the same concepts:
1)Get information that you want to process(read memory/screen/pixels)
2)Process it
3)Provide information to user if necessary

You can use any programing language as long as you understand how to use operational system api to get desired information.
There is no complete "zero to hero" tutorials out there, since there are millions of games for different operational systems with different game/rendering engines.
All you can do is to learn basics of some programing language, learn how to find information you are interested in and learn how to process/modify it.

If you want tutorials/source code to peek at - google and youtube provide more than enough info if you type something like "C/ASM/Python/AutoHotKey ESP/Aimbot/Wallhack/Triggerbot/Speedhack/Cheat"
#7 · 6y ago
Kurama<3
Kurama<3
Quote Originally Posted by bobdylanfrank View Post
- - - Updated - - -



Actually spent a few weeks on c programming and a short time on c++ so I can follow c++ fairly well. However, I never understood how to read a game data, and use that as input for a script. Nice to know my basic knowledge of c could be used. Could you show me a specific example of bit of code where you can identify an object in trove?
https://www.autohotkey.com/docs/comm...mageSearch.htm
https://www.autohotkey.com/docs/comm...ixelSearch.htm
#8 · 6y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Help needed - how to find xyz coordinates and make some simple scriptsBy qq12345 in Dragon Nest Help
    1Last post 14y ago
  • How to make a simple grunge tutorialBy SpaWn in Tutorials
    2Last post 17y ago
  • How to make a simple Car SignatureBy SpaWn in Tutorials
    10Last post 17y ago
  • *Tut* How To Make A Simple NotepadBy u1111u in Programming Tutorials
    2Last post 16y ago
  • Show Me How To Make A Simple WallHack Cod4 1.7By lovemommy in Programming Tutorial Requests
    0Last post 17y ago

Tags for this Thread

None