ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

[RELEASE-FREE] LViewLoL EXTERNAL-OpenSource


  • Please log in to reply
[RELEASE-FREE] LViewLoL EXTERNAL-OpenSource

#121

nacerisdead
nacerisdead
    Offline
    0
    Rep
    0
    Likes

    Member

Posts: 64
Threads: 0
Joined: Aug 24, 2021
Credits: 0
Three years registered
#121

well lets check ty buddy


  • 0

#122

kokitebra
kokitebra
    Offline
    0
    Rep
    -1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 75
Threads: 1
Joined: Apr 28, 2022
Credits: 0
Two years registered
#122

cool nice work


  • 0

#123

zeoonqwe
zeoonqwe
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 5
Threads: 0
Joined: May 13, 2022
Credits: 0
Two years registered
#123

!!! IMPORTANT !!! I've noticed riot already has taken notice of this project and they have implemented a few signatures for detecting this. Don't use this as it is, if you know what you are doing you will have a clue what to modify to avoid detection. Also careful if you want to copy paste code from here to an internal it seems riot has taken an extra step in making some code signatures.
This is a platform I started almost 2 months ago. It started as a simple spell tracker and evolved into a scripting platform.
https://i.imgur.com/IK9SxKd.png
 
I'm quitting league both because I don't enjoy the game anymore (I enjoyed more making cheats for the game lol) and because I need to get my shit together irl.
The platform is external using ReadProcessMemory and it uses python based scripting
Some points regarding this project:
Each script receives the game state (champions, minions, turrets etc) at each iteration and some interfaces one for ui and one for game related stuff like world2screen functions.
UIs are made using imgui
Overlays are made by drawing primitives from imgui (circles, rects, lines etc)
Supports drawing on the minimap too using world_to_minimap(position) function
There is also an implementation for a circle in world space
You can also draw images
Some unit/spell data is unpacked from the game directly (taken from communitydragon). This is made for performance reasons, also some of that data cannot be loaded from memory. This data can be updated with the scripts from UtilityScripts
The engine reads mobs, champions, turrets, missiles and other named objects like shaco boxes. It also reads champion spells, champion items.
Performance is high. On my machine the only bottle neck is the memory reading which can take 3ms in worst cases, gameplay scripts take below 1ms. There is a Benchmarking tab in the UI to check this.
Some already implemented scripts:
Orbwalker: also used for last hitting
Drawings: draws basic atk range, turret range and missiles
Auto Spells: casts automatically spells
Champ tracker: tracks a champion around the map
Map Awareness: alerts you when champions get close, shows where champions were last seen etc
Object Viewer: this is for dev purposes, you can browse objects ingame with this
Spell tracker: tracks spells and cooldowns
Vision tracker: tracks traps, wards and clones
TwistedFate Card Picker: picks cards for twisted fate
Auto Smite: auto smites hovered object
Hope you enjoy this source, I'll try to update the offsets/spell and unit data when a new patch comes in. You can also make a pull request to update them yourself.
Don't spam how to compile, there is a tutorial on the github page.


  • 0

#124

BakiHanma171
BakiHanma171
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 18
Threads: 0
Joined: Apr 02, 2022
Credits: 0
Two years registered
#124

real?


  • 0

#125

thisIsRandomLY
thisIsRandomLY
    Offline
    0
    Rep
    1
    Likes

    Member

Posts: 65
Threads: 0
Joined: May 22, 2022
Credits: 0

Two years registered
#125

!!! IMPORTANT !!! I've noticed riot already has taken notice of this project and they have implemented a few signatures for detecting this. Don't use this as it is, if you know what you are doing you will have a clue what to modify to avoid detection. Also careful if you want to copy paste code from here to an internal it seems riot has taken an extra step in making some code signatures.

This is a platform I started almost 2 months ago. It started as a simple spell tracker and evolved into a scripting platform.

https://i.imgur.com/IK9SxKd.png

 

I'm quitting league both because I don't enjoy the game anymore (I enjoyed more making cheats for the game lol) and because I need to get my shit together irl.

The platform is external using ReadProcessMemory and it uses python based scripting

Some points regarding this project:
Each script receives the game state (champions, minions, turrets etc) at each iteration and some interfaces one for ui and one for game related stuff like world2screen functions.
UIs are made using imgui
Overlays are made by drawing primitives from imgui (circles, rects, lines etc)
Supports drawing on the minimap too using world_to_minimap(position) function
There is also an implementation for a circle in world space
You can also draw images
Some unit/spell data is unpacked from the game directly (taken from communitydragon). This is made for performance reasons, also some of that data cannot be loaded from memory. This data can be updated with the scripts from UtilityScripts
The engine reads mobs, champions, turrets, missiles and other named objects like shaco boxes. It also reads champion spells, champion items.
Performance is high. On my machine the only bottle neck is the memory reading which can take 3ms in worst cases, gameplay scripts take below 1ms. There is a Benchmarking tab in the UI to check this.

