Averiias / Universal-SilentAim

Universal Silent Aim For Roblox
MIT License
31 stars 42 forks source link

Microsoft Store Issue #43

Open CallMeAculite opened 1 year ago

CallMeAculite commented 1 year ago

Script doesn't work on Microsoft Store version of Roblox, It opens but doesn't let me expand the menu.

PeasIn commented 1 year ago

the microsoft store version doesn't register the right control key and instead registers it as the left control key, and thats why the microsoft store version doesnt work.

i have made a simple change in the script to change the keybind into left control

loadstring(game:HttpGet("https://raw.githubusercontent.com/PeasIn/Universal-SilentAim/main/main.lua"))()

Fattiuss commented 1 year ago

the microsoft store version doesn't register the right control key and instead registers it as the left control key, and thats why the microsoft store version doesnt work.

i have made a simple change in the script to change the keybind into left control

loadstring(game:HttpGet("https://raw.githubusercontent.com/PeasIn/Universal-SilentAim/main/main.lua"))()

its works ty