Giter Site home page Giter Site logo

direct-efi-apex-cheat's People

Contributors

thecruz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

direct-efi-apex-cheat's Issues

a question

will eac detect the INJ.exe with dll file?
thanks

Visibility check as true in smoke

Hi. Your work is awesome.
A small question about whether this is implementable by some offset.

As your post stated, we could easily check the offset

//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;

What if the people are in smoke and you want to treat it as visible?
Do you know is there any offset that indicates whether the object is in smoke?
Just curious if this could even be done not by considering extra offset since I believe such offset is difficult to find.

Inquiry

I want to know why I get "system thread exception not handled" after load memory.efi in fs0: and boot the window10

Is it possible for the driver memory.efi not working on newest version of window?

Million thanks!

Weapon ESP

Thanks for the great work.

Do you know if there is any code that could reference if I want to add an overlay to the game to show where are the weapon and their name?

entitylist = GameBaseAddress + TOFFSET(OFFSET_ENTITYLIST);

Maybe I guess there is some offset OFFSET_WEAPONLIST that could be used as

weaponlist = GameBaseAddress + TOFFSET(OFFSET_WEAPONLIST );

and then for each of them, we process their location etc.

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.