Sly Automation's repositories
osrs_basic_botting_functions
Functions for automating osrs botting using Python.
osrs_yolov5
Yolov5 Object Detection In OSRS using Python code, Detecting Cows - Botting
valorant_aimbot
This tutorial introduces an aimbot script designed for a first-person shooter game, specifically tailored for use in games like Valorant. The script utilizes color detection to identify enemy structures, represented by purple hue outlines.
osrs_yolov3
Yolov3 Object Detection In OSRS using Python code, Detecting Cows - Botting
astar_pathfinding_node_networks
This project extracts the canvas data on https://www.osrsmap.net/ and converts each canvas display as an png file. This is done by exploiting html elements on the website and adding javascript parameter functions such as .toDataURL. .toDataURL() method returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG). WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. Download the chrome webdriver here: https://chromedriver.chromium.org/downloads Base64 module allows for the script to This module provides functions for encoding binary data to printable ASCII characters and decoding such encodings back to binary data. This is useful converting the canvas data to a png file. The next function merges those images by looping the interactions of the canvas images, that results in the final product a full osrs map with icons and detailed.
aim-assist-with-python
Dive into our Python-powered GUI tool. Uncover real-time status updates, select games and weapons effortlessly to control recoil
yolo_runelite_plugin
A plugin for runelite which takes annoted screenshots of npc that are formated for yolo detection
osrs_pvp_tutorial
PvP (Player versus Player) plugin using the RuneLite API. The development is presented in a tutorial format to inderstand the Runelite API documentation on classes, methods and objects
osrs_java_httpserver_python
java plugin for old school runescape which saves data to a http server. the python code allows users to extract information to use in the game.
osrs_stat_generator
This project incorporates pyinstaller to package the a stat generator project into a executable file. this is a good example of a project that is dependant on images and creating files which can be difficult to work as intended in a exe file.
magic-tiles-autoclicker
Creating an autoclicker for the game Magic Tiles to automate the clicking process and achieve high scores effortlessly.
take_screenshot_loop
simple Python Python application using the Tkinter library to create a GUI for taking screenshots at regular intervals.