Skip to content

League of legends bot is a pixel bot for League Of Legends 10.8, written in C# .NET using image processing (image & text recognition), Interop and Lua scriptting.

Notifications You must be signed in to change notification settings

106FaceEater106/League-Of-Legends-BOT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is League of Legends Bot

  • League of legends bot is a pixel bot, written in C# .NET using System.Interop, PVInvoke and NLua.
  • This software is opensource and free.
  • It's a good way to raise your account level 30 without having to play or simply to win blue essences.

Version: League of Legends 10.8

Installation

Requirements : League Of Legends (a League of legends account), a monitor with a 1920 * 1080 screen Resolution. .NET 4.7 framework.

How to make it work?

Ensure your display settings are configured correctly

alt text

Then go to league of legends client and set windows size to 1600 * 900

alt text

Now go to this screen:

alt text

Start \Binaries\LeagueBot.exe as Administrator.

Type 'startAram' or 'startCoop'

Contact

Join the discord server : Discord

Authors

API References

  • Win Api
Function Return Type Description
keyUp void (string key) Release a keyboard key
keyDown void (string key) Sink a keyboard key
pressKey void (string key) Press a keyboard key
moveMouse void (int x,int y) Mouve mouse
rightClick void (int x,int y) Mouse right click
leftClick void (int x,int y) Mouse left click
getColor string (int x,int y) Get Hexadecimal color
waitForColor void (int x,int y,string colorHex) Stop bot until hex color exists at position
waitUntilProcessBounds void (string processName,int width,int height) Pause bot until process rect bounds is width * heigth
isProcessOpen bool (string processName) Return state of the process
centerProcess void (string processName) Center process windows relatively to screen size
bringProcessToFront void (string processName) Bring process window to front
waitProcessOpen void (string processName) Pause bot until the process open
centerProcess void (string processName) Center process windows relatively to screen size
executePattern void (string patternName) Execute pattern pattern name
log void (string message) Log message in the console
wait void (int duration) Wait (duration is in milliseconds)
waitForImage void (string image) Wait util the image is displayed on screen (image must exists in /Binaries/Images/)
leftClickImage void (string image) Right click the first image founded on screen (image must exists in /Binaries/Images/)
  • Game Api (Beta)
Function Return Type Description
getHealthPercent int Return your player health percentage
getManaPercent int Return your player mana percentage
talk void (string message) Talk in ally chat channel

About

League of legends bot is a pixel bot for League Of Legends 10.8, written in C# .NET using image processing (image & text recognition), Interop and Lua scriptting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.5%
  • Lua 13.5%