Skip to content

Natanhel/SummonerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction:
============
SummonerBot is an Android bot for people who had it enough with the farming required in SW.
Please use with caution since botting is AGAINST the company policy and YOU CAN GET BANNED for using this bot!
Nonetheless, the bot uses ADB and uses your phone functionality so it may look like a user feedback and not a 3rd side program.
Apple phones will not be supported.


Dependencies:
=============
PIL is required to work with images in memory. 
cv2 is required to edit images
pytesser.py	Main module for importing
util.py		Utility functions used by pytesser.py
errors.py	Interprets exceptions thrown by Tesseract
tesseract.exe	Executable called by pytesser.py
tessdata/	Resources used by tesseract.exe


Installation:
==============
SummonerBot has no installation functionality in this release.  Extract SummonerBot.zip
into directory with other scripts.  Necessary files are listed in Dependencies above. 
You may need to edit the adb.exe path in order to make the script work properly with it.


Usage:
================================
You will need to connect your phone via USB and enable USB debugging on your phone first.
insall python and use in command line:
  cd /path/to/SummonerBot/
  python ./sbot.py -f

WiFI Support:
=============
In order to use the bot over WiFi you'll need to connect the phone to the USB port,
write in the command line the next (unix) command:

adb tcpip 5555 & ip="`adb shell ip -f inet addr show wlan0 | grep -oP "\d{3}.\d{3}.\d.\d" | grep -m1 ""`" & adb connect ${ip}:5555

This will establish a connection to the phone created by the phone's own IP address
and link the adb over the correct IP in your router.

About

A summoners war bot that can farm dungeons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages