Giter Site home page Giter Site logo

apex-sight-assist's Introduction

Apex

Apex legend assist

Made by Stone Luo

Credit to @TheCruZ for original EFI source code.

There is a GPL 3.0 License, so DO NOT do illegal things like selling it!!!

Video Showcase

Compatible with: Steam and Origin

Usage

Bold enemy if they are close by to help people see better (think of it as crypto's drone release check)

Visual Check checks if enemy is in sight

//store this somewhere globally:
float visiblePlayerInfo[75] = {};
 
 
//do this to know if visible or not:
bool visible = false;
float LastVisibleTime = 0.f;
read<float>(entity + OFFSET_LAST_VISIBLE_TIME, &LastVisibleTime);
 
visible = LastVisibleTime > 0.f && LastVisibleTime > visiblePlayerInfo[index];
visiblePlayerInfo[index] = LastVisibleTime;

Change color spectrum for difference enemies, according to the enemy's shield level

Teammate exception: teammates are labelled in special color, so player can avoid shooting at teammates and bullets getting blocked

Aim assist: tracks enemy with movement and bullet travel prediction.(based on enemy's movement when the bullet is shot, also keeps track of bullet projectile)

Spectator count: tells how many people are spectating you even in rank

Help Me Improve

Interested in making this a better program? Contact me!
Email contact: [email protected]

Instructions

  1. download the release and compile code to get the EFI mapper

  2. find an injector yourself, whether it's interception or extreme, whatever

  3. put the efi driver into a usb drive(must be formatted to FAT32)

  4. restart the computer and choose to boot with the usb drive
    follow these steps

FS0:
load memory.efi
FS1:
1. ls (check if there's efi and boot file)
> if no
fs3: -> check, fs3: ->check, etc
> if you found it
cd efi
2. ls (check if there's Microsoft)
> if no
back to step 1
> yes
cd Microsoft
look for mgftwboot.efi and type it in the shell
  1. you should boot normally into windows if you did everything properly

  2. open an application such as notepad and inject the release dll

  3. enjoy your game!



Change logs

Release 1: season 7 offset updated

Improved aim assist


Release 2: season 8 offset updated

EAC got updated, they seem to detect it. DO NOT USE for now.

apex-sight-assist's People

Contributors

sadlulu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.