Some already implemented scripts:
Orbwalker: also used for last hitting
Drawings: draws basic atk range, turret range and missiles
Auto Spells: casts automatically spells
Champ tracker: tracks a champion around the map
Map Awareness: alerts you when champions get close, shows where champions were last seen etc
Object Viewer: this is for dev purposes, you can browse objects ingame with this
Spell tracker: tracks spells and cooldowns
Vision tracker: tracks traps, wards and clones
TwistedFate Card Picker: picks cards for twisted fate
Auto Smite: auto smites hovered object

Hope you enjoy this source, I'll try to update the offsets/spell and unit data when a new patch comes in. You can also make a pull request to update them yourself.

Don't spam how to compile, there is a tutorial on the github page.

 

hope it works


  • 0

#126

thisIsRandomLY
thisIsRandomLY
    Offline
    0
    Rep
    1
    Likes

    Member

Posts: 65
Threads: 0
Joined: May 22, 2022
Credits: 0

Two years registered
#126

!!! IMPORTANT !!! I've noticed riot already has taken notice of this project and they have implemented a few signatures for detecting this. Don't use this as it is, if you know what you are doing you will have a clue what to modify to avoid detection. Also careful if you want to copy paste code from here to an internal it seems riot has taken an extra step in making some code signatures.

This is a platform I started almost 2 months ago. It started as a simple spell tracker and evolved into a scripting platform.

https://i.imgur.com/IK9SxKd.png

 

I'm quitting league both because I don't enjoy the game anymore (I enjoyed more making cheats for the game lol) and because I need to get my shit together irl.

The platform is external using ReadProcessMemory and it uses python based scripting

Some points regarding this project:
Each script receives the game state (champions, minions, turrets etc) at each iteration and some interfaces one for ui and one for game related stuff like world2screen functions.
UIs are made using imgui
Overlays are made by drawing primitives from imgui (circles, rects, lines etc)
Supports drawing on the minimap too using world_to_minimap(position) function
There is also an implementation for a circle in world space
You can also draw images
Some unit/spell data is unpacked from the game directly (taken from communitydragon). This is made for performance reasons, also some of that data cannot be loaded from memory. This data can be updated with the scripts from UtilityScripts
The engine reads mobs, champions, turrets, missiles and other named objects like shaco boxes. It also reads champion spells, champion items.
Performance is high. On my machine the only bottle neck is the memory reading which can take 3ms in worst cases, gameplay scripts take below 1ms. There is a Benchmarking tab in the UI to check this.

Some already implemented scripts:
Orbwalker: also used for last hitting
Drawings: draws basic atk range, turret range and missiles
Auto Spells: casts automatically spells
Champ tracker: tracks a champion around the map
Map Awareness: alerts you when champions get close, shows where champions were last seen etc
Object Viewer: this is for dev purposes, you can browse objects ingame with this
Spell tracker: tracks spells and cooldowns
Vision tracker: tracks traps, wards and clones
TwistedFate Card Picker: picks cards for twisted fate
Auto Smite: auto smites hovered object

Hope you enjoy this source, I'll try to update the offsets/spell and unit data when a new patch comes in. You can also make a pull request to update them yourself.

Don't spam how to compile, there is a tutorial on the github page.

 

hope it works


  • 0

#127

sdioniosidissd
sdioniosidissd
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 2
Threads: 0
Joined: May 26, 2022
Credits: 0
Two years registered
#127

i don't know abou this one, gonna check it out we'll see


  • 0

#128

martindupond81
martindupond81
    Offline
    2
    Rep
    0
    Likes

    Junkie

Posts: 271
Threads: 0
Joined: Nov 26, 2020
Credits: 0
Four years registered
#128

tyyyyyyy


  • 0

#129

sexooozap
sexooozap
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 6
Threads: 0
Joined: Jun 03, 2022
Credits: 0
Two years registered
#129

Thanks!


  • 0

#130

bpt83054jeoce
bpt83054jeoce
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 4
Threads: 0
Joined: Jun 06, 2022
Credits: 0
Two years registered
#130

bpt83054jeoce


  • 0


 Users browsing this thread: