Soneliem / WAIUA

"Who Am I Up Against?" (WAIUA) is a Valorant app that lets you see ranks, recent games, skins of players and more, all in and before a live match.
https://waiua.sonel.dev
MIT License
179 stars 30 forks source link

Add waiua to overwolf or add ingame overlay #48

Open PixelatedHulo opened 2 years ago

Soneliem commented 2 years ago

I won't be able to upload it to Overwolf because they have to abide to Riot rules (even though they literally read game memory and show hidden information).

I am investigating overlays and will see if it possible with my implementation (WPF).

SuperS123 commented 2 years ago

I am investigating overlays and will see if it possible with my implementation (WPF).

A (very makeshift) method would be to set the val process as the owner of the form and then set the form as visible and invisible as a keybind is pressed

Soulhackzlol commented 1 year ago

A (very makeshift) method would be to set the val process as the owner of the form and then set the form as visible and invisible as a keybind is pressed

pretty good idea! imo overlay should only show when "tab" is pressed. just like other overlays do. also isnt it possible to force a transparent form on top of valorant? (did that a while ago with winforms but idk current state)