I am trying to automate Raid: Shadow Legends without accessing game data but using pyautogui and finding images on the game's screen. I wish to do it with gamedata but I do not know how, and I know autoclickers are allowed in RSL so this is my novice attempt at it.
View Code
·
Report Bug
·
Request Feature
Table of Contents
Download the newest release of DailyQuests.exe and PyautoRaid.exe. It was created with "Windows Task Scheduler" in mind. You can click the app manually and it will run through and Collect your rewards like gems and upgrade in the sparring pit, and fight some battles in classicand campaign. The purpose though is for the app to run on its own, so "Windows Task Scheduler" is pre-built in Windows and can run your downloaded exe file every so often if you please.
Must be on a Windows Computer.
Tested on:
- Windows 10
- 1920 x 1080 Monitor
- CLICK HERE to download both PyAutoRaid.exe and DailyQuests.exe
- Click through the installer. Once finished, make sure your antivirus will allow you run them :).
Watch this video for a comprehensive introduction. CLICK HERE
- Double click DailyQuests.exe in your downloads folder to start it. (it may take a second to open raid)
- The "GUI Interface" should show up and then raid begins to open. Nothing else needs to be touched unless it is your first time using the application, in which you should click the boxes of what Tasks you want to run.
- If you do not want it to run automatically, go to your DQconfig.ini file and change the automated to equal False
- If you have manual off, you can do manual runs
This is needed if you want the app to run every hour.
- Open "Windows Task Scheduler"
- Click "Create Task" on the top right
- Name it whatever you want (doesnt matter)
- Click "Run with Hightest Privileges"
- Click "Triggers", then "New".., and then select whatever you want. (however often you want it to run. I run it "Daily" , and I set the start to be todays date and the top of the next hour. I then click the "Repeat task every hour""
- Click OK
- Click "Actions", then "New...", "Browse...", and then find the exe file wherever you placed it.
- Click OK
- This should now run the app however often you set it in Windows Task Scheduler. You can test to see if it works by clicking on your task under the Task Scheduler Library Folder on the top left, and clicking Run on the far right side.
For more examples, please refer to the
- Make it so the mouse isn't taken control of entirely.
- Collect/Do Daily quests ??
- Click and do game events without mouse entirely
- Need to remove Image recognition and get game data instead.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
No License. See LICENSE.txt
for more information.
Project Link: https://github.com/SnoopLawg/PyAutoRaid