any way i can update this without coding knowledge ?
Originally Posted by Blighted08
any way i can update this without coding knowledge ?
hopefully someone can make a tutorial on how to do it because not many people have the knowledge.
Originally Posted by Getrektmong
Im new to all of this, is there anyway of us editing/adding/updating your exe the one you posted in here or is that not possible.
There on ****** is the entire AutoFarm source code.
Originally Posted by FAISAL32
yeah it’s possible but a bit tricky
you need to define a specific path for the player to follow depending on the delve
you can’t use noclip there cuz it can get you killed
so what you really need is just a safe route one that won’t kill you and yeah, you can totally make that yourself
as for the ores, nope they’re not in the EntityList
but there are other ways to get their positions
I was thinking of 2 methods, 1 was just straight up TP to said coords, the other was use the entity/block that's inside every delve room, the one that brightens up when you full clear a delve room - that way you can progress through the delve rooms knowing you're always in the middle of the room when you get to that block. Thoughts on that? also I very much appreciate the help!
OK, I am the original author of TroveAuto. I'd like to clarify a few points:
1. Most principles in my code originate from this community. Developers are welcome to submit issues/PRs to the repository.
2. If you wish to use my script, pre-built versions are available in Releases. However, they may trigger antivirus false positives; the reasons and build methods are explained in issue #1 . If concerned, build it yourself. Additionally, the script is free and resale is strictly prohibited�please use it discreetly.
3. English Support: The script was developed in Chinese but now has basic English UI. Some layout issues exist; you may create a branch to redesign the layout.
4. Address Updates: All functional addresses support auto-updating. Click Local Update in the script settings.
5. Auto Dungeons: I will not openly release this feature. Frankly, I don't want this function to be too powerful.
6. Next Steps:
- Only critical bug fixes for now.
- Future plans: Silent Aim and Mineral Scanning (may take time).
- Currently developing an app for auto-restarting crashed games (using uiautomation and win32api).
- Planning a player-managed list for DIY chat/overhead names (e.g., custom titles or tagging scammers).
Note: Publicizing scammer IDs risks legal issues , so this may be unfeasible.
Contact me if interested in collaborating.
7. My goal is technical exchange via open-source code. Non-technical issues should be resolved independently
8. Please adhere strictly to the GPL-3.0 license
..................
Originally Posted by AnglesD
OK, I am the original author of TroveAuto. I'd like to clarify a few points:
1. Most principles in my code originate from this community. Developers are welcome to submit issues/PRs to the repository.
2. If you wish to use my script, pre-built versions are available in Releases. However, they may trigger antivirus false positives; the reasons and build methods are explained in issue #1 . If concerned, build it yourself. Additionally, the script is free and resale is strictly prohibited�please use it discreetly.
3. English Support: The script was developed in Chinese but now has basic English UI. Some layout issues exist; you may create a branch to redesign the layout.
4. Address Updates: All functional addresses support auto-updating. Click Local Update in the script settings.
5. Auto Dungeons: I will not openly release this feature. Frankly, I don't want this function to be too powerful.
6. Next Steps:
- Only critical bug fixes for now.
- Future plans: Silent Aim and Mineral Scanning (may take time).
- Currently developing an app for auto-restarting crashed games (using uiautomation and win32api).
- Planning a player-managed list for DIY chat/overhead names (e.g., custom titles or tagging scammers).
Note: Publicizing scammer IDs risks legal issues , so this may be unfeasible.
Contact me if interested in collaborating.
7. My goal is technical exchange via open-source code. Non-technical issues should be resolved independently
8. Please adhere strictly to the GPL-3.0 license
can we get a link to the repository?
I downloaded the ZIP file containing the source code of AngelsD from ******. Unfortunately, the included AHK script cannot be executed without an error – it seems there is one or more mistakes in the code.
The TroveAuto.exe also cannot be launched. When attempting to run it, an error message appears pointing to a problem in line 1067.
It might be a good idea to make the AutoFarmer code available directly here. That way, even users who only have a basic understanding would have an easier time adapting or updating the script themselves in the future.
Originally Posted by 3rd
can we get a link to the repository?
My code repository is Angels-D/TroveAuto. I seem unable to share the link to this platform here, but you should be able to find it easily on your own.
Originally Posted by bendosch
I downloaded the ZIP file containing the source code of AngelsD from ******. Unfortunately, the included AHK script cannot be executed without an error – it seems there is one or more mistakes in the code.
The TroveAuto.exe also cannot be launched. When attempting to run it, an error message appears pointing to a problem in line 1067.
It might be a good idea to make the AutoFarmer code available directly here. That way, even users who only have a basic understanding would have an easier time adapting or updating the script themselves in the future.
Any technical issues can be submitted in the repository with key information such as operation screenshots and reproduction steps. git is more convenient for me to manage and maintain code. Here, some technical principles can be briefly discussed, but it's a bit troublesome to release code here
Is there any way I can make him go to any mob I want, but if there is no such mob nearby, he will follow me walking around the map, like Faisal?
Originally Posted by AnglesD
OK, I am the original author of TroveAuto. I'd like to clarify a few points:
1. Most principles in my code originate from this community. Developers are welcome to submit issues/PRs to the repository.
2. If you wish to use my script, pre-built versions are available in Releases. However, they may trigger antivirus false positives; the reasons and build methods are explained in issue #1 . If concerned, build it yourself. Additionally, the script is free and resale is strictly prohibited�please use it discreetly.
3. English Support: The script was developed in Chinese but now has basic English UI. Some layout issues exist; you may create a branch to redesign the layout.
4. Address Updates: All functional addresses support auto-updating. Click Local Update in the script settings.
5. Auto Dungeons: I will not openly release this feature. Frankly, I don't want this function to be too powerful.
6. Next Steps:
- Only critical bug fixes for now.
- Future plans: Silent Aim and Mineral Scanning (may take time).
- Currently developing an app for auto-restarting crashed games (using uiautomation and win32api).
- Planning a player-managed list for DIY chat/overhead names (e.g., custom titles or tagging scammers).
Note: Publicizing scammer IDs risks legal issues , so this may be unfeasible.
Contact me if interested in collaborating.
7. My goal is technical exchange via open-source code. Non-technical issues should be resolved independently
8. Please adhere strictly to the GPL-3.0 license
Hi, how did you achieve such knowledge in C++ coding? Can you give me some advice?
Originally Posted by Allom
Hi, how did you achieve such knowledge in C++ coding? Can you give me some advice?
If you want to learn programming, C++ might be a good starting point. You will first grasp some fundamental syntactic structures and keywords of programming. Then, you can try solving algorithmic problems on Online Judge platforms, which are widely available online. After that, learning object-oriented programming (OOP) techniques will greatly help you build systematic and structured projects. C++ Primer Plus is a decent book I've read, but C++ Primer seems more in-depth than the "Plus" version. I don’t recommend relying solely on books; placing your hands on the keyboard daily is the right approach to learning programming.
Can I be banned for using this cheat?
Originally Posted by _MoTaZzz_
Can I be banned for using this cheat?
Obviously. You can be banned for using any cheat on any game, they all come with that risk.
did you find a way?
Originally Posted by Getrektmong
Im new to all of this, is there anyway of us editing/adding/updating your exe the one you posted in here or is that not possible.