View previous topic :: View next topic |
Author |
Message |
amitbec Cheater
Reputation: 0
Joined: 09 Feb 2008 Posts: 31
|
Posted: Wed Jun 19, 2024 1:43 pm Post subject: Question |
|
|
Hi
My name is Amit
My main goal is to create a simple bot to farm gold, to take it from the
floor
but I can't figure out how I will get the location of the gold on the map
and I don't know how to make the bot click on this location
please help thanks!
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3325
|
Posted: Thu Jun 20, 2024 12:02 pm Post subject: |
|
|
Why don't you use Autohotkey or something?
|
|
Back to top |
|
 |
amitbec Cheater
Reputation: 0
Joined: 09 Feb 2008 Posts: 31
|
Posted: Thu Jun 20, 2024 3:36 pm Post subject: |
|
|
I don't find some autohotkey works, and I want to learn how to do that
someone can help, please?
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3325
|
Posted: Fri Jun 21, 2024 11:26 am Post subject: |
|
|
Run it as admin and it will work - that does the trick for me every time.
|
|
Back to top |
|
 |
LamontCardenas Newbie cheater
Reputation: 1
Joined: 03 Jun 2024 Posts: 15
|
Posted: Mon Jun 24, 2024 9:32 am Post subject: |
|
|
Creating a bot to farm gold sounds like an interesting project! To get the location of the gold on the map, you'll typically need to use some form of image recognition or pixel detection. There are libraries and tools available in various programming languages that can help with this, like OpenCV or PyAutoGUI. As for clicking on the location, once you have identified the coordinates of the gold, you can simulate mouse clicks programmatically to interact with it. Good luck with your bot development!
|
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3325
|
Posted: Wed Jun 26, 2024 1:52 pm Post subject: |
|
|
Autohoykey can detect pixels and even recognize certain text.
|
|
Back to top |
|
 |
|