--// make sure to join https://discord.gg/b2hbaJHVfF for more open source scripts
local Debug = require(game:GetService("Players").LocalPlayer.PlayerScripts.Controllers.DebugController)
Debug:DisableDeviceAutoSwitch(true)
Debug:SetHandicapsEnabled(true)
--// Note: If you want to toggle it off, set the second 'true' to 'false'Enables Auto Shoot On PC
If you want more scripts like this, make sure to join https://discord.gg/b2hbaJHVfF
1--// make sure to join https://discord.gg/b2hbaJHVfF for more open source scripts
2local Debug = require(game:GetService("Players").LocalPlayer.PlayerScripts.Controllers.DebugController)
3
4Debug:DisableDeviceAutoSwitch(true)
5Debug:SetHandicapsEnabled(true)
6
7--// Note: If you want to toggle it off, set the second 'true' to 'false'No comments yet. Be the first to comment!