Any other programmers in here?

sub3pieceofshit

sub3pieceofshit

rapist
Joined
Nov 25, 2025
Posts
241
Reputation
196
I don't know many people in real life, let alone any other programmers, so i thought i'd check here. im a low level programmer and need someone to talk to about this shit
 
  • +1
Reactions: Don Alejo Garza, aidenltn17 and Jason Voorhees
bump
 
  • +1
Reactions: aidenltn17
bump
 
  • +1
Reactions: aidenltn17
Yes. Devops engineer and SWE. What's your domain
 
  • +1
Reactions: HtnceI, Swarthy Knight, topology and 1 other person
I don't know many people in real life, let alone any other programmers, so i thought i'd check here. im a low level programmer and need someone to talk to about this shit
I'm planning on becoming one soon,

hopefully.
 
  • +1
Reactions: Don Alejo Garza
Yes. Devops engineer and SWE. What's your domain
hobby kernel dev. main project on my GitHub (signature). almost done with my own file system for it.
 
  • +1
  • Woah
Reactions: Jason Voorhees and topology
hobby kernel dev. main project on my GitHub (signature). almost done with my own file system for it.
Mirin. Have you done any kernel drivers regarding game cheats?
 
  • +1
Reactions: sub3pieceofshit
Mirin. Have you done any kernel drivers regarding game cheats?
Imagine having a cock so small you need to cheat in video games, and then on top of that having an IQ so low you willingly boot kernel level third party software made by sketchy internet groups.
 
hobby kernel dev. main project on my GitHub (signature). almost done with my own file system for it.
Nice. Refreshing to not see another regular run of the mill dev that is very low level systems programming. Generally not something guys like me directly deal with but we do sometimes interact with kernel features. You planning to get a job ?
 
  • +1
Reactions: topology
Nice. Refreshing to not see another regular run of the mill dev that is very low level systems programming. Generally not something guys like me directly deal with but we do sometimes interact with kernel features. You planning to get a job ?
Yeah, I'm a youngcel tho so it'll be a bit. Working on getting into a good college and maybe working for apple or nvidia. something that gets me money.
 
  • +1
Reactions: Don Alejo Garza, Jason Voorhees and topology
Mirin. Have you done any kernel drivers regarding game cheats?
My kernel can't run games yet as it's currently using a text-based display mode, but I do hope to eventually write a VGA and Intel Integrated Graphics driver. Also cheat drivers are only really made by third party companies separate from maintainers of the OS.
 
  • +1
Reactions: topology
Also cheat drivers are only really made by third party companies separate from maintainers of the OS.
Well, not really "companies," but I get what you're saying.

I was just wondering if you've ever dabbled into making game cheats before as I've never actually attempted to bypass something like Vanguard because it would take too much time.
 
Well, not really "companies," but I get what you're saying.

I was just wondering if you've ever dabbled into making game cheats before as I've never actually attempted to bypass something like Vanguard because it would take too much time.
I don't too much about these things but how do you bypass DRMs and Denuvo?
 
  • +1
Reactions: topology
Wow i didn't know Riot Vanguard ran on kernel level now it makes sense why their games don't work on Proton
 
  • +1
Reactions: topology
Last time I touched code was maybe 3 years ago. I tried doing an online boot camp for backend development but proved to be too much for my ADHD.

As a hobbyist I was at 10 points of earning the average score in CodeSignal (competitive programming site).
 
  • +1
Reactions: sub3pieceofshit
  • +1
Reactions: Jason Voorhees and topology
Well, not really "companies," but I get what you're saying.

I was just wondering if you've ever dabbled into making game cheats before as I've never actually attempted to bypass something like Vanguard because it would take too much time.
Made a Minecraft cheat client, was kinda shit though. I have the type of brain that wants to make everything my own. And that's what I do.
 
Wow i didn't know Riot Vanguard ran on kernel level now it makes sense why their games don't work on Proton
I've heard that anti-cheats have started to interfere with each other now as more and more companies are running kernel level stuff.

I don't too much about these things but how do you bypass DRMs and Denuvo?
I've only looked into Denuvo a bit but not really. Your comment reminds me of the new Resident Evil game and how it was protected. Apparently they had like 5 different things stacked upon each other and the torrent for it required you to do something with hypervisor to be able to run it? Didn't look into it too far.
 
  • +1
Reactions: Jason Voorhees
Made a Minecraft cheat client, was kinda shit though. I have the type of brain that wants to make everything my own. And that's what I do.
Written in java or a separate language? I've made "cheats" for Minecraft but just using the Minecraft api in java.
 
You don't bypass Denuvo. It just doesn't happen.
How do modern games with denuvo get cracked then? Im ignorant and only have half knowledge about these things but I think they can be done. It's kernel level stuff that is a bitch like anti cheats. Piracy is not that hard.

I've heard that anti-cheats have started to interfere with each other now as more and more companies are running kernel level stuff.


I've only looked into Denuvo a bit but not really. Your comment reminds me of the new Resident Evil game and how it was protected. Apparently they had like 5 different things stacked upon each other and the torrent for it required you to do something with hypervisor to be able to run it? Didn't look into it too far.
Yes I remember reading somewhere that there is some kind of work around by running hyper visor below Windows to intercept and fake Denuvo's checks. If Im not wrong just a few weeks back someone cracked borderlands 4 with this method.
 
  • +1
Reactions: topology
I've only made an OS for a university project.
 
  • +1
Reactions: Don Alejo Garza
Yes I remember reading somewhere that there is some kind of work around by running hyper visor below Windows to intercept and fake Denuvo's checks. If Im not wrong just a few weeks back someone cracked borderlands 4 with this method.
I really don't know much about how it works. I've never tried to learn how to pirate actual games.
 
  • +1
Reactions: Jason Voorhees
  • +1
Reactions: topology
How do modern games with denuvo get cracked then? Im ignorant and only have half knowledge about these things but I think they can be done. It's kernel level stuff that is a bitch.


Yes I remember reading somewhere that there is some kind of work around by running hyper visor below Windows to intercept and fake Denuvo's checks. If Im not wrong just a few weeks back someone cracked borderlands 4 with this method.
Denuvo was cracked. Once. By a pirate named Empress. It's a mess because you have to decompile the entirety of Denuvo, deobfuscate it, learn everything about it, and then you have to write a whole new program in assembly that acts as a driver and intercepts practically every memory operation hoping that it's Denuvo.
 
  • Woah
Reactions: Don Alejo Garza and Jason Voorhees
Denuvo was cracked. Once. By a pirate named Empress. It's a mess because you have to decompile the entirety of Denuvo, deobfuscate it, learn everything about it, and then you have to write a whole new program in assembly that acts as a driver and intercepts practically every memory operation hoping that it's Denuvo.
Sounds like a huge pain in the ass lmao. I'd give up half way through
 
Sounds like a huge pain in the ass lmao. I'd give up half way through
It is. I'm surprised Empress even got close. I have no clue how you'd work with something that does DLL checks constantly.
 
  • +1
Reactions: Jason Voorhees

Similar threads

D
Replies
0
Views
18
Deleted member 368107
D
topology
Replies
38
Views
201
134applesauce456
134applesauce456
HXTRED999
Replies
14
Views
104
FoidEater
FoidEater
iblamexyz
Replies
4
Views
56
iblamexyz
iblamexyz

Users who are viewing this thread

Back
Top