All Projects â†’ approved â†’ OddAutoWalker

approved / OddAutoWalker

Licence: GPL-3.0 license
League of Legends External Orb Walker

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to OddAutoWalker

league-connect
🔌 Promise-based NodeJS interface to the League of Legends Client APIs
Stars: ✭ 92 (+64.29%)
Mutual labels:  league-of-legends, league-client, league-client-apis
Mecha
🚀 Debugger and plugin loader for the League of Legends client
Stars: ✭ 48 (-14.29%)
Mutual labels:  league-of-legends, league-api, league-client
Camille
C# Riot API Library. Thread safe, automatic retries, autogenerated nightly releases.
Stars: ✭ 82 (+46.43%)
Mutual labels:  league-of-legends, league-api
game apis
This repository is for integrating with different apis to allow you to pull player or game data
Stars: ✭ 24 (-57.14%)
Mutual labels:  league-of-legends, league-api
KBotExt
Application that sends custom requests to League of Legends LCU api
Stars: ✭ 86 (+53.57%)
Mutual labels:  league-of-legends, league-client
LeagueAPI
League of Legends API & Data Framework in Swift
Stars: ✭ 50 (-10.71%)
Mutual labels:  league-of-legends, league-api
league-bot
A League of Legends bot to level up accounts. For best results use the settings required settings in the code/README. This bot is designed for Windows computers.
Stars: ✭ 19 (-66.07%)
Mutual labels:  league-of-legends, league-client
runeterra
Legends of Runeterra deck code encoder/decoder in JavaScript
Stars: ✭ 45 (-19.64%)
Mutual labels:  league-of-legends, league-api
MindCorpViewer
League Of Legends Model Viewer
Stars: ✭ 19 (-66.07%)
Mutual labels:  league-of-legends
trophy-hunter
Trophy Hunter is a League of Legends companion app for the Overwolf store
Stars: ✭ 21 (-62.5%)
Mutual labels:  league-of-legends
kernel
A plug & play Riot API proxy server
Stars: ✭ 28 (-50%)
Mutual labels:  league-of-legends
legendary-rune-maker
An automation app for League of Legends
Stars: ✭ 75 (+33.93%)
Mutual labels:  league-of-legends
onetricks.net
(WIP) kayn-powered (typescript node.js) ReasonReact app presenting you a dashboard of high ELO one trick ponies in League of Legends
Stars: ✭ 13 (-76.79%)
Mutual labels:  league-of-legends
lol-client-java-api
Simple library which provides access to internal League of Legends Client API.
Stars: ✭ 51 (-8.93%)
Mutual labels:  league-of-legends
ChromaLeague
Java open-source Razer Chroma keyboard integration for League of Legends
Stars: ✭ 34 (-39.29%)
Mutual labels:  league-of-legends
Riot-Games-API-Developer-Assets
Riot Games API Developer Assets!
Stars: ✭ 23 (-58.93%)
Mutual labels:  league-of-legends
league-toolkit
⚙ A set of additional options for the updated League of Legends client.
Stars: ✭ 20 (-64.29%)
Mutual labels:  league-of-legends
lol launcher
League Of Legends 英雄联盟 搯抹晹
Stars: ✭ 70 (+25%)
Mutual labels:  league-of-legends
lol-php-api
📩 League of Legends PHP API
Stars: ✭ 29 (-48.21%)
Mutual labels:  league-of-legends
LeagueReplayParser
C# library which can read some data from a .rofl file, and start a replay in the client. (no longer actively maintained)
Stars: ✭ 20 (-64.29%)
Mutual labels:  league-of-legends

Odd AutoWalker

GitHub
Get a competitive edge and save your wrists in League of Legends.
This tool is designed to orb walk optimally by calculating the amount of time it takes to complete an auto attack and automatically issuing both the move and attack commands.


How It Works

This project utilizes the League of Legends Live Client API to get your in-game stats to calculate the appropriate times to issue moves and attacks. Using LowLevelInput.Net, OddAutoWalker is able to capture the user's input and know when to start issuing actions. The actions are hardware emulated using pinvoke and SendInput found in the InputSimulator.cs class


How To Get This Program

If you have not already, you will need to grab the latest version from here: Latest Release

To Compile Yourself:

  • Your computer must be running Windows 10 version 1703 or higher
  • Download the latest version of Visual Studio (VS)
  • Make sure the .netcore 3.1 SDK is installed if it was not installed with VS
  • Clone or Download the Source
  • Open OddAutoWalker.sln with VS to build and run the project

Using This Program

Important Note

While this program is usable, it is intended to be used as reference for both a better implementation and your own project.

If you don't want to mess with the program yourself, you must have your "Player Attack Move" bound to 'A'.
This setting can be found in the in-game settings at Settings->Hotkeys->Player Movement.


Steps:

  1. Launch OddAutoWalker.exe and League of Legends
  2. Queue up in any mode, excluding Team Fight Tactics, and wait until you're in game
  3. Press and hold 'C' to activate the auto walker
  4. Deactivate by releasing 'C'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].