ApexStuff
ApexStuff copied to clipboard
How to get it working? New Project
Hi. How can i manage my time and use this as my first project? How can i get this project going? Sorry if u dont understand my questions but im new to coding but i really wanna learn and i thought this can be my first project.
Can i implement this driver to your cheat? https://github.com/Zer0Mem0ry/KernelBhop
That driver looks like it would work. To get this project working, you would need to implement that drivers read/write functions into this project.
The basic steps to get it running: -Implement a driver that supports reading and writing of memory, and getting the base address of a module. -Setup your directx sdk-- as simple as downloading it. -Update the addresses and offsets in the cheat to reflect the current version of apex legends. If you search around for this, you'll find it quickly (hint: UC). Or find them yourself by reverse engineering the game. If you're new to this stuff, this is not trivial.
Most difficult part of this is probably loading your driver if you're not signing it. Since you cannot have test signing on, you'll either need to: a) sign the driver with a valid certificate. b) use a driver mapper that uses some existing exploitable signed driver (capcom, intel).
Thanks alot for your answer. I will be using https://github.com/hfiref0x/DSEFix for driver sign. Or to force it.
I'd be cautious with DSEFix. I believe most anti cheat solutions detect this. I would look into kdmapper, I believe it's called.
Ok thanks. I will take a look into kdmapper then :)
Can I exchange the discord?