Jump to content

Recommended Posts

Posted

In case someone knows about, there is a folder from the anticheat named "Active Anticheat" in Temp files (%temp%) which even when the game is not running still says that cannot be deleted because it's being used in the background, does that mean the Active Anticheat is working/spying to say so out of Aion?
I am trying to play on a private server using it and it's unclear to me if it's an actual spyware that has kernel access and takes screenshots/collect personal data out of the game or not.
Sorry for the topic choice, I am new and wasn't sure what to pick.
Thank you in advance.

Posted

i would never use main PC to run some russian basement made malware antibots, they doesn't have company registered, any terms or privacy policy or entity name. It could be as well botnet with features to block game cheats added on top, you basically trust some unknown guys they are saints :D

Posted
  On 6/5/2021 at 12:31 PM, AlmostGood said:

i would never use main PC to run some russian basement made malware antibots, they doesn't have company registered, any terms or privacy policy or entity name. It could be as well botnet with features to block game cheats added on top, you basically trust some unknown guys they are saints 😄

Expand  

Finally I see a good opinion on this topic! All these "protection platforms" are actually disguised malware.

Posted

Okay so lets start with one thing, despite what AlmostGood says, anyone who has anticheat which uses a driver DO have a registered company, because you literally can't get EV code sign keys without a registered corporate entity and for windows 10 kernel drivers you have no choice but to use EV keys. 

 

Anyway, the reason you can't delete the temp directory created by AA (or any other driver-based anticheat for that matter), is because of how the drivers work. Once DriverUnload is called, the driver is considered unloaded by the OS, but the driver file itself is still loaded in the kernel until the service has been stopped from usermode.

 

If you really want to delete the dir, you have 2 options.

1. Reboot your pc, then delete it.

2. open cmd (as admin) and type "net stop PRProt" then delete it.

 

Once all games are closed, AA unloads after a specified time (something like 30 seconds, don't remember exactly) and then DriverUnload is called, at this point there is no kernel code running from AA anymore.

  • Upvote 2
Posted
  On 6/5/2021 at 4:06 PM, Anarchy said:

Okay so lets start with one thing, despite what AlmostGood says, anyone who has anticheat which uses a driver DO have a registered company, because you literally can't get EV code sign keys without a registered corporate entity and for windows 10 kernel drivers you have no choice but to use EV keys. 

 

Anyway, the reason you can't delete the temp directory created by AA (or any other driver-based anticheat for that matter), is because of how the drivers work. Once DriverUnload is called, the driver is considered unloaded by the OS, but the driver file itself is still loaded in the kernel until the service has been stopped from usermode.

 

If you really want to delete the dir, you have 2 options.

1. Reboot your pc, then delete it.

2. open cmd (as admin) and type "net stop PRProt" then delete it.

 

Once all games are closed, AA unloads after a specified time (something like 30 seconds, don't remember exactly) and then DriverUnload is called, at this point there is no kernel code running from AA anymore.

Expand  

 

I completely doubt that legimetely getting EV is the only possible way to distribute a driver for windows

Posted
  On 6/5/2021 at 10:48 PM, xdem said:

 

I completely doubt that legimetely getting EV is the only possible way to distribute a driver for windows

Expand  

They find a homeless guy, pay him 100$ and found a company on his documents. That's how things work nowadays.

Posted
  On 6/5/2021 at 7:59 AM, Slayer Form said:

In case someone knows about, there is a folder from the anticheat named "Active Anticheat" in Temp files (%temp%) which even when the game is not running still says that cannot be deleted because it's being used in the background, does that mean the Active Anticheat is working/spying to say so out of Aion?
I am trying to play on a private server using it and it's unclear to me if it's an actual spyware that has kernel access and takes screenshots/collect personal data out of the game or not.
Sorry for the topic choice, I am new and wasn't sure what to pick.
Thank you in advance.

Expand  

disable this service

 

 

ggg.png

Posted

Thank you so much for the offered details, I decided to delete the private server for being considered as risky at this rate.
My last question is, deleting the launcher/game client and also the temp folder is enough or is there/can be there something else hidden from AAC left in my PC?
Thank you.

Posted (edited)
  On 6/5/2021 at 10:48 PM, xdem said:

 

I completely doubt that legimetely getting EV is the only possible way to distribute a driver for windows

Expand  

well you can't really steal an EV key like they did in the bad old days because even for the giant corporate guys the EV key has a hardware token, so unless you steal a hardware token you can't sign your files with it, not impossible sure but nothing like it used to be.

 

sure you can pay some guy with a corp to do it but that's still a legitimate corp which has to exist so if you were able to prove one of these guys was doing malicious shit you can report that to the CA and get the key revoked + the corp blacklisted.

 

idk why you guys think there's something specially bad about drivers, there's nothing you can access from kernel mode which you can't somehow access from usermode, even for kernel-specific structures you can use exploitable drivers (asus, cpu-z, gigabyte, intel, the list is endless) where you can sideload unsigned driver code to the kernel.

 

if a shady russkie has ONLY usermode access to your PC and he wants to fuck your shit up, your shit is gonna be fucked no matter what you do, it's not gonna get fucked more just because the guy has a driver.

 

  

  On 6/6/2021 at 8:15 AM, AchYlek said:

disable this service

 

 

ggg.png

Expand  

that's not the driver service, that's just the service he uses to transfer errors from kernelmode to usermode, the actual service is PRProt, it's set to not be displayed in the services window (yes thats an option) so to stop it you have to use cmd "net stop PRProt" will stop it

 

  

  On 6/6/2021 at 12:19 PM, Slayer Form said:

Thank you so much for the offered details, I decided to delete the private server for being considered as risky at this rate.
My last question is, deleting the launcher/game client and also the temp folder is enough or is there/can be there something else hidden from AAC left in my PC?
Thank you.

Expand  

if you wanna be 100000% sure it's gone, run cmd "sc delete PRProt" that will delete the actual service for the AA driver, once the service is gone it's not gonna come back unless you run the AA launcher again

Edited by Anarchy
Posted
  Quote

if you wanna be 100000% sure it's gone, run cmd "sc delete PRProt" that will delete the actual service for the AA driver, once the service is gone it's not gonna come back unless you run the AA launcher again

Expand  

Thank you much, I did so and it resulted as "SUCCESS", also rebooted but for some reason the service is still there..

Untitled-1.jpg

Posted
  On 6/6/2021 at 1:27 PM, Slayer Form said:

Thank you much, I did so and it resulted as "SUCCESS", also rebooted but for some reason the service is still there..

Untitled-1.jpg

Expand  

because as i said, that's not the driver service, you can delete it from services menu or use the same command but instead of PRProt, "sc delete AAErrorPort"

 

but as you can see it's a "manual" service, so it won't start by itself or anything, if you deleted the temp dir anyway the service files are gone so it can't start even if it wanted to

  • Thanks 1
Posted
  On 6/6/2021 at 12:41 PM, Anarchy said:

 

idk why you guys think there's something specially bad about drivers, there's nothing you can access from kernel mode which you can't somehow access from usermode, even for kernel-specific structures you can use exploitable drivers (asus, cpu-z, gigabyte, intel, the list is endless) where you can sideload unsigned driver code to the kernel.

 

Expand  

 

kernel mode is scary because it can do things at full privilege without the user's knowledge globally on your hardware. usermode has certain limitations and to do things that kernel mode can the api has to be accessed which goes through several security layers given the users notice. kernel mode bypasses all this, so I don't agree with what you are saying about the destructive capacity of each mode

Posted
  On 6/6/2021 at 2:29 PM, xdem said:

 

kernel mode is scary because it can do things at full privilege without the user's knowledge globally on your hardware. usermode has certain limitations and to do things that kernel mode can the api has to be accessed which goes through several security layers given the users notice. kernel mode bypasses all this, so I don't agree with what you are saying about the destructive capacity of each mode

Expand  

bro name 1 thing you can do from kernel mode "full privilege" that you cant from usermode that you think is "more destructive"

 

and regardless of all that bullshit you guys keep talking about how dangerous kernel is

 

>>You can load unsigned kernel code from usermode using vulnerable legitimate drivers which work to this day<<

 

i'd link you a topic to another forum but i feel that might fall afoul of the rules, but people literally post hundreds of drivers which have vulnerabilities in them to allow injection of your own code, or hell even your own entire fucking unsigned driver, into the kernel

 

this magic scary bullshit about kernel mode, guess what, if some shady guy who has usermode access on your PC wants to do all that scary kernel shit, THERE'S NOTHING STOPPING THEM.

 

usermode is not safer than kernel mode if you're running any application of suspect legitimacy, because there's nothing stopping them from being in kernel from user.

Posted
  On 6/6/2021 at 9:33 PM, Anarchy said:

bro name 1 thing you can do from kernel mode "full privilege" that you cant from usermode that you think is "more destructive"

 

and regardless of all that bullshit you guys keep talking about how dangerous kernel is

 

>>You can load unsigned kernel code from usermode using vulnerable legitimate drivers which work to this day<<

 

i'd link you a topic to another forum but i feel that might fall afoul of the rules, but people literally post hundreds of drivers which have vulnerabilities in them to allow injection of your own code, or hell even your own entire fucking unsigned driver, into the kernel

 

this magic scary bullshit about kernel mode, guess what, if some shady guy who has usermode access on your PC wants to do all that scary kernel shit, THERE'S NOTHING STOPPING THEM.

 

usermode is not safer than kernel mode if you're running any application of suspect legitimacy, because there's nothing stopping them from being in kernel from user.

Expand  

 

usermode goes through security policies while kernel mode doesn't you can't say that they are equally scary

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • A New Chapter Begins We're Rebuilding – Join Our Staff Team After many years of activity, growth, and challenges, it’s finally time for our community to restructure and move forward. We’re ready to turn a new page and evolve into something greater — but we can’t do it without the help of passionate and committed people. That’s why we’re now opening up staff applications for those who want to actively shape the future of our community. If you have the motivation, time, and patience to contribute to something meaningful, this is your chance to step in and make a real impact. What We're Looking For We’re building a fresh and dedicated team of individuals who are ready to support and grow this project. Open roles include: Moderators – to keep the forum clean, safe, and organized Gaming Moderators – to help manage gaming boards (e.g., Lineage, GTA FiveM) Content Creators – to post updates, guides, and articles Community Managers – to engage users and drive activity Technical Staff – for development, backend, and server work We’re not focusing only on Lineage anymore. Our vision is expanding to new areas — including GTA FiveM and other multiplayer games you might have expertise in. If you have a good idea, a server plan, or something new to suggest — we’re open to it. Now’s the time to bring it forward. Requirements We’re looking for individuals who have: A history of activity on the forum (preferred) Available time to contribute consistently A sense of teamwork and responsibility A genuine interest in gaming and community building If you're interested, just send a private message to me or Celestine. (or just reply here) Tell us a few things about yourself and how you’d like to contribute. Let’s bring this community back to life. Let’s rebuild something great — together.   M M G A 
    • L2 GLORY - BANNERS      
    • Lineage2Network - Interlude Reimagined   Embark on a revitalized journey through the classic Interlude era with Lineage2.Network. Our server is meticulously crafted by veteran players to deliver a seamless and engaging experience, blending the nostalgia of the Chaotic Chronicle with modern enhancements.     Server details   Chronicle: Interlude + Classic Rates: EXP x30 | Adena x10 | Drop x10 | Spoil x10     Server features   Daily Missions - complete special tasks for daily rewards Attendance Rewards - get rewards for online time Custom Events - TVT, DM, CTF NPC buffer duration - 2 hours   Mana Potions - restores 1000 MP, 10s cooldown Ring of Core additional stats: +1 STR Earring of Orfen additional stats: +1 INT Shadow Earring of Zaken - 7 days Shadow Ring of Queen Ant - 7 days   Max buff count - 24 (20 + 4 with Divine Inspiration) Noblesse, Heroic Valor, Flames of Invincibility and Celestial Shield don't take buff slot Reworked Cancel, Mage and Warrior Banes – removed buffs reappear after 30s Block Buffs - block all incoming buffs except from self/party Sweeper Festival added to Spoiler class   Subclass – retail or purchasable Noblesse – retail or purchasable up to Barakiel; collect 8 fragments for full staff 1st & 2nd class free, 3rd needs 700 Halisha Marks or is purchasable New Olympiad System: new stadiums with NPC buffer,  1 week period.     Key dates     Beta Launch: April 14, 2025 Official Launch: May 9, 2025     Check out full server details in our website And visit our discord   Join us and be part of community where classic gameplay meets innovative updates. Whether you're a solo adventurer or part of a formidable clan, Lineage2.Network offers a dynamic and balanced environment for all.  
    • Good day. Our game currency store is looking for suppliers of adena and items on a project such as L2REBORN x10. We also sell Epic jewelry and various items on this project L2REBORN x10. There are items and adena on L2REBORN x1. For all questions, write to us in discord - goddardshop
  • Topics

×
×
  • Create New...