✅ Access to the path 'C:\Users\Administarto\AppData\Local\Application Data' is denied
Hello I want to create fivem cheat scanner and I added to source file location but I have this serror
35 Replies
I'm running with admin and etc but nothing
lang: c#
What is a cheat scanner?
the scanner is for fivem searching for sus files, cheats strings etc
So an anti-cheat of sorts?
yea
but scanning computer
example
probably need admin permissions to read those files
I have admin perms
and program run as admin?
yea
fixed
😮
but lookin in one folder
this not working only
Is it possible not to scan this folder?
Do you expect users to install that?
yea
admin is required
modify app.manifest
and what I must edit
app config?
no.
Application manifests - Win32 apps
An application manifest is an XML file that describes and identifies the shared and private side-by-side assemblies that an application should bind to at run time.
I dont have app manifest
ok I add
not working :/
into your csproj, add
<ApplicationManifest>app.manifest</ApplicationManifest>
if the app.manifest file existswth
Don't blindly copy paste
you should also have a template for app.manifest
I have
wait
use
requireAdministrator
for level
highestAvailable is only equivalent to requireAdministrator if the current user is an Administrator
note $newprojectWhen creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework.
.NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended.
https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
not work