Open Source Cheat for Apex Legends, designed for ease of use. Made to understand reversing of Apex Legends and respawn's modified source engine as well as their Easy Anti Cheat Implementation.

Apex-Legends-SDK

Open Source Cheat for Apex Legends, designed for ease of use. Made to understand reversing of Apex Legends and respawn's modified source engine as well as their Easy Anti Cheat Implementation.

This Project consists of two parts, Driver and Usermode. Since this project utilizes a Kernel Driver you will most likely want to change the hooked function as well as the shellcode that goes along with it. You can change both of these inside Memory.h in the Driver

Current function: NtSetCompositionSurfaceIndependentFlipInfo

Current shellcode: 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00

To build this project, please download the Windows Driver Kit (WDK), and build in Release | x64. Build and place KDMapper (https://github.com/TheCruZ/kdmapper) in the directory of your build, as the project will attempt to map the driver for you.

Additionally, to correctly replace EAC's splash screen, you will need to change paths in Utils.h

Image1

Image2

Inside Apex Legends SDK you will find the SDK, consisting of the Entity system and Engine. I have also included a DirectX9 Overlay which is used for rendering the menu as well as ESP.

This project also has support for Python scripting, to easily test and create features. Below is an example of a basic Health-Glow which is in the x64/Release/Userscripts folder, to see the implementation of python scripting, see Scripts.h

import Entity

#Apex Legends Health-based Glow ESP

def main():
    #pLocal = Entity.LocalEntity() #We dont need it for this script, but this is how you would get the localPlayer

    for i in range(0, 100):
        pEntity = Entity.BaseEntity(i)
        if pEntity.isPlayer() and pEntity.iHealth() > 0: #Valid Player
            #pEntity.GlowStyle(101,101,46,90) #Bright Glow Style

            health = pEntity.iHealth() + pEntity.iShield()
            if 180 <= health <= 300: #WHITE
                pEntity.Glow(255, 255, 255)
            if 160 <= health <= 179: #GREEN
                pEntity.Glow(0, 255, 0)
            if 140 <= health <= 159: #YELLOW
                pEntity.Glow(255, 255, 0)
            if 110 <= health <= 139: #RED
                pEntity.Glow(255, 0 , 0)
            if 70 <= health <= 109: #PINK
                pEntity.Glow(255, 0, 255)
            if 40 <= health <= 69: #BLUE
                pEntity.Glow(0, 0, 255)
            if health < 40:        #CYAN
                pEntity.Glow(0, 255, 255)
Owner
Game Engine Developer, Game Dev, Reverse Engineer. Python is pretty cool.
null
Comments
  • Can u help me?

    Can u help me?

    so im not really into c++ language and this stuff so im a bit a shit with changing things ? how can i change the hooked function and the shell code (how can i find them) and what i need to do next, (and how can i do it) THX a lot

  • Could you make a tutorial on how to make a glow esp for APEX ?

    Could you make a tutorial on how to make a glow esp for APEX ?

    Hi Ethan I’ve been watching a lot of your python videos for CSGO and that really helped me learn python now is amt to do c++ so can you make a guide on how to make a simple esp ?

  • there are unlimted errors

    there are unlimted errors

    i downloaded python and directx but your thing doesnt include like half the things i need. Everytime i try to build there is a new error. then when i downloaded the right wdk version it said it couldnt find windows kernel tools. and it also said it was missing another truck of files. idk what to do with this bro ima just delete it.

  • Nothing shows in Apex

    Nothing shows in Apex

    So basically I opened Apex Legends SDK.exe it shows me a command prompt then it closes image

    I start Apex Legends, press Insert etc. but nothing shows. Am I missing something? I'm new into this

  • looking reseller for this cheats ?

    looking reseller for this cheats ?

    hello to you I wanted to know if you would like to partner with me? I have no experience in C++, C# but I have my discord server and 126 members, I can do a lot of advertising and a lot of sales! I'm looking for someone with experience in dev because we will need EAC bypass + Hwid Login ect.. if you're interested here is my discord: FastMatikQc#6560 and my server discord : https://discord.gg/qz3Dzxc6Dc

Reverse engineered source code of the engineowning cheat for cod9 (tags, ignore. Fortnite cheat, engineowning, engineowning cracked, cheat cracked, cod cracked cheat, cod cheat source)

engineowning-cod9 Reverse engineered source code of the engineowning cheat for cod9 Cracked by CODEX notinjector = C:\Windows\Release\ .exe drSYS = C:

Oct 12, 2022
A loadlibrary injector for the game Splitgate that fully bypasses their EQU8 anti-cheat implementation.

splitgate-load-library-injector A loadlibrary injector for the game Splitgate that fully bypasses their EQU8 anti-cheat implementation. Information Th

Oct 3, 2022
external apex legends cheat - esp, chams, rcs
external apex legends cheat - esp, chams, rcs

apex legends external cheat external cheat utilizing kernel gdi rendering & kernel key input esp, chams, broken rcs bypass syscall is hooked then call

Dec 31, 2022
Apex Legends External Cheat

Apex-Legends-Rage-Cheat Apex Legends External Cheat An Apex Legends External Cheat Source by Ghost#9999 How to use Free Undetected Esp Cheat Apex Lege

Sep 8, 2022
This Repository Aims To Help Beginners with their first successful pull request and Know How to do open source contributions Also For Intermediate and Advance level contributors as well.
This Repository Aims To Help Beginners with their first successful pull request and Know How to do open source contributions Also For Intermediate and Advance level contributors as well.

Hacktoberfest_2021 This Repository Aims To Help Beginners with their first successful pull request and Know How to do open source contributions Also F

Jan 9, 2022
Stuff I've made/found for reversing/modding/extracting NieR:Replicant v1.224...

NieR:Replicant ver.1.22474487139 Tools Archive (.arc) Files Hex Signature: 28 B5 2F FD Can contain one or multiple compressed files. Files are compres

Jul 30, 2022
Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.
Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

Jan 4, 2023
Just a basic Offsets and Netvar dumper for Apex Legends
Just a basic Offsets and Netvar dumper for Apex Legends

Not much to say just an Apex Legends Offsets + Netvar Dumper, it should survive some game updates and also it gave to you almost all you need to updat

Dec 31, 2022
All of my code from exploiting Apex Legends released to the public.

apex-cheating I'm releasing all my source and tools to do with Apex Legends today because idk man. UC-Apex-Remastered An Apex Legends cheat based off

Jan 8, 2023
Simplest Apex Legends hack with overlay (DX9)

nullptr apex external [old version] | Автор Реализован на утечке - mhyprot ( кто не знает , это драйвер АС GENSHIN IMPACT ). Aimbot - mouse_event если

Nov 21, 2022
This is a simple version of Apex-Legends-SDK since so many people having struggles with python binding
This is a simple version of Apex-Legends-SDK since so many people having struggles with python binding

This is a simple version of Apex-Legends-SDK since so many people having struggles with python binding

Nov 30, 2022
Official Vanguard Anti-Cheat source code.

Vanguard Official Vanguard Anti-Cheat source code. Using the compiled binary For ease, an unprotected compiled version of Vanguard is available. Downl

Jan 5, 2023
Hyper-V VMBusPipe Reversing

Many Hyper-V host-to-guest extensions communicate over a special named pipe transport that goes over the VMBus, called the VMBus pipe. One such feature is the Hyper-V enhanced session mode that opens a named pipe transport to the guest VM to use a special listener inside the RDP server, making it possible to connect without TCP networking available.

Nov 9, 2022
This project helps a person park their car in their garage in the same place every time.

garage-parking-sensor Description This project is developed to help a person park their car in their garage in the same place every time. Normally peo

Aug 18, 2022
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.

Kengine The Koala engine is a type-safe and self-documenting implementation of an Entity-Component-System (ECS), with a focus on runtime extensibility

Dec 26, 2022
Easy Anti PatchGuard

EasyAntiPatchGuard ##Support System = Win8 (Win8 - Win10 21H4) How to use 1.Build EasyAntiPatchGuard.sln 2.Load EasyAntiPatchGuard.sys Detail as we kn

Dec 29, 2022
Apex cheat without R/W. can implement your own R/W and it will work fine

pubApexCheat Apex cheat without R/W. can implement your own R/W and it will work fine. will update readme later Aimbot Prediction and imGui draw funct

Nov 10, 2022
A self made HWID Spoofer for Fortnite and Valorant. May also work in Warzone, Apex etc.

HWID-Spoofer A HWID-Spoofer made by me. Tested for Fortnite and Valorant. Really undetected in the moment How to use the Valorant Internal [+] - Downl

Dec 26, 2022
A self made free, open source internal cheat for Overwatch
A self made free, open source internal cheat for  Overwatch

Overwatch-Cheat A self made free, open source internal cheat for Overwatch How to use the Valorant Internal [+] - Download it, then compile the cheat

Aug 25, 2022