Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
purpxd committed May 2, 2024
0 parents commit fc955c6
Show file tree
Hide file tree
Showing 66 changed files with 377,779 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
__pycache__/
build/
dist/
virtualenv/
*.env
.env
*.ifp
*.exe
*.spec
*.db
*.ui
resource_rc.py
error.log
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# E7AutoShop
Application designed to refresh Epic Seven Secret Shop and buy Mystic bookmarks and Covenent bookmarks

Automatic refresh secret shop



# Getting Started
1. Download the installer (https://github.com/purpxd/E7AutoShop/releases/download/v2.0/autoshop_installer_v2.0.exe)
2. Launch installer
3. Inside your emulator set the resolution to **1920 x 1080**. In advanced settings, enable ADB
4. Start autoshop.exe

# How To
**Auto Shop**
Input the amount of skystones you would like to use and press start

**Auto Watch Ads**
Go to your events and scroll down until the ads banner is at the very bottom and press watch ads

# Notes
1. You will need to set the resolution in your emulator to 1920 x 1080 or it will not work properly
Binary file added adb/AdbWinApi.dll
Binary file not shown.
Binary file added adb/AdbWinUsbApi.dll
Binary file not shown.
Empty file added adb/error.log.txt
Empty file.
10 changes: 10 additions & 0 deletions adb/ui.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file './main.ui'
#
# Created by: PyQt5 UI code generator 5.15.10
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.


Loading

0 comments on commit fc955c6

Please sign in to comment